#!/usr/bin/env python3 # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # import os import sys from filecmp import dircmp """ This script compares two directories and lists the files which are the same in both directories. Intended to find duplicate icons among icon themes. Adopted from the example at https://docs.python.org/3.5/library/filecmp.html Usage: ./bin/findduplicatefiles dir1 dir2 """ def print_diff_files(dcmp): for name in dcmp.same_files: print("%s found in %s and %s" % (name, dcmp.left, dcmp.right)) for sub_dcmp in dcmp.subdirs.values(): print_diff_files(sub_dcmp) if len(sys.argv) != 3: print("Usage: %s dir1 dir2" % sys.argv[0]) exit() dir1 = sys.argv[1] dir2 = sys.argv[2] if not os.path.isdir(dir1) or not os.path.isdir(dir2): print("Arguments must be directories!") exit() dcmp = dircmp(dir1, dir2) print_diff_files(dcmp) d-5.3-3.2 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--source/ab/avmedia/messages.po4
-rw-r--r--source/ab/basctl/messages.po8
-rw-r--r--source/ab/basic/messages.po12
-rw-r--r--source/ab/chart2/messages.po38
-rw-r--r--source/ab/connectivity/messages.po10
-rw-r--r--source/ab/cui/messages.po190
-rw-r--r--source/ab/dbaccess/messages.po26
-rw-r--r--source/ab/desktop/messages.po6
-rw-r--r--source/ab/editeng/messages.po28
-rw-r--r--source/ab/extensions/messages.po22
-rw-r--r--source/ab/filter/messages.po6
-rw-r--r--source/ab/filter/source/config/fragments/filters.po16
-rw-r--r--source/ab/forms/messages.po8
-rw-r--r--source/ab/officecfg/registry/data/org/openoffice/Office.po58
-rw-r--r--source/ab/officecfg/registry/data/org/openoffice/Office/UI.po420
-rw-r--r--source/ab/readlicense_oo/docs.po8
-rw-r--r--source/ab/reportdesign/messages.po8
-rw-r--r--source/ab/sc/messages.po230
-rw-r--r--source/ab/scaddins/messages.po22
-rw-r--r--source/ab/scp2/source/writer.po4
-rw-r--r--source/ab/sd/messages.po1344
-rw-r--r--source/ab/setup_native/source/mac.po8
-rw-r--r--source/ab/sfx2/messages.po16
-rw-r--r--source/ab/shell/source/win32/shlxthandler/res.po9
-rw-r--r--source/ab/starmath/messages.po82
-rw-r--r--source/ab/svtools/messages.po76
-rw-r--r--source/ab/svx/messages.po72
-rw-r--r--source/ab/sw/messages.po378
-rw-r--r--source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--source/ab/sysui/desktop/share.po4
-rw-r--r--source/ab/uui/messages.po68
-rw-r--r--source/ab/vcl/messages.po6
-rw-r--r--source/ab/wizards/messages.po6
-rw-r--r--source/ab/wizards/source/resources.po4
-rw-r--r--source/ab/xmlsecurity/messages.po11
-rw-r--r--source/af/chart2/messages.po4
-rw-r--r--source/af/cui/messages.po56
-rw-r--r--source/af/extensions/messages.po4
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/af/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/af/reportdesign/messages.po8
-rw-r--r--source/af/sc/messages.po62
-rw-r--r--source/af/sd/messages.po658
-rw-r--r--source/af/svtools/messages.po10
-rw-r--r--source/af/svx/messages.po14
-rw-r--r--source/af/sw/messages.po130
-rw-r--r--source/am/cui/messages.po54
-rw-r--r--source/am/helpcontent2/source/text/scalc.po11
-rw-r--r--source/am/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/am/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/am/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/am/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/am/helpcontent2/source/text/shared/00.po556
-rw-r--r--source/am/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/am/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/am/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/am/sc/messages.po26
-rw-r--r--source/am/sd/messages.po656
-rw-r--r--source/am/svtools/messages.po6
-rw-r--r--source/am/sw/messages.po86
-rw-r--r--source/an/cui/messages.po59
-rw-r--r--source/an/officecfg/registry/data/org/openoffice/Office.po58
-rw-r--r--source/an/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/an/sc/messages.po26
-rw-r--r--source/an/sd/messages.po656
-rw-r--r--source/an/svtools/messages.po6
-rw-r--r--source/an/sw/messages.po84
-rw-r--r--source/ar/cui/messages.po54
-rw-r--r--source/ar/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ar/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ar/helpcontent2/source/text/scalc/01.po405
-rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/ar/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ar/helpcontent2/source/text/shared/00.po548
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ar/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ar/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ar/sc/messages.po26
-rw-r--r--source/ar/sd/messages.po656
-rw-r--r--source/ar/svtools/messages.po6
-rw-r--r--source/ar/sw/messages.po84
-rw-r--r--source/as/cui/messages.po54
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/as/sc/messages.po26
-rw-r--r--source/as/sd/messages.po654
-rw-r--r--source/as/svtools/messages.po6
-rw-r--r--source/as/sw/messages.po84
-rw-r--r--source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po8
-rw-r--r--source/ast/cui/messages.po60
-rw-r--r--source/ast/formula/messages.po4
-rw-r--r--source/ast/helpcontent2/source/text/scalc.po13
-rw-r--r--source/ast/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po437
-rw-r--r--source/ast/helpcontent2/source/text/scalc/04.po8
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/ast/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ast/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/ast/helpcontent2/source/text/sdraw/00.po8
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po576
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po136
-rw-r--r--source/ast/helpcontent2/source/text/shared/04.po4
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/ast/helpcontent2/source/text/simpress/00.po30
-rw-r--r--source/ast/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/ast/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po103
-rw-r--r--source/ast/helpcontent2/source/text/swriter/02.po4
-rw-r--r--source/ast/helpcontent2/source/text/swriter/04.po6
-rw-r--r--source/ast/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po132
-rw-r--r--source/ast/sc/messages.po30
-rw-r--r--source/ast/scp2/source/calc.po4
-rw-r--r--source/ast/sd/messages.po654
-rw-r--r--source/ast/sfx2/messages.po8
-rw-r--r--source/ast/svtools/messages.po14
-rw-r--r--source/ast/sw/messages.po112
-rw-r--r--source/ast/wizards/source/resources.po4
-rw-r--r--source/az/cui/messages.po54
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office.po34
-rw-r--r--source/az/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/az/sc/messages.po26
-rw-r--r--source/az/sd/messages.po654
-rw-r--r--source/az/svtools/messages.po6
-rw-r--r--source/az/sw/messages.po84
-rw-r--r--source/be/cui/messages.po54
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/be/sc/messages.po26
-rw-r--r--source/be/sd/messages.po654
-rw-r--r--source/be/svtools/messages.po6
-rw-r--r--source/be/sw/messages.po84
-rw-r--r--source/bg/cui/messages.po54
-rw-r--r--source/bg/helpcontent2/source/text/sbasic/shared.po60
-rw-r--r--source/bg/helpcontent2/source/text/scalc.po11
-rw-r--r--source/bg/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/bg/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po128
-rw-r--r--source/bg/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/bg/sc/messages.po26
-rw-r--r--source/bg/sd/messages.po658
-rw-r--r--source/bg/sfx2/messages.po6
-rw-r--r--source/bg/svtools/messages.po10
-rw-r--r--source/bg/sw/messages.po84
-rw-r--r--source/bg/vcl/messages.po6
-rw-r--r--source/bn-IN/cui/messages.po54
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc.po11
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/bn-IN/sc/messages.po26
-rw-r--r--source/bn-IN/sd/messages.po654
-rw-r--r--source/bn-IN/svtools/messages.po6
-rw-r--r--source/bn-IN/sw/messages.po84
-rw-r--r--source/bn/cui/messages.po55
-rw-r--r--source/bn/helpcontent2/source/text/scalc.po11
-rw-r--r--source/bn/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/bn/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/bn/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/bn/sc/messages.po26
-rw-r--r--source/bn/sd/messages.po654
-rw-r--r--source/bn/svtools/messages.po6
-rw-r--r--source/bn/sw/messages.po84
-rw-r--r--source/bo/cui/messages.po58
-rw-r--r--source/bo/helpcontent2/source/text/scalc.po11
-rw-r--r--source/bo/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/bo/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/bo/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/bo/sc/messages.po26
-rw-r--r--source/bo/sd/messages.po654
-rw-r--r--source/bo/svtools/messages.po6
-rw-r--r--source/bo/sw/messages.po84
-rw-r--r--source/br/cui/messages.po54
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/br/sc/messages.po26
-rw-r--r--source/br/sd/messages.po654
-rw-r--r--source/br/svtools/messages.po6
-rw-r--r--source/br/sw/messages.po84
-rw-r--r--source/brx/cui/messages.po58
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/brx/sc/messages.po26
-rw-r--r--source/brx/sd/messages.po654
-rw-r--r--source/brx/svtools/messages.po6
-rw-r--r--source/brx/sw/messages.po84
-rw-r--r--source/bs/cui/messages.po54
-rw-r--r--source/bs/helpcontent2/source/text/scalc.po11
-rw-r--r--source/bs/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po415
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/bs/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/bs/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/bs/sc/messages.po26
-rw-r--r--source/bs/sd/messages.po654
-rw-r--r--source/bs/svtools/messages.po6
-rw-r--r--source/bs/sw/messages.po84
-rw-r--r--source/ca-valencia/cui/messages.po54
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ca-valencia/sc/messages.po26
-rw-r--r--source/ca-valencia/sd/messages.po656
-rw-r--r--source/ca-valencia/svtools/messages.po6
-rw-r--r--source/ca-valencia/sw/messages.po84
-rw-r--r--source/ca/cui/messages.po64
-rw-r--r--source/ca/formula/messages.po4
-rw-r--r--source/ca/helpcontent2/source/text/scalc.po13
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po439
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/ca/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ca/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/ca/helpcontent2/source/text/sdraw/00.po8
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po616
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/ca/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po14
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po24
-rw-r--r--source/ca/helpcontent2/source/text/swriter/00.po42
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po87
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/ca/sc/messages.po26
-rw-r--r--source/ca/sd/messages.po658
-rw-r--r--source/ca/sfx2/messages.po6
-rw-r--r--source/ca/svtools/messages.po14
-rw-r--r--source/ca/sw/messages.po118
-rw-r--r--source/ckb/cui/messages.po54
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office.po42
-rw-r--r--source/ckb/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ckb/sc/messages.po26
-rw-r--r--source/ckb/sd/messages.po654
-rw-r--r--source/ckb/svtools/messages.po6
-rw-r--r--source/ckb/sw/messages.po84
-rw-r--r--source/cs/cui/messages.po54
-rw-r--r--source/cs/helpcontent2/source/text/scalc.po11
-rw-r--r--source/cs/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/cs/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po128
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/cs/sc/messages.po26
-rw-r--r--source/cs/sd/messages.po656
-rw-r--r--source/cs/svtools/messages.po10
-rw-r--r--source/cs/sw/messages.po84
-rw-r--r--source/cy/cui/messages.po56
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/cy/sc/messages.po28
-rw-r--r--source/cy/sd/messages.po658
-rw-r--r--source/cy/svtools/messages.po10
-rw-r--r--source/cy/sw/messages.po92
-rw-r--r--source/da/cui/messages.po54
-rw-r--r--source/da/helpcontent2/source/text/scalc.po11
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/da/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/da/sc/messages.po28
-rw-r--r--source/da/sd/messages.po658
-rw-r--r--source/da/svtools/messages.po6
-rw-r--r--source/da/sw/messages.po84
-rw-r--r--source/de/cui/messages.po62
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/03.po6
-rw-r--r--source/de/helpcontent2/source/text/scalc.po11
-rw-r--r--source/de/helpcontent2/source/text/scalc/00.po498
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po493
-rw-r--r--source/de/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po112
-rw-r--r--source/de/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/de/helpcontent2/source/text/sdraw/00.po12
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po598
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po140
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po12
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po88
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po242
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po126
-rw-r--r--source/de/sc/messages.po28
-rw-r--r--source/de/sd/messages.po658
-rw-r--r--source/de/svtools/messages.po10
-rw-r--r--source/de/sw/messages.po96
-rw-r--r--source/dgo/cui/messages.po54
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/dgo/sc/messages.po26
-rw-r--r--source/dgo/sd/messages.po654
-rw-r--r--source/dgo/svtools/messages.po6
-rw-r--r--source/dgo/sw/messages.po84
-rw-r--r--source/dsb/cui/messages.po56
-rw-r--r--source/dsb/helpcontent2/source/text/scalc.po13
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/01.po405
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/dsb/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/dsb/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/dsb/helpcontent2/source/text/shared/00.po548
-rw-r--r--source/dsb/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/dsb/helpcontent2/source/text/simpress/00.po144
-rw-r--r--source/dsb/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/dsb/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/dsb/sc/messages.po26
-rw-r--r--source/dsb/sd/messages.po658
-rw-r--r--source/dsb/svtools/messages.po10
-rw-r--r--source/dsb/sw/messages.po92
-rw-r--r--source/dz/cui/messages.po57
-rw-r--r--source/dz/helpcontent2/source/text/scalc.po11
-rw-r--r--source/dz/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/dz/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/dz/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/dz/sc/messages.po26
-rw-r--r--source/dz/sd/messages.po654
-rw-r--r--source/dz/svtools/messages.po6
-rw-r--r--source/dz/sw/messages.po84
-rw-r--r--source/el/cui/messages.po114
-rw-r--r--source/el/dbaccess/messages.po26
-rw-r--r--source/el/formula/messages.po22
-rw-r--r--source/el/helpcontent2/source/text/scalc.po11
-rw-r--r--source/el/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/el/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po162
-rw-r--r--source/el/sc/messages.po124
-rw-r--r--source/el/sd/messages.po676
-rw-r--r--source/el/svtools/messages.po12
-rw-r--r--source/el/svx/messages.po93
-rw-r--r--source/el/sw/messages.po272
-rw-r--r--source/el/swext/mediawiki/help.po10
-rw-r--r--source/en-GB/cui/messages.po54
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc.po11
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/en-GB/sc/messages.po26
-rw-r--r--source/en-GB/sd/messages.po656
-rw-r--r--source/en-GB/svtools/messages.po6
-rw-r--r--source/en-GB/sw/messages.po84
-rw-r--r--source/en-ZA/cui/messages.po55
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc.po11
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/en-ZA/sc/messages.po26
-rw-r--r--source/en-ZA/sd/messages.po654
-rw-r--r--source/en-ZA/svtools/messages.po6
-rw-r--r--source/en-ZA/sw/messages.po84
-rw-r--r--source/eo/cui/messages.po54
-rw-r--r--source/eo/helpcontent2/source/text/scalc.po11
-rw-r--r--source/eo/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/eo/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/eo/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/eo/sc/messages.po26
-rw-r--r--source/eo/sd/messages.po656
-rw-r--r--source/eo/svtools/messages.po8
-rw-r--r--source/eo/sw/messages.po84
-rw-r--r--source/es/cui/messages.po64
-rw-r--r--source/es/formula/messages.po4
-rw-r--r--source/es/helpcontent2/source/text/scalc.po13
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po498
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po433
-rw-r--r--source/es/helpcontent2/source/text/scalc/04.po8
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/es/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/es/helpcontent2/source/text/schart/04.po6
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/es/helpcontent2/source/text/sdraw/00.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po600
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po12
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po26
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po42
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po85
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po4
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po126
-rw-r--r--source/es/sc/messages.po26
-rw-r--r--source/es/sd/messages.po658
-rw-r--r--source/es/sfx2/messages.po6
-rw-r--r--source/es/svtools/messages.po16
-rw-r--r--source/es/sw/messages.po100
-rw-r--r--source/et/cui/messages.po54
-rw-r--r--source/et/helpcontent2/source/text/scalc.po11
-rw-r--r--source/et/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/et/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po573
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/et/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/et/sc/messages.po26
-rw-r--r--source/et/sd/messages.po656
-rw-r--r--source/et/svtools/messages.po6
-rw-r--r--source/et/sw/messages.po84
-rw-r--r--source/eu/cui/messages.po54
-rw-r--r--source/eu/helpcontent2/source/text/scalc.po11
-rw-r--r--source/eu/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/eu/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po128
-rw-r--r--source/eu/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/eu/sc/messages.po26
-rw-r--r--source/eu/sd/messages.po656
-rw-r--r--source/eu/svtools/messages.po8
-rw-r--r--source/eu/sw/messages.po84
-rw-r--r--source/fa/basctl/messages.po12
-rw-r--r--source/fa/chart2/messages.po8
-rw-r--r--source/fa/connectivity/messages.po6
-rw-r--r--source/fa/cui/messages.po59
-rw-r--r--source/fa/extras/source/autocorr/emoji.po6
-rw-r--r--source/fa/filter/source/config/fragments/filters.po6
-rw-r--r--source/fa/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--source/fa/librelogo/source/pythonpath.po10
-rw-r--r--source/fa/nlpsolver/src/locale.po6
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office.po60
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po1030
-rw-r--r--source/fa/readlicense_oo/docs.po10
-rw-r--r--source/fa/sc/messages.po28
-rw-r--r--source/fa/scaddins/messages.po6
-rw-r--r--source/fa/scp2/source/writer.po8
-rw-r--r--source/fa/sd/messages.po660
-rw-r--r--source/fa/svl/messages.po8
-rw-r--r--source/fa/svtools/messages.po8
-rw-r--r--source/fa/sw/messages.po86
-rw-r--r--source/fa/swext/mediawiki/help.po10
-rw-r--r--source/fa/wizards/messages.po16
-rw-r--r--source/fa/wizards/source/resources.po6
-rw-r--r--source/fi/cui/messages.po56
-rw-r--r--source/fi/helpcontent2/source/text/scalc.po11
-rw-r--r--source/fi/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po405
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/fi/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/fi/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/fi/sc/messages.po26
-rw-r--r--source/fi/sd/messages.po658
-rw-r--r--source/fi/svtools/messages.po6
-rw-r--r--source/fi/sw/messages.po84
-rw-r--r--source/fr/cui/messages.po54
-rw-r--r--source/fr/helpcontent2/source/text/scalc.po11
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po498
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/fr/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/fr/helpcontent2/source/text/sdatabase.po28
-rw-r--r--source/fr/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po702
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po146
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po16
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po28
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po10
-rw-r--r--source/fr/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po109
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po36
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/fr/sc/messages.po26
-rw-r--r--source/fr/sd/messages.po656
-rw-r--r--source/fr/svtools/messages.po8
-rw-r--r--source/fr/sw/messages.po84
-rw-r--r--source/fur/cui/messages.po54
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office.po34
-rw-r--r--source/fur/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/fur/sc/messages.po26
-rw-r--r--source/fur/sd/messages.po654
-rw-r--r--source/fur/svtools/messages.po6
-rw-r--r--source/fur/sw/messages.po84
-rw-r--r--source/fy/cui/messages.po54
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/fy/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/fy/sc/messages.po26
-rw-r--r--source/fy/sd/messages.po656
-rw-r--r--source/fy/svtools/messages.po6
-rw-r--r--source/fy/sw/messages.po84
-rw-r--r--source/ga/cui/messages.po54
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ga/sc/messages.po26
-rw-r--r--source/ga/sd/messages.po656
-rw-r--r--source/ga/svtools/messages.po6
-rw-r--r--source/ga/sw/messages.po84
-rw-r--r--source/gd/cui/messages.po54
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/gd/sc/messages.po26
-rw-r--r--source/gd/sd/messages.po656
-rw-r--r--source/gd/svtools/messages.po6
-rw-r--r--source/gd/sw/messages.po84
-rw-r--r--source/gl/cui/messages.po68
-rw-r--r--source/gl/helpcontent2/source/text/scalc.po11
-rw-r--r--source/gl/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po423
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po98
-rw-r--r--source/gl/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po126
-rw-r--r--source/gl/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po118
-rw-r--r--source/gl/sc/messages.po26
-rw-r--r--source/gl/sd/messages.po658
-rw-r--r--source/gl/svtools/messages.po10
-rw-r--r--source/gl/sw/messages.po96
-rw-r--r--source/gu/cui/messages.po54
-rw-r--r--source/gu/helpcontent2/source/text/scalc.po11
-rw-r--r--source/gu/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po417
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/gu/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/gu/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/gu/sc/messages.po26
-rw-r--r--source/gu/sd/messages.po654
-rw-r--r--source/gu/svtools/messages.po6
-rw-r--r--source/gu/sw/messages.po84
-rw-r--r--source/gug/cui/messages.po54
-rw-r--r--source/gug/helpcontent2/source/text/scalc.po13
-rw-r--r--source/gug/helpcontent2/source/text/scalc/00.po498
-rw-r--r--source/gug/helpcontent2/source/text/scalc/01.po433
-rw-r--r--source/gug/helpcontent2/source/text/scalc/04.po8
-rw-r--r--source/gug/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/gug/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/gug/helpcontent2/source/text/schart/04.po6
-rw-r--r--source/gug/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/gug/helpcontent2/source/text/sdraw/00.po8
-rw-r--r--source/gug/helpcontent2/source/text/shared/00.po600
-rw-r--r--source/gug/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/gug/helpcontent2/source/text/shared/guide.po12
-rw-r--r--source/gug/helpcontent2/source/text/shared/optionen.po4
-rw-r--r--source/gug/helpcontent2/source/text/simpress/00.po26
-rw-r--r--source/gug/helpcontent2/source/text/swriter/00.po42
-rw-r--r--source/gug/helpcontent2/source/text/swriter/01.po85
-rw-r--r--source/gug/helpcontent2/source/text/swriter/04.po4
-rw-r--r--source/gug/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/gug/sc/messages.po26
-rw-r--r--source/gug/sd/messages.po654
-rw-r--r--source/gug/svtools/messages.po6
-rw-r--r--source/gug/sw/messages.po84
-rw-r--r--source/he/accessibility/messages.po8
-rw-r--r--source/he/avmedia/messages.po8
-rw-r--r--source/he/basctl/messages.po6
-rw-r--r--source/he/basic/messages.po8
-rw-r--r--source/he/chart2/messages.po6
-rw-r--r--source/he/connectivity/messages.po10
-rw-r--r--source/he/cui/messages.po60
-rw-r--r--source/he/dbaccess/messages.po8
-rw-r--r--source/he/desktop/messages.po6
-rw-r--r--source/he/editeng/messages.po6
-rw-r--r--source/he/extensions/messages.po6
-rw-r--r--source/he/filter/messages.po8
-rw-r--r--source/he/forms/messages.po10
-rw-r--r--source/he/formula/messages.po30
-rw-r--r--source/he/fpicker/messages.po6
-rw-r--r--source/he/framework/messages.po6
-rw-r--r--source/he/helpcontent2/source/text/scalc.po13
-rw-r--r--source/he/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po421
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po98
-rw-r--r--source/he/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/he/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/he/helpcontent2/source/text/swriter/menu.po10
-rw-r--r--source/he/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/he/reportdesign/messages.po8
-rw-r--r--source/he/sc/messages.po32
-rw-r--r--source/he/scaddins/messages.po6
-rw-r--r--source/he/sccomp/messages.po8
-rw-r--r--source/he/sd/messages.po662
-rw-r--r--source/he/sfx2/messages.po12
-rw-r--r--source/he/starmath/messages.po6
-rw-r--r--source/he/svl/messages.po6
-rw-r--r--source/he/svtools/messages.po14
-rw-r--r--source/he/svx/messages.po8
-rw-r--r--source/he/sw/messages.po96
-rw-r--r--source/he/uui/messages.po6
-rw-r--r--source/he/vcl/messages.po8
-rw-r--r--source/he/wizards/messages.po6
-rw-r--r--source/he/writerperfect/messages.po8
-rw-r--r--source/he/xmlsecurity/messages.po8
-rw-r--r--source/hi/cui/messages.po54
-rw-r--r--source/hi/helpcontent2/source/text/scalc.po11
-rw-r--r--source/hi/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po409
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/hi/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/hi/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/hi/sc/messages.po26
-rw-r--r--source/hi/sd/messages.po654
-rw-r--r--source/hi/svtools/messages.po6
-rw-r--r--source/hi/sw/messages.po84
-rw-r--r--source/hr/cui/messages.po54
-rw-r--r--source/hr/helpcontent2/source/text/scalc.po11
-rw-r--r--source/hr/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po413
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/hr/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/hr/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/hr/sc/messages.po26
-rw-r--r--source/hr/sd/messages.po656
-rw-r--r--source/hr/svtools/messages.po6
-rw-r--r--source/hr/sw/messages.po84
-rw-r--r--source/hsb/cui/messages.po56
-rw-r--r--source/hsb/helpcontent2/source/text/scalc.po13
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/01.po405
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/hsb/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/hsb/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/hsb/helpcontent2/source/text/shared/00.po1006
-rw-r--r--source/hsb/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/hsb/helpcontent2/source/text/simpress/00.po144
-rw-r--r--source/hsb/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/hsb/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/hsb/sc/messages.po26
-rw-r--r--source/hsb/sd/messages.po658
-rw-r--r--source/hsb/svtools/messages.po10
-rw-r--r--source/hsb/sw/messages.po92
-rw-r--r--source/hu/cui/messages.po54
-rw-r--r--source/hu/helpcontent2/source/text/scalc.po11
-rw-r--r--source/hu/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/hu/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po126
-rw-r--r--source/hu/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/hu/sc/messages.po26
-rw-r--r--source/hu/sd/messages.po656
-rw-r--r--source/hu/svtools/messages.po8
-rw-r--r--source/hu/sw/messages.po84
-rw-r--r--source/id/basctl/messages.po6
-rw-r--r--source/id/basic/messages.po6
-rw-r--r--source/id/chart2/messages.po30
-rw-r--r--source/id/connectivity/messages.po8
-rw-r--r--source/id/cui/messages.po110
-rw-r--r--source/id/dbaccess/messages.po6
-rw-r--r--source/id/extensions/messages.po8
-rw-r--r--source/id/filter/messages.po10
-rw-r--r--source/id/helpcontent2/source/text/scalc.po11
-rw-r--r--source/id/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/id/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/id/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/id/helpcontent2/source/text/swriter/menu.po26
-rw-r--r--source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office.po62
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/id/reportdesign/messages.po6
-rw-r--r--source/id/sc/messages.po50
-rw-r--r--source/id/sd/messages.po666
-rw-r--r--source/id/sfx2/messages.po8
-rw-r--r--source/id/starmath/messages.po12
-rw-r--r--source/id/svtools/messages.po20
-rw-r--r--source/id/svx/messages.po22
-rw-r--r--source/id/sw/messages.po180
-rw-r--r--source/id/uui/messages.po6
-rw-r--r--source/id/vcl/messages.po4
-rw-r--r--source/id/xmlsecurity/messages.po32
-rw-r--r--source/is/cui/messages.po54
-rw-r--r--source/is/helpcontent2/source/text/scalc.po11
-rw-r--r--source/is/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po417
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po96
-rw-r--r--source/is/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/is/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/is/sc/messages.po26
-rw-r--r--source/is/sd/messages.po656
-rw-r--r--source/is/svtools/messages.po8
-rw-r--r--source/is/sw/messages.po84
-rw-r--r--source/it/basctl/messages.po6
-rw-r--r--source/it/cui/messages.po110
-rw-r--r--source/it/dbaccess/messages.po22
-rw-r--r--source/it/desktop/messages.po10
-rw-r--r--source/it/dictionaries/en/dialog.po8
-rw-r--r--source/it/dictionaries/pt_BR/dialog.po8
-rw-r--r--source/it/filter/messages.po8
-rw-r--r--source/it/filter/source/config/fragments/filters.po16
-rw-r--r--source/it/filter/source/config/fragments/types.po14
-rw-r--r--source/it/forms/messages.po6
-rw-r--r--source/it/formula/messages.po22
-rw-r--r--source/it/framework/messages.po6
-rw-r--r--source/it/helpcontent2/source/text/scalc.po11
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po429
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/it/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po596
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/it/readlicense_oo/docs.po8
-rw-r--r--source/it/sc/messages.po26
-rw-r--r--source/it/sd/messages.po656
-rw-r--r--source/it/sfx2/messages.po10
-rw-r--r--source/it/svtools/messages.po8
-rw-r--r--source/it/sw/messages.po84
-rw-r--r--source/ja/cui/messages.po56
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/ja/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ja/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ja/sc/messages.po28
-rw-r--r--source/ja/sd/messages.po658
-rw-r--r--source/ja/svtools/messages.po8
-rw-r--r--source/ja/sw/messages.po84
-rw-r--r--source/jv/cui/messages.po57
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office.po46
-rw-r--r--source/jv/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/jv/sc/messages.po26
-rw-r--r--source/jv/sd/messages.po654
-rw-r--r--source/jv/svtools/messages.po6
-rw-r--r--source/jv/sw/messages.po84
-rw-r--r--source/ka/cui/messages.po54
-rw-r--r--source/ka/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ka/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po423
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/ka/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ka/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ka/sc/messages.po26
-rw-r--r--source/ka/sd/messages.po654
-rw-r--r--source/ka/svtools/messages.po6
-rw-r--r--source/ka/sw/messages.po84
-rw-r--r--source/kab/cui/messages.po54
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/kab/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/kab/sc/messages.po26
-rw-r--r--source/kab/sd/messages.po656
-rw-r--r--source/kab/svtools/messages.po6
-rw-r--r--source/kab/sw/messages.po84
-rw-r--r--source/kk/cui/messages.po54
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/kk/sc/messages.po26
-rw-r--r--source/kk/sd/messages.po656
-rw-r--r--source/kk/svtools/messages.po8
-rw-r--r--source/kk/sw/messages.po84
-rw-r--r--source/kl/cui/messages.po58
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office.po48
-rw-r--r--source/kl/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/kl/sc/messages.po26
-rw-r--r--source/kl/sd/messages.po654
-rw-r--r--source/kl/svtools/messages.po6
-rw-r--r--source/kl/sw/messages.po84
-rw-r--r--source/km/cui/messages.po54
-rw-r--r--source/km/helpcontent2/source/text/scalc.po11
-rw-r--r--source/km/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/km/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/km/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/km/sc/messages.po26
-rw-r--r--source/km/sd/messages.po654
-rw-r--r--source/km/svtools/messages.po6
-rw-r--r--source/km/sw/messages.po84
-rw-r--r--source/kmr-Latn/cui/messages.po56
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/kmr-Latn/sc/messages.po26
-rw-r--r--source/kmr-Latn/sd/messages.po654
-rw-r--r--source/kmr-Latn/svtools/messages.po6
-rw-r--r--source/kmr-Latn/sw/messages.po84
-rw-r--r--source/kn/cui/messages.po54
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/kn/sc/messages.po26
-rw-r--r--source/kn/sd/messages.po654
-rw-r--r--source/kn/svtools/messages.po6
-rw-r--r--source/kn/sw/messages.po84
-rw-r--r--source/ko/cui/messages.po54
-rw-r--r--source/ko/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ko/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/ko/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ko/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ko/sc/messages.po26
-rw-r--r--source/ko/sd/messages.po658
-rw-r--r--source/ko/svtools/messages.po8
-rw-r--r--source/ko/sw/messages.po84
-rw-r--r--source/kok/cui/messages.po56
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/kok/sc/messages.po26
-rw-r--r--source/kok/sd/messages.po654
-rw-r--r--source/kok/svtools/messages.po6
-rw-r--r--source/kok/sw/messages.po84
-rw-r--r--source/ks/cui/messages.po58
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ks/sc/messages.po26
-rw-r--r--source/ks/sd/messages.po654
-rw-r--r--source/ks/svtools/messages.po6
-rw-r--r--source/ks/sw/messages.po84
-rw-r--r--source/ky/cui/messages.po54
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office.po34
-rw-r--r--source/ky/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/ky/sc/messages.po26
-rw-r--r--source/ky/sd/messages.po654
-rw-r--r--source/ky/svtools/messages.po6
-rw-r--r--source/ky/sw/messages.po84
-rw-r--r--source/lb/cui/messages.po55
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office.po45
-rw-r--r--source/lb/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/lb/sc/messages.po26
-rw-r--r--source/lb/sd/messages.po654
-rw-r--r--source/lb/svtools/messages.po6
-rw-r--r--source/lb/sw/messages.po84
-rw-r--r--source/lo/cui/messages.po56
-rw-r--r--source/lo/helpcontent2/source/text/scalc.po11
-rw-r--r--source/lo/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po405
-rw-r--r--source/lo/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/lo/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po548
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/lo/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/lo/sc/messages.po26
-rw-r--r--source/lo/sd/messages.po654
-rw-r--r--source/lo/svtools/messages.po6
-rw-r--r--source/lo/sw/messages.po84
-rw-r--r--source/lt/cui/messages.po54
-rw-r--r--source/lt/helpcontent2/source/text/scalc.po11
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/lt/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po594
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/lt/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/lt/sc/messages.po26
-rw-r--r--source/lt/sd/messages.po656
-rw-r--r--source/lt/svtools/messages.po6
-rw-r--r--source/lt/sw/messages.po84
-rw-r--r--source/lv/cui/messages.po54
-rw-r--r--source/lv/helpcontent2/source/text/scalc.po11
-rw-r--r--source/lv/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po421
-rw-r--r--source/lv/helpcontent2/source/text/scalc/guide.po96
-rw-r--r--source/lv/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/lv/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/lv/sc/messages.po26
-rw-r--r--source/lv/sd/messages.po656
-rw-r--r--source/lv/svtools/messages.po6
-rw-r--r--source/lv/sw/messages.po86
-rw-r--r--source/mai/cui/messages.po55
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/mai/sc/messages.po26
-rw-r--r--source/mai/sd/messages.po654
-rw-r--r--source/mai/svtools/messages.po6
-rw-r--r--source/mai/sw/messages.po84
-rw-r--r--source/mk/cui/messages.po56
-rw-r--r--source/mk/helpcontent2/source/text/scalc.po11
-rw-r--r--source/mk/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/mk/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/mk/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/mk/sc/messages.po26
-rw-r--r--source/mk/sd/messages.po654
-rw-r--r--source/mk/svtools/messages.po6
-rw-r--r--source/mk/sw/messages.po84
-rw-r--r--source/ml/cui/messages.po54
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ml/sc/messages.po26
-rw-r--r--source/ml/sd/messages.po654
-rw-r--r--source/ml/svtools/messages.po6
-rw-r--r--source/ml/sw/messages.po84
-rw-r--r--source/mn/cui/messages.po54
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/mn/sc/messages.po26
-rw-r--r--source/mn/sd/messages.po656
-rw-r--r--source/mn/svtools/messages.po6
-rw-r--r--source/mn/sw/messages.po86
-rw-r--r--source/mni/cui/messages.po54
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/mni/sc/messages.po26
-rw-r--r--source/mni/sd/messages.po654
-rw-r--r--source/mni/svtools/messages.po6
-rw-r--r--source/mni/sw/messages.po84
-rw-r--r--source/mr/cui/messages.po54
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/mr/sc/messages.po26
-rw-r--r--source/mr/sd/messages.po654
-rw-r--r--source/mr/svtools/messages.po6
-rw-r--r--source/mr/sw/messages.po84
-rw-r--r--source/my/cui/messages.po54
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/my/sc/messages.po26
-rw-r--r--source/my/sd/messages.po654
-rw-r--r--source/my/svtools/messages.po6
-rw-r--r--source/my/sw/messages.po84
-rw-r--r--source/nb/cui/messages.po56
-rw-r--r--source/nb/helpcontent2/source/text/scalc.po11
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po515
-rw-r--r--source/nb/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/nb/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/nb/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po708
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po308
-rw-r--r--source/nb/helpcontent2/source/text/simpress/00.po144
-rw-r--r--source/nb/helpcontent2/source/text/simpress/02.po88
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/nb/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po351
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po58
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po136
-rw-r--r--source/nb/sc/messages.po28
-rw-r--r--source/nb/sd/messages.po658
-rw-r--r--source/nb/svtools/messages.po10
-rw-r--r--source/nb/sw/messages.po92
-rw-r--r--source/ne/cui/messages.po54
-rw-r--r--source/ne/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ne/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/ne/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ne/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ne/sc/messages.po26
-rw-r--r--source/ne/sd/messages.po654
-rw-r--r--source/ne/svtools/messages.po6
-rw-r--r--source/ne/sw/messages.po84
-rw-r--r--source/nl/cui/messages.po56
-rw-r--r--source/nl/helpcontent2/source/text/scalc.po11
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po431
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/nl/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po598
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/nl/helpcontent2/source/text/simpress/00.po146
-rw-r--r--source/nl/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/nl/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po37
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/nl/sc/messages.po26
-rw-r--r--source/nl/sd/messages.po658
-rw-r--r--source/nl/svtools/messages.po16
-rw-r--r--source/nl/sw/messages.po92
-rw-r--r--source/nn/cui/messages.po60
-rw-r--r--source/nn/formula/messages.po20
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po11
-rw-r--r--source/nn/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po431
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po110
-rw-r--r--source/nn/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po598
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po130
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po4
-rw-r--r--source/nn/helpcontent2/source/text/simpress/00.po144
-rw-r--r--source/nn/helpcontent2/source/text/simpress/02.po4
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po41
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po26
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/nn/sc/messages.po28
-rw-r--r--source/nn/sd/messages.po658
-rw-r--r--source/nn/svtools/messages.po10
-rw-r--r--source/nn/sw/messages.po114
-rw-r--r--source/nr/cui/messages.po58
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/nr/sc/messages.po26
-rw-r--r--source/nr/sd/messages.po654
-rw-r--r--source/nr/svtools/messages.po6
-rw-r--r--source/nr/sw/messages.po84
-rw-r--r--source/nso/cui/messages.po55
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/nso/sc/messages.po26
-rw-r--r--source/nso/sd/messages.po654
-rw-r--r--source/nso/svtools/messages.po6
-rw-r--r--source/nso/sw/messages.po84
-rw-r--r--source/oc/cui/messages.po60
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/oc/sc/messages.po26
-rw-r--r--source/oc/sd/messages.po656
-rw-r--r--source/oc/svtools/messages.po8
-rw-r--r--source/oc/sw/messages.po88
-rw-r--r--source/om/cui/messages.po57
-rw-r--r--source/om/helpcontent2/source/text/scalc.po11
-rw-r--r--source/om/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/om/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/om/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/om/sc/messages.po26
-rw-r--r--source/om/sd/messages.po654
-rw-r--r--source/om/svtools/messages.po6
-rw-r--r--source/om/sw/messages.po84
-rw-r--r--source/or/cui/messages.po54
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/or/sc/messages.po26
-rw-r--r--source/or/sd/messages.po654
-rw-r--r--source/or/svtools/messages.po6
-rw-r--r--source/or/sw/messages.po84
-rw-r--r--source/pa-IN/cui/messages.po56
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/pa-IN/sc/messages.po26
-rw-r--r--source/pa-IN/sd/messages.po656
-rw-r--r--source/pa-IN/svtools/messages.po6
-rw-r--r--source/pa-IN/sw/messages.po84
-rw-r--r--source/pl/cui/messages.po80
-rw-r--r--source/pl/filter/messages.po70
-rw-r--r--source/pl/helpcontent2/source/text/scalc.po11
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po469
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/pl/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/pl/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po598
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po984
-rw-r--r--source/pl/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--source/pl/helpcontent2/source/text/simpress/00.po146
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po8
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--source/pl/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/pl/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po37
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po146
-rw-r--r--source/pl/sc/messages.po30
-rw-r--r--source/pl/sd/messages.po670
-rw-r--r--source/pl/sfx2/messages.po6
-rw-r--r--source/pl/svtools/messages.po10
-rw-r--r--source/pl/svx/messages.po6
-rw-r--r--source/pl/sw/messages.po92
-rw-r--r--source/pl/writerperfect/messages.po6
-rw-r--r--source/pt-BR/cui/messages.po106
-rw-r--r--source/pt-BR/formula/messages.po4
-rw-r--r--source/pt-BR/helpcontent2/source/auxiliary.po4
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc.po11
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po496
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po431
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po106
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw/00.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po660
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po170
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po34
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po4
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po58
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po183
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po128
-rw-r--r--source/pt-BR/readlicense_oo/docs.po4
-rw-r--r--source/pt-BR/sc/messages.po38
-rw-r--r--source/pt-BR/scp2/source/base.po14
-rw-r--r--source/pt-BR/sd/messages.po658
-rw-r--r--source/pt-BR/sfx2/messages.po18
-rw-r--r--source/pt-BR/svtools/messages.po10
-rw-r--r--source/pt-BR/svx/messages.po8
-rw-r--r--source/pt-BR/sw/messages.po126
-rw-r--r--source/pt-BR/sysui/desktop/share.po6
-rw-r--r--source/pt/cui/messages.po54
-rw-r--r--source/pt/helpcontent2/source/text/scalc.po11
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/pt/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/pt/sc/messages.po26
-rw-r--r--source/pt/sd/messages.po656
-rw-r--r--source/pt/svtools/messages.po6
-rw-r--r--source/pt/sw/messages.po84
-rw-r--r--source/ro/cui/messages.po54
-rw-r--r--source/ro/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ro/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po405
-rw-r--r--source/ro/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/ro/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po548
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/ro/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/ro/sc/messages.po26
-rw-r--r--source/ro/sd/messages.po654
-rw-r--r--source/ro/svtools/messages.po6
-rw-r--r--source/ro/sw/messages.po84
-rw-r--r--source/ru/cui/messages.po58
-rw-r--r--source/ru/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ru/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/ru/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po588
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po116
-rw-r--r--source/ru/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po33
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ru/sc/messages.po26
-rw-r--r--source/ru/sd/messages.po656
-rw-r--r--source/ru/svtools/messages.po10
-rw-r--r--source/ru/sw/messages.po84
-rw-r--r--source/rw/cui/messages.po56
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/rw/sc/messages.po26
-rw-r--r--source/rw/sd/messages.po654
-rw-r--r--source/rw/svtools/messages.po6
-rw-r--r--source/rw/sw/messages.po84
-rw-r--r--source/sa-IN/cui/messages.po54
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/sa-IN/sc/messages.po26
-rw-r--r--source/sa-IN/sd/messages.po654
-rw-r--r--source/sa-IN/svtools/messages.po6
-rw-r--r--source/sa-IN/sw/messages.po84
-rw-r--r--source/sah/cui/messages.po60
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office.po48
-rw-r--r--source/sah/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/sah/sc/messages.po26
-rw-r--r--source/sah/sd/messages.po654
-rw-r--r--source/sah/svtools/messages.po6
-rw-r--r--source/sah/sw/messages.po84
-rw-r--r--source/sat/cui/messages.po54
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office.po53
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/sat/sc/messages.po26
-rw-r--r--source/sat/sd/messages.po654
-rw-r--r--source/sat/svtools/messages.po6
-rw-r--r--source/sat/sw/messages.po84
-rw-r--r--source/sd/cui/messages.po54
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/sd/sc/messages.po26
-rw-r--r--source/sd/sd/messages.po654
-rw-r--r--source/sd/svtools/messages.po6
-rw-r--r--source/sd/sw/messages.po84
-rw-r--r--source/si/cui/messages.po54
-rw-r--r--source/si/helpcontent2/source/text/scalc.po11
-rw-r--r--source/si/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po407
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/si/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/si/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/si/sc/messages.po26
-rw-r--r--source/si/sd/messages.po654
-rw-r--r--source/si/svtools/messages.po6
-rw-r--r--source/si/sw/messages.po84
-rw-r--r--source/sid/cui/messages.po54
-rw-r--r--source/sid/helpcontent2/source/text/scalc.po11
-rw-r--r--source/sid/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/sid/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/sid/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/sid/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/sid/sc/messages.po26
-rw-r--r--source/sid/sd/messages.po654
-rw-r--r--source/sid/svtools/messages.po6
-rw-r--r--source/sid/sw/messages.po84
-rw-r--r--source/sk/basctl/messages.po10
-rw-r--r--source/sk/cui/messages.po54
-rw-r--r--source/sk/dbaccess/messages.po26
-rw-r--r--source/sk/dictionaries/en/dialog.po6
-rw-r--r--source/sk/dictionaries/pt_BR/dialog.po6
-rw-r--r--source/sk/extensions/messages.po8
-rw-r--r--source/sk/forms/messages.po6
-rw-r--r--source/sk/helpcontent2/source/text/scalc.po13
-rw-r--r--source/sk/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po423
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po102
-rw-r--r--source/sk/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/sk/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/sk/sc/messages.po26
-rw-r--r--source/sk/sd/messages.po674
-rw-r--r--source/sk/svtools/messages.po8
-rw-r--r--source/sk/sw/messages.po84
-rw-r--r--source/sk/vcl/messages.po6
-rw-r--r--source/sq/cui/messages.po54
-rw-r--r--source/sq/helpcontent2/source/text/scalc.po11
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po413
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/sq/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/sq/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/sq/sc/messages.po26
-rw-r--r--source/sq/sd/messages.po654
-rw-r--r--source/sq/svtools/messages.po6
-rw-r--r--source/sq/sw/messages.po84
-rw-r--r--source/sr-Latn/cui/messages.po61
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po111
-rw-r--r--source/sr-Latn/sc/messages.po26
-rw-r--r--source/sr-Latn/sd/messages.po654
-rw-r--r--source/sr-Latn/svtools/messages.po6
-rw-r--r--source/sr-Latn/sw/messages.po84
-rw-r--r--source/sr/cui/messages.po54
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/sr/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/sr/sc/messages.po26
-rw-r--r--source/sr/sd/messages.po654
-rw-r--r--source/sr/svtools/messages.po6
-rw-r--r--source/sr/sw/messages.po84
-rw-r--r--source/ss/cui/messages.po56
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ss/sc/messages.po26
-rw-r--r--source/ss/sd/messages.po654
-rw-r--r--source/ss/svtools/messages.po6
-rw-r--r--source/ss/sw/messages.po84
-rw-r--r--source/st/cui/messages.po57
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/st/sc/messages.po26
-rw-r--r--source/st/sd/messages.po654
-rw-r--r--source/st/svtools/messages.po6
-rw-r--r--source/st/sw/messages.po84
-rw-r--r--source/sv/cui/messages.po56
-rw-r--r--source/sv/helpcontent2/source/text/scalc.po11
-rw-r--r--source/sv/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/sv/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/sv/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/sv/sc/messages.po26
-rw-r--r--source/sv/sd/messages.po658
-rw-r--r--source/sv/sfx2/messages.po6
-rw-r--r--source/sv/svtools/messages.po10
-rw-r--r--source/sv/sw/messages.po96
-rw-r--r--source/sw-TZ/cui/messages.po55
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/sw-TZ/sc/messages.po26
-rw-r--r--source/sw-TZ/sd/messages.po654
-rw-r--r--source/sw-TZ/svtools/messages.po6
-rw-r--r--source/sw-TZ/sw/messages.po84
-rw-r--r--source/szl/cui/messages.po54
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/szl/sc/messages.po26
-rw-r--r--source/szl/sd/messages.po656
-rw-r--r--source/szl/svtools/messages.po6
-rw-r--r--source/szl/sw/messages.po86
-rw-r--r--source/ta/cui/messages.po54
-rw-r--r--source/ta/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ta/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po419
-rw-r--r--source/ta/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/ta/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ta/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po29
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ta/sc/messages.po26
-rw-r--r--source/ta/sd/messages.po654
-rw-r--r--source/ta/svtools/messages.po6
-rw-r--r--source/ta/sw/messages.po84
-rw-r--r--source/te/cui/messages.po54
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/te/sc/messages.po26
-rw-r--r--source/te/sd/messages.po654
-rw-r--r--source/te/svtools/messages.po6
-rw-r--r--source/te/sw/messages.po84
-rw-r--r--source/tg/cui/messages.po57
-rw-r--r--source/tg/helpcontent2/source/text/scalc.po11
-rw-r--r--source/tg/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po98
-rw-r--r--source/tg/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/tg/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/tg/sc/messages.po26
-rw-r--r--source/tg/sd/messages.po654
-rw-r--r--source/tg/svtools/messages.po6
-rw-r--r--source/tg/sw/messages.po84
-rw-r--r--source/th/cui/messages.po54
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/th/sc/messages.po1679
-rw-r--r--source/th/sd/messages.po656
-rw-r--r--source/th/svtools/messages.po6
-rw-r--r--source/th/sw/messages.po84
-rw-r--r--source/ti/cui/messages.po54
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office.po34
-rw-r--r--source/ti/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/ti/sc/messages.po26
-rw-r--r--source/ti/sd/messages.po654
-rw-r--r--source/ti/svtools/messages.po6
-rw-r--r--source/ti/sw/messages.po84
-rw-r--r--source/tn/cui/messages.po56
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office.po49
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/tn/sc/messages.po26
-rw-r--r--source/tn/sd/messages.po654
-rw-r--r--source/tn/svtools/messages.po6
-rw-r--r--source/tn/sw/messages.po84
-rw-r--r--source/tr/cui/messages.po78
-rw-r--r--source/tr/dbaccess/messages.po18
-rw-r--r--source/tr/filter/messages.po6
-rw-r--r--source/tr/forms/messages.po8
-rw-r--r--source/tr/formula/messages.po30
-rw-r--r--source/tr/helpcontent2/source/text/scalc.po13
-rw-r--r--source/tr/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po437
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/tr/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po554
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/tr/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po130
-rw-r--r--source/tr/sc/messages.po30
-rw-r--r--source/tr/sd/messages.po676
-rw-r--r--source/tr/sfx2/messages.po10
-rw-r--r--source/tr/svtools/messages.po8
-rw-r--r--source/tr/svx/messages.po8
-rw-r--r--source/tr/sw/messages.po84
-rw-r--r--source/tr/vcl/messages.po6
-rw-r--r--source/tr/wizards/source/resources.po6
-rw-r--r--source/tr/xmlsecurity/messages.po6
-rw-r--r--source/ts/cui/messages.po58
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ts/sc/messages.po26
-rw-r--r--source/ts/sd/messages.po654
-rw-r--r--source/ts/svtools/messages.po6
-rw-r--r--source/ts/sw/messages.po84
-rw-r--r--source/tt/cui/messages.po55
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office.po45
-rw-r--r--source/tt/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/tt/sc/messages.po26
-rw-r--r--source/tt/sd/messages.po654
-rw-r--r--source/tt/svtools/messages.po6
-rw-r--r--source/tt/sw/messages.po84
-rw-r--r--source/ug/cui/messages.po54
-rw-r--r--source/ug/helpcontent2/source/text/scalc.po11
-rw-r--r--source/ug/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po411
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po94
-rw-r--r--source/ug/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/ug/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ug/sc/messages.po26
-rw-r--r--source/ug/sd/messages.po654
-rw-r--r--source/ug/svtools/messages.po6
-rw-r--r--source/ug/sw/messages.po84
-rw-r--r--source/uk/cui/messages.po54
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po13
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po423
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/uk/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/uk/sc/messages.po26
-rw-r--r--source/uk/sd/messages.po656
-rw-r--r--source/uk/svtools/messages.po10
-rw-r--r--source/uk/svx/messages.po28
-rw-r--r--source/uk/sw/messages.po84
-rw-r--r--source/ur/cui/messages.po55
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office.po37
-rw-r--r--source/ur/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/ur/sc/messages.po26
-rw-r--r--source/ur/sd/messages.po654
-rw-r--r--source/ur/svtools/messages.po6
-rw-r--r--source/ur/sw/messages.po84
-rw-r--r--source/uz/cui/messages.po56
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/uz/sc/messages.po26
-rw-r--r--source/uz/sd/messages.po654
-rw-r--r--source/uz/svtools/messages.po6
-rw-r--r--source/uz/sw/messages.po84
-rw-r--r--source/ve/cui/messages.po57
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/ve/sc/messages.po26
-rw-r--r--source/ve/sd/messages.po654
-rw-r--r--source/ve/svtools/messages.po6
-rw-r--r--source/ve/sw/messages.po84
-rw-r--r--source/vec/cui/messages.po54
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/vec/sc/messages.po26
-rw-r--r--source/vec/sd/messages.po656
-rw-r--r--source/vec/svtools/messages.po6
-rw-r--r--source/vec/sw/messages.po84
-rw-r--r--source/vi/accessibility/messages.po34
-rw-r--r--source/vi/avmedia/messages.po34
-rw-r--r--source/vi/basctl/messages.po34
-rw-r--r--source/vi/basic/messages.po34
-rw-r--r--source/vi/chart2/messages.po34
-rw-r--r--source/vi/connectivity/messages.po34
-rw-r--r--source/vi/cui/messages.po1137
-rw-r--r--source/vi/dbaccess/messages.po34
-rw-r--r--source/vi/desktop/messages.po34
-rw-r--r--source/vi/dictionaries/ckb.po12
-rw-r--r--source/vi/editeng/messages.po34
-rw-r--r--source/vi/extensions/messages.po34
-rw-r--r--source/vi/filter/messages.po34
-rw-r--r--source/vi/forms/messages.po34
-rw-r--r--source/vi/formula/messages.po34
-rw-r--r--source/vi/fpicker/messages.po34
-rw-r--r--source/vi/framework/messages.po34
-rw-r--r--source/vi/helpcontent2/source/text/scalc.po11
-rw-r--r--source/vi/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po425
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/vi/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/vi/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office.po50
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/vi/oox/messages.po36
-rw-r--r--source/vi/reportdesign/messages.po34
-rw-r--r--source/vi/sc/messages.po58
-rw-r--r--source/vi/scaddins/messages.po36
-rw-r--r--source/vi/sccomp/messages.po34
-rw-r--r--source/vi/sd/messages.po686
-rw-r--r--source/vi/sfx2/messages.po34
-rw-r--r--source/vi/shell/messages.po36
-rw-r--r--source/vi/starmath/messages.po34
-rw-r--r--source/vi/svl/messages.po34
-rw-r--r--source/vi/svtools/messages.po38
-rw-r--r--source/vi/svx/messages.po34
-rw-r--r--source/vi/sw/messages.po116
-rw-r--r--source/vi/uui/messages.po34
-rw-r--r--source/vi/vcl/messages.po34
-rw-r--r--source/vi/wizards/messages.po34
-rw-r--r--source/vi/writerperfect/messages.po34
-rw-r--r--source/vi/xmlsecurity/messages.po34
-rw-r--r--source/xh/cui/messages.po58
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/xh/sc/messages.po26
-rw-r--r--source/xh/sd/messages.po654
-rw-r--r--source/xh/svtools/messages.po6
-rw-r--r--source/xh/sw/messages.po84
-rw-r--r--source/zh-CN/cui/messages.po54
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc.po11
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po566
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po108
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/zh-CN/sc/messages.po26
-rw-r--r--source/zh-CN/sd/messages.po656
-rw-r--r--source/zh-CN/svtools/messages.po10
-rw-r--r--source/zh-CN/sw/messages.po84
-rw-r--r--source/zh-TW/cui/messages.po56
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc.po11
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/00.po488
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po427
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po104
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/menu.po86
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po550
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po106
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/00.po38
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po52
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po114
-rw-r--r--source/zh-TW/sc/messages.po28
-rw-r--r--source/zh-TW/sd/messages.po658
-rw-r--r--source/zh-TW/svtools/messages.po10
-rw-r--r--source/zh-TW/sw/messages.po92
-rw-r--r--source/zu/cui/messages.po55
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office.po51
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po112
-rw-r--r--source/zu/sc/messages.po26
-rw-r--r--source/zu/sd/messages.po654
-rw-r--r--source/zu/svtools/messages.po6
-rw-r--r--source/zu/sw/messages.po84
1747 files changed, 170634 insertions, 91792 deletions
diff --git a/source/ab/avmedia/messages.po b/source/ab/avmedia/messages.po
index ccb1c16d0c6..2989a3b323f 100644
--- a/source/ab/avmedia/messages.po
+++ b/source/ab/avmedia/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: 2022-02-18 12:16+0100\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/avmediamessages/ab/>\n"
"Language: ab\n"
@@ -74,7 +74,7 @@ msgstr "Амедиа алхӡам"
#: avmedia/inc/strings.hrc:33
msgctxt "AVMEDIA_STR_INSERTMEDIA_DLG"
msgid "Insert Audio or Video"
-msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
+msgstr "Иҭаргылатәуп Абжьы ма Авидео"
#. AvVZ8
#: avmedia/inc/strings.hrc:34
diff --git a/source/ab/basctl/messages.po b/source/ab/basctl/messages.po
index bb871f55fc1..b05bf414a8a 100644
--- a/source/ab/basctl/messages.po
+++ b/source/ab/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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/ab/>\n"
"Language: ab\n"
@@ -155,7 +155,7 @@ msgstr "Истандарту абиблиотека ахьӡ аԥсахра ау
#: basctl/inc/strings.hrc:47
msgctxt "RID_STR_GENERATESOURCE"
msgid "Generating source"
-msgstr "Ахалагаратә теқст аԥҵара"
+msgstr "Ахалагаратә текст аԥҵара"
#. Re6Gc
#: basctl/inc/strings.hrc:48
@@ -377,7 +377,7 @@ msgstr "[Абызшәа ишыҟоу]"
#: basctl/inc/strings.hrc:85
msgctxt "RID_STR_DOCUMENT_OBJECTS"
msgid "Document Objects"
-msgstr "Адокумент аобиеқтқәа"
+msgstr "Адокумент аобиектқәа"
#. N3DE8
#: basctl/inc/strings.hrc:86
@@ -497,7 +497,7 @@ msgstr "Ианҵатәуп"
#: basctl/inc/strings.hrc:103
msgctxt "RID_BASICIDE_OBJCAT"
msgid "Object Catalog"
-msgstr "Аобиеқтқәа ркаталог"
+msgstr "Аобиектқәа ркаталог"
#. NtqMk
#. Property Browser Headline ----------------------------------------------------------------
diff --git a/source/ab/basic/messages.po b/source/ab/basic/messages.po
index a9488310dd4..8f729c180c0 100644
--- a/source/ab/basic/messages.po
+++ b/source/ab/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: 2022-01-31 18:18+0100\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/basicmessages/ab/>\n"
"Language: ab\n"
@@ -398,7 +398,7 @@ msgstr "Изымуа аобиект аиндекс."
#: basic/inc/basic.hrc:95
msgctxt "RID_BASIC_START"
msgid "Object is not available."
-msgstr "Аобиеқт ахь анаӡара ауам."
+msgstr "Аобиект ахь анаӡара ауам."
#. nfXrp
#: basic/inc/basic.hrc:96
@@ -422,7 +422,7 @@ msgstr "Аҷыдаҟазшьа аҭаҩра мацаразы."
#: basic/inc/basic.hrc:99
msgctxt "RID_BASIC_START"
msgid "Invalid object reference."
-msgstr "Ииашам азхьарԥш аобиеқт ахь."
+msgstr "Ииашам азхьарԥш аобиект ахь."
#. fz98J
#: basic/inc/basic.hrc:100
@@ -500,7 +500,7 @@ msgstr "Аргументқәа ииашам рхыԥхьаӡара."
#: basic/inc/basic.hrc:112
msgctxt "RID_BASIC_START"
msgid "Object is not a list."
-msgstr "Аобиеқт хьӡынҵаӡам."
+msgstr "Аобиект хьӡынҵаӡам."
#. zDijP
#: basic/inc/basic.hrc:113
@@ -524,13 +524,13 @@ msgstr "Аиҭныԥсахлара абуфер изымуа аформат."
#: basic/inc/basic.hrc:116
msgctxt "RID_BASIC_START"
msgid "Object does not have this property."
-msgstr "Аобиеқт иамам ари аҷыдаҟазшьа."
+msgstr "Аобиект иамам ари аҷыдаҟазшьа."
#. 9JEU2
#: basic/inc/basic.hrc:117
msgctxt "RID_BASIC_START"
msgid "Object does not have this method."
-msgstr "Аобиеқт иамам ари аметод."
+msgstr "Аобиект иамам ари аметод."
#. azsCo
#: basic/inc/basic.hrc:118
diff --git a/source/ab/chart2/messages.po b/source/ab/chart2/messages.po
index a9e5a6d52f8..fbc79edf2db 100644
--- a/source/ab/chart2/messages.po
+++ b/source/ab/chart2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/ab/>\n"
"Language: ab\n"
@@ -559,7 +559,7 @@ msgstr "Адиаграмма ашьаҭа"
#: chart2/inc/strings.hrc:99
msgctxt "STR_OBJECT_SHAPE"
msgid "Drawing Object"
-msgstr "Аобиеқтқәа рҭыхра"
+msgstr "Аобиектқәа рҭыхра"
#. dNCXG
#: chart2/inc/strings.hrc:100
@@ -661,7 +661,7 @@ msgstr ""
#: chart2/inc/strings.hrc:116
msgctxt "STR_ACTION_SCALE_TEXT"
msgid "Scale Text"
-msgstr "Атеқстқәа рмасштаб"
+msgstr "Атекстқәа рмасштаб"
#. wJ7wY
#: chart2/inc/strings.hrc:117
@@ -1155,7 +1155,7 @@ msgstr "Адырқәа ртаблица"
#: chart2/uiconfig/ui/chartdatadialog.ui:72
msgctxt "chartdatadialog|InsertRow"
msgid "Insert Row"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. 8ijLs
#: chart2/uiconfig/ui/chartdatadialog.ui:77
@@ -1179,7 +1179,7 @@ msgstr ""
#: chart2/uiconfig/ui/chartdatadialog.ui:106
msgctxt "chartdatadialog|InsertTextColumn"
msgid "Insert Text Column"
-msgstr "Атеқсттә еиҵаҩ аҭаргылара"
+msgstr "Атексттә еиҵаҩ аҭаргылара"
#. tVACy
#: chart2/uiconfig/ui/chartdatadialog.ui:111
@@ -1401,7 +1401,7 @@ msgstr ""
#: chart2/uiconfig/ui/dlg_DataLabel.ui:288
msgctxt "dlg_DataLabel|label1"
msgid "Text Attributes"
-msgstr "Атеқст атрибутқәа"
+msgstr "Атекст атрибутқәа"
#. FDBQW
#: chart2/uiconfig/ui/dlg_DataLabel.ui:322
@@ -1563,7 +1563,7 @@ msgstr "Градуск"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:518
msgctxt "dlg_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
-msgstr "Атеқст ахырхарҭа"
+msgstr "Атекст ахырхарҭа"
#. tjcHp
#: chart2/uiconfig/ui/dlg_DataLabel.ui:535
@@ -1575,7 +1575,7 @@ msgstr ""
#: chart2/uiconfig/ui/dlg_DataLabel.ui:558
msgctxt "dlg_DataLabel|label2"
msgid "Rotate Text"
-msgstr "Атеқст аргьежьра"
+msgstr "Атекст аргьежьра"
#. NpD8D
#: chart2/uiconfig/ui/dlg_DataLabel.ui:587
@@ -2295,7 +2295,7 @@ msgstr "Анҵәамҭа ашьҭахь"
#: chart2/uiconfig/ui/sidebaraxis.ui:90
msgctxt "sidebaraxis|label2"
msgid "_Text orientation:"
-msgstr "Атеқст аориентациа:"
+msgstr "Атекст аориентациа:"
#. vkhjB
#: chart2/uiconfig/ui/sidebarelements.ui:25
@@ -2907,7 +2907,7 @@ msgstr "ABCD"
#: chart2/uiconfig/ui/titlerotationtabpage.ui:130
msgctxt "titlerotationtabpage|textdirL"
msgid "Te_xt direction:"
-msgstr "Атеқст ахырхарҭа:"
+msgstr "Атекст ахырхарҭа:"
#. i5UYm
#: chart2/uiconfig/ui/titlerotationtabpage.ui:144
@@ -2925,7 +2925,7 @@ msgstr ""
#: chart2/uiconfig/ui/titlerotationtabpage.ui:178
msgctxt "titlerotationtabpage|labelTextOrient"
msgid "Text Orientation"
-msgstr "Атеқст аориентациа"
+msgstr "Атекст аориентациа"
#. CDDxo
#: chart2/uiconfig/ui/tp_3D_SceneAppearance.ui:20
@@ -3759,7 +3759,7 @@ msgstr ""
#: chart2/uiconfig/ui/tp_DataLabel.ui:220
msgctxt "tp_DataLabel|label1"
msgid "Text Attributes"
-msgstr "Атеқст атрибутқәа"
+msgstr "Атекст атрибутқәа"
#. 2MNGz
#: chart2/uiconfig/ui/tp_DataLabel.ui:254
@@ -3921,7 +3921,7 @@ msgstr "Градуск"
#: chart2/uiconfig/ui/tp_DataLabel.ui:450
msgctxt "tp_DataLabel|FT_LABEL_TEXTDIR"
msgid "Te_xt direction"
-msgstr "Атеқст ахырхарҭа"
+msgstr "Атекст ахырхарҭа"
#. MYXZo
#: chart2/uiconfig/ui/tp_DataLabel.ui:467
@@ -3933,7 +3933,7 @@ msgstr ""
#: chart2/uiconfig/ui/tp_DataLabel.ui:490
msgctxt "tp_DataLabel|label2"
msgid "Rotate Text"
-msgstr "Атеқст аргьежьра"
+msgstr "Атекст аргьежьра"
#. wBzcx
#: chart2/uiconfig/ui/tp_DataLabel.ui:519
@@ -4425,7 +4425,7 @@ msgstr "Аҭыҧ"
#: chart2/uiconfig/ui/tp_LegendPosition.ui:142
msgctxt "tp_LegendPosition|FT_LEGEND_TEXTDIR"
msgid "Te_xt direction"
-msgstr "Атеқст ахырхарҭа"
+msgstr "Атекст ахырхарҭа"
#. PSPoQ
#: chart2/uiconfig/ui/tp_LegendPosition.ui:158
@@ -4437,7 +4437,7 @@ msgstr ""
#: chart2/uiconfig/ui/tp_LegendPosition.ui:174
msgctxt "tp_LegendPosition|TXT_ORIENTATION"
msgid "Text Orientation"
-msgstr "Атеқст аориентациа"
+msgstr "Атекст аориентациа"
#. VsH8A
#: chart2/uiconfig/ui/tp_LegendPosition.ui:203
@@ -4659,7 +4659,7 @@ msgstr "Автоматикала"
#: chart2/uiconfig/ui/tp_Scale.ui:119
msgctxt "tp_Scale|LB_AXIS_TYPE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. vAAUB
#: chart2/uiconfig/ui/tp_Scale.ui:120
@@ -5416,7 +5416,7 @@ msgstr "ABCD"
#: chart2/uiconfig/ui/tp_axisLabel.ui:368
msgctxt "tp_axisLabel|textdirL"
msgid "Te_xt direction:"
-msgstr "Атеқст ахырхарҭа"
+msgstr "Атекст ахырхарҭа"
#. YUAjA
#: chart2/uiconfig/ui/tp_axisLabel.ui:382
@@ -5434,7 +5434,7 @@ msgstr ""
#: chart2/uiconfig/ui/tp_axisLabel.ui:416
msgctxt "tp_axisLabel|labelTextOrient"
msgid "Text Orientation"
-msgstr "Атеқст аориентациа"
+msgstr "Атекст аориентациа"
#. tCfsY
#: chart2/uiconfig/ui/wizelementspage.ui:40
diff --git a/source/ab/connectivity/messages.po b/source/ab/connectivity/messages.po
index f144f6c59a5..0dc04bfaf8c 100644
--- a/source/ab/connectivity/messages.po
+++ b/source/ab/connectivity/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: 2022-07-06 20:18+0200\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-27 08:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/ab/>\n"
"Language: ab\n"
@@ -111,13 +111,13 @@ msgstr ""
#: connectivity/inc/strings.hrc:40
msgctxt "STR_QUERY_TOO_COMPLEX"
msgid "The query cannot be executed. It is too complex."
-msgstr ""
+msgstr "Азыҳәара анагӡара ауам. Иара уадаҩцәоуп."
#. ADy4t
#: connectivity/inc/strings.hrc:41
msgctxt "STR_OPERATOR_TOO_COMPLEX"
msgid "The query cannot be executed. The operator is too complex."
-msgstr ""
+msgstr "Азыҳәара анагӡара ауам. Аоператор уадаҩцәоуп."
#. XZGaK
#: connectivity/inc/strings.hrc:42
@@ -135,7 +135,7 @@ msgstr ""
#: connectivity/inc/strings.hrc:44
msgctxt "STR_QUERY_NOT_LIKE_TOO_COMPLEX"
msgid "The query cannot be executed. The “NOT LIKE” condition is too complex."
-msgstr ""
+msgstr "Азыҳәара анагӡара ауам. Аҭагылазаашьа «NOT LIKE» уадаҩцәоуп."
#. AaZzs
#: connectivity/inc/strings.hrc:45
@@ -153,7 +153,7 @@ msgstr ""
#: connectivity/inc/strings.hrc:47
msgctxt "STR_INVALID_COLUMNNAME"
msgid "The column name “$columnname$” is not valid."
-msgstr ""
+msgstr "Аиҵагыла «$columnname$» азы изымуа ахьӡ."
#. FT3Zb
#: connectivity/inc/strings.hrc:48
diff --git a/source/ab/cui/messages.po b/source/ab/cui/messages.po
index 332b4c6eeef..baab1b41fc6 100644
--- a/source/ab/cui/messages.po
+++ b/source/ab/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:33+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ab/>\n"
"Language: 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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195162.000000\n"
#. GyY9M
@@ -80,7 +80,7 @@ msgstr "Алогикатә"
#: cui/inc/numcategories.hrc:28
msgctxt "numberingformatpage|liststore1"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. wH3TZ
msgctxt "stock"
@@ -199,7 +199,7 @@ msgstr "Ашаблонқәа"
#: cui/inc/strings.hrc:31
msgctxt "RID_SVXSTR_KEY_GLOSSARY_PATH"
msgid "AutoText"
-msgstr "Автотеқст"
+msgstr "Автотекст"
#. co7GJ
#: cui/inc/strings.hrc:32
@@ -368,13 +368,13 @@ msgstr ""
#: cui/inc/strings.hrc:64
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT"
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
-msgstr ""
+msgstr "Ари амаругақәа рпанель аҟны аԥсахрақәа зегьы ықәгахоит. Иацҵатәума?"
#. 4s9MJ
#: cui/inc/strings.hrc:65
msgctxt "RID_SVXSTR_CONFIRM_RESTORE_DEFAULT_MENU"
msgid "This will delete all changes previously made to this context menu. Do you really want to reset?"
-msgstr ""
+msgstr "Ари аконтексттә мениу аҟны аԥсахрақәа зегьы ықәгахоит. Иацҵатәума?"
#. G2mu7
#: cui/inc/strings.hrc:66
@@ -458,7 +458,7 @@ msgstr "Акнопка"
#: cui/inc/strings.hrc:80
msgctxt "RID_SVXSTR_HYPERDLG_FROM_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 9nkb2
#: cui/inc/strings.hrc:81
@@ -512,7 +512,7 @@ msgstr "Инагӡатәуп"
#: cui/inc/strings.hrc:90
msgctxt "RID_SVXSTR_ROW"
msgid "Insert Rows"
-msgstr "Ибжьаргылатәуп ацәаҳәақәа"
+msgstr "Иҭаргылатәуп ацәаҳәақәа"
#. Su38S
#. tdf#119293 Labels depending on row/col
@@ -556,7 +556,7 @@ msgstr "(%1 PPI)"
#: cui/inc/strings.hrc:99
msgctxt "RID_SVXSTR_COL"
msgid "Insert Columns"
-msgstr "Ибжьаргылатәуп аиҵагылақәа"
+msgstr "Иҭаргылатәуп аиҵагылақәа"
#. AgqiD
#. tdf#119293 Labels depending on row/col
@@ -743,13 +743,13 @@ msgstr ""
#: cui/inc/strings.hrc:132
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE"
msgid "Merging of form fields started"
-msgstr ""
+msgstr "Аформа аҭакырақәа реидҵара иалагоуп"
#. uGCdD
#: cui/inc/strings.hrc:133
msgctxt "RID_SVXSTR_EVENT_FIELDMERGE_FINISHED"
msgid "Merging of form fields finished"
-msgstr ""
+msgstr "Аформа аҭакырақәа реидҵара хыркәшоуп"
#. srLLa
#: cui/inc/strings.hrc:134
@@ -875,7 +875,7 @@ msgstr "Аиҭаҭагалараан"
#: cui/inc/strings.hrc:154
msgctxt "RID_SVXSTR_EVENT_MOUSEDRAGGED"
msgid "Mouse moved while key pressed"
-msgstr ""
+msgstr "Аҳәынаԥ акнопка иақәыӷәӷәаны аиҭагара"
#. CPpyk
#: cui/inc/strings.hrc:155
@@ -911,13 +911,13 @@ msgstr "Аҳәынаԥ акнопка аушьҭра"
#: cui/inc/strings.hrc:160
msgctxt "RID_SVXSTR_EVENT_POSITIONING"
msgid "Before record change"
-msgstr ""
+msgstr "Анҵамҭа алаԥсахра аԥхьа"
#. yrBiz
#: cui/inc/strings.hrc:161
msgctxt "RID_SVXSTR_EVENT_POSITIONED"
msgid "After record change"
-msgstr ""
+msgstr "Анҵамҭа алаԥсахра ашьҭахь"
#. bdBH4
#: cui/inc/strings.hrc:162
@@ -947,7 +947,7 @@ msgstr "Ашақәырӷәӷәара аԥхьа"
#: cui/inc/strings.hrc:166
msgctxt "RID_SVXSTR_EVENT_TEXTCHANGED"
msgid "Text modified"
-msgstr "Атеқст аԥсахра"
+msgstr "Атекст аԥсахра"
#. 2ADMH
#: cui/inc/strings.hrc:167
@@ -989,7 +989,7 @@ msgstr "Адокумент аиқәырхараан аиԥҟьара"
#: cui/inc/strings.hrc:173
msgctxt "RID_SVXSTR_EVENT_SAVEASDOCFAILED"
msgid "'Save as' has failed"
-msgstr ""
+msgstr "Еиқәырхатәуп адокумент абас аиԥҟьара"
#. N9e6u
#: cui/inc/strings.hrc:174
@@ -1103,7 +1103,7 @@ msgstr "Ҵаҟала"
#: cui/inc/strings.hrc:193
msgctxt "RID_STR_SEARCH_NORECORD"
msgid "No records corresponding to your data found."
-msgstr ""
+msgstr "Иԥшаам анҵамҭақәа, азыҳәара иашьашәалоу."
#. VkTjA
#: cui/inc/strings.hrc:194
@@ -1139,7 +1139,7 @@ msgstr "<фаилда>"
#: cui/inc/strings.hrc:200
msgctxt "RID_SVXSTR_GALLERYPROPS_OBJECT"
msgid "Object;Objects"
-msgstr "Аобиеқт;Аобиеқтқәа"
+msgstr "Аобиект;Аобиектқәа"
#. GQXSM
#: cui/inc/strings.hrc:201
@@ -1217,7 +1217,7 @@ msgstr "Иҭажәгал ажәамаӡа, аҭакырақәа рыҩбагь
#: cui/inc/strings.hrc:215
msgctxt "RID_SVXSTR_PASSWORD_LEN_INDICATOR"
msgid "Password length limit of %1 reached"
-msgstr ""
+msgstr "Ажәамаӡа %1 аура аҳәаа аҟынӡа инаӡоуп"
#. Fko49
#: cui/inc/strings.hrc:217
@@ -1311,6 +1311,8 @@ msgid ""
"The name '$file$' is already used for another database.\n"
"Please choose a different name."
msgstr ""
+"Ахьӡ'$file$' ахархәара амоуп егьи адырқәа рбазаҟны. \n"
+"Иалышәх даҽа хьӡык."
#. KFB7q
#: cui/inc/strings.hrc:235
@@ -1322,7 +1324,7 @@ msgstr "Ианыхтәума абри аелемент?"
#: cui/inc/strings.hrc:237
msgctxt "RID_SVXSTR_DELQUERY"
msgid "Do you want to delete the following object?"
-msgstr "Ишәҭахума ари аобиеқт аныхра?"
+msgstr "Ишәҭахума ари аобиект аныхра?"
#. 42ivC
#: cui/inc/strings.hrc:238
@@ -1334,43 +1336,43 @@ msgstr "Аныхра шьақәырӷәӷәатәуп"
#: cui/inc/strings.hrc:239
msgctxt "RID_SVXSTR_DELFAILED"
msgid "The selected object could not be deleted."
-msgstr "Иалху аобиеқт аныхра ауам."
+msgstr "Иалху аобиект аныхра ауам."
#. T7T8x
#: cui/inc/strings.hrc:240
msgctxt "RID_SVXSTR_DELFAILED_TITLE"
msgid "Error Deleting Object"
-msgstr "Аобиеқт аныхраан иҟалеит агха"
+msgstr "Аобиект аныхраан иҟалеит агха"
#. SCgXy
#: cui/inc/strings.hrc:241
msgctxt "RID_SVXSTR_CREATEFAILED"
msgid "The object could not be created."
-msgstr "Аобиеқт аԥҵара ауам."
+msgstr "Аобиект аԥҵара ауам."
#. TmiCU
#: cui/inc/strings.hrc:242
msgctxt "RID_SVXSTR_CREATEFAILEDDUP"
msgid " Object with the same name already exists."
-msgstr "Аобиеқт, ари аҩыза ахьӡ змоу ыҟоуп."
+msgstr " Аобиект, ари аҩыза ахьӡ змоу ыҟоуп."
#. ffc5M
#: cui/inc/strings.hrc:243
msgctxt "RID_SVXSTR_CREATEFAILED_TITLE"
msgid "Error Creating Object"
-msgstr "Аобиеқт аԥҵараан агха"
+msgstr "Аобиект аԥҵараан агха"
#. hpB8B
#: cui/inc/strings.hrc:244
msgctxt "RID_SVXSTR_RENAMEFAILED"
msgid "The object could not be renamed."
-msgstr "Аобиеқт ахьӡ аԥсахра ауам."
+msgstr "Аобиект ахьӡ аԥсахра ауам."
#. eevjm
#: cui/inc/strings.hrc:245
msgctxt "RID_SVXSTR_RENAMEFAILED_TITLE"
msgid "Error Renaming Object"
-msgstr "Аобиеқт ахьӡ аԥсахраан агха."
+msgstr "Аобиект ахьӡ аԥсахраан агха."
#. fTHFY
#: cui/inc/strings.hrc:246
@@ -4735,7 +4737,7 @@ msgstr ""
#: cui/uiconfig/ui/acorreplacepage.ui:232
msgctxt "acorreplacepage|textonly"
msgid "_Text only"
-msgstr "Атеқст мацара"
+msgstr "Атекст мацара"
#. 784tz
#: cui/uiconfig/ui/acorreplacepage.ui:240
@@ -6400,7 +6402,7 @@ msgstr ""
#: cui/uiconfig/ui/cellalignment.ui:193
msgctxt "cellalignment|labelTextOrient"
msgid "Text Orientation"
-msgstr "Атеқст аориентациа"
+msgstr "Атекст аориентациа"
#. eM4r3
#: cui/uiconfig/ui/cellalignment.ui:224
@@ -6442,7 +6444,7 @@ msgstr ""
#: cui/uiconfig/ui/cellalignment.ui:294
msgctxt "cellalignment|LabelTxtDir"
msgid "Te_xt direction:"
-msgstr "Атеқст ахырхарҭа:"
+msgstr "Атекст ахырхарҭа:"
#. jDFtf
#: cui/uiconfig/ui/cellalignment.ui:328
@@ -6568,7 +6570,7 @@ msgstr ""
#: cui/uiconfig/ui/cellalignment.ui:474
msgctxt "cellalignment|LabelTextAlig"
msgid "Text Alignment"
-msgstr "Атеқст аиҟаратәра"
+msgstr "Атекст аиҟаратәра"
#. CDKBz
#: cui/uiconfig/ui/cellalignment.ui:494
@@ -6820,7 +6822,7 @@ msgstr "Адокумент аҿаԥшыра"
#: cui/uiconfig/ui/colorconfigwin.ui:65
msgctxt "colorconfigwin|docboundaries"
msgid "Text boundaries"
-msgstr "Атеқст аҳәаақәа"
+msgstr "Атекст аҳәаақәа"
#. Df2ut
#: cui/uiconfig/ui/colorconfigwin.ui:98
@@ -6838,7 +6840,7 @@ msgstr ""
#: cui/uiconfig/ui/colorconfigwin.ui:142
msgctxt "colorconfigwin|objboundaries"
msgid "Object boundaries"
-msgstr "Аобиеқт аҳәаақәа"
+msgstr "Аобиект аҳәаақәа"
#. ubeED
#: cui/uiconfig/ui/colorconfigwin.ui:175
@@ -6994,7 +6996,7 @@ msgstr ""
#: cui/uiconfig/ui/colorconfigwin.ui:830
msgctxt "colorconfigwin|writer"
msgid "Text Document"
-msgstr "Атеқсттә документ"
+msgstr "Атексттә документ"
#. GFFes
#: cui/uiconfig/ui/colorconfigwin.ui:864
@@ -7060,7 +7062,7 @@ msgstr "Аформулақәа"
#: cui/uiconfig/ui/colorconfigwin.ui:1213
msgctxt "colorconfigwin|text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. ZCYmf
#: cui/uiconfig/ui/colorconfigwin.ui:1246
@@ -7246,7 +7248,7 @@ msgstr ""
#: cui/uiconfig/ui/colorconfigwin.ui:2154
msgctxt "colorconfigwin|unknown"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. XxGeg
#: cui/uiconfig/ui/colorconfigwin.ui:2187
@@ -7682,7 +7684,7 @@ msgstr ""
#: cui/uiconfig/ui/comment.ui:18
msgctxt "comment|CommentDialog"
msgid "Insert Comment"
-msgstr "Ибжьаргылатәуп акомментари"
+msgstr "Иҭаргылатәуп акомментари"
#. 22CJX
#: cui/uiconfig/ui/comment.ui:160
@@ -7694,7 +7696,7 @@ msgstr "Автор"
#: cui/uiconfig/ui/comment.ui:192
msgctxt "comment|label4"
msgid "_Text"
-msgstr "_Атеқст"
+msgstr "_Атекст"
#. 4ZGAd
#: cui/uiconfig/ui/comment.ui:219
@@ -7706,7 +7708,7 @@ msgstr ""
#: cui/uiconfig/ui/comment.ui:241
msgctxt "comment|label5"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. eGHyF
#: cui/uiconfig/ui/comment.ui:253
@@ -8127,7 +8129,7 @@ msgstr ""
#: cui/uiconfig/ui/customizedialog.ui:281
msgctxt "customizedialog|contextmenus"
msgid "Context Menus"
-msgstr "Аконтеқсттә хкынҵа"
+msgstr "Аконтексттә хкынҵа"
#. G6BaU
#: cui/uiconfig/ui/customizedialog.ui:329
@@ -8337,7 +8339,7 @@ msgstr "Аҵаӷәа"
#: cui/uiconfig/ui/dimensionlinestabpage.ui:327
msgctxt "dimensionlinestabpage|FT_POSITION"
msgid "_Text position"
-msgstr "Атеқст аҭыԥ"
+msgstr "Атекст аҭыԥ"
#. EBYZf
#: cui/uiconfig/ui/dimensionlinestabpage.ui:366
@@ -8685,13 +8687,13 @@ msgstr ""
#: cui/uiconfig/ui/effectspage.ui:168
msgctxt "effectspage|liststore4"
msgid "Above text"
-msgstr "Атеқст ахыхь"
+msgstr "Атекст ахыхь"
#. 4dQqG
#: cui/uiconfig/ui/effectspage.ui:169
msgctxt "effectspage|liststore4"
msgid "Below text"
-msgstr "Атеқст аҵаҟа"
+msgstr "Атекст аҵаҟа"
#. HPUf8
#: cui/uiconfig/ui/effectspage.ui:173
@@ -9261,7 +9263,7 @@ msgstr ""
#: cui/uiconfig/ui/fmsearchdialog.ui:155
msgctxt "fmsearchdialog|rbSearchForText"
msgid "_Text:"
-msgstr "_Атеқст:"
+msgstr "_Атекст:"
#. Abepw
#: cui/uiconfig/ui/fmsearchdialog.ui:164
@@ -10775,7 +10777,7 @@ msgstr ""
#: cui/uiconfig/ui/hyperlinkdocpage.ui:203
msgctxt "hyperlinkdocpage|url"
msgid "Test text"
-msgstr "Атесттә теқст"
+msgstr "Атесттә текст"
#. 8Gbv5
#: cui/uiconfig/ui/hyperlinkdocpage.ui:219
@@ -10793,7 +10795,7 @@ msgstr "Афреим:"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:270
msgctxt "hyperlinkdocpage|indication_label"
msgid "Te_xt:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. o2Fic
#: cui/uiconfig/ui/hyperlinkdocpage.ui:285
@@ -10931,7 +10933,7 @@ msgstr ""
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:210
msgctxt "hyperlinkinternetpage|indication_label"
msgid "Te_xt:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. fFLgD
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:228
@@ -11063,7 +11065,7 @@ msgstr "Афреим:"
#: cui/uiconfig/ui/hyperlinkmailpage.ui:195
msgctxt "hyperlinkmailpage|indication_label"
msgid "Te_xt:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. BjAaB
#: cui/uiconfig/ui/hyperlinkmailpage.ui:210
@@ -11237,7 +11239,7 @@ msgstr "Афреим:"
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:280
msgctxt "hyperlinknewdocpage|indication_label"
msgid "Te_xt:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. SVEq9
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:295
@@ -11830,7 +11832,7 @@ msgstr "Иаԥҵатәуп афаил аҟынтәи"
#: cui/uiconfig/ui/insertoleobject.ui:186
msgctxt "insertoleobject|label1"
msgid "Object Type"
-msgstr "Аобиеқт атип"
+msgstr "Аобиект атип"
#. GYhtz
#: cui/uiconfig/ui/insertoleobject.ui:230
@@ -11872,7 +11874,7 @@ msgstr ""
#: cui/uiconfig/ui/insertrowcolumn.ui:15
msgctxt "insertrowcolumn|InsertRowColumnDialog"
msgid "Insert Row"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. ULGtA
#: cui/uiconfig/ui/insertrowcolumn.ui:107
@@ -11891,7 +11893,7 @@ msgstr ""
#: cui/uiconfig/ui/insertrowcolumn.ui:142
msgctxt "insertrowcolumn|label1"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. xdCAE
#: cui/uiconfig/ui/insertrowcolumn.ui:170
@@ -12813,7 +12815,7 @@ msgstr ""
#: cui/uiconfig/ui/menuassignpage.ui:688
msgctxt "menuassignpage|insert"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Q69cQ
#: cui/uiconfig/ui/menuassignpage.ui:712
@@ -13095,7 +13097,7 @@ msgstr "Иҭажәгал амакросҿыц ахьӡ."
#: cui/uiconfig/ui/newlibdialog.ui:116
msgctxt "newlibdialog|renameft"
msgid "Enter the new name for the selected object."
-msgstr "Иҭажәгал иалху аобиеқтҿыц ахьӡ."
+msgstr "Иҭажәгал иалху аобиектҿыц ахьӡ."
#. awAso
#: cui/uiconfig/ui/newlibdialog.ui:130
@@ -13113,7 +13115,7 @@ msgstr "Ахьӡ ԥсахтәуп"
#: cui/uiconfig/ui/newtabledialog.ui:22
msgctxt "newtabledialog|NewTableDialog"
msgid "Insert Table"
-msgstr "Ибжьаргылатәуп атаблица"
+msgstr "Иҭаргылатәуп атаблица"
#. CJfAC
#: cui/uiconfig/ui/newtabledialog.ui:102
@@ -14602,7 +14604,7 @@ msgstr "Асистема"
#: cui/uiconfig/ui/optctlpage.ui:235
msgctxt "optctlpage|numerals"
msgid "Context"
-msgstr "Аконтеқст"
+msgstr "Аконтекст"
#. xLaeT
#: cui/uiconfig/ui/optctlpage.ui:239
@@ -16596,74 +16598,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Атеқсттә документ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML адокумент"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Еилоу адокумент"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Аелектронтә таблица"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Апрезентациа"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Асахьа"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Аформула"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Адокумент атип:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
@@ -17665,7 +17625,7 @@ msgstr "Альбомтә"
#: cui/uiconfig/ui/pageformatpage.ui:176
msgctxt "pageformatpage|labelTextFlow"
msgid "_Text direction:"
-msgstr "Атеқст ахырхарҭа:"
+msgstr "Атекст ахырхарҭа:"
#. FmMdc
#: cui/uiconfig/ui/pageformatpage.ui:232
@@ -18006,7 +17966,7 @@ msgstr ""
#: cui/uiconfig/ui/paragalignpage.ui:355
msgctxt "paragalignpage|label2"
msgid "_Text direction:"
-msgstr "Атеқст ахырхарҭа:"
+msgstr "Атекст ахырхарҭа:"
#. pfaYp
#: cui/uiconfig/ui/paragalignpage.ui:383
@@ -18024,13 +17984,13 @@ msgstr "Аҿырԥштәы"
#: cui/uiconfig/ui/paraindentspacing.ui:118
msgctxt "paraindentspacing|labelFT_LEFTINDENT"
msgid "_Before text:"
-msgstr "Атеқст аԥхьа:"
+msgstr "Атекст аԥхьа:"
#. iV7A5
#: cui/uiconfig/ui/paraindentspacing.ui:132
msgctxt "paraindentspacing|labelFT_RIGHTINDENT"
msgid "After _text:"
-msgstr "Атеқст ашьҭахь:"
+msgstr "Атекст ашьҭахь:"
#. 396YJ
#: cui/uiconfig/ui/paraindentspacing.ui:146
@@ -20277,7 +20237,7 @@ msgstr "Асимвол алхра"
#: cui/uiconfig/ui/specialcharacters.ui:24
msgctxt "specialcharacters|insert"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. AEF8q
#: cui/uiconfig/ui/specialcharacters.ui:109
@@ -20427,7 +20387,7 @@ msgstr ""
#: cui/uiconfig/ui/spellingdialog.ui:294
msgctxt "spellingdialog|paste"
msgid "Paste"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. vTAkA
#: cui/uiconfig/ui/spellingdialog.ui:306
@@ -20439,7 +20399,7 @@ msgstr "Асимвол алхра"
#: cui/uiconfig/ui/spellingdialog.ui:338
msgctxt "spellingdialog|languageft"
msgid "Text languag_e:"
-msgstr "Атеқст абызшәа:"
+msgstr "Атекст абызшәа:"
#. g7zja
#: cui/uiconfig/ui/spellingdialog.ui:370
@@ -21321,19 +21281,19 @@ msgstr ""
#: cui/uiconfig/ui/textdialog.ui:8
msgctxt "textdialog|TextDialog"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. X6YuB
#: cui/uiconfig/ui/textdialog.ui:136
msgctxt "textdialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 7UaHg
#: cui/uiconfig/ui/textdialog.ui:183
msgctxt "textdialog|RID_SVXPAGE_TEXTANIMATION"
msgid "Text Animation"
-msgstr "Атеқст анимациа"
+msgstr "Атекст анимациа"
#. iq2Cq
#: cui/uiconfig/ui/textdialog.ui:231
@@ -21429,7 +21389,7 @@ msgstr "Аиагагақәа рыргылара"
#: cui/uiconfig/ui/textflowpage.ui:344
msgctxt "textflowpage|checkInsert"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Zje9t
#: cui/uiconfig/ui/textflowpage.ui:353
diff --git a/source/ab/dbaccess/messages.po b/source/ab/dbaccess/messages.po
index 6f7b1bd7748..69a6e6ac87b 100644
--- a/source/ab/dbaccess/messages.po
+++ b/source/ab/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ab/>\n"
"Language: ab\n"
@@ -761,7 +761,7 @@ msgid ""
"$object$ has been changed.\n"
"Do you want to save the changes?"
msgstr ""
-"Аобиеқт $object$ ԥсахын.\n"
+"Аобиект $object$ ԥсахын.\n"
"Еиқәырхатәума аԥсахрақәа?"
#. rLMEX
@@ -776,7 +776,7 @@ msgstr ""
#: dbaccess/inc/strings.hrc:140
msgctxt "STR_INFO_OPENING_IN_SQL_VIEW"
msgid "$object$ will be opened in SQL view."
-msgstr "Аобиеқт $object$ аартхоит SQL арежим ала."
+msgstr "Аобиект $object$ аартхоит SQL арежим ала."
#. pH2Jv
#: dbaccess/inc/strings.hrc:141
@@ -1314,13 +1314,13 @@ msgstr "Иԥсахтәуп аҭакыра атип"
#: dbaccess/inc/strings.hrc:240
msgctxt "STR_TABED_UNDO_ROWINSERTED"
msgid "Insert row"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. LgbwQ
#: dbaccess/inc/strings.hrc:241
msgctxt "STR_TABED_UNDO_NEWROWINSERTED"
msgid "Insert new row"
-msgstr "Ибжьаргылатәуп, ацәаҳәа ҿыц"
+msgstr "Иҭаргылатәуп, ацәаҳәа ҿыц"
#. gi8TU
#: dbaccess/inc/strings.hrc:242
@@ -2018,7 +2018,7 @@ msgstr "dBASE аҽаҿакра архиара"
#: dbaccess/inc/strings.hrc:362
msgctxt "STR_PAGETITLE_TEXT"
msgid "Set up a connection to text files"
-msgstr "Атеқсттә фаилқәа рҽаҿакра архиара"
+msgstr "Атексттә фаилқәа рҽаҿакра архиара"
#. TiBeQ
#: dbaccess/inc/strings.hrc:363
@@ -2140,7 +2140,7 @@ msgstr ""
#: dbaccess/inc/strings.hrc:382
msgctxt "STR_TEXT_HEADERTEXT"
msgid "Set up a connection to text files"
-msgstr "Атеқсттә фаилқәа рҽаҿакра архиара"
+msgstr "Атексттә фаилқәа рҽаҿакра архиара"
#. uJFWa
#: dbaccess/inc/strings.hrc:383
@@ -4978,7 +4978,7 @@ msgstr "Акопиа ахыхтәуп"
#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:28
msgctxt "tabledesignrowmenu|paste"
msgid "_Paste"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Ekmvg
#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:36
@@ -4990,7 +4990,7 @@ msgstr "Ианыхтәуп"
#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:44
msgctxt "tabledesignrowmenu|insert"
msgid "Insert Rows"
-msgstr "Ибжьаргылатәуп ацәаҳәақәа"
+msgstr "Иҭаргылатәуп ацәаҳәақәа"
#. 4XEhH
#: dbaccess/uiconfig/ui/tabledesignrowmenu.ui:58
@@ -5062,13 +5062,13 @@ msgstr ""
#: dbaccess/uiconfig/ui/textconnectionsettings.ui:8
msgctxt "textconnectionsettings|TextConnectionSettingsDialog"
msgid "Text Connection Settings"
-msgstr "Атеқсттә фаилқәа рҽаҿакра архиарақәа"
+msgstr "Атексттә фаилқәа рҽаҿакра архиарақәа"
#. HScTi
#: dbaccess/uiconfig/ui/textpage.ui:34
msgctxt "textpage|textfile"
msgid "Plain text files (*.txt)"
-msgstr "Атеқст мариа (*.txt)"
+msgstr "Атекст мариа (*.txt)"
#. i2ntJ
#: dbaccess/uiconfig/ui/textpage.ui:50
@@ -5098,7 +5098,7 @@ msgstr "Иашәырба ишәҭаху афаилқәа ртип"
#: dbaccess/uiconfig/ui/textpage.ui:145
msgctxt "textpage|containsheaders"
msgid "_Text contains headers"
-msgstr "_Атеқст иаҵанакуеит аҭакырақәа рыхьӡқәа"
+msgstr "_Атекст иаҵанакуеит аҭакырақәа рыхьӡқәа"
#. PGqYA
#: dbaccess/uiconfig/ui/textpage.ui:164
@@ -5110,7 +5110,7 @@ msgstr "Аҭакырақәа реиҟәшага:"
#: dbaccess/uiconfig/ui/textpage.ui:178
msgctxt "textpage|textlabel"
msgid "Text separator:"
-msgstr "Атеқстқәа реиҟәшага:"
+msgstr "Атекстқәа реиҟәшага:"
#. Va37w
#: dbaccess/uiconfig/ui/textpage.ui:192
diff --git a/source/ab/desktop/messages.po b/source/ab/desktop/messages.po
index 0864ac5d5c8..8f4a3c2018d 100644
--- a/source/ab/desktop/messages.po
+++ b/source/ab/desktop/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-05-21 10:35+0000\n"
+"PO-Revision-Date: 2023-05-31 14:33+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/ab/>\n"
"Language: ab\n"
@@ -68,13 +68,13 @@ msgstr "Аҿыхра: "
#: desktop/inc/strings.hrc:33
msgctxt "RID_STR_CANNOT_DETECT_MEDIA_TYPE"
msgid "Cannot detect media-type: "
-msgstr ""
+msgstr "Аинформациа алага-ҩагага атип аилкаара ауам: "
#. QfGM7
#: desktop/inc/strings.hrc:34
msgctxt "RID_STR_UNSUPPORTED_MEDIA_TYPE"
msgid "This media-type is not supported: "
-msgstr ""
+msgstr "Ари аинформациа алага-ҩагага атип аднакылаӡом: "
#. VHcMc
#: desktop/inc/strings.hrc:35
diff --git a/source/ab/editeng/messages.po b/source/ab/editeng/messages.po
index 66d313a79b7..090d7d0beed 100644
--- a/source/ab/editeng/messages.po
+++ b/source/ab/editeng/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-11-14 14:35+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/ab/>\n"
"Language: ab\n"
@@ -1367,7 +1367,7 @@ msgstr ""
#: include/editeng/editrids.hrc:241
msgctxt "RID_SVXITEMS_GRAPHIC"
msgid "Graphic"
-msgstr "Аграфикатә обиеқт"
+msgstr "Аграфикатә обиект"
#. Mbwvx
#: include/editeng/editrids.hrc:242
@@ -1482,13 +1482,13 @@ msgstr "Ацәаҳәа иҭагӡатәуп"
#: include/editeng/editrids.hrc:261
msgctxt "RID_SVXITEMS_TEXTROTATE_OFF"
msgid "Text is not rotated"
-msgstr "Атеқст аргьежьрада"
+msgstr "Атекст аргьежьрада"
#. WSt2G
#: include/editeng/editrids.hrc:262
msgctxt "RID_SVXITEMS_TEXTROTATE"
msgid "Text is rotated by $(ARG1)°"
-msgstr "Атеқст аргьежьра $(ARG1)° ала"
+msgstr "Атекст аргьежьра $(ARG1)° ала"
#. bGvZn
#: include/editeng/editrids.hrc:263
@@ -1524,7 +1524,7 @@ msgstr ""
#: include/editeng/editrids.hrc:268
msgctxt "RID_SVXITEMS_PARAVERTALIGN_AUTO"
msgid "Automatic text alignment"
-msgstr "Атеқст автоматикала аиҟаратәра"
+msgstr "Атекст автоматикала аиҟаратәра"
#. HCEhG
#: include/editeng/editrids.hrc:269
@@ -1536,43 +1536,43 @@ msgstr "Ихадоу аҵәаӷәала атекст аиҟаратәра"
#: include/editeng/editrids.hrc:270
msgctxt "RID_SVXITEMS_PARAVERTALIGN_TOP"
msgid "Text aligned top"
-msgstr "Атеқст хыхьла аиҟаратәра"
+msgstr "Атекст хыхьла аиҟаратәра"
#. KLkUY
#: include/editeng/editrids.hrc:271
msgctxt "RID_SVXITEMS_PARAVERTALIGN_CENTER"
msgid "Text aligned middle"
-msgstr "Атеқст ацентр ала аиҟаратәра"
+msgstr "Атекст ацентр ала аиҟаратәра"
#. TTtYF
#: include/editeng/editrids.hrc:272
msgctxt "RID_SVXITEMS_PARAVERTALIGN_BOTTOM"
msgid "Text aligned bottom"
-msgstr "Атеқст ҵаҟала аиҟаратәра"
+msgstr "Атекст ҵаҟала аиҟаратәра"
#. PQaAE
#: include/editeng/editrids.hrc:273
msgctxt "RID_SVXITEMS_FRMDIR_HORI_LEFT_TOP"
msgid "Text direction left-to-right (horizontal)"
-msgstr "Атеқст ахырхарҭа: армарахьтә-арӷьарахь (горизонталла)"
+msgstr "Атекст ахырхарҭа: армарахьтә-арӷьарахь (горизонталла)"
#. eW3jB
#: include/editeng/editrids.hrc:274
msgctxt "RID_SVXITEMS_FRMDIR_HORI_RIGHT_TOP"
msgid "Text direction right-to-left (horizontal)"
-msgstr "Атеқст ахырхарҭа: арӷьарахьтә-армарахь (горизонталла)"
+msgstr "Атекст ахырхарҭа: арӷьарахьтә-армарахь (горизонталла)"
#. o3Yee
#: include/editeng/editrids.hrc:275
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_RIGHT"
msgid "Text direction right-to-left (vertical)"
-msgstr "Атеқст ахырхарҭа: арӷьарахьтә-армарахь (вертикалла)"
+msgstr "Атекст ахырхарҭа: арӷьарахьтә-армарахь (вертикалла)"
#. GXXF8
#: include/editeng/editrids.hrc:276
msgctxt "RID_SVXITEMS_FRMDIR_VERT_TOP_LEFT"
msgid "Text direction left-to-right (vertical)"
-msgstr "Атеқст ахырхарҭа: армарахьтә-арӷьарахь (вертикалла)"
+msgstr "Атекст ахырхарҭа: армарахьтә-арӷьарахь (вертикалла)"
#. 2XBXr
#: include/editeng/editrids.hrc:277
@@ -1644,7 +1644,7 @@ msgstr "Ииагатәуп"
#: include/editeng/editrids.hrc:290
msgctxt "RID_EDITUNDO_INSERT"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. yifiT
#: include/editeng/editrids.hrc:291
@@ -1778,4 +1778,4 @@ msgstr "Ихархәуатәуп атрибутқәа"
#: include/editeng/editrids.hrc:315
msgctxt "RID_OUTLUNDO_INSERT"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
diff --git a/source/ab/extensions/messages.po b/source/ab/extensions/messages.po
index 4f40a4851ac..570acd46046 100644
--- a/source/ab/extensions/messages.po
+++ b/source/ab/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/ab/>\n"
"Language: ab\n"
@@ -307,7 +307,7 @@ msgstr ""
#: extensions/inc/stringarrays.hrc:85
msgctxt "RID_RSC_ENUM_SUBMIT_ENCODING"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. jDMbK
#: extensions/inc/stringarrays.hrc:90
@@ -860,7 +860,7 @@ msgstr "Ацәаҳәақәа рхыҧхьаӡара"
#: extensions/inc/strings.hrc:34
msgctxt "RID_STR_MAXTEXTLEN"
msgid "Max. text length"
-msgstr "Атеқст имаксималтәу аура"
+msgstr "Атекст имаксималтәу аура"
#. M3S2R
#: extensions/inc/strings.hrc:35
@@ -968,7 +968,7 @@ msgstr "Аҭыҧдырга"
#: extensions/inc/strings.hrc:52
msgctxt "RID_STR_LABEL"
msgid "Label"
-msgstr "Атеқст"
+msgstr "Атекст"
#. zBrzN
#: extensions/inc/strings.hrc:53
@@ -1600,7 +1600,7 @@ msgstr ""
#: extensions/inc/strings.hrc:157
msgctxt "RID_STR_EVT_TEXTCHANGED"
msgid "Text modified"
-msgstr "Атеқст ԥсахуп"
+msgstr "Атекст ԥсахуп"
#. RmUub
#: extensions/inc/strings.hrc:158
@@ -1806,7 +1806,7 @@ msgstr ""
#: extensions/inc/strings.hrc:191
msgctxt "RID_STR_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 2dY2G
#: extensions/inc/strings.hrc:192
@@ -1836,7 +1836,7 @@ msgstr ""
#: extensions/inc/strings.hrc:196
msgctxt "RID_STR_LINEEND_FORMAT"
msgid "Text lines end with"
-msgstr "Атеқсттә цәаҳәақәа нҵәоит"
+msgstr "Атексттә цәаҳәақәа нҵәоит"
#. E46nt
#: extensions/inc/strings.hrc:197
@@ -1872,7 +1872,7 @@ msgstr ""
#: extensions/inc/strings.hrc:202
msgctxt "RID_STR_TEXTTYPE"
msgid "Text type"
-msgstr "Атеқст атип"
+msgstr "Атекст атип"
#. o6UBB
#: extensions/inc/strings.hrc:203
@@ -2076,7 +2076,7 @@ msgstr ""
#: extensions/inc/strings.hrc:236
msgctxt "RID_STR_WRITING_MODE"
msgid "Text direction"
-msgstr "Атеқст ахырхарҭа"
+msgstr "Атекст ахырхарҭа"
#. YoyL2
#: extensions/inc/strings.hrc:237
@@ -2219,7 +2219,7 @@ msgstr ""
#: extensions/inc/strings.hrc:263
msgctxt "RID_STR_TEXT_FORMAT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. AnnUr
#: extensions/inc/strings.hrc:265
@@ -2263,7 +2263,7 @@ msgstr "Агәыҧ"
#: extensions/inc/strings.hrc:272
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
-msgstr "Атеқсттә ҭакыра"
+msgstr "Атексттә ҭакыра"
#. DEn9D
#: extensions/inc/strings.hrc:273
diff --git a/source/ab/filter/messages.po b/source/ab/filter/messages.po
index 350dcf975f2..f44b67017cc 100644
--- a/source/ab/filter/messages.po
+++ b/source/ab/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/ab/>\n"
"Language: ab\n"
@@ -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.15.2\n"
"X-POOTLE-MTIME: 1516028971.000000\n"
#. 5AQgJ
@@ -579,7 +579,7 @@ msgstr ""
#: filter/uiconfig/ui/pdfgeneralpage.ui:439
msgctxt "pdfgeneralpage|watermarklabel"
msgid "Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. VfFZf
#: filter/uiconfig/ui/pdfgeneralpage.ui:458
diff --git a/source/ab/filter/source/config/fragments/filters.po b/source/ab/filter/source/config/fragments/filters.po
index 9ceb1d1a88d..8a9fe058248 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: 2023-03-06 17:53+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+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"
@@ -1214,7 +1214,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. zNyh2
#: Text__StarWriter_Web_.xcu
@@ -1224,7 +1224,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text (Writer/Web)"
-msgstr "Атеқст (Writer/Web)"
+msgstr "Атекст (Writer/Web)"
#. EEBpB
#: Text___txt___csv__StarCalc_.xcu
@@ -1234,7 +1234,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text CSV"
-msgstr "Атеқст CSV"
+msgstr "Атекст CSV"
#. PJwa5
#: Text__encoded_.xcu
@@ -1244,7 +1244,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text - Choose Encoding"
-msgstr "Атеқст - Акодркра алхра"
+msgstr "Атекст - Акодркра алхра"
#. sNWU2
#: Text__encoded___StarWriter_GlobalDocument_.xcu
@@ -1254,7 +1254,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text - Choose Encoding (Master Document)"
-msgstr "Атеқст - Акодркра алхра (иеилоу адокумент)"
+msgstr "Атекст - Акодркра алхра (иеилоу адокумент)"
#. FyvJV
#: Text__encoded___StarWriter_Web_.xcu
@@ -1264,7 +1264,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text - Choose Encoding (Writer/Web)"
-msgstr "Атеқст - Акодркра алхра (Writer/Web)"
+msgstr "Атекст - Акодркра алхра (Writer/Web)"
#. mDoGT
#: UOF_presentation.xcu
@@ -2334,7 +2334,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text (Writer/Web)"
-msgstr "Атеқст (Writer/Web)"
+msgstr "Атекст (Writer/Web)"
#. C2WrF
#: writerweb8_writer_template.xcu
diff --git a/source/ab/forms/messages.po b/source/ab/forms/messages.po
index 5417afdee1e..888d4865842 100644
--- a/source/ab/forms/messages.po
+++ b/source/ab/forms/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/formsmessages/ab/>\n"
"Language: 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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1529848146.000000\n"
#. naBgZ
@@ -26,7 +26,7 @@ msgstr ""
#: forms/inc/strings.hrc:27
msgctxt "RID_STR_IMPORT_GRAPHIC"
msgid "Insert Image"
-msgstr "Ибжьаргылатәуп асахьа"
+msgstr "Иҭаргылатәуп асахьа"
#. FfrQA
#: forms/inc/strings.hrc:28
@@ -93,7 +93,7 @@ msgstr "Иарбоу анҵамҭа аныхраан агха"
#: forms/inc/strings.hrc:38
msgctxt "RID_STR_NEED_NON_NULL_OBJECT"
msgid "The object cannot be NULL."
-msgstr "Аобиеқт NULL акәымзароуп."
+msgstr "Аобиект NULL акәымзароуп."
#. DjPos
#: forms/inc/strings.hrc:39
diff --git a/source/ab/officecfg/registry/data/org/openoffice/Office.po b/source/ab/officecfg/registry/data/org/openoffice/Office.po
index 0d3ef01f748..76ca8db08ce 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ab/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ab/>\n"
"Language: 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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022329.000000\n"
#. HhMVS
@@ -124,7 +124,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "~Text Document"
-msgstr "Атеқсттә документ"
+msgstr "Атексттә документ"
#. FUrRQ
#: Common.xcu
@@ -1034,7 +1034,7 @@ msgctxt ""
"STR_OLE_OBJECTS\n"
"value.text"
msgid "OLE Objects"
-msgstr "OLE аобиеқтқәа"
+msgstr "OLE аобиектқәа"
#. KtW4F
#: PresentationMinimizer.xcu
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Азгәаҭақәа"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Атеқсттә документқәа"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Аелектронтә таблица"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Апрезентациақәа"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
+msgid "Drawings (Draw)"
msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Web-адаҟьақәа"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Еилоу адокументқәа"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Аформулақәа"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Адырқәа рбаза адокументқәа"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
@@ -12694,7 +12694,7 @@ msgctxt ""
"Category\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. qsGfA
#: Writer.xcu
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 177bc800163..7627d47bd6c 100644
--- a/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ab/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ab/>\n"
"Language: 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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022330.000000\n"
#. W5ukN
@@ -24,7 +24,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Database Object"
-msgstr "Адырқәа рбаза аобиеқт"
+msgstr "Адырқәа рбаза аобиект"
#. AGLtk
#: BaseWindowState.xcu
@@ -654,7 +654,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Chart"
-msgstr "Ибжьаргылатәуп адиаграмма"
+msgstr "Иҭаргылатәуп адиаграмма"
#. csZtu
#: CalcCommands.xcu
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Адырқәа ргәаҭара..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Ианыхтәуп ацәаҳәақәа"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -2234,7 +2244,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 5PPGW
#: CalcCommands.xcu
@@ -2874,7 +2884,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Shee~t from File..."
-msgstr "Ибжьаргылатәуп абӷьыц афаил аҟынтәи..."
+msgstr "Иҭаргылатәуп абӷьыц афаил аҟынтәи..."
#. yAKU2
#: CalcCommands.xcu
@@ -3334,7 +3344,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Standard Text Attributes"
-msgstr "Атеқст истандарту атрибутқәа"
+msgstr "Атекст истандарту атрибутқәа"
#. EE3WD
#: CalcCommands.xcu
@@ -3354,7 +3364,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Text..."
-msgstr "Атеқст..."
+msgstr "Атекст..."
#. RBzSW
#: CalcCommands.xcu
@@ -4295,7 +4305,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Field"
-msgstr "Ибжьаргылатәуп афаил"
+msgstr "Иҭаргылатәуп афаил"
#. ZsLH9
#: CalcCommands.xcu
@@ -4605,7 +4615,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste Only Formula"
-msgstr "Ибжьаргылатәуп аформула мацарақәа"
+msgstr "Иҭаргылатәуп аформула мацарақәа"
#. BXhXV
#: CalcCommands.xcu
@@ -4625,7 +4635,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste Only Text"
-msgstr "Ибжьаргылатәуп атекст мацара"
+msgstr "Иҭаргылатәуп атекст мацара"
#. 53gVc
#: CalcCommands.xcu
@@ -4635,7 +4645,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 8fdxQ
#: CalcCommands.xcu
@@ -5225,7 +5235,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. MwePB
#: CalcWindowState.xcu
@@ -5275,7 +5285,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. uoFEw
#: CalcWindowState.xcu
@@ -5415,7 +5425,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. hCe45
#: CalcWindowState.xcu
@@ -5475,7 +5485,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. hB6BV
#: CalcWindowState.xcu
@@ -5515,7 +5525,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Formatting"
-msgstr "Атеқст аформатркра"
+msgstr "Атекст аформатркра"
#. EKwBa
#: CalcWindowState.xcu
@@ -5585,7 +5595,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr "Аобиеқтқәа реиҟаратәра"
+msgstr "Аобиектқәа реиҟаратәра"
#. UaWAM
#: CalcWindowState.xcu
@@ -5655,7 +5665,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. 2FcyM
#: CalcWindowState.xcu
@@ -5665,7 +5675,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. 9sEbF
#: CalcWindowState.xcu
@@ -6676,7 +6686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Scale Text"
-msgstr "Атеқстқәа рмасштаб"
+msgstr "Атекстқәа рмасштаб"
#. XYByv
#: ChartCommands.xcu
@@ -6826,7 +6836,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Te~xt..."
-msgstr "Атеқст..."
+msgstr "Атекст..."
#. g7eQg
#: ChartCommands.xcu
@@ -7156,7 +7166,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Object Resizing"
-msgstr "Иԥсахтәуп аобиеқтқәа рышәагаақәа"
+msgstr "Иԥсахтәуп аобиектқәа рышәагаақәа"
#. b4A86
#: DbTableDataWindowState.xcu
@@ -7346,7 +7356,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open Database Object..."
-msgstr "Иаарттәуп адырқәа рбаза аобиеқт..."
+msgstr "Иаарттәуп адырқәа рбаза аобиект..."
#. PKBfV
#: DbuCommands.xcu
@@ -7396,7 +7406,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open Database Object..."
-msgstr "Иаарттәуп адырқәа рбаза аобиеқт..."
+msgstr "Иаарттәуп адырқәа рбаза аобиект..."
#. vkpcD
#: DbuCommands.xcu
@@ -7436,7 +7446,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open Database Object..."
-msgstr "Иаарттәуп адырқәа рбаза аобиеқт..."
+msgstr "Иаарттәуп адырқәа рбаза аобиект..."
#. dDN76
#: DbuCommands.xcu
@@ -7476,7 +7486,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open Database Object..."
-msgstr "Иаарттәуп адырқәа рбаза аобиеқт..."
+msgstr "Иаарттәуп адырқәа рбаза аобиект..."
#. KXqkj
#: DbuCommands.xcu
@@ -7516,7 +7526,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open Database Object..."
-msgstr "Иаарттәуп адырқәа рбаза аобиеқт..."
+msgstr "Иаарттәуп адырқәа рбаза аобиект..."
#. 32Cat
#: DbuCommands.xcu
@@ -8286,7 +8296,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "3D Objects"
-msgstr "3D-обиеқтқәа"
+msgstr "3D-обиектқәа"
#. CS9nS
#: DrawImpressCommands.xcu
@@ -8526,7 +8536,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. nbxNR
#: DrawImpressCommands.xcu
@@ -8576,7 +8586,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "In Front of ~Object"
-msgstr "Аобиеқт аԥхьа"
+msgstr "Аобиект аԥхьа"
#. bgWfD
#: DrawImpressCommands.xcu
@@ -9558,15 +9568,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Адаҟьа ашаблон..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -9826,7 +9836,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Be~hind Object"
-msgstr "Аобиеқт ашьҭахь"
+msgstr "Аобиект ашьҭахь"
#. XE3LV
#: DrawImpressCommands.xcu
@@ -9906,7 +9916,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. nfhxP
#: DrawImpressCommands.xcu
@@ -10336,7 +10346,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Master Objects"
-msgstr "Азҟаза аобиеқтқәа"
+msgstr "Азҟаза аобиектқәа"
#. U4e4r
#: DrawImpressCommands.xcu
@@ -10836,7 +10846,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Rows"
-msgstr "Ибжьаргылатәуп ацәаҳәақәа"
+msgstr "Иҭаргылатәуп ацәаҳәақәа"
#. KUbwN
#: DrawImpressCommands.xcu
@@ -10866,7 +10876,17 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Columns"
-msgstr "Ибжьаргылатәуп аиҵагылақәа"
+msgstr "Иҭаргылатәуп аиҵагылақәа"
+
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
#. yTCcA
#: DrawImpressCommands.xcu
@@ -11026,7 +11046,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Autofit Text"
-msgstr "Атеқст автозалхра"
+msgstr "Атекст автозалхра"
#. bcYGc
#: DrawImpressCommands.xcu
@@ -11416,7 +11436,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Centered Text"
-msgstr "Атеқст ацентр ала"
+msgstr "Атекст ацентр ала"
#. GnxD9
#: DrawImpressCommands.xcu
@@ -11686,7 +11706,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "3D Object"
-msgstr "3D-обиеқт"
+msgstr "3D-обиект"
#. w2Yft
#: DrawWindowState.xcu
@@ -11766,7 +11786,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. 8ZAuc
#: DrawWindowState.xcu
@@ -11856,7 +11876,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE аобиеқт"
+msgstr "OLE аобиект"
#. 3vhCE
#: DrawWindowState.xcu
@@ -11926,7 +11946,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box (drawing)"
-msgstr "Атеқсттә ҭакыра (асахьа)"
+msgstr "Атексттә ҭакыра (асахьа)"
#. K4ToC
#: DrawWindowState.xcu
@@ -12006,7 +12026,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "3D-Objects"
-msgstr "3D-обиеқтқәа"
+msgstr "3D-обиектқәа"
#. zFJEq
#: DrawWindowState.xcu
@@ -12016,7 +12036,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr "Аобиеқтқәа реиҟаратәра"
+msgstr "Аобиектқәа реиҟаратәра"
#. SdYv3
#: DrawWindowState.xcu
@@ -12086,7 +12106,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. 5KSTq
#: DrawWindowState.xcu
@@ -12096,7 +12116,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. jAXv5
#: DrawWindowState.xcu
@@ -12106,7 +12126,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. fpibM
#: DrawWindowState.xcu
@@ -12176,7 +12196,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. LtC4D
#: DrawWindowState.xcu
@@ -12216,7 +12236,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. CYha8
#: DrawWindowState.xcu
@@ -12226,7 +12246,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Formatting"
-msgstr "Атеқст аформатркра"
+msgstr "Атекст аформатркра"
#. wABDL
#: DrawWindowState.xcu
@@ -16113,7 +16133,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. vAhkn
#: GenericCategories.xcu
@@ -16143,7 +16163,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. tcJPa
#: GenericCategories.xcu
@@ -16373,7 +16393,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fontwork..."
-msgstr "Атеқсттә еффектқәа..."
+msgstr "Атексттә еффектқәа..."
#. 6S6oz
#: GenericCommands.xcu
@@ -16393,7 +16413,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. TQ2td
#: GenericCommands.xcu
@@ -18174,7 +18194,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Text Box"
-msgstr "Атеқсттә ҭыкыра"
+msgstr "Атексттә ҭыкыра"
#. YXLUm
#: GenericCommands.xcu
@@ -18364,7 +18384,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Object Catalog"
-msgstr "Аобиеқтқәа ркаталог"
+msgstr "Аобиектқәа ркаталог"
#. VZCi7
#: GenericCommands.xcu
@@ -19796,7 +19816,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Comment"
-msgstr "Ибжьаргылатәуп акомментари"
+msgstr "Иҭаргылатәуп акомментари"
#. 4UGuX
#: GenericCommands.xcu
@@ -19926,7 +19946,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text direction from left to right"
-msgstr "Атеқст ахырхарҭа: армарахьтә арӷьарахь"
+msgstr "Атекст ахырхарҭа: армарахьтә арӷьарахь"
#. ZMByq
#: GenericCommands.xcu
@@ -19936,7 +19956,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text direction from top to bottom"
-msgstr "Атеқст ахырхарҭа: хыхьынтә ҵаҟа"
+msgstr "Атекст ахырхарҭа: хыхьынтә ҵаҟа"
#. C7CuZ
#: GenericCommands.xcu
@@ -19956,7 +19976,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Chart"
-msgstr "Ибжьаргылатәуп адиаграмма"
+msgstr "Иҭаргылатәуп адиаграмма"
#. Za7zT
#: GenericCommands.xcu
@@ -20216,7 +20236,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text from File..."
-msgstr "Атеқст афаил аҟынтәи..."
+msgstr "Атекст афаил аҟынтәи..."
#. YGBc4
#: GenericCommands.xcu
@@ -20977,7 +20997,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Object Zoom"
-msgstr "Аобиеқт амасштаб"
+msgstr "Аобиект амасштаб"
#. kpKCn
#: GenericCommands.xcu
@@ -21187,7 +21207,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Box"
-msgstr "Атеқсттә ҭыкыра"
+msgstr "Атексттә ҭыкыра"
#. zQkS8
#: GenericCommands.xcu
@@ -21558,7 +21578,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Te~xt"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 9tAxt
#: GenericCommands.xcu
@@ -21848,7 +21868,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Text Box"
-msgstr "Атеқсттә ҭакыра"
+msgstr "Атексттә ҭакыра"
#. ntvU8
#: GenericCommands.xcu
@@ -22318,7 +22338,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste Unformatted Text"
-msgstr "Ибжьаргылатәуп атекст амацара"
+msgstr "Иҭаргылатәуп атекст амацара"
#. eC9Aj
#: GenericCommands.xcu
@@ -22328,7 +22348,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Unformatted Text"
-msgstr "Атеқст амацара"
+msgstr "Атекст амацара"
#. nWivr
#: GenericCommands.xcu
@@ -23178,7 +23198,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Document Options"
-msgstr "Атеқсттә документ апараметрқәа"
+msgstr "Атексттә документ апараметрқәа"
#. Q9GCA
#: GenericCommands.xcu
@@ -23448,7 +23468,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Animation"
-msgstr "Атеқст анимациа"
+msgstr "Атекст анимациа"
#. UjbXz
#: GenericCommands.xcu
@@ -24458,7 +24478,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Box"
-msgstr "Атеқсттә ҭыкыра"
+msgstr "Атексттә ҭыкыра"
#. zMhNq
#: GenericCommands.xcu
@@ -24638,7 +24658,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text -> Record"
-msgstr "Атеқст -> Аҭаҩра"
+msgstr "Атекст -> Аҭаҩра"
#. MQUxx
#: GenericCommands.xcu
@@ -24788,7 +24808,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Current Context"
-msgstr "Уажәтәи аконтеқст"
+msgstr "Уажәтәи аконтекст"
#. cbq78
#: GenericCommands.xcu
@@ -26488,7 +26508,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Audio or Video"
-msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
+msgstr "Иҭаргылатәуп Абжьы ма Авидео"
#. PXy4s
#: GenericCommands.xcu
@@ -26650,36 +26670,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -26748,7 +26738,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "For All Text"
-msgstr "Атеқст зегьы азы"
+msgstr "Атекст зегьы азы"
#. KrUgJ
#: GenericCommands.xcu
@@ -27368,7 +27358,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "3D Object"
-msgstr "3D-обиеқт"
+msgstr "3D-обиект"
#. rC35Y
#: ImpressWindowState.xcu
@@ -27448,7 +27438,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. 5eXvx
#: ImpressWindowState.xcu
@@ -27538,7 +27528,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE аобиеқт"
+msgstr "OLE аобиект"
#. AXzBh
#: ImpressWindowState.xcu
@@ -27618,7 +27608,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box (drawing)"
-msgstr "Атеқсттә ҭакыра (асахьа)"
+msgstr "Атексттә ҭакыра (асахьа)"
#. FHq6o
#: ImpressWindowState.xcu
@@ -27648,7 +27638,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "3D-Objects"
-msgstr "3D-обиеқтқәа"
+msgstr "3D-обиектқәа"
#. J9DmN
#: ImpressWindowState.xcu
@@ -27728,7 +27718,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. oiWFi
#: ImpressWindowState.xcu
@@ -27778,7 +27768,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. pHcSE
#: ImpressWindowState.xcu
@@ -27788,7 +27778,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. 8Srd2
#: ImpressWindowState.xcu
@@ -27828,7 +27818,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. mUECT
#: ImpressWindowState.xcu
@@ -27978,7 +27968,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. srtG6
#: ImpressWindowState.xcu
@@ -27988,7 +27978,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Formatting"
-msgstr "Атеқст аформатркра"
+msgstr "Атекст аформатркра"
#. kAM8r
#: ImpressWindowState.xcu
@@ -28198,7 +28188,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Text Mode"
-msgstr "Атеқсттә режим"
+msgstr "Атексттә режим"
#. 7tFbB
#: MathCommands.xcu
@@ -28238,7 +28228,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Text"
-msgstr "Ибжьаргылатәуп атекст"
+msgstr "Иҭаргылатәуп атекст"
#. rNA8P
#: MathCommands.xcu
@@ -28268,7 +28258,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Status"
-msgstr "Атеқст аҭагылазаашьа"
+msgstr "Атекст аҭагылазаашьа"
#. cnVFY
#: MathCommands.xcu
@@ -28758,7 +28748,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Document"
-msgstr "Атеқсттә документ"
+msgstr "Атексттә документ"
#. 6SgrR
#: ReportCommands.xcu
@@ -29068,7 +29058,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Object Resizing"
-msgstr "Иԥсахтәуп аобиеқтқәа рышәагаақәа"
+msgstr "Иԥсахтәуп аобиектқәа рышәагаақәа"
#. B6dcS
#: Sidebar.xcu
@@ -29848,7 +29838,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Contextual groups"
-msgstr "Иконтеқсту агәыԥқәа"
+msgstr "Иконтексту агәыԥқәа"
#. L5JbD
#: ToolbarMode.xcu
@@ -29928,7 +29918,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Contextual groups"
-msgstr "Иконтеқсту агәыԥқәа"
+msgstr "Иконтексту агәыԥқәа"
#. C6x8E
#: ToolbarMode.xcu
@@ -30008,7 +29998,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Contextual groups"
-msgstr "Иконтеқсту агәыԥқәа"
+msgstr "Иконтексту агәыԥқәа"
#. mrACC
#: ToolbarMode.xcu
@@ -30158,7 +30148,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Run AutoText Entry"
-msgstr "Иҭаҩтәуп автотеқст"
+msgstr "Иҭаҩтәуп автотекст"
#. 2Anu9
#: WriterCommands.xcu
@@ -31418,7 +31408,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Insert ~Table..."
-msgstr "Ибжьаргылатәуп атаблица..."
+msgstr "Иҭаргылатәуп атаблица..."
#. AAfxZ
#: WriterCommands.xcu
@@ -31469,7 +31459,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Frame"
-msgstr "Ибжьаргылатәуп афаил"
+msgstr "Иҭаргылатәуп афаил"
#. C8YDs
#: WriterCommands.xcu
@@ -31799,7 +31789,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Attributes..."
-msgstr "Атеқст атрибутқәа..."
+msgstr "Атекст атрибутқәа..."
#. 5D2ho
#: WriterCommands.xcu
@@ -31829,7 +31819,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. txrx7
#: WriterCommands.xcu
@@ -31859,7 +31849,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Text Box and Shap~e"
-msgstr "Атеқсттә ҭакыреи афигуреи"
+msgstr "Атексттә ҭакыреи афигуреи"
#. xCHyn
#: WriterCommands.xcu
@@ -31880,7 +31870,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert Field"
-msgstr "Ибжьаргылатәуп афаил"
+msgstr "Иҭаргылатәуп афаил"
#. vfTmp
#: WriterCommands.xcu
@@ -31932,15 +31922,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Адаҟьа аномер"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -32851,7 +32861,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Te~xt <-> Table..."
-msgstr "Атеқст <-> Атаблица..."
+msgstr "Атекст <-> Атаблица..."
#. C4EeX
#: WriterCommands.xcu
@@ -32871,7 +32881,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Text to Table..."
-msgstr "Атеқст атаблицахь..."
+msgstr "Атекст атаблицахь..."
#. RGGHV
#: WriterCommands.xcu
@@ -33113,6 +33123,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Ианыхтәуп ацәаҳәақәа"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Ацәаҳәақәа"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
@@ -34111,7 +34151,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "To Next Object"
-msgstr "Ииастәуп анаҩстәи аобиеқт ахь"
+msgstr "Ииастәуп анаҩстәи аобиект ахь"
#. G3GcR
#: WriterCommands.xcu
@@ -34131,7 +34171,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "To Previous Object"
-msgstr "Ииастәуп аԥхьатәи аобиеқт ахь"
+msgstr "Ииастәуп аԥхьатәи аобиект ахь"
#. 2Se9E
#: WriterCommands.xcu
@@ -34984,7 +35024,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Te~xt Boundaries"
-msgstr "Атеқст аҳәаақәа"
+msgstr "Атекст аҳәаақәа"
#. NhDmS
#: WriterCommands.xcu
@@ -36285,7 +36325,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sou~rce Text"
-msgstr "Ахалагаратә теқст"
+msgstr "Ахалагаратә текст"
#. 6Wb9s
#: WriterCommands.xcu
@@ -36825,7 +36865,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. qwMqS
#: WriterFormWindowState.xcu
@@ -36865,7 +36905,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. GrvFm
#: WriterFormWindowState.xcu
@@ -36895,7 +36935,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. iGZm6
#: WriterFormWindowState.xcu
@@ -37005,7 +37045,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. JRj52
#: WriterFormWindowState.xcu
@@ -37095,7 +37135,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. bExZs
#: WriterFormWindowState.xcu
@@ -37145,7 +37185,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Object"
-msgstr "Атеқсттә обиеқт"
+msgstr "Атексттә обиект"
#. FLAKC
#: WriterFormWindowState.xcu
@@ -37255,7 +37295,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. ayVFC
#: WriterFormWindowState.xcu
@@ -37265,7 +37305,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. LeAwq
#: WriterGlobalWindowState.xcu
@@ -37315,7 +37355,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. B8gY2
#: WriterGlobalWindowState.xcu
@@ -37355,7 +37395,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. JbpFk
#: WriterGlobalWindowState.xcu
@@ -37385,7 +37425,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. MGH7R
#: WriterGlobalWindowState.xcu
@@ -37495,7 +37535,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. pAEbK
#: WriterGlobalWindowState.xcu
@@ -37585,7 +37625,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. srEpH
#: WriterGlobalWindowState.xcu
@@ -37625,7 +37665,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Object"
-msgstr "Атеқсттә обиеқт"
+msgstr "Атексттә обиект"
#. tBfut
#: WriterGlobalWindowState.xcu
@@ -37735,7 +37775,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. h3EEL
#: WriterGlobalWindowState.xcu
@@ -37745,7 +37785,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. 8EuMQ
#: WriterGlobalWindowState.xcu
@@ -37825,7 +37865,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. HzDhD
#: WriterReportWindowState.xcu
@@ -37865,7 +37905,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. ztD3A
#: WriterReportWindowState.xcu
@@ -37895,7 +37935,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. nEKum
#: WriterReportWindowState.xcu
@@ -38005,7 +38045,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. PFkcv
#: WriterReportWindowState.xcu
@@ -38095,7 +38135,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. igocp
#: WriterReportWindowState.xcu
@@ -38145,7 +38185,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Object"
-msgstr "Атеқсттә обиеқт"
+msgstr "Атексттә обиект"
#. c8LhV
#: WriterReportWindowState.xcu
@@ -38255,7 +38295,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. DNSvk
#: WriterReportWindowState.xcu
@@ -38265,7 +38305,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. TnUEj
#: WriterWebWindowState.xcu
@@ -38295,7 +38335,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. 6fPVw
#: WriterWebWindowState.xcu
@@ -38325,7 +38365,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. WVqNh
#: WriterWebWindowState.xcu
@@ -38365,7 +38405,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. SFXhK
#: WriterWebWindowState.xcu
@@ -38455,7 +38495,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Object"
-msgstr "Атеқсттә обиеқт"
+msgstr "Атексттә обиект"
#. AawAP
#: WriterWebWindowState.xcu
@@ -38485,7 +38525,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. ntrkB
#: WriterWebWindowState.xcu
@@ -38495,7 +38535,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. 67QjN
#: WriterWebWindowState.xcu
@@ -38505,7 +38545,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. gwmKS
#: WriterWebWindowState.xcu
@@ -38575,7 +38615,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. ZD56K
#: WriterWebWindowState.xcu
@@ -38735,7 +38775,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. Wo3oy
#: WriterWindowState.xcu
@@ -38785,7 +38825,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. s4qQE
#: WriterWindowState.xcu
@@ -38815,7 +38855,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 4g6Ah
#: WriterWindowState.xcu
@@ -38975,7 +39015,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. FE5oB
#: WriterWindowState.xcu
@@ -39065,7 +39105,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. JCFYa
#: WriterWindowState.xcu
@@ -39105,7 +39145,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Object"
-msgstr "Атеқсттә обиеқт"
+msgstr "Атексттә обиект"
#. Det9B
#: WriterWindowState.xcu
@@ -39215,7 +39255,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. BKneo
#: WriterWindowState.xcu
@@ -39225,7 +39265,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
#. GFM28
#: WriterWindowState.xcu
@@ -39435,7 +39475,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. DTZxW
#: XFormsWindowState.xcu
@@ -39475,7 +39515,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "OLE Object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. LRwDA
#: XFormsWindowState.xcu
@@ -39505,7 +39545,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. FEGaZ
#: XFormsWindowState.xcu
@@ -39615,7 +39655,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "Атеқсттә ҭакыра аформатркра"
+msgstr "Атексттә ҭакыра аформатркра"
#. UQFwJ
#: XFormsWindowState.xcu
@@ -39705,7 +39745,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. vBVEj
#: XFormsWindowState.xcu
@@ -39755,7 +39795,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Object"
-msgstr "Атеқсттә обиеқт"
+msgstr "Атексттә обиект"
#. 4T6xj
#: XFormsWindowState.xcu
@@ -39865,7 +39905,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. BL9Sa
#: XFormsWindowState.xcu
@@ -39875,4 +39915,4 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Fontwork Shape"
-msgstr "Атеқсттә еффектқәа рформа"
+msgstr "Атексттә еффектқәа рформа"
diff --git a/source/ab/readlicense_oo/docs.po b/source/ab/readlicense_oo/docs.po
index 170d416cfe2..08ba5fd4a9e 100644
--- a/source/ab/readlicense_oo/docs.po
+++ b/source/ab/readlicense_oo/docs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:51+0100\n"
-"PO-Revision-Date: 2021-02-06 19:36+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/ab/>\n"
"Language: 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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542022331.000000\n"
#. q6Gg3
@@ -131,7 +131,7 @@ msgctxt ""
"macxiOSX\n"
"readmeitem.text"
msgid "macOS 10.15 (Catalina) or higher"
-msgstr ""
+msgstr "macOS 10.15 (Catalina) ма иаҳа иҿыцу"
#. zfLqy
#: readme.xrm
@@ -275,7 +275,7 @@ msgctxt ""
"sdfsdfgf42s\n"
"readmeitem.text"
msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
-msgstr ""
+msgstr "${PRODUCTNAME} Debian/Ubuntu-иашьашәалоу Linux аҟны ақәыргылара"
#. RGiQM
#: readme.xrm
diff --git a/source/ab/reportdesign/messages.po b/source/ab/reportdesign/messages.po
index f5ab4f25faf..9c4e7f12062 100644
--- a/source/ab/reportdesign/messages.po
+++ b/source/ab/reportdesign/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: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/ab/>\n"
"Language: ab\n"
@@ -631,7 +631,7 @@ msgstr "Агәыҧ"
#: reportdesign/inc/strings.hrc:92
msgctxt "RID_STR_UNDO_CHANGEPOSITION"
msgid "Change Object"
-msgstr "Иҧсахтәуп аобиеқт"
+msgstr "Иҧсахтәуп аобиект"
#. uQc7r
#: reportdesign/inc/strings.hrc:93
@@ -734,7 +734,7 @@ msgstr "Иҧсахтәуп ашәагаақәа"
#: reportdesign/inc/strings.hrc:110
msgctxt "RID_STR_UNDO_PASTE"
msgid "Paste"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. zFv2h
#: reportdesign/inc/strings.hrc:111
@@ -1347,7 +1347,7 @@ msgstr "Иқәгатәуп асортра"
#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:108
msgctxt "floatingfield|insert"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. AjmhK
#: reportdesign/uiconfig/dbreport/ui/floatingfield.ui:168
diff --git a/source/ab/sc/messages.po b/source/ab/sc/messages.po
index 87f6d50f830..9f7d840d9a9 100644
--- a/source/ab/sc/messages.po
+++ b/source/ab/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+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"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022333.000000\n"
#. kBovX
@@ -74,7 +74,7 @@ msgstr "Аелектронтә таблица"
#: sc/inc/compiler.hrc:37
msgctxt "RID_FUNCTION_CATEGORIES"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. vwFjH
#: sc/inc/compiler.hrc:38
@@ -157,7 +157,7 @@ msgstr "Ааи"
#: sc/inc/globstr.hrc:35
msgctxt "STR_UNDO_INSERTCELLS"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. RyYMk
#: sc/inc/globstr.hrc:36
@@ -175,7 +175,7 @@ msgstr "Игәылԥҟатәуп"
#: sc/inc/globstr.hrc:38
msgctxt "STR_UNDO_PASTE"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. eh6CM
#: sc/inc/globstr.hrc:39
@@ -319,7 +319,7 @@ msgstr "Иҵәахтәуп адетальқәа"
#: sc/inc/globstr.hrc:62
msgctxt "STR_UNDO_MAKEOUTLINE"
msgid "Group"
-msgstr "Агәыԥ"
+msgstr "Иргәыԥтәуп"
#. c9Gz4
#: sc/inc/globstr.hrc:63
@@ -331,7 +331,7 @@ msgstr "Аргәыԥра ықәгатәуп"
#: sc/inc/globstr.hrc:64
msgctxt "STR_UNDO_OUTLINELEVEL"
msgid "Select outline level"
-msgstr ""
+msgstr "Иалхтәуп аструктура аҩаӡара"
#. pBxa3
#: sc/inc/globstr.hrc:65
@@ -349,7 +349,7 @@ msgstr "Иҵәахтәуп адетальқәа"
#: sc/inc/globstr.hrc:67
msgctxt "STR_UNDO_REMOVEALLOTLNS"
msgid "Clear Outline"
-msgstr ""
+msgstr "Ирыцқьатәуп аструктура"
#. QrNkm
#: sc/inc/globstr.hrc:68
@@ -397,7 +397,7 @@ msgstr "Ирҿыцтәуп адиапазон"
#: sc/inc/globstr.hrc:75
msgctxt "STR_UNDO_LISTNAMES"
msgid "List names"
-msgstr "Ахьӡқәа рыхьӡынҵа"
+msgstr "Ахьӡқәа рсиа"
#. EnHNF
#: sc/inc/globstr.hrc:76
@@ -451,7 +451,7 @@ msgstr "Ихархәатәуп абларҭа астиль"
#: sc/inc/globstr.hrc:84
msgctxt "STR_UNDO_EDITCELLSTYLE"
msgid "Edit Cell Style"
-msgstr "Иԥсахтәуп адаҟьа астиль"
+msgstr "Иԥсахтәуп абларҭа астиль"
#. VSw6F
#: sc/inc/globstr.hrc:85
@@ -487,7 +487,7 @@ msgstr ""
#: sc/inc/globstr.hrc:90
msgctxt "STR_UNDO_DETADDSUCC"
msgid "Trace Dependents"
-msgstr "Ихыԥшу абларҭақәа"
+msgstr "Ихьыԥшу абларҭақәа"
#. RAhZn
#: sc/inc/globstr.hrc:91
@@ -499,7 +499,7 @@ msgstr ""
#: sc/inc/globstr.hrc:92
msgctxt "STR_UNDO_DETADDERROR"
msgid "Trace Error"
-msgstr "Иаарԥштәуп агхақәа"
+msgstr "Агхақәа рхыҵхырҭа"
#. aSywq
#: sc/inc/globstr.hrc:93
@@ -541,31 +541,31 @@ msgstr "Абларҭа ашәагаа ала"
#: sc/inc/globstr.hrc:99
msgctxt "STR_UNDO_UPDATELINK"
msgid "Update Link"
-msgstr "Ирҿыцтәуп азхьарԥш"
+msgstr "Ирҿыцтәуп аимадара"
#. grfD2
#: sc/inc/globstr.hrc:100
msgctxt "STR_UNDO_REMOVELINK"
msgid "Unlink"
-msgstr "Иқәгатәуп азхьарԥш"
+msgstr "Еиԥырҟьатәуп аимадара"
#. RYQAu
#: sc/inc/globstr.hrc:101
msgctxt "STR_UNDO_INSERTAREALINK"
msgid "Insert Link"
-msgstr "бжьаргылатәуп агиперзхьарԥш"
+msgstr "Иҭаргылатәуп аимадара"
#. BwMzH
#: sc/inc/globstr.hrc:102
msgctxt "STR_UNDO_ENTERMATRIX"
msgid "Insert Array Formula"
-msgstr "Ибжьаргылатәуп амассив аформула"
+msgstr "Иҭаргылатәуп амассив аформула"
#. CUCCD
#: sc/inc/globstr.hrc:103
msgctxt "STR_UNDO_INSERTNOTE"
msgid "Insert Comment"
-msgstr "Ибжьаргылатәуп акомментари"
+msgstr "Иҭаргылатәуп акомментари"
#. QvVPq
#: sc/inc/globstr.hrc:104
@@ -1238,7 +1238,7 @@ msgstr "Ҵаҟатәи аколонтитул"
#: sc/inc/globstr.hrc:216
msgctxt "STR_TEXTATTRS"
msgid "Text Attributes"
-msgstr "Атеқст атрибутқәа"
+msgstr "Атекст атрибутқәа"
#. CD5iM
#: sc/inc/globstr.hrc:217
@@ -1555,7 +1555,7 @@ msgstr "Ианыхтәума иалху асценари?"
#: sc/inc/globstr.hrc:279
msgctxt "STR_EXPORT_ASCII"
msgid "Export Text File"
-msgstr "Атеқсттә фаил ахь аекспорт"
+msgstr "Атексттә фаил ахь аекспорт"
#. CAKTa
#: sc/inc/globstr.hrc:280
@@ -2464,7 +2464,7 @@ msgstr ""
#: sc/inc/globstr.hrc:428
msgctxt "STR_UNDO_TEXTTOCOLUMNS"
msgid "Text to Columns"
-msgstr "Атеқст еиҵагылала"
+msgstr "Атекст еиҵагылала"
#. VWhZ3
#: sc/inc/globstr.hrc:429
@@ -3194,7 +3194,7 @@ msgstr "Алогикатә"
#: sc/inc/globstr.hrc:544
msgctxt "STR_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. NnLHh
#. %d will be replaced by the number of selected sheets
@@ -4176,7 +4176,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:195
msgctxt "SC_OPCODE_GET_DATE_VALUE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. yTX6f
#: sc/inc/scfuncs.hrc:196
@@ -4536,7 +4536,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:315
msgctxt "SC_OPCODE_GET_TIME_VALUE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. efjBJ
#: sc/inc/scfuncs.hrc:316
@@ -6168,7 +6168,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:773
msgctxt "SC_OPCODE_IS_NON_STRING"
msgid "Returns TRUE if the value is not text."
-msgstr "Иҳанаҭоит TRUE, аҵакы теқстымзар."
+msgstr "Иҳанаҭоит TRUE, аҵакы текстымзар."
#. CTqPF
#: sc/inc/scfuncs.hrc:774
@@ -6186,7 +6186,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:781
msgctxt "SC_OPCODE_IS_STRING"
msgid "Returns TRUE if value is text."
-msgstr "Иҳанаҭоит TRUE, аҵакы теқстзар."
+msgstr "Иҳанаҭоит TRUE, аҵакы текстзар."
#. gJ2mQ
#: sc/inc/scfuncs.hrc:782
@@ -6372,7 +6372,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:872
msgctxt "SC_OPCODE_IF"
msgid "Test"
-msgstr "Атеқст"
+msgstr "Атекст"
#. CTh7g
#: sc/inc/scfuncs.hrc:873
@@ -14602,7 +14602,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3520
msgctxt "SC_OPCODE_JIS"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. EUW4G
#: sc/inc/scfuncs.hrc:3521
@@ -14620,7 +14620,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3528
msgctxt "SC_OPCODE_ASC"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. s8JfK
#: sc/inc/scfuncs.hrc:3529
@@ -14638,7 +14638,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3536
msgctxt "SC_OPCODE_CODE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. S4kqK
#: sc/inc/scfuncs.hrc:3537
@@ -14704,13 +14704,13 @@ msgstr "Ианнахуеит атекст аҟынтәи акьыԥхьра зы
#: sc/inc/scfuncs.hrc:3562
msgctxt "SC_OPCODE_CLEAN"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. EArbN
#: sc/inc/scfuncs.hrc:3563
msgctxt "SC_OPCODE_CLEAN"
msgid "The text from which nonprintable characters are to be removed."
-msgstr "Атеқст, зҟынтәи акьыԥхьра зымуа асимволқәа ахьаныххо."
+msgstr "Атекст, зҟынтәи акьыԥхьра зымуа асимволқәа ахьаныххо."
#. fFLsv
#: sc/inc/scfuncs.hrc:3569
@@ -14722,7 +14722,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3570
msgctxt "SC_OPCODE_CONCAT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. ESNqo
#: sc/inc/scfuncs.hrc:3571
@@ -14740,7 +14740,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3578
msgctxt "SC_OPCODE_CONCAT_MS"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 3E2rY
#: sc/inc/scfuncs.hrc:3579
@@ -14782,7 +14782,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3590
msgctxt "SC_OPCODE_TEXTJOIN_MS"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 6g4cg
#: sc/inc/scfuncs.hrc:3591
@@ -14956,7 +14956,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3642
msgctxt "SC_OPCODE_EXACT"
msgid "Text 1"
-msgstr "Атеқст 1"
+msgstr "Атекст 1"
#. d9DGd
#: sc/inc/scfuncs.hrc:3643
@@ -14968,7 +14968,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3644
msgctxt "SC_OPCODE_EXACT"
msgid "Text 2"
-msgstr "Атеқст 2"
+msgstr "Атекст 2"
#. yVwcJ
#: sc/inc/scfuncs.hrc:3645
@@ -14998,7 +14998,7 @@ msgstr "Иԥшаатәу атекст."
#: sc/inc/scfuncs.hrc:3654
msgctxt "SC_OPCODE_FIND"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 9qGoG
#: sc/inc/scfuncs.hrc:3655
@@ -15040,7 +15040,7 @@ msgstr "Иԥшаатәу атекст."
#: sc/inc/scfuncs.hrc:3666
msgctxt "SC_OPCODE_SEARCH"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. wKr3q
#: sc/inc/scfuncs.hrc:3667
@@ -15070,7 +15070,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3676
msgctxt "SC_OPCODE_TRIM"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. nPCDu
#: sc/inc/scfuncs.hrc:3677
@@ -15088,7 +15088,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3684
msgctxt "SC_OPCODE_PROPER"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. tyvcU
#: sc/inc/scfuncs.hrc:3685
@@ -15106,7 +15106,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3692
msgctxt "SC_OPCODE_UPPER"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. PFrYF
#: sc/inc/scfuncs.hrc:3693
@@ -15124,13 +15124,13 @@ msgstr "Иарбоу атекст аҟны иианагоит анбанқәа
#: sc/inc/scfuncs.hrc:3700
msgctxt "SC_OPCODE_LOWER"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. BQTkH
#: sc/inc/scfuncs.hrc:3701
msgctxt "SC_OPCODE_LOWER"
msgid "The text in which capitals are converted to lower case letters."
-msgstr "Атеқст, зҟны анбан хәыҷқәа ԥсаххо анбан дуқәа рыла."
+msgstr "Атекст, зҟны анбан хәыҷқәа ԥсаххо анбан дуқәа рыла."
#. tCABh
#: sc/inc/scfuncs.hrc:3707
@@ -15142,13 +15142,13 @@ msgstr "Иианагоит атекст ахыԥхьаӡарахь."
#: sc/inc/scfuncs.hrc:3708
msgctxt "SC_OPCODE_VALUE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. AND3E
#: sc/inc/scfuncs.hrc:3709
msgctxt "SC_OPCODE_VALUE"
msgid "The text to be converted to a number."
-msgstr "Атеқст, ахыԥхьаӡарахь ииагахо."
+msgstr "Атекст, ахыԥхьаӡарахь ииагахо."
#. P9VnF
#: sc/inc/scfuncs.hrc:3715
@@ -15208,7 +15208,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3734
msgctxt "SC_OPCODE_REPLACE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. mhLYu
#: sc/inc/scfuncs.hrc:3735
@@ -15244,7 +15244,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3740
msgctxt "SC_OPCODE_REPLACE"
msgid "New text"
-msgstr "Атеқст ҿыц"
+msgstr "Атекст ҿыц"
#. AzPGB
#: sc/inc/scfuncs.hrc:3741
@@ -15304,7 +15304,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3760
msgctxt "SC_OPCODE_LEN"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. BYoYq
#: sc/inc/scfuncs.hrc:3761
@@ -15322,7 +15322,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3768
msgctxt "SC_OPCODE_LEFT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. yDAgS
#: sc/inc/scfuncs.hrc:3769
@@ -15352,7 +15352,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3778
msgctxt "SC_OPCODE_RIGHT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. Q5J4W
#: sc/inc/scfuncs.hrc:3779
@@ -15371,7 +15371,7 @@ msgstr "Ахыԥхьаӡара"
#, fuzzy
msgctxt "SC_OPCODE_RIGHT"
msgid "The number of characters for the end text."
-msgstr "Атеқст асимволқәа рхыԥхьаӡара."
+msgstr "Атекст асимволқәа рхыԥхьаӡара."
#. eDWjF
#: sc/inc/scfuncs.hrc:3787
@@ -15383,7 +15383,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3788
msgctxt "SC_OPCODE_MID"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. YHAni
#: sc/inc/scfuncs.hrc:3789
@@ -15413,7 +15413,7 @@ msgstr "Ахыԥхьаӡара"
#: sc/inc/scfuncs.hrc:3793
msgctxt "SC_OPCODE_MID"
msgid "The number of characters for the text."
-msgstr "Атеқст асимволқәа рхыԥхьаӡара."
+msgstr "Атекст асимволқәа рхыԥхьаӡара."
#. vAoTX
#: sc/inc/scfuncs.hrc:3799
@@ -15425,7 +15425,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3800
msgctxt "SC_OPCODE_REPT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. b4GkF
#: sc/inc/scfuncs.hrc:3801
@@ -15443,7 +15443,7 @@ msgstr "Ахыԥхьаӡара"
#: sc/inc/scfuncs.hrc:3803
msgctxt "SC_OPCODE_REPT"
msgid "The number of times the text is to be repeated."
-msgstr "Атеқст аиқәшәарақәа рыԥхьаӡа."
+msgstr "Атекст аиқәшәарақәа рыԥхьаӡа."
#. 5ehoB
#: sc/inc/scfuncs.hrc:3809
@@ -15455,7 +15455,7 @@ msgstr "Иаԥсахуеит ажәытәтәи атекст ацәаҳәаҟн
#: sc/inc/scfuncs.hrc:3810
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. ZxnGj
#: sc/inc/scfuncs.hrc:3811
@@ -15479,13 +15479,13 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3814
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "New text"
-msgstr "Атеқст ҿыц"
+msgstr "Атекст ҿыц"
#. x5fUC
#: sc/inc/scfuncs.hrc:3815
msgctxt "SC_OPCODE_SUBSTITUTE"
msgid "The text which is to replace the text string."
-msgstr "Атеқст, ацәаҳәа зыԥсахуа."
+msgstr "Атекст, ацәаҳәа зыԥсахуа."
#. nVEAo
#: sc/inc/scfuncs.hrc:3816
@@ -15606,7 +15606,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3850
msgctxt "SC_OPCODE_DECIMAL"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. wiCrE
#: sc/inc/scfuncs.hrc:3851
@@ -15648,7 +15648,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3862 sc/inc/scfuncs.hrc:3864
msgctxt "SC_OPCODE_CONVERT_OOO"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. EnmzM
#: sc/inc/scfuncs.hrc:3863
@@ -15703,7 +15703,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3882
msgctxt "SC_OPCODE_ARABIC"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. SY8fF
#: sc/inc/scfuncs.hrc:3883
@@ -15721,7 +15721,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3889
msgctxt "SC_OPCODE_INFO"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. X9hTy
#: sc/inc/scfuncs.hrc:3890
@@ -15739,7 +15739,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3896
msgctxt "SC_OPCODE_UNICODE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. cyj3B
#: sc/inc/scfuncs.hrc:3897
@@ -15842,13 +15842,13 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3926
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. CLoEY
#: sc/inc/scfuncs.hrc:3927
msgctxt "SC_OPCODE_NUMBERVALUE"
msgid "The text to be converted to a number."
-msgstr "Атеқст, ахыԥхьаӡарахь ииагахо."
+msgstr "Атекст, ахыԥхьаӡарахь ииагахо."
#. ZaRfp
#: sc/inc/scfuncs.hrc:3928
@@ -16016,7 +16016,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3983
msgctxt "SC_OPCODE_LENB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. jDBmj
#: sc/inc/scfuncs.hrc:3984
@@ -16034,7 +16034,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3990
msgctxt "SC_OPCODE_RIGHTB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. PXhin
#: sc/inc/scfuncs.hrc:3991
@@ -16053,7 +16053,7 @@ msgstr "Ахыԥхьаӡара"
#, fuzzy
msgctxt "SC_OPCODE_RIGHTB"
msgid "The number of characters for the end text."
-msgstr "Атеқст асимволқәа рхыԥхьаӡара."
+msgstr "Атекст асимволқәа рхыԥхьаӡара."
#. smAs2
#: sc/inc/scfuncs.hrc:3998
@@ -16065,7 +16065,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:3999
msgctxt "SC_OPCODE_LEFTB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. gWnk6
#: sc/inc/scfuncs.hrc:4000
@@ -16095,7 +16095,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:4008
msgctxt "SC_OPCODE_MIDB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. obJfT
#: sc/inc/scfuncs.hrc:4009
@@ -16125,7 +16125,7 @@ msgstr "Ахыԥхьаӡара"
#: sc/inc/scfuncs.hrc:4013
msgctxt "SC_OPCODE_MIDB"
msgid "The number of characters for the text."
-msgstr "Атеқст асимволқәа рхыԥхьаӡара."
+msgstr "Атекст асимволқәа рхыԥхьаӡара."
#. j9GPX
#: sc/inc/scfuncs.hrc:4018
@@ -16239,7 +16239,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:4048
msgctxt "SC_OPCODE_ENCODEURL"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. yihFU
#: sc/inc/scfuncs.hrc:4049
@@ -16354,7 +16354,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:4088
msgctxt "SC_OPCODE_REPLACEB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. d3CaG
#: sc/inc/scfuncs.hrc:4089
@@ -16390,7 +16390,7 @@ msgstr ""
#: sc/inc/scfuncs.hrc:4094
msgctxt "SC_OPCODE_REPLACEB"
msgid "New text"
-msgstr "Атеқст ҿыц"
+msgstr "Атекст ҿыц"
#. 7YKde
#: sc/inc/scfuncs.hrc:4095
@@ -16420,7 +16420,7 @@ msgstr "Иԥшаатәу атекст."
#: sc/inc/scfuncs.hrc:4104
msgctxt "SC_OPCODE_FINDB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. dWAai
#: sc/inc/scfuncs.hrc:4105
@@ -16462,7 +16462,7 @@ msgstr "Иԥшаатәу атекст."
#: sc/inc/scfuncs.hrc:4116
msgctxt "SC_OPCODE_SEARCHB"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. CzDKi
#: sc/inc/scfuncs.hrc:4117
@@ -16838,13 +16838,13 @@ msgstr "Астандарт"
#: sc/inc/strings.hrc:59
msgctxt "SCSTR_RENAMEOBJECT"
msgid "Name Object"
-msgstr "Аобиеқт ахьӡ"
+msgstr "Аобиект ахьӡ"
#. 3FHKw
#: sc/inc/strings.hrc:60
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
-msgstr "Ибжьаргылатәуп асахьа"
+msgstr "Иҭаргылатәуп асахьа"
#. bKv77
#: sc/inc/strings.hrc:61
@@ -16998,7 +16998,7 @@ msgstr ""
#: sc/inc/strings.hrc:87
msgctxt "STR_CAPTION_DEFAULT_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. X6bVC
#. Select tables dialog title
@@ -17458,7 +17458,7 @@ msgstr "Асахьақәа"
#: sc/inc/strings.hrc:167
msgctxt "SCSTR_CONTENT_OLEOBJECT"
msgid "OLE objects"
-msgstr "OLE аобиеқтқәа"
+msgstr "OLE аобиектқәа"
#. T28Cj
#: sc/inc/strings.hrc:168
@@ -21999,7 +21999,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:385
msgctxt "definedatabaserangedialog|InsertOrDeleteCells"
msgid "Insert or delete _cells"
-msgstr "Ибжьаргылатәуп ма ианыхтәуп абларҭақәа"
+msgstr "Иҭаргылатәуп ма ианыхтәуп абларҭақәа"
#. bJdCS
#: sc/uiconfig/scalc/ui/definedatabaserangedialog.ui:393
@@ -22294,7 +22294,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/deletecontents.ui:120
msgctxt "deletecontents|text"
msgid "_Text"
-msgstr "_Атеқст"
+msgstr "_Атекст"
#. BzXFc
#: sc/uiconfig/scalc/ui/deletecontents.ui:128
@@ -22366,7 +22366,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/deletecontents.ui:234
msgctxt "deletecontents|objects"
msgid "_Objects"
-msgstr "Аобиеқтқәа"
+msgstr "Аобиектқәа"
#. 4GgHE
#: sc/uiconfig/scalc/ui/deletecontents.ui:242
@@ -22582,7 +22582,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/dropmenu.ui:22
msgctxt "dropmenu|hyperlink"
msgid "Insert as Hyperlink"
-msgstr "Ибжьаргылатәуп агиперзхьарԥш ҳасабла"
+msgstr "Иҭаргылатәуп агиперзхьарԥш ҳасабла"
#. EVfz4
#: sc/uiconfig/scalc/ui/dropmenu.ui:28
@@ -22594,7 +22594,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/dropmenu.ui:37
msgctxt "dropmenu|link"
msgid "Insert as Link"
-msgstr "Ибжьаргылатәуп азхьарԥш ҳасабла"
+msgstr "Иҭаргылатәуп азхьарԥш ҳасабла"
#. sUfUu
#: sc/uiconfig/scalc/ui/dropmenu.ui:43
@@ -23344,7 +23344,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:95
msgctxt "formulacalculationoptions|labelConvT2N"
msgid "Conversion from text to number:"
-msgstr "Атеқст аҟынтә ахыԥхьаӡарахь аиагара:"
+msgstr "Атекст аҟынтә ахыԥхьаӡарахь аиагара:"
#. LRBFh
#: sc/uiconfig/scalc/ui/formulacalculationoptions.ui:107
@@ -23560,7 +23560,7 @@ msgstr "Аелектронтә таблица"
#: sc/uiconfig/scalc/ui/functionpanel.ui:80
msgctxt "functionpanel|category"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. BCiyc
#: sc/uiconfig/scalc/ui/functionpanel.ui:81
@@ -23926,7 +23926,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/headerfootercontent.ui:318
msgctxt "headerfootercontent|buttonBTN_TEXT|tooltip_text"
msgid "Text Attributes"
-msgstr "Атеқст атрибутқәа"
+msgstr "Атекст атрибутқәа"
#. VHkhc
#: sc/uiconfig/scalc/ui/headerfootercontent.ui:323
@@ -24329,7 +24329,7 @@ msgstr ""
#, fuzzy
msgctxt "insertsheet|InsertSheetDialog"
msgid "Insert Sheet"
-msgstr "Ибжьаргылатәуп адиаграмма"
+msgstr "Иҭаргылатәуп адиаграмма"
#. kE6pE
#: sc/uiconfig/scalc/ui/insertsheet.ui:113
@@ -25731,7 +25731,7 @@ msgstr "Адырқәа"
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4519
msgctxt "notebookbar_groupedbar_compact|insertb"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 5wZbP
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui:4630
@@ -26013,7 +26013,7 @@ msgstr "Абларҭақәа"
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:4946
msgctxt "notebookbar_groupedbar_full|insertb"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. NsDSM
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:5124
@@ -26150,7 +26150,7 @@ msgstr "Ахәаԥшра"
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:9872
msgctxt "notebookbar_groupedbar_full|insertTextb"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. eLnnF
#: sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui:10015
@@ -26380,7 +26380,7 @@ msgstr "Арыӷьарахь"
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1245
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. sWkPK
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1348
@@ -26441,7 +26441,7 @@ msgstr "Аимадарақәа"
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1842
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Du8Qw
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1878
@@ -28580,14 +28580,14 @@ msgstr "Ианыхтәуп ацәаҳәақәа"
#, fuzzy
msgctxt "protectsheetdlg|insert-columns"
msgid "Insert columns"
-msgstr "Ибжьаргылатәуп аиҵагылақәа"
+msgstr "Иҭаргылатәуп аиҵагылақәа"
#. Arv5t
#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:341
#, fuzzy
msgctxt "protectsheetdlg|insert-rows"
msgid "Insert rows"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. y93cJ
#: sc/uiconfig/scalc/ui/protectsheetdlg.ui:353
@@ -29830,7 +29830,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:190
msgctxt "sharedocumentdlg|name"
msgid "Name"
-msgstr "Иҭажәгал аобиеқт ахьӡ"
+msgstr "Иҭажәгал аобиект ахьӡ"
#. EC8AA
#: sc/uiconfig/scalc/ui/sharedocumentdlg.ui:203
@@ -30208,7 +30208,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/sidebaralignment.ui:232
msgctxt "sidebaralignment|orientationlabel"
msgid "Text _orientation:"
-msgstr "Атеқст аориентациа:"
+msgstr "Атекст аориентациа:"
#. Ume2A
#: sc/uiconfig/scalc/ui/sidebaralignment.ui:246
@@ -32164,7 +32164,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/textimportcsv.ui:25
msgctxt "textimportcsv|TextImportCsvDialog"
msgid "Text Import"
-msgstr "Атеқст аимпорт"
+msgstr "Атекст аимпорт"
#. 5eKmk
#: sc/uiconfig/scalc/ui/textimportcsv.ui:119
@@ -32406,38 +32406,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Егьырҭ апараметрқәа"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
-msgstr "Атеқст еиҵагылала"
+msgstr "Атекст еиҵагылала"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Аҭакырақәа"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
@@ -32860,7 +32872,7 @@ msgstr ""
#: sc/uiconfig/scalc/ui/tpviewpage.ui:624
msgctxt "tpviewpage|label2"
msgid "Objects"
-msgstr "Аобиеқтқәа"
+msgstr "Аобиектқәа"
#. AnHPF
#: sc/uiconfig/scalc/ui/tpviewpage.ui:648
@@ -32998,7 +33010,7 @@ msgstr "Ахьӡынҵа"
#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:54
msgctxt "validationcriteriapage|liststore1"
msgid "Text length"
-msgstr "Атеқст аура"
+msgstr "Атекст аура"
#. WyXAY
#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:55
diff --git a/source/ab/scaddins/messages.po b/source/ab/scaddins/messages.po
index 689386f1f35..f0992ce000a 100644
--- a/source/ab/scaddins/messages.po
+++ b/source/ab/scaddins/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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2023-05-07 16:34+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ab/>\n"
"Language: ab\n"
@@ -628,7 +628,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:208
msgctxt "ANALYSIS_Bin2Oct"
msgid "The binary number to be converted (as text)"
-msgstr "Аконвертациа ззухо иҩба-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо иҩба-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. aiZYA
#: scaddins/inc/analysis.hrc:209
@@ -658,7 +658,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:217
msgctxt "ANALYSIS_Bin2Dec"
msgid "The binary number to be converted (as text)"
-msgstr "Аконвертациа ззухо иҩба-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо иҩба-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. XcDzV
#: scaddins/inc/analysis.hrc:222
@@ -676,7 +676,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:224
msgctxt "ANALYSIS_Bin2Hex"
msgid "The binary number to be converted (as text)"
-msgstr "Аконвертациа ззухо иҩба-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо иҩба-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. nFANG
#: scaddins/inc/analysis.hrc:225
@@ -706,7 +706,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:233
msgctxt "ANALYSIS_Oct2Bin"
msgid "The octal number to be converted (as text)"
-msgstr "Аконвертациа ззухо иааба-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо иааба-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. 6eEgp
#: scaddins/inc/analysis.hrc:234
@@ -736,7 +736,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:242
msgctxt "ANALYSIS_Oct2Dec"
msgid "The octal number to be converted (as text)"
-msgstr "Аконвертациа ззухо иааба-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо иааба-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. QWNdb
#: scaddins/inc/analysis.hrc:247
@@ -754,7 +754,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:249
msgctxt "ANALYSIS_Oct2Hex"
msgid "The octal number to be converted (as text)"
-msgstr "Аконвертациа ззухо иааба-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо иааба-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. E2jxw
#: scaddins/inc/analysis.hrc:250
@@ -874,7 +874,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:285
msgctxt "ANALYSIS_Hex2Bin"
msgid "The hexadecimal number to be converted (as text)"
-msgstr "Аконвертациа ззухо ижәаф-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо ижәаф-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. sFqYp
#: scaddins/inc/analysis.hrc:286
@@ -904,7 +904,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:294
msgctxt "ANALYSIS_Hex2Dec"
msgid "The hexadecimal number to be converted (as text)"
-msgstr "Аконвертациа ззухо ижәаф-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо ижәаф-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. ECeRP
#: scaddins/inc/analysis.hrc:299
@@ -922,7 +922,7 @@ msgstr "Ахыҧхьаӡара"
#: scaddins/inc/analysis.hrc:301
msgctxt "ANALYSIS_Hex2Oct"
msgid "The hexadecimal number to be converted (as text)"
-msgstr "Аконвертациа ззухо ижәаф-шьаҭатәу ахыԥхьаӡара (теқст ҳасабла)."
+msgstr "Аконвертациа ззухо ижәаф-шьаҭатәу ахыԥхьаӡара (текст ҳасабла)."
#. nPXDu
#: scaddins/inc/analysis.hrc:302
@@ -4337,7 +4337,7 @@ msgstr ""
#: scaddins/inc/datefunc.hrc:90
msgctxt "DATE_FUNCDESC_Rot13"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. jhFkb
#: scaddins/inc/datefunc.hrc:91
diff --git a/source/ab/scp2/source/writer.po b/source/ab/scp2/source/writer.po
index 8a0abbfa90d..1693b08e5b3 100644
--- a/source/ab/scp2/source/writer.po
+++ b/source/ab/scp2/source/writer.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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcewriter/ab/>\n"
"Language: ab\n"
@@ -32,7 +32,7 @@ msgctxt ""
"STR_FI_NAME_TEXTDOKUMENT\n"
"LngText.text"
msgid "Text Document"
-msgstr "Атеқсттә документ"
+msgstr "Атексттә документ"
#. QEKcn
#: folderitem_writer.ulf
diff --git a/source/ab/sd/messages.po b/source/ab/sd/messages.po
index 61b27689b1a..8333f8a0dbc 100644
--- a/source/ab/sd/messages.po
+++ b/source/ab/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ab/>\n"
"Language: 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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561456140.000000\n"
#. WDjkB
@@ -134,7 +134,7 @@ msgstr ""
#: sd/inc/DocumentRenderer.hrc:63
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES"
msgid "Tile sheet of paper with repeated slides"
-msgstr ""
+msgstr "Амозаикала акьыԥхьра"
#. 3Gp62
#: sd/inc/DocumentRenderer.hrc:68
@@ -465,7 +465,7 @@ msgstr "Аиагара"
#: sd/inc/strings.hrc:36
msgctxt "STR_INSERTGRAPHIC"
msgid "Insert Image"
-msgstr "Ибжьаргылатәуп асахьа"
+msgstr "Иҭаргылатәуп асахьа"
#. 47BGD
#: sd/inc/strings.hrc:37
@@ -531,13 +531,13 @@ msgstr "Ахы амацара"
#: sd/inc/strings.hrc:47
msgctxt "STR_AUTOLAYOUT_ONLY_TEXT"
msgid "Centered Text"
-msgstr "Атеқст ацентр ала"
+msgstr "Атекст ацентр ала"
#. vC7LB
#: sd/inc/strings.hrc:48
msgctxt "STR_AUTOLAYOUT_TITLE"
msgid "Title Slide"
-msgstr ""
+msgstr "Ахалагаратәи аслаид"
#. CZCWE
#: sd/inc/strings.hrc:49
@@ -669,7 +669,7 @@ msgstr "Аҵәаӷәа анҵәамҭа"
#: sd/inc/strings.hrc:70
msgctxt "STR_DESC_LINEEND"
msgid "Please enter a name for the new arrow style:"
-msgstr ""
+msgstr "Иҭажәгал ахыц астиль ҿыц ахьӡ:"
#. 7y2Si
#: sd/inc/strings.hrc:71
@@ -703,7 +703,7 @@ msgstr "Аобиект ахьӡ"
#: sd/inc/strings.hrc:75
msgctxt "STR_DESC_NAMEGROUP"
msgid "Name"
-msgstr "Иҭажәгал аобиеқт ахьӡ"
+msgstr "Иҭажәгал аобиект ахьӡ"
#. YSZad
#: sd/inc/strings.hrc:76
@@ -992,7 +992,7 @@ msgstr "Асахьа аҭаргыларазы иазхом агәынкылар
#: sd/inc/strings.hrc:122
msgctxt "STR_OBJECTS"
msgid "Objects"
-msgstr "Аобиеқтқәа"
+msgstr "Аобиектқәа"
#. SDm68
#: sd/inc/strings.hrc:123
@@ -1040,7 +1040,7 @@ msgstr "Иҭаргылатәуп афаил"
#: sd/inc/strings.hrc:130
msgctxt "STR_UNDO_INSERT_SPECCHAR"
msgid "Insert special character"
-msgstr "Ибжьаргылатәуп асимвол"
+msgstr "Иҭаргылатәуп асимвол"
#. NFpGf
#: sd/inc/strings.hrc:131
@@ -1110,7 +1110,7 @@ msgstr "Ииастәуп аҵыхәтәантәи аслаид ахь"
#: sd/inc/strings.hrc:141
msgctxt "STR_CLICK_ACTION_BOOKMARK"
msgid "Go to page or object"
-msgstr "Ииастәуп адаҟьахь ма аобиеқтахь"
+msgstr "Ииастәуп адаҟьахь ма аобиектахь"
#. TMn3K
#: sd/inc/strings.hrc:142
@@ -1170,7 +1170,7 @@ msgstr "Абжьы"
#: sd/inc/strings.hrc:151
msgctxt "STR_EFFECTDLG_PAGE_OBJECT"
msgid "Slide / Object"
-msgstr "Аслаид / Аобиеқт"
+msgstr "Аслаид / Аобиект"
#. DqwAr
#: sd/inc/strings.hrc:152
@@ -1210,255 +1210,285 @@ msgstr[1] ""
#: sd/inc/strings.hrc:161
msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
-msgstr "Ибжьаргылатәуп атекст"
+msgstr "Иҭаргылатәуп атекст"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Иҭагалатәуп аслаид-азҟаза"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr ""
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Арымарахь"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Арыӷьарахь"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Хыхьла"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Ҵаҟала"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Хыхьла арымарахь"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Ҵаҟала арымарахь"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Хыхьла арыӷьарахь"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Ҵаҟала арыӷьарахь"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Горизонталла"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Ивертикалны"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Зегьы?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Шьҭахьҟа"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Иацҵатәуп"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Аҭвԥхәаԥшра"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Аԥштәы аԥсахра"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
-msgstr ""
+msgstr "Аморфинг"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Ирҭбаатәуп аслаид"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Аҵанакы аслаид"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Афиксациа зызуу"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Аҽеиҭак"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Астандарт"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Истандарту (икьаҿу)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Истандарту (иауу)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Афаил ахьӡ"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Афаил Амҩа/Ахьӡ"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Амҩа"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Акопиа ахыхтәуп "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME апрезентациа (аформат Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME асахьа (аформат Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION апрезентациа"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION асахьа"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1468,157 +1498,157 @@ msgstr ""
"Иалаԥсахтәума?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Агиперзхьарԥш"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Изҭаахьоу азхьарԥш"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Иактиву агиперзхьарԥш"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Ахы"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Автор"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Аҩынтәи адаҟьа"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Иҭагалатәуп апрезентациа"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Актәи адаҟьа"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Аҵыхәтәантәи адаҟьа"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Асахьа"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Аҵанакы шацу"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Аҵанакы ацӡамкәа"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Иарбоу адаҟьахь"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Арастртә сахьа еиҭактәуп акәакьрацәа ахь"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
-msgstr ""
+msgstr "Апрезентациа аҭыҵразы аҳәынаԥ шәақәыӷәӷәа..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Ааҭгылара..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Асахьақәа рфильтр"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1628,799 +1658,805 @@ msgstr ""
"абжьтәи акәӡам!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Еиҭактәуп аметафаил ахь"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Еиҭактәуп арастртә сахьа ахь"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Иауам афаил $(URL1) аԥҵара."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Иауам афаил $(URL1) аартра."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Аслаид ахьӡ ԥсахтәуп"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Адаҟьа ахьӡ ԥсахтәуп"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
-msgstr "Иҭажәгал аобиеқт ахьӡ"
+msgstr "Иҭажәгал аобиект ахьӡ"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Аслаид-азҟаза ахьӡ ԥсахтәуп"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Ҵаҟатәи аколонтитул аҭыԥ"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Хыхьтәи аколонтитул аҭыԥ"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Арыцхә аҭыԥ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Аслаид аномер аҭыԥ"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Адаҟьа аномер аҭыԥ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<хыхьтәи аколонтитул>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ҵаҟатәи аколонтитул>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<арыцхә/аамҭа>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<аномер>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<ахыԥхьаӡара>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<аслаид-ахьӡ>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<адаҟьа-ахьӡ>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Азгәаҭақәа рҭыԥ"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Аиҭакра хангыль/ханча"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Аслаидқәа"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Адаҟьақәа"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Аԥхьахәаԥшра азырхиара"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Амакетқәа"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Асахьақәа рстильқәа"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Апрезентациақәа рстильқәа"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Абларҭақәа рстильқәа"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Афигура %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Акомментариқәа"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Амакет ишыҟоу еиԥш"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
-msgstr "Ибжьаргылатәуп атаблица"
+msgstr "Иҭаргылатәуп атаблица"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
-msgstr "Ибжьаргылатәуп адиаграмма"
+msgstr "Иҭаргылатәуп адиаграмма"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
-msgstr "Ибжьаргылатәуп асахьа"
+msgstr "Иҭаргылатәуп асахьа"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
-msgstr "Ибжьаргылатәуп Абжьы ма Авидео"
+msgstr "Иҭаргылатәуп Абжьы ма Авидео"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Ииагатәуп адаҟьақәа"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Ииагатәуп аслаидқәа"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Иацышәҵа асахьа альбом ахь."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
-msgstr "Атеқсттә слаид"
+msgstr "Атексттә слаид"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Аҿаԥшыра"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Аҿаԥшыра аобиектқәа"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr ""
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
-msgstr ""
+msgstr "Анапхгара аелементқәа"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Адаҟьа"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Адаҟьа"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Аслаид"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Аслаид-азҟаза"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Аслаид-азҟаза:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Адаҟьа-азҟаза"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Адаҟьа-азҟаза:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Азгәаҭақәа)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Атезисқәа"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
-msgstr ""
+msgstr "Аструктура ариашаразы аҳәынаԥ шәақәыӷәӷәа"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Аструктура аҩбатәи аҩаӡара"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Аструктура ахԥатәи аҩаӡара"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Аструктура аԥшьбатәи аҩаӡара"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Аструктура ахәбатәи аҩаӡара"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Аструктура афбатәи аҩаӡара"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Аструктура абыжьбатәи аҩаӡара"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
-msgstr "Атеқст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
+msgstr "Атекст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
-msgstr "Атеқст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
+msgstr "Атекст ацҵараз шәақәыӷәӷәа ҳәынаԥла"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
-msgstr ""
+msgstr "Ҩынтә шәақәыӷәӷәа, атекст ацҵаразы"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
-msgstr ""
+msgstr "Ҩынтә шәақәыӷәӷәа, атекст ацҵаразы"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Астандарт"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Ахы"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
-msgstr ""
+msgstr "Абазатә"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
-msgstr ""
+msgstr "Еиҭагатәуп аслаидқәа"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
-msgstr ""
+msgstr "Иҭаргылатәуп адаҟьақәа"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
-msgstr ""
+msgstr "Иҭаргылатәуп адаҟьа"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
-msgstr ""
+msgstr "Аслаид аҷыдаҟазшьақәа"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
-msgstr ""
+msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
-msgstr ""
+msgstr "Атекст А4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
-msgstr ""
+msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
-msgstr ""
+msgstr "Атекст А0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
-msgstr ""
+msgstr "Аграфика"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
-msgstr ""
+msgstr "Афигурақәа"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
-msgstr ""
+msgstr "Аҵәаӷәақәа"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
-msgstr ""
+msgstr "Ахыцқәа"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
-msgstr ""
+msgstr "Аконтур"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
-msgstr ""
+msgstr "Аконтур ҟаԥшь"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Ахы"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Аструктура"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Аҿаԥшыра"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint аимпорт"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Еиқәырхатәуп адокумент"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Еиҵатәтәуп агегль"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Еизырҳатәуп акегль"
@@ -2428,637 +2464,637 @@ msgstr "Еизырҳатәуп акегль"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
-msgstr ""
+msgstr "Асахьаҭыхра арежим"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
-msgstr ""
+msgstr "Асахьаҭыхра арежим"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
-msgstr ""
+msgstr "Аструктура арежим"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
-msgstr ""
+msgstr "Аслаидқәа ррежим"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
-msgstr ""
+msgstr "Азгәаҭақәа ррежим"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
-msgstr ""
+msgstr "Атезисқәа ррежим"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Апрезентациа ахы"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
-msgstr ""
+msgstr "Апрезентациа аструктура"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Апрезентациа адаҟьа"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Апрезентациа азгәаҭақәа"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
-msgstr ""
+msgstr "Атезисқәа"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
-msgstr ""
+msgstr "Апрезентациа идырым аформа"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
-msgstr ""
+msgstr "Апрезентациа ҵаҟатәи аколонтитул"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
-msgstr ""
+msgstr "Апрезентациа хыхьтәи аколонтитул"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Апрезентациа арыцхәи аамҭеи"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Апрезентациа адаҟьа аномер"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
-msgstr ""
+msgstr "%PRODUCTNAME - Апрезентациа"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Ахы"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Аструктура"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Адаҟьа"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Азгәаҭақәа"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
-msgstr ""
+msgstr "Атезисқәа ррежим"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
-msgstr ""
+msgstr "Апрезентациа идырым аформа"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
-msgstr ""
+msgstr "Ҵаҟатәи аколонтитул"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
-msgstr ""
+msgstr "Хыхьтәи аколонтитул"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Арыцхә"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Ахыԥхьаӡа"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(аԥхьара мацара)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "мап"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
-msgstr ""
+msgstr "Анаҩстәи ақәыӷәӷәаранӡа"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
-msgstr ""
+msgstr "Аслаид анҵәамҭанӡа"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
-msgstr ""
+msgstr "Ахырхарҭа"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Амасштаб:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Актәи аԥштәы"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
-msgstr ""
+msgstr "Аҩбатәи аԥштәы:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Агарнитура:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Ашрифт аԥштәы:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Астиль:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Аҵәаӷәа аԥштәы:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Акегль:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ашәагаа:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
-msgstr ""
+msgstr "Аԥхьаӡа:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Аԥштәы:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
-msgstr ""
+msgstr "(Абжьы ада)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
-msgstr ""
+msgstr "(Иаанкылатәуп аԥхьатәи абжьы)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
-msgstr ""
+msgstr "Егьи абжьы..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Аҿырԥштәы"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
-msgstr ""
+msgstr "Адәықәҵара"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
-msgstr ""
+msgstr "Акцент: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
-msgstr ""
+msgstr "Ахыркәшара: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
-msgstr ""
+msgstr "Атраекториақәа: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
-msgstr ""
+msgstr "Еиуеиԥшым: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Мап"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
-msgstr ""
+msgstr "Иахьа,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Иацы,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(автор дамам)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
-msgstr "Ибжьаргылатәуп акомментари"
+msgstr "Иҭаргылатәуп акомментари"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Ианыхтәуп акомментари"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Ииагатәуп акомментари"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Иԥсахтәуп акомментари"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Аҭак %1 аҟны"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Амультимедиа"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Атаблица"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Адокумент"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
-msgstr ""
+msgstr "Аслаидқәа адаҟьаҟны:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Иаҵанакуа"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
-msgstr ""
+msgstr "Аслаид ахьӡ"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Адаҟьа ахьӡ"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Арыцхәи аамҭеи"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Иҵәаху адаҟьақәа"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Аԥштәы"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ашәагаа"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Аброшиура"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Адаҟьа аганқәа"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
-msgstr ""
+msgstr "Иалаҵаны"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
-msgstr ""
+msgstr "Адаҟьақәа:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
-msgstr ""
+msgstr "Аслаидқәа:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
-msgstr ""
+msgstr "Анимациа"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
-msgstr ""
+msgstr "Аимадара"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
-msgstr ""
+msgstr "~Ԥхьаҟа"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
-msgstr ""
+msgstr "~Шьҭахьҟа"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
-msgstr ""
+msgstr "Актәи аслаид"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
-msgstr ""
+msgstr "Аҵыхәтәантәи аслаид"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
-msgstr ""
+msgstr "Иарктәуп апанель"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
-msgstr ""
+msgstr "Иацҵатәуп адизаин ҿыц"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -3112,7 +3148,7 @@ msgstr "Аҭыԥ"
#: sd/uiconfig/sdraw/ui/bulletsandnumbering.ui:187
msgctxt "bulletsandnumbering|customize"
msgid "Customize"
-msgstr ""
+msgstr "Архиара"
#. ta9cx
#: sd/uiconfig/sdraw/ui/copydlg.ui:26
@@ -3136,19 +3172,19 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/copydlg.ui:70
msgctxt "copydlg|extended_tip|ok"
msgid "Saves all changes and closes dialog."
-msgstr ""
+msgstr "Еиқәнархоит аԥсахрақәа зегьы, насгьы адиалог аԥенџьыр анаркуеит."
#. AiFRo
#: sd/uiconfig/sdraw/ui/copydlg.ui:89
msgctxt "copydlg|extended_tip|cancel"
msgid "Closes dialog and discards all changes."
-msgstr ""
+msgstr "Ианаркуеит адиалог аԥенџьыр аԥсахрақәа еиқәмырхаӡакәа."
#. HhrrQ
#: sd/uiconfig/sdraw/ui/copydlg.ui:139
msgctxt "copydlg|label4"
msgid "Number of _copies:"
-msgstr ""
+msgstr "Акопиақәа рыԥхьаӡа:"
#. qgJLc
#: sd/uiconfig/sdraw/ui/copydlg.ui:160
@@ -3184,7 +3220,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/copydlg.ui:246
msgctxt "copydlg|label7"
msgid "_Angle:"
-msgstr ""
+msgstr "Акәакь:"
#. a63ej
#: sd/uiconfig/sdraw/ui/copydlg.ui:266
@@ -3238,25 +3274,25 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/copydlg.ui:422
msgctxt "copydlg|label2"
msgid "Enlargement"
-msgstr ""
+msgstr "Ардыура"
#. ENMbc
#: sd/uiconfig/sdraw/ui/copydlg.ui:456
msgctxt "copydlg|label10"
msgid "_Start:"
-msgstr ""
+msgstr "Алагамҭа:"
#. Z6aqk
#: sd/uiconfig/sdraw/ui/copydlg.ui:470
msgctxt "copydlg|endlabel"
msgid "_End:"
-msgstr ""
+msgstr "Анҵәамҭа:"
#. ULShA
#: sd/uiconfig/sdraw/ui/copydlg.ui:494
msgctxt "copydlg|extended_tip|start"
msgid "Choose a color for the selected object."
-msgstr ""
+msgstr "Иашәырба иалху аобиект аԥштәы."
#. AAoBa
#: sd/uiconfig/sdraw/ui/copydlg.ui:517
@@ -3280,13 +3316,13 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:15
msgctxt "crossfadedialog|CrossFadeDialog"
msgid "Cross-fading"
-msgstr ""
+msgstr "Аморфинг"
#. FXGbk
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:102
msgctxt "crossfadedialog|orientation"
msgid "Same orientation"
-msgstr ""
+msgstr "Иара убри аориентациа"
#. PAGv2
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:110
@@ -3298,7 +3334,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:122
msgctxt "crossfadedialog|attributes"
msgid "Cross-fade attributes"
-msgstr ""
+msgstr "Аморфинг атрибутқәа"
#. zb4pb
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:130
@@ -3310,7 +3346,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:144
msgctxt "crossfadedialog|label2"
msgid "Increments:"
-msgstr ""
+msgstr "Ашьаҿақәа:"
#. d2wBc
#: sd/uiconfig/sdraw/ui/crossfadedialog.ui:163
@@ -3358,13 +3394,13 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/dlgsnap.ui:155
msgctxt "dlgsnap|xlabel"
msgid "_X:"
-msgstr ""
+msgstr "_X:"
#. AAfto
#: sd/uiconfig/sdraw/ui/dlgsnap.ui:168
msgctxt "dlgsnap|ylabel"
msgid "_Y:"
-msgstr ""
+msgstr "_Y:"
#. pMnkL
#: sd/uiconfig/sdraw/ui/dlgsnap.ui:183
@@ -3388,7 +3424,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/dlgsnap.ui:266
msgctxt "dlgsnap|vert"
msgid "_Vertical"
-msgstr ""
+msgstr "_Ивертикалны"
#. 7bAB7
#: sd/uiconfig/sdraw/ui/dlgsnap.ui:275
@@ -3448,13 +3484,13 @@ msgstr "Аҭыԥ"
#: sd/uiconfig/sdraw/ui/drawchardialog.ui:279
msgctxt "drawchardialog|RID_SVXPAGE_BKG"
msgid "Highlighting"
-msgstr ""
+msgstr "Ацәырлашара"
#. 7FuBt
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:8
msgctxt "drawpagedialog|DrawPageDialog"
msgid "Page Properties"
-msgstr ""
+msgstr "Адаҟьа аҷыдаҟазшьақәа"
#. Py4db
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:136
@@ -3472,13 +3508,13 @@ msgstr "Аҿаԥшыра"
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:231
msgctxt "drawpagedialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
-msgstr ""
+msgstr "Аҵәцара"
#. fLYAx
#: sd/uiconfig/sdraw/ui/drawpagedialog.ui:279
msgctxt "drawpagedialog|RID_SVXPAGE_THEME"
msgid "Theme"
-msgstr ""
+msgstr "Атема"
#. cKCg3
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:8
@@ -3490,7 +3526,7 @@ msgstr "Абзац"
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:136
msgctxt "drawparadialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
-msgstr ""
+msgstr "Ахьаҵқәеи аинтервалқәеи"
#. xDCfw
#: sd/uiconfig/sdraw/ui/drawparadialog.ui:183
@@ -3550,7 +3586,7 @@ msgstr "Иаҵанакуа"
#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:101
msgctxt "drawprinteroptions|originalcolors"
msgid "Original colors"
-msgstr ""
+msgstr "Иоригиналу аԥштәқәа"
#. 4hoE9
#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:110
@@ -3574,7 +3610,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:143
msgctxt "drawprinteroptions|blackandwhite"
msgid "Black & white"
-msgstr ""
+msgstr "Аақәаҵәа-ашкәакәа"
#. Et9Qj
#: sd/uiconfig/sdraw/ui/drawprinteroptions.ui:152
@@ -3646,7 +3682,7 @@ msgstr "Ашәагаа"
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:8
msgctxt "drawprtldialog|DrawPRTLDialog"
msgid "Presentation Layout"
-msgstr ""
+msgstr "Апрезентациа аструктура"
#. qhGQW
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:138
@@ -3664,13 +3700,13 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:233
msgctxt "drawprtldialog|RID_SVXPAGE_SHADOW"
msgid "Shadow"
-msgstr ""
+msgstr "Агага"
#. RMDPW
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:281
msgctxt "drawprtldialog|RID_SVXPAGE_TRANSPARENCE"
msgid "Transparency"
-msgstr ""
+msgstr "Аҵәцара"
#. iqPq5
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:329
@@ -3688,13 +3724,13 @@ msgstr "Ашрифт аеффектқәа"
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:425
msgctxt "drawprtldialog|RID_SVXPAGE_STD_PARAGRAPH"
msgid "Indents & Spacing"
-msgstr ""
+msgstr "Ахьаҵқәеи аинтервалқәеи"
#. hQgNU
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:473
msgctxt "drawprtldialog|RID_SVXPAGE_TEXTATTR"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. Gs6YK
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:521
@@ -3718,7 +3754,7 @@ msgstr "Асахьа"
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:665
msgctxt "drawprtldialog|RID_SVXPAGE_NUM_OPTIONS"
msgid "Customize"
-msgstr ""
+msgstr "Архиара"
#. 32Vhx
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:713
@@ -3742,7 +3778,7 @@ msgstr "Атабулиациа"
#: sd/uiconfig/sdraw/ui/drawprtldialog.ui:857
msgctxt "drawprtldialog|RID_SVXPAGE_BKG"
msgid "Highlighting"
-msgstr ""
+msgstr "Ацәырлашара"
#. w9EdD
#: sd/uiconfig/sdraw/ui/insertlayer.ui:8
@@ -3826,7 +3862,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/insertlayer.ui:292
msgctxt "insertlayer|properties"
msgid "Properties"
-msgstr ""
+msgstr "Аҷыдаҟазшьақәа"
#. ogtGC
#: sd/uiconfig/sdraw/ui/insertlayer.ui:321
@@ -3838,7 +3874,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:18
msgctxt "insertslidesdialog|InsertSlidesDialog"
msgid "Insert Slides/Objects"
-msgstr ""
+msgstr "Иҭаргылатәуп аслаидқәа/аобиектқәа"
#. FsBqJ
#: sd/uiconfig/sdraw/ui/insertslidesdialog.ui:94
@@ -3868,13 +3904,13 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/namedesign.ui:8
msgctxt "namedesign|NameDesignDialog"
msgid "Name HTML Design"
-msgstr ""
+msgstr "HTML адизаин ахьӡ"
#. PGoPa
#: sd/uiconfig/sdraw/ui/navigatorcontextmenu.ui:12
msgctxt "navigatorcontextmenu|STR_RENAME"
msgid "Rename..."
-msgstr ""
+msgstr "Ахьӡ ԥсахтәуп..."
#. V3FWt
#: sd/uiconfig/sdraw/ui/notebookbar.ui:3155
@@ -3886,7 +3922,7 @@ msgstr "_Афаил"
#: sd/uiconfig/sdraw/ui/notebookbar.ui:3174
msgctxt "drawnotebookbar|HelpMenuButton"
msgid "_Help"
-msgstr ""
+msgstr "_Аилыркаага"
#. qrXDY
#: sd/uiconfig/sdraw/ui/notebookbar.ui:3230
@@ -3898,79 +3934,79 @@ msgstr "~Афаил"
#: sd/uiconfig/sdraw/ui/notebookbar.ui:4599
msgctxt "drawnotebookbar|HomeMenuButton"
msgid "_Home"
-msgstr ""
+msgstr "_Ихадоу"
#. jtFqm
#: sd/uiconfig/sdraw/ui/notebookbar.ui:4698
msgctxt "drawnotebookbar|HomeLabel"
msgid "~Home"
-msgstr ""
+msgstr "~Ихадоу"
#. zoUaS
#: sd/uiconfig/sdraw/ui/notebookbar.ui:5406
msgctxt "drawnotebookbar|FieldMenuButton"
msgid "Fiel_d"
-msgstr ""
+msgstr "Аҭакыра"
#. S5FkE
#: sd/uiconfig/sdraw/ui/notebookbar.ui:5569
msgctxt "drawnotebookbar|InsertMenuButton"
msgid "_Insert"
-msgstr ""
+msgstr "Аҭаргылара"
#. Z3UCg
#: sd/uiconfig/sdraw/ui/notebookbar.ui:5673
msgctxt "drawnotebookbar|InsertLabel"
msgid "~Insert"
-msgstr ""
+msgstr "Аҭаргылара"
#. TVDXM
#: sd/uiconfig/sdraw/ui/notebookbar.ui:6373
msgctxt "drawnotebookbar|PageMenuButton"
msgid "_Layout"
-msgstr ""
+msgstr "_Адырганҵа"
#. Rv7x4
#: sd/uiconfig/sdraw/ui/notebookbar.ui:6458
msgctxt "drawnotebookbar|PageLabel"
msgid "~Layout"
-msgstr ""
+msgstr "~Адырганҵа"
#. BQcfo
#: sd/uiconfig/sdraw/ui/notebookbar.ui:6996
msgctxt "drawnotebookbar|ReviewMenuButton"
msgid "_Review"
-msgstr ""
+msgstr "_Агәаҭара"
#. prpcY
#: sd/uiconfig/sdraw/ui/notebookbar.ui:7079
msgctxt "drawnotebookbar|ReviewLabel"
msgid "~Review"
-msgstr ""
+msgstr "~Агәаҭара"
#. EiuB6
#: sd/uiconfig/sdraw/ui/notebookbar.ui:8108
msgctxt "drawnotebookbar|ViewMenuButton"
msgid "_View"
-msgstr ""
+msgstr "_Аԥшра"
#. EF3TH
#: sd/uiconfig/sdraw/ui/notebookbar.ui:8193
msgctxt "drawnotebookbar|ViewLabel"
msgid "~View"
-msgstr ""
+msgstr "~Аԥшра"
#. 94L75
#: sd/uiconfig/sdraw/ui/notebookbar.ui:9538
msgctxt "drawnotebookbar|TextMenuButton"
msgid "T_ext"
-msgstr ""
+msgstr "Атекст"
#. PQtWE
#: sd/uiconfig/sdraw/ui/notebookbar.ui:9633
msgctxt "drawnotebookbar|ReferencesLabel"
msgid "T~ext"
-msgstr ""
+msgstr "Атекст"
#. tNq7H
#: sd/uiconfig/sdraw/ui/notebookbar.ui:10535
@@ -3996,85 +4032,85 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar.ui:11814
msgctxt "drawnotebookbar|GraphicMenuButton"
msgid "Ima_ge"
-msgstr ""
+msgstr "Асахьа"
#. 7FoFi
#: sd/uiconfig/sdraw/ui/notebookbar.ui:11923
msgctxt "drawnotebookbar|ImageLabel"
msgid "Ima~ge"
-msgstr ""
+msgstr "Асахьа"
#. 6SADm
#: sd/uiconfig/sdraw/ui/notebookbar.ui:13674
msgctxt "drawnotebookbar|DrawMenuButton"
msgid "_Draw"
-msgstr ""
+msgstr "Асахьа"
#. 6S8qN
#: sd/uiconfig/sdraw/ui/notebookbar.ui:13780
msgctxt "drawnotebookbar|DrawLabel"
msgid "~Draw"
-msgstr ""
+msgstr "Асахьа"
#. QAEDd
#: sd/uiconfig/sdraw/ui/notebookbar.ui:14613
msgctxt "drawnotebookbar|ObjectMenuButton"
msgid "_Object"
-msgstr ""
+msgstr "Аобиект"
#. SL4NA
#: sd/uiconfig/sdraw/ui/notebookbar.ui:14720
msgctxt "drawnotebookbar|ObjectLabel"
msgid "~Object"
-msgstr ""
+msgstr "Аобиект"
#. 4aAxG
#: sd/uiconfig/sdraw/ui/notebookbar.ui:15221
msgctxt "drawnotebookbar|MediaMenuButton"
msgid "_Media"
-msgstr ""
+msgstr "Амедиа"
#. ed3LH
#: sd/uiconfig/sdraw/ui/notebookbar.ui:15325
msgctxt "drawnotebookbar|MediaLabel"
msgid "~Media"
-msgstr ""
+msgstr "Амедиа"
#. FAL6c
#: sd/uiconfig/sdraw/ui/notebookbar.ui:16133
msgctxt "drawnotebookbar|FormMenuButton"
msgid "Fo_rm"
-msgstr ""
+msgstr "_Аформа"
#. oaAJU
#: sd/uiconfig/sdraw/ui/notebookbar.ui:16217
msgctxt "DrawNotebookbar|FormLabel"
msgid "Fo~rm"
-msgstr ""
+msgstr "Аформа"
#. ZBVGA
#: sd/uiconfig/sdraw/ui/notebookbar.ui:17004
msgctxt "DrawNotebookbar|FormMenuButton"
msgid "3_d"
-msgstr ""
+msgstr "3_d"
#. fEyRX
#: sd/uiconfig/sdraw/ui/notebookbar.ui:17111
msgctxt "DrawNotebookbar|FormLabel"
msgid "3~d"
-msgstr ""
+msgstr "3~d"
#. 7ZLQw
#: sd/uiconfig/sdraw/ui/notebookbar.ui:17635
msgctxt "DrawNotebookbar|FormMenuButton"
msgid "_Master"
-msgstr ""
+msgstr "_Азҟаза"
#. oiXVg
#: sd/uiconfig/sdraw/ui/notebookbar.ui:17719
msgctxt "DrawNotebookbar|MasterLabel"
msgid "~Master"
-msgstr ""
+msgstr "~Азҟаза"
#. yzvja
#: sd/uiconfig/sdraw/ui/notebookbar.ui:17776
@@ -4092,13 +4128,13 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar.ui:18762
msgctxt "drawnotebookbar|ToolsMenuButton"
msgid "_Tools"
-msgstr ""
+msgstr "Асервис"
#. Je8XQ
#: sd/uiconfig/sdraw/ui/notebookbar.ui:18846
msgctxt "drawnotebookbar|DevLabel"
msgid "~Tools"
-msgstr ""
+msgstr "Асервис"
#. uuFFm
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:2946
@@ -4116,211 +4152,211 @@ msgstr "~Афаил"
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:4388
msgctxt "notebookbar_draw_compact|HomeMenuButton"
msgid "_Home"
-msgstr ""
+msgstr "_Ихадоу"
#. msJmR
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:4440
msgctxt "notebookbar_draw_compact|HomeLabel"
msgid "~Home"
-msgstr ""
+msgstr "~Ихадоу"
#. j6zsX
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:4960
msgctxt "notebookbar_draw_compact|FieldMenuButton"
msgid "Fiel_d"
-msgstr ""
+msgstr "_Аҭакыра"
#. ZDsWu
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:5461
msgctxt "notebookbar_draw_compact|InsertMenuButton"
msgid "_Insert"
-msgstr ""
+msgstr "_Аҭаргылара"
#. d8cey
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:5512
msgctxt "notebookbar_draw_compact|InsertLabel"
msgid "~Insert"
-msgstr ""
+msgstr "~Аҭаргылара"
#. kkPza
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:6211
msgctxt "notebookbar_draw_compact|LayoutMenuButton"
msgid "Layout"
-msgstr ""
+msgstr "Адырганҵа"
#. 2wBCF
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:6263
msgctxt "notebookbar_draw_compact|LayoutLabel"
msgid "~Layout"
-msgstr ""
+msgstr "~Адырганҵа"
#. GG7uL
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:6778
msgctxt "notebookbar_draw_compact|ReviewMenuButton"
msgid "_Review"
-msgstr ""
+msgstr "_Агәаҭара"
#. twxEq
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:6830
msgctxt "notebookbar_draw_compact|ReviewLabel"
msgid "~Review"
-msgstr ""
+msgstr "~Агәаҭара"
#. H5eNL
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:7525
msgctxt "notebookbar_draw_compact|ViewMenuButton"
msgid "_View"
-msgstr ""
+msgstr "_Аԥшра"
#. GGEXu
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:7577
msgctxt "notebookbar_draw_compact|ViewLabel"
msgid "~View"
-msgstr ""
+msgstr "~Аԥшра"
#. CqEAM
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:9059
msgctxt "notebookbar_draw_compact|TextMenuButton"
msgid "T_ext"
-msgstr ""
+msgstr "_Атекст"
#. LFcJC
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:9113
msgctxt "notebookbar_draw_compact|ReferencesLabel"
msgid "T~ext"
-msgstr ""
+msgstr "~Атекст"
#. sdACh
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:10806
msgctxt "notebookbar_draw_compact|TableMenuButton"
msgid "T_able"
-msgstr ""
+msgstr "Ат_аблица"
#. GEmbu
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:10857
msgctxt "notebookbar_draw_compact|TableLabel"
msgid "~Table"
-msgstr ""
+msgstr "Ат~аблица"
#. EGCcN
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:12206
msgctxt "notebookbar_draw_compact|ImageMenuButton"
msgid "Image"
-msgstr ""
+msgstr "Асахьа"
#. 2eQcW
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:12258
msgctxt "notebookbar_draw_compact|ImageLabel"
msgid "Ima~ge"
-msgstr ""
+msgstr "~Асахьа"
#. CezAN
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:14092
msgctxt "notebookbar_draw_compact|DrawMenuButton"
msgid "D_raw"
-msgstr ""
+msgstr "~Асахьаҭыхра"
#. tAMd5
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:14147
msgctxt "notebookbar_draw_compact|ShapeLabel"
msgid "~Draw"
-msgstr ""
+msgstr "~Асахьаҭыхра"
#. A49xv
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:15146
msgctxt "notebookbar_draw_compact|ObjectMenuButton"
msgid "Object"
-msgstr ""
+msgstr "Аобиект"
#. 3gubF
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:15202
msgctxt "notebookbar_draw_compact|FrameLabel"
msgid "~Object"
-msgstr ""
+msgstr "~Аобиект"
#. fDRf9
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:16347
msgctxt "notebookbar_draw_compact|MediaButton"
msgid "_Media"
-msgstr ""
+msgstr "_Амедиа"
#. dAbX4
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:16401
msgctxt "notebookbar_draw_compact|MediaLabel"
msgid "~Media"
-msgstr ""
+msgstr "~Амедиа"
#. SCSH8
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:17638
msgctxt "notebookbar_draw_compact|FormButton"
msgid "Fo_rm"
-msgstr ""
+msgstr "_Аформа"
#. vzdXF
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:17693
msgctxt "notebookbar_draw_compact|FormLabel"
msgid "Fo~rm"
-msgstr ""
+msgstr "~Аформа"
#. zEK2o
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:18214
msgctxt "notebookbar_draw_compact|PrintPreviewButton"
msgid "_Master"
-msgstr ""
+msgstr "_Азҟаза"
#. S3huE
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:18266
msgctxt "notebookbar_draw_compact|FormLabel"
msgid "~Master"
-msgstr ""
+msgstr "~Азҟаза"
#. T3Z8R
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:19228
msgctxt "notebookbar_draw_compact|FormButton"
msgid "3_d"
-msgstr ""
+msgstr "3_d"
#. ZCuDe
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:19283
msgctxt "notebookbar_draw_compact|FormLabel"
msgid "3~d"
-msgstr ""
+msgstr "3~d"
#. YpLRj
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:19362
msgctxt "notebookbar_draw_compact|ExtensionMenuButton"
msgid "E_xtension"
-msgstr ""
+msgstr "_Арҭбаара"
#. uRrEt
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:19420
msgctxt "notebookbar_draw_compact|ExtensionLabel"
msgid "E~xtension"
-msgstr ""
+msgstr "~Арҭбаара"
#. L3xmd
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:20421
msgctxt "notebookbar_draw_compact|ToolsMenuButton"
msgid "_Tools"
-msgstr ""
+msgstr "_Асервис"
#. LhBTk
#: sd/uiconfig/sdraw/ui/notebookbar_compact.ui:20473
msgctxt "notebookbar_draw_compact|DevLabel"
msgid "~Tools"
-msgstr ""
+msgstr "~Асервис"
#. BN8VW
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:2315
msgctxt "draw_notebookbar_groupedbar_compact|MenubarAction"
msgid "Menubar"
-msgstr ""
+msgstr "Амениу хада"
#. gf8PA
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:2447
msgctxt "draw_notebookbar_groupedbar_compact|MenubarView"
msgid "Menubar"
-msgstr ""
+msgstr "Амениу хада"
#. ELBq3
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3047
@@ -4332,7 +4368,7 @@ msgstr "_Афаил"
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3155
msgctxt "draw_notebookbar_groupedbar_compact|editb"
msgid "_Edit"
-msgstr ""
+msgstr "Ариашара"
#. vbFke
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3281
@@ -4340,14 +4376,14 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:12846
msgctxt "draw_notebookbar_groupedbar_compact|insertText"
msgid "_Insert"
-msgstr ""
+msgstr "Аҭаргылара"
#. 4p9DA
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3437
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:12461
msgctxt "draw_notebookbar_groupedbar_compact|draw"
msgid "D_raw"
-msgstr ""
+msgstr "Асахьа"
#. DsE2d
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:3865
@@ -4366,7 +4402,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:13113
msgctxt "draw_notebookbar_groupedbar_compact|reviewb"
msgid "_Review"
-msgstr ""
+msgstr "_Агәаҭара"
#. Pxoj8
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:4112
@@ -4374,53 +4410,53 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:13224
msgctxt "draw_notebookbar_groupedbar_compact|viewT"
msgid "_View"
-msgstr ""
+msgstr "_Аԥшра"
#. cjxQa
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:4221
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:13356
msgctxt "draw_notebookbar_groupedbar_compact|FormButton"
msgid "Fo_rm"
-msgstr ""
+msgstr "Аформа"
#. eAioD
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:4313
msgctxt "draw_notebookbar_groupedbar_compact|ExtensionMenuButton"
msgid "E_xtension"
-msgstr ""
+msgstr "_Арҭбаара"
#. c3M8j
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:4472
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:5483
msgctxt "draw_notebookbar_groupedbar_compact|formatt"
msgid "F_ont"
-msgstr ""
+msgstr "Ашрифт"
#. pUqDJ
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:4786
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:5712
msgctxt "draw_notebookbar_groupedbar_compact|paragrapht"
msgid "_Paragraph"
-msgstr ""
+msgstr "Абзац"
#. MRg9E
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:5969
msgctxt "draw_notebookbar_groupedbar_compact|rowscolumnst"
msgid "_Table"
-msgstr ""
+msgstr "Атаблица"
#. QzCG4
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:6634
msgctxt "draw_notebookbar_groupedbar_compact|calculatet"
msgid "_Calc"
-msgstr ""
+msgstr "Аԥхьаӡарақәа"
#. 5GKtj
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:6900
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:11363
msgctxt "draw_notebookbar_groupedbar_compact|editdrawb"
msgid "D_raw"
-msgstr ""
+msgstr "Асахьа"
#. dc5qG
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:7325
@@ -4430,32 +4466,32 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:11788
msgctxt "draw_notebookbar_groupedbar_compact|ArrangeButton"
msgid "_Arrange"
-msgstr ""
+msgstr "Аҭыԥ"
#. ApB4j
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:7776
msgctxt "draw_notebookbar_groupedbar_compact|draw"
msgid "_Shape"
-msgstr ""
+msgstr "Афигура"
#. R5YZh
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:8042
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:12191
msgctxt "draw_notebookbar_groupedbar_compact|viewDrawb"
msgid "Grou_p"
-msgstr ""
+msgstr "Агәыԥ"
#. TCPHC
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:8278
msgctxt "draw_notebookbar_groupedbar_compact|3Db"
msgid "3_D"
-msgstr ""
+msgstr "Аҭаӡара"
#. hgFay
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:8505
msgctxt "draw_notebookbar_groupedbar_compact|GridButton"
msgid "_Fontwork"
-msgstr ""
+msgstr "_Атексттә еффектқәа"
#. Q6ELJ
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:8616
@@ -4467,37 +4503,37 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:8752
msgctxt "draw_notebookbar_groupedbar_compact|graphicB"
msgid "_Image"
-msgstr ""
+msgstr "Асахьа"
#. xudwE
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:9563
msgctxt "draw_notebookbar_groupedbar_compact|GridB"
msgid "Fi_lter"
-msgstr ""
+msgstr "Афильтр"
#. 8qSXf
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:9844
msgctxt "draw_notebookbar_groupedbar_compact|graphicB"
msgid "_Object"
-msgstr ""
+msgstr "Аобиект"
#. QdUM9
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:10696
msgctxt "draw_notebookbar_groupedbar_compact|graphicB"
msgid "_Media"
-msgstr ""
+msgstr "Амедиа"
#. kwxYr
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:12325
msgctxt "draw_notebookbar_groupedbar_compact|oleB"
msgid "_Master"
-msgstr ""
+msgstr "Азҟаза"
#. bBpXr
#: sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui:14091
msgctxt "draw_notebookbar_groupedbar_compact|menub"
msgid "_Menu"
-msgstr ""
+msgstr "Амениу"
#. n8Ekd
#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:27
@@ -4509,7 +4545,7 @@ msgstr "Иалагатәуп ҿыц абри абзац аҟынтәи"
#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:56
msgctxt "paranumberingtab|checkbuttonCB_NUMBER_NEW_START"
msgid "S_tart with:"
-msgstr ""
+msgstr "Иалагатәуп аҟынтәи:"
#. ADSMk
#: sd/uiconfig/sdraw/ui/paranumberingtab.ui:78
@@ -4527,7 +4563,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:14
msgctxt "queryunlinkimagedialog|QueryUnlinkImageDialog"
msgid "This image is linked to a document."
-msgstr ""
+msgstr "Ари асахьа адокумент иадҳәалоуп."
#. E9tAG
#: sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui:15
@@ -4557,7 +4593,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/vectorize.ui:126
msgctxt "vectorize|label2"
msgid "Number of colors:"
-msgstr ""
+msgstr "Аԥштәқәа рыԥхьаӡа:"
#. KBsVD
#: sd/uiconfig/sdraw/ui/vectorize.ui:145
@@ -4593,7 +4629,7 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/vectorize.ui:221
msgctxt "vectorize|fillholes"
msgid "_Fill holes"
-msgstr ""
+msgstr "_Ихарҭәаатәуп абжьарақәа"
#. AF6Bf
#: sd/uiconfig/sdraw/ui/vectorize.ui:229
@@ -4605,13 +4641,13 @@ msgstr ""
#: sd/uiconfig/sdraw/ui/vectorize.ui:259
msgctxt "vectorize|label5"
msgid "Source image:"
-msgstr ""
+msgstr "Ахалагаратә сахьа"
#. HYpvA
#: sd/uiconfig/sdraw/ui/vectorize.ui:273
msgctxt "vectorize|label6"
msgid "Vectorized image:"
-msgstr ""
+msgstr "Авектортә сахьа"
#. 8hJxb
#: sd/uiconfig/sdraw/ui/vectorize.ui:372
@@ -4623,7 +4659,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/annotation.ui:12
msgctxt "annotationmenu|reply"
msgid "_Reply"
-msgstr ""
+msgstr "Аҭак ҟаҵатәуп"
#. rtez6
#: sd/uiconfig/simpress/ui/annotation.ui:26
@@ -4635,7 +4671,7 @@ msgstr "Ианыхтәуп акомментари"
#: sd/uiconfig/simpress/ui/annotation.ui:34
msgctxt "annotationmenu|deleteby"
msgid "Delete All Comments b_y %1"
-msgstr ""
+msgstr "Ианыхтәуп %1 икомментариқәа зегьы"
#. VUb8r
#: sd/uiconfig/simpress/ui/annotation.ui:42
@@ -4647,7 +4683,7 @@ msgstr "Ианыхтәуп акомментариқәа зегьы"
#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:12
msgctxt "annotationtagmenu|reply"
msgid "_Reply"
-msgstr ""
+msgstr "Аҭак ҟаҵатәуп"
#. z4GFf
#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:26
@@ -4659,7 +4695,7 @@ msgstr "Ианыхтәуп акомментари"
#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:34
msgctxt "annotationtagmenu|deleteby"
msgid "Delete All Comments b_y %1"
-msgstr ""
+msgstr "Ианыхтәуп %1 икомментариқәа зегьы"
#. fByWA
#: sd/uiconfig/simpress/ui/annotationtagmenu.ui:42
@@ -4677,19 +4713,19 @@ msgstr ""
#: sd/uiconfig/simpress/ui/clientboxfragment.ui:43
msgctxt "clientboxfragment|STR_ENTER_PIN"
msgid "Enter PIN:"
-msgstr ""
+msgstr "Иҭажәгал PIN:"
#. 8BrX8
#: sd/uiconfig/simpress/ui/currentmastermenu.ui:12
msgctxt "currentmastermenu|applyall"
msgid "_Apply to All Slides"
-msgstr "Ихархәатәуп аслаидқәа зегьы рҟны"
+msgstr "Ихархәатәуп аслаидқәа зегьы рзы"
#. 3sqfF
#: sd/uiconfig/simpress/ui/currentmastermenu.ui:20
msgctxt "currentmastermenu|applyselect"
msgid "Apply to _Selected Slides"
-msgstr "Ихархәатәуп иалкаау аслаидқәа рҟны"
+msgstr "Ихархәатәуп иалху аслаидқәа рзы"
#. hxmNR
#: sd/uiconfig/simpress/ui/currentmastermenu.ui:34
@@ -4707,25 +4743,25 @@ msgstr "Ианыхтәуп азҟаза"
#: sd/uiconfig/simpress/ui/currentmastermenu.ui:56
msgctxt "currentmastermenu|large"
msgid "Show _Large Preview"
-msgstr ""
+msgstr "иаарԥштәуп идуу аԥхьахәаԥшра"
#. kUpxX
#: sd/uiconfig/simpress/ui/currentmastermenu.ui:64
msgctxt "currentmastermenu|small"
msgid "Show S_mall Preview"
-msgstr ""
+msgstr "Иаарԥштәуп имаҷу аԥхьахәаԥшра"
#. PbBwr
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:45
msgctxt "customanimationeffecttab|prop_label1"
msgid "_Direction:"
-msgstr ""
+msgstr "Ахырхарҭа:"
#. 4Q3Gy
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:110
msgctxt "customanimationeffecttab|smooth_start"
msgid "Accelerated start"
-msgstr ""
+msgstr "Ирласу астарт"
#. cNVdS
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:117
@@ -4755,25 +4791,25 @@ msgstr "Апараметрқәа"
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:193
msgctxt "customanimationeffecttab|aeffect_label"
msgid "A_fter animation:"
-msgstr ""
+msgstr "Анимациа ашьҭахь:"
#. uMyFB
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:207
msgctxt "customanimationeffecttab|sound_label"
msgid "_Sound:"
-msgstr ""
+msgstr "Абжьы:"
#. zeE4a
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:221
msgctxt "customanimationeffecttab|text_animation_label"
msgid "_Text animation:"
-msgstr "Атеқст анимациа:"
+msgstr "Атекст анимациа:"
#. DUrNg
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:235
msgctxt "customanimationeffecttab|dim_color_label"
msgid "Di_m color:"
-msgstr ""
+msgstr "Анимациа аԥштәы:"
#. KrjQe
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:258
@@ -4791,7 +4827,7 @@ msgstr "Иалху абжьтәы фаил арҳәара."
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:309
msgctxt "customanimationeffecttab|extended_tip|dim_color_list"
msgid "Select the dim color."
-msgstr ""
+msgstr "Иалышәх арлашьцара аԥштәы."
#. qAefu
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:327
@@ -4809,25 +4845,25 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:372
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Don't dim"
-msgstr ""
+msgstr "Ирлашьцатәӡам"
#. Aj8J7
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:373
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Dim with color"
-msgstr ""
+msgstr "Аԥштәыла арлашьцара"
#. RiGMP
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:374
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide after animation"
-msgstr ""
+msgstr "Иҵәахтәуп анимациа ашьҭахь"
#. ephP9
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:375
msgctxt "customanimationeffecttab|aeffect_list"
msgid "Hide on next animation"
-msgstr ""
+msgstr "Иҵәахтәуп анаҩстәи анимациа аан"
#. PZg2D
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:379
@@ -4839,19 +4875,19 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:395
msgctxt "customanimationeffecttab|text_animation_list"
msgid "All at once"
-msgstr ""
+msgstr "Зегьы иаразнак"
#. qcpqM
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:396
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Word by word"
-msgstr ""
+msgstr "Жәа-жәала"
#. DUoYo
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:397
msgctxt "customanimationeffecttab|text_animation_list"
msgid "Letter by letter"
-msgstr ""
+msgstr "нбан-нбанла"
#. CFDW6
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:401
@@ -4863,107 +4899,107 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationeffecttab.ui:416
msgctxt "customanimationeffecttab|label4"
msgid "Enhancement"
-msgstr ""
+msgstr "Арҭбаара"
#. GKUGV
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:33
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:131
msgctxt "customanimationfragment|25"
msgid "Tiny"
-msgstr ""
+msgstr "Ихәыҷӡоу"
#. KFKEz
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:41
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:139
msgctxt "customanimationfragment|50"
msgid "Smaller"
-msgstr ""
+msgstr "Ихәыҷу"
#. 6PRME
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:49
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:147
msgctxt "customanimationfragment|150"
msgid "Larger"
-msgstr ""
+msgstr "Идуу"
#. kt7nE
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:57
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:155
msgctxt "customanimationfragment|400"
msgid "Extra Large"
-msgstr ""
+msgstr "Идуӡӡоу"
#. BzHuh
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:69
msgctxt "customanimationfragment|90"
msgid "Quarter Spin"
-msgstr ""
+msgstr "Агьежьра аԥшьбарак"
#. qJUof
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:77
msgctxt "customanimationfragment|180"
msgid "Half Spin"
-msgstr ""
+msgstr "Агьежьра абжа"
#. ZPJWF
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:85
msgctxt "customanimationfragment|360"
msgid "Full Spin"
-msgstr ""
+msgstr "Ихаҭәаау агьежьра"
#. SgA3D
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:93
msgctxt "customanimationfragment|720"
msgid "Two Spins"
-msgstr ""
+msgstr "Ҩынтә агьежьра"
#. esALs
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:107
msgctxt "customanimationfragment|clockwise"
msgid "Clockwise"
-msgstr ""
+msgstr "Асааҭ ахыц ала"
#. eoS4e
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:115
msgctxt "customanimationfragment|counterclock"
msgid "Counter-clockwise"
-msgstr ""
+msgstr "Ассаҭ ахыц шьҭахьла"
#. BCJxz
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:169
msgctxt "customanimationfragment|hori"
msgid "Horizontal"
-msgstr ""
+msgstr "Горизонталла"
#. MhEEA
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:177
msgctxt "customanimationfragment|vert"
msgid "Vertical"
-msgstr ""
+msgstr "Вертикалла"
#. 9AEka
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:185
msgctxt "customanimationfragment|both"
msgid "Both"
-msgstr ""
+msgstr "Горизонталлеи вертикаллеи"
#. acr6z
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:197
msgctxt "customanimationfragment|bold"
msgid "Bold"
-msgstr ""
+msgstr "Абжажәпа"
#. FsHZh
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:205
msgctxt "customanimationfragment|italic"
msgid "Italic"
-msgstr ""
+msgstr "Акурсив"
#. PGZnG
#: sd/uiconfig/simpress/ui/customanimationfragment.ui:213
msgctxt "customanimationfragment|underline"
msgid "Underlined"
-msgstr ""
+msgstr "Изыҵшьу"
#. icBD4
#: sd/uiconfig/simpress/ui/customanimationproperties.ui:8
@@ -4975,19 +5011,19 @@ msgstr "Аеффеқтқәа рпараметрқәа"
#: sd/uiconfig/simpress/ui/customanimationproperties.ui:124
msgctxt "customanimationproperties|effect"
msgid "Effect"
-msgstr ""
+msgstr "Аеффект"
#. hH7CP
#: sd/uiconfig/simpress/ui/customanimationproperties.ui:171
msgctxt "customanimationproperties|timing"
msgid "Timing"
-msgstr ""
+msgstr "Ахронометраж"
#. JSeoo
#: sd/uiconfig/simpress/ui/customanimationproperties.ui:219
msgctxt "customanimationproperties|textanim"
msgid "Text Animation"
-msgstr "Атеқст анимациа"
+msgstr "Атекст анимациа"
#. FcztB
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:132
@@ -5005,19 +5041,19 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:208
msgctxt "customanimationspanel|lbEffect"
msgid "Effects"
-msgstr ""
+msgstr "Аеффектқәа"
#. WGWNA
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:229
msgctxt "customanimationspanel|add"
msgid "_Add"
-msgstr ""
+msgstr "Иацҵатәуп"
#. nRqGR
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:233
msgctxt "customanimationspanel|add_effect|tooltip_text"
msgid "Add Effect"
-msgstr ""
+msgstr "Аеффект ацҵатәуп"
#. CskWF
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:239
@@ -5029,7 +5065,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:254
msgctxt "customanimationspanel|remove_effect|tooltip_text"
msgid "Remove Effect"
-msgstr ""
+msgstr "Ианыхтәуп аеффект"
#. pvCFG
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:260
@@ -5071,79 +5107,79 @@ msgstr "Акатегориа:"
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:338
msgctxt "customanimationspanel|categorylb"
msgid "Entrance"
-msgstr ""
+msgstr "Аԥхьажәа"
#. 2qTvP
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:339
msgctxt "customanimationspanel|categorylb"
msgid "Emphasis"
-msgstr ""
+msgstr "Акцент"
#. TZeh8
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:340
msgctxt "customanimationspanel|categorylb"
msgid "Exit"
-msgstr "Аҭыҵра"
+msgstr "Аҭыҵырҭа"
#. N8Xvu
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:341
msgctxt "customanimationspanel|categorylb"
msgid "Motion Paths"
-msgstr ""
+msgstr "Атраекториақәа"
#. qDYCQ
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:342
msgctxt "customanimationspanel|categorylb"
msgid "Misc Effects"
-msgstr ""
+msgstr "Еиуеиԥшым аеффектқәа"
#. ozsMp
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:346
msgctxt "customanimationspanel|extended_tip|categorylb"
msgid "Select an animation effect category."
-msgstr ""
+msgstr "Иалышәх анимациа аеффектқәа ркатегориа."
#. EHRAp
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:363
msgctxt "customanimationspanel|effectlabel"
msgid "Effect:"
-msgstr ""
+msgstr "Аеффект:"
#. MEJrn
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:412
msgctxt "customanimationspanel|extended_tip|effect_list"
msgid "Select an animation effect."
-msgstr ""
+msgstr "Иалышәх анимациа аеффект."
#. LGuGy
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:428
msgctxt "customanimationspanel|effect_label"
msgid "Options"
-msgstr ""
+msgstr "Апараметрқәа"
#. GDYfC
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:445
msgctxt "customanimationspanel|start_effect"
msgid "_Start:"
-msgstr ""
+msgstr "Алагамҭа:"
#. DhPiJ
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:459
msgctxt "customanimationspanel|start_effect_list"
msgid "On click"
-msgstr ""
+msgstr "Ақәыӷәӷәараан"
#. FNFGr
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:460
msgctxt "customanimationspanel|start_effect_list"
msgid "With previous"
-msgstr ""
+msgstr "Аԥхьатәи иацны"
#. dCfj4
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:461
msgctxt "customanimationspanel|start_effect_list"
msgid "After previous"
-msgstr ""
+msgstr "Анаҩстәи ашьҭахь"
#. iboET
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:465
@@ -5155,7 +5191,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:479
msgctxt "customanimationspanel|effect_property"
msgid "_Direction:"
-msgstr ""
+msgstr "Ахырхарҭа:"
#. mMYic
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:492
@@ -5173,7 +5209,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:511
msgctxt "customanimationspanel|effect_duration"
msgid "D_uration:"
-msgstr ""
+msgstr "Аамҭадхалара"
#. Ewipq
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:529
@@ -5197,7 +5233,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:583
msgctxt "customanimationspanel|auto_preview"
msgid "Automatic Preview"
-msgstr ""
+msgstr "Автоматикала ахәаԥшра"
#. GufhE
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:591
@@ -5209,13 +5245,13 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:603
msgctxt "customanimationspanel|play"
msgid "Play"
-msgstr "Идәықәҵатәуп"
+msgstr "Иарҳәатәуп"
#. Bn67v
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:607
msgctxt "customanimationspanel|play|tooltip_text"
msgid "Preview Effect"
-msgstr ""
+msgstr "Аԥхьатәи аеффект"
#. sUTTG
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:614
@@ -5227,13 +5263,13 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:626
msgctxt "customanimationspanel|box1_label"
msgid "Animation Deck"
-msgstr ""
+msgstr "Анимациа апанель"
#. bUvjt
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:638
msgctxt "customanimationspanel|custom_animation_list_label"
msgid "Animation List"
-msgstr ""
+msgstr "Анимациақәа рсиа"
#. F7AZL
#: sd/uiconfig/simpress/ui/customanimationspanel.ui:688
@@ -5245,7 +5281,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:30
msgctxt "customanimationtexttab|group_text_label"
msgid "_Group text:"
-msgstr ""
+msgstr "Иргәыԥтәуп атекст:"
#. 2eY3z
#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:51
@@ -5269,7 +5305,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:84
msgctxt "customanimationtexttab|group_text_list"
msgid "As one object"
-msgstr ""
+msgstr "Аобиектк ҳасабла"
#. BAUhG
#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:85
@@ -5329,7 +5365,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:132
msgctxt "customanimationtexttab|reverse_order"
msgid "_In reverse order"
-msgstr ""
+msgstr "Шьҭахьла"
#. LK7yC
#: sd/uiconfig/simpress/ui/customanimationtexttab.ui:140
@@ -5341,7 +5377,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:44
msgctxt "customanimationtimingtab|start_label"
msgid "_Start:"
-msgstr ""
+msgstr "Иалагатәуп:"
#. vpsTM
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:58
@@ -5353,7 +5389,7 @@ msgstr "Аанкылара:"
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:72
msgctxt "customanimationtimingtab|duration_label"
msgid "D_uration:"
-msgstr ""
+msgstr "Аамҭадхалара:"
#. LaaB7
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:86
@@ -5365,19 +5401,19 @@ msgstr "Еиҭанагӡатәуп:"
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:103
msgctxt "customanimationtimingtab|start_list"
msgid "On click"
-msgstr ""
+msgstr "Ақәыӷәӷәараан"
#. b2hFe
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:104
msgctxt "customanimationtimingtab|start_list"
msgid "With previous"
-msgstr ""
+msgstr "Аԥхьатәи ацны"
#. uDNCT
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:105
msgctxt "customanimationtimingtab|start_list"
msgid "After previous"
-msgstr ""
+msgstr "Аԥхьатәи анаҩс"
#. SXXYo
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:133
@@ -5395,7 +5431,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:179
msgctxt "customanimationtimingtab|label11"
msgid "Timing"
-msgstr ""
+msgstr "Аамҭа архиара"
#. CwXRW
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:208
@@ -5407,13 +5443,13 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:229
msgctxt "customanimationtimingtab|rb_interactive"
msgid "Start _effect on click of:"
-msgstr ""
+msgstr "Иалагатәуп аеффект ақәыӷәӷәара ала:"
#. fLVeN
#: sd/uiconfig/simpress/ui/customanimationtimingtab.ui:269
msgctxt "customanimationtimingtab|label11"
msgid "Trigger"
-msgstr ""
+msgstr "Адәықәҵара"
#. noDNw
#: sd/uiconfig/simpress/ui/customslideshows.ui:16
@@ -5425,7 +5461,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customslideshows.ui:47
msgctxt "customslideshows|startshow"
msgid "_Start"
-msgstr ""
+msgstr "Иалагатәуп"
#. JZ8B7
#: sd/uiconfig/simpress/ui/customslideshows.ui:54
@@ -5437,7 +5473,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customslideshows.ui:73
msgctxt "customslideshows|extended_tip|ok"
msgid "Saves all changes and closes dialog."
-msgstr ""
+msgstr "Еиқәнархоит аԥсахрақәа зегьы, насгьы ианаркуеит адиалог аԥенџьыр."
#. BvVBK
#: sd/uiconfig/simpress/ui/customslideshows.ui:137
@@ -5461,7 +5497,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/customslideshows.ui:205
msgctxt "customslideshows|copy"
msgid "Cop_y"
-msgstr "_Акопиа ахыхтәуп"
+msgstr "_Икопиатәуп"
#. Vv8GG
#: sd/uiconfig/simpress/ui/customslideshows.ui:212
@@ -5503,7 +5539,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:159
msgctxt "definecustomslideshow|label2"
msgid "_Existing slides:"
-msgstr ""
+msgstr "Иҟоу аслаидқәа:"
#. BhVRw
#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:173
@@ -5527,7 +5563,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:280
msgctxt "definecustomslideshow|add"
msgid ">>"
-msgstr ""
+msgstr ">>"
#. Z6yNA
#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:286
@@ -5539,7 +5575,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:298
msgctxt "definecustomslideshow|remove"
msgid "<<"
-msgstr ""
+msgstr "<<"
#. TDYwh
#: sd/uiconfig/simpress/ui/definecustomslideshow.ui:304
@@ -5557,19 +5593,19 @@ msgstr ""
#: sd/uiconfig/simpress/ui/displaywindow.ui:55
msgctxt "displaywindow|STR_DISPLAYMODE_EDITMODES"
msgid "Edit Modes"
-msgstr ""
+msgstr "Аредакциаҟаҵара арежим"
#. 2ruat
#: sd/uiconfig/simpress/ui/displaywindow.ui:107
msgctxt "displaywindow|STR_DISPLAYMODE_MASTERMODES"
msgid "Master Modes"
-msgstr ""
+msgstr "Азҟаза Арежим"
#. jRSBW
#: sd/uiconfig/simpress/ui/dlgfield.ui:8
msgctxt "dlgfield|EditFieldsDialog"
msgid "Edit Field"
-msgstr ""
+msgstr "Аҭакыра ариашара"
#. pRhTV
#: sd/uiconfig/simpress/ui/dlgfield.ui:99
@@ -5611,7 +5647,7 @@ msgstr "Абызшәа:"
#: sd/uiconfig/simpress/ui/dlgfield.ui:191
msgctxt "dlgfield|extended_tip|languageLB"
msgid "Select the language for the field."
-msgstr ""
+msgstr "Иалышәх абызшәа ари аҭакыразы."
#. WTcEe
#: sd/uiconfig/simpress/ui/dlgfield.ui:222
@@ -5635,7 +5671,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/dockinganimation.ui:96
msgctxt "dockinganimation|loopcount|tooltip_text"
msgid "Loop Count"
-msgstr ""
+msgstr "Аиҭаҟаҵарақәа рыԥхьаӡа"
#. FHA4N
#: sd/uiconfig/simpress/ui/dockinganimation.ui:116
@@ -5653,7 +5689,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/dockinganimation.ui:133
msgctxt "dockinganimation|duration|tooltip_text"
msgid "Duration"
-msgstr ""
+msgstr "Аамҭадхалара"
#. oc4oa
#: sd/uiconfig/simpress/ui/dockinganimation.ui:139
@@ -5707,13 +5743,13 @@ msgstr "Иаанкылатәуп"
#: sd/uiconfig/simpress/ui/dockinganimation.ui:223
msgctxt "dockinganimation|extended_tip|stop"
msgid "Stops playing the animation."
-msgstr ""
+msgstr "Анимациа аанакылоит"
#. BSGMb
#: sd/uiconfig/simpress/ui/dockinganimation.ui:237
msgctxt "dockinganimation|next|tooltip_text"
msgid "Play"
-msgstr "Идәықәҵатәуп"
+msgstr "Иарҳәатәуп"
#. ETZMZ
#: sd/uiconfig/simpress/ui/dockinganimation.ui:242
@@ -5749,13 +5785,13 @@ msgstr ""
#: sd/uiconfig/simpress/ui/dockinganimation.ui:336
msgctxt "dockinganimation|bitmap"
msgid "Bitmap object"
-msgstr "Арастртә обиеқт"
+msgstr "Арастртә обиект"
#. WszFg
#: sd/uiconfig/simpress/ui/dockinganimation.ui:345
msgctxt "dockinganimation|extended_tip|bitmap"
msgid "Combines images into a single image."
-msgstr ""
+msgstr "Еиднаҵоит асахьақәа акны."
#. TjdBX
#: sd/uiconfig/simpress/ui/dockinganimation.ui:363
@@ -5825,19 +5861,19 @@ msgstr "Ҵаҟала арыӷьарахь"
#: sd/uiconfig/simpress/ui/dockinganimation.ui:388
msgctxt "dockinganimation|extended_tip|alignment"
msgid "Aligns the images in your animation."
-msgstr ""
+msgstr "Еиҟаранатәуеит асахьақәа анимациаҟны."
#. EFWzn
#: sd/uiconfig/simpress/ui/dockinganimation.ui:409
msgctxt "dockinganimation|label1"
msgid "Animation Group"
-msgstr ""
+msgstr "Анимациақәа ргәыԥ"
#. Bu3De
#: sd/uiconfig/simpress/ui/dockinganimation.ui:449
msgctxt "dockinganimation|getone|tooltip_text"
msgid "Apply Object"
-msgstr "Ихархәатәуп аобиеқт"
+msgstr "Ихархәатәуп аобиект"
#. 9tgAf
#: sd/uiconfig/simpress/ui/dockinganimation.ui:454
@@ -5849,7 +5885,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/dockinganimation.ui:468
msgctxt "dockinganimation|getall|tooltip_text"
msgid "Apply Objects Individually"
-msgstr "Ихархәатәуп аобиеқтқәа акакала"
+msgstr "Ихархәатәуп аобиектқәа акакала"
#. ECmGc
#: sd/uiconfig/simpress/ui/dockinganimation.ui:473
@@ -5861,7 +5897,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/dockinganimation.ui:500
msgctxt "dockinganimation|label3"
msgid "Number"
-msgstr "Ахыԥхьаӡаратә"
+msgstr "Аԥхьаӡа"
#. 8kUXo
#: sd/uiconfig/simpress/ui/dockinganimation.ui:539
@@ -5885,7 +5921,7 @@ msgstr "Ианыхтәуп асахьақәа зегьы"
#: sd/uiconfig/simpress/ui/dockinganimation.ui:563
msgctxt "dockinganimation|extended_tip|delall"
msgid "Deletes all of the images in the animation."
-msgstr ""
+msgstr "Ианнахуеит асахьақәа зегьы анимациа аҟынтәи"
#. QGvVC
#: sd/uiconfig/simpress/ui/dockinganimation.ui:584
@@ -5903,7 +5939,7 @@ msgstr "Иаԥҵатәуп"
#: sd/uiconfig/simpress/ui/dockinganimation.ui:633
msgctxt "dockinganimation|extended_tip|create"
msgid "Inserts the animation into the current slide."
-msgstr ""
+msgstr "Иҭанаргылоит анимациа ари аслаид ахь."
#. RbsTq
#: sd/uiconfig/simpress/ui/dockinganimation.ui:653
@@ -5915,19 +5951,19 @@ msgstr ""
#: sd/uiconfig/simpress/ui/effectmenu.ui:12
msgctxt "effectmenu|onclick"
msgid "Start On _Click"
-msgstr ""
+msgstr "Иалгатәуп ақәыӷәӷәарала"
#. 65V7C
#: sd/uiconfig/simpress/ui/effectmenu.ui:22
msgctxt "effectmenu|withprev"
msgid "Start _With Previous"
-msgstr ""
+msgstr "Иалагатәуп аԥхьатәи аҟынтәи"
#. 6CACD
#: sd/uiconfig/simpress/ui/effectmenu.ui:32
msgctxt "effectmenu|afterprev"
msgid "Start _After Previous"
-msgstr ""
+msgstr "Иалагатәуп аԥхьатәи анаҩс"
#. CY3rG
#: sd/uiconfig/simpress/ui/effectmenu.ui:48
@@ -5939,7 +5975,7 @@ msgstr "Аеффект апараметрқәа..."
#: sd/uiconfig/simpress/ui/effectmenu.ui:56
msgctxt "effectmenu|timing"
msgid "_Timing..."
-msgstr ""
+msgstr "Ахронометраж..."
#. CpukX
#: sd/uiconfig/simpress/ui/effectmenu.ui:64
@@ -5951,13 +5987,13 @@ msgstr "_Ианыхтәуп"
#: sd/uiconfig/simpress/ui/fontsizemenu.ui:12
msgctxt "fontsizemenu|25"
msgid "Tiny"
-msgstr ""
+msgstr "Ихәыҷӡоу"
#. KeRNm
#: sd/uiconfig/simpress/ui/fontsizemenu.ui:20
msgctxt "fontsizemenu|50"
msgid "Smaller"
-msgstr ""
+msgstr "Ихәыҷу"
#. 6WKBZ
#: sd/uiconfig/simpress/ui/fontsizemenu.ui:28
@@ -5969,7 +6005,7 @@ msgstr "Идуу"
#: sd/uiconfig/simpress/ui/fontsizemenu.ui:36
msgctxt "fontsizemenu|400"
msgid "Extra Large"
-msgstr ""
+msgstr "Идуӡӡоу"
#. dgg5q
#: sd/uiconfig/simpress/ui/fontstylemenu.ui:12
@@ -5993,13 +6029,13 @@ msgstr "Изыҵшьу"
#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:8
msgctxt "headerfooterdialog|HeaderFooterDialog"
msgid "Header and Footer"
-msgstr ""
+msgstr "Аколонтитул"
#. HmAnf
#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:24
msgctxt "headerfooterdialog|apply_all"
msgid "Appl_y to All"
-msgstr ""
+msgstr "Ихархәатәуп зегьы рзы"
#. X6wby
#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:33
@@ -6017,13 +6053,13 @@ msgstr ""
#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:145
msgctxt "headerfooterdialog|slides"
msgid "Slides"
-msgstr ""
+msgstr "Аслаидқәа"
#. 4dtgk
#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:192
msgctxt "headerfooterdialog|notes"
msgid "Notes and Handouts"
-msgstr ""
+msgstr "Азгәаҭақәеи атезисқәеи"
#. jAdBZ
#: sd/uiconfig/simpress/ui/headerfooterdialog.ui:219
@@ -6035,7 +6071,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/headerfootertab.ui:35
msgctxt "headerfootertab|header_cb"
msgid "Heade_r"
-msgstr ""
+msgstr "Хыхьтәи аколонтитул"
#. 7qH6R
#: sd/uiconfig/simpress/ui/headerfootertab.ui:44
@@ -6047,7 +6083,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/headerfootertab.ui:64
msgctxt "headerfootertab|header_label"
msgid "Header _text:"
-msgstr "Хыхтәи аколонтитул атекст:"
+msgstr "Хыхьтәи аколонтитул атекст:"
#. uNdGZ
#: sd/uiconfig/simpress/ui/headerfootertab.ui:83
@@ -6065,7 +6101,7 @@ msgstr "Арыцхәи аамҭеи"
#: sd/uiconfig/simpress/ui/headerfootertab.ui:113
msgctxt "headerfootertab|extended_tip|datetime_cb"
msgid "Adds the date and time to the slide."
-msgstr ""
+msgstr "Иацнаҵоит арыцхәи аамҭеи аслаидахь."
#. LDq83
#: sd/uiconfig/simpress/ui/headerfootertab.ui:137
@@ -7271,7 +7307,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:12818
msgctxt "notebookbar_groupedbar_compact|insertText"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 5wZbP
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui:4153
@@ -7456,7 +7492,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:3912
msgctxt "notebookbar_groupedbar_full|insertText"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. bwvGG
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:4248
@@ -7510,7 +7546,7 @@ msgstr "Абзац"
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5811
msgctxt "notebookbar_groupedbar_full|insertTextt"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 6isa9
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:5973
@@ -7627,7 +7663,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11704
msgctxt "notebookbar_groupedbar_full|insertTextm"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Eg8Qi
#: sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui:11929
@@ -7669,7 +7705,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:81
msgctxt "notebookbar_groups|layout05"
msgid "Centered Text"
-msgstr "Атеқст ацентр ала"
+msgstr "Атекст ацентр ала"
#. mimQW
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:104
@@ -7777,7 +7813,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1190
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. cCSaA
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1240
@@ -7831,7 +7867,7 @@ msgstr "Аимадарақәа"
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1585
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Du8Qw
#: sd/uiconfig/simpress/ui/notebookbar_groups.ui:1621
@@ -8089,7 +8125,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:501
msgctxt "optimpressgeneralpage|label2"
msgid "Text Objects"
-msgstr "Атеқст аобиеқтқәа"
+msgstr "Атекст аобиектқәа"
#. CrRmE
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:533
@@ -9418,7 +9454,7 @@ msgstr "Атитултә даҟьаз аинформациа"
#: sd/uiconfig/simpress/ui/publishingdialog.ui:1520
msgctxt "publishingdialog|textOnlyCheckbutton"
msgid "_Text only"
-msgstr "Атеқст мацара"
+msgstr "Атекст мацара"
#. F9Ysk
#: sd/uiconfig/simpress/ui/publishingdialog.ui:1529
@@ -9472,7 +9508,7 @@ msgstr "_Агиперзхьарԥш"
#: sd/uiconfig/simpress/ui/publishingdialog.ui:1709
msgctxt "publishingdialog|textButton"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. vDEFA
#: sd/uiconfig/simpress/ui/publishingdialog.ui:1759
@@ -10204,13 +10240,13 @@ msgstr ""
#: sd/uiconfig/simpress/ui/templatedialog.ui:535
msgctxt "templatedialog|text"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. c5b3i
#: sd/uiconfig/simpress/ui/templatedialog.ui:583
msgctxt "templatedialog|animation"
msgid "Text Animation"
-msgstr "Атеқст анимациа"
+msgstr "Атекст анимациа"
#. dyjNi
#: sd/uiconfig/simpress/ui/templatedialog.ui:631
diff --git a/source/ab/setup_native/source/mac.po b/source/ab/setup_native/source/mac.po
index bfd22b7e67e..31eaf991ee8 100644
--- a/source/ab/setup_native/source/mac.po
+++ b/source/ab/setup_native/source/mac.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: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/setup_nativesourcemac/ab/>\n"
"Language: ab\n"
@@ -23,7 +23,7 @@ msgctxt ""
"OKLabel\n"
"LngText.text"
msgid "OK"
-msgstr ""
+msgstr "ОК"
#. 4PBRu
#: macinstall.ulf
@@ -59,7 +59,7 @@ msgctxt ""
"IntroText2\n"
"LngText.text"
msgid "This installation will update your installed versions of [PRODUCTNAME]"
-msgstr ""
+msgstr "Иқәыргылоу аверсиа [PRODUCTNAME] рҿыцхоит"
#. gBF5L
#: macinstall.ulf
@@ -149,7 +149,7 @@ msgctxt ""
"StartInstallText2\n"
"LngText.text"
msgid "Installation might take a minute..."
-msgstr ""
+msgstr "Ақәыргылара апроцесс ԥыҭраамҭак иадхалар алшоит..."
#. jVkZ4
#: macinstall.ulf
diff --git a/source/ab/sfx2/messages.po b/source/ab/sfx2/messages.po
index e1511a3d7ec..2c0ce77140a 100644
--- a/source/ab/sfx2/messages.po
+++ b/source/ab/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/ab/>\n"
"Language: ab\n"
@@ -574,7 +574,7 @@ msgstr ""
#: include/sfx2/strings.hrc:116
msgctxt "STR_GID_INSERT"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. fokQp
#: include/sfx2/strings.hrc:117
@@ -592,7 +592,7 @@ msgstr "Ашаблонқәа"
#: include/sfx2/strings.hrc:119
msgctxt "STR_GID_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. PSfaP
#: include/sfx2/strings.hrc:120
@@ -1108,14 +1108,14 @@ msgstr "Аекспорт"
#: include/sfx2/strings.hrc:211
msgctxt "STR_SFX_EXPLORERFILE_INSERT"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. VBKtt
#: include/sfx2/strings.hrc:212
#, fuzzy
msgctxt "STR_SFX_EXPLORERFILE_BUTTONINSERT"
msgid "~Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. DcLFD
#: include/sfx2/strings.hrc:213
@@ -2218,7 +2218,7 @@ msgstr "URL"
#: sfx2/inc/dinfdlg.hrc:73
msgctxt "SFX_CB_PROPERTY_STRINGARRAY"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. MMGFi
#: sfx2/inc/dinfdlg.hrc:74
@@ -2851,7 +2851,7 @@ msgstr "Ианыхтәуп"
#, fuzzy
msgctxt "charmapcontrol|label1"
msgid "Favorites"
-msgstr "Атеқстура"
+msgstr "Атекстура"
#. HAe2e
#: sfx2/uiconfig/ui/charmapcontrol.ui:261
@@ -2935,7 +2935,7 @@ msgstr ""
#: sfx2/uiconfig/ui/custominfopage.ui:42
msgctxt "custominfopage|name"
msgid "Name"
-msgstr "Иҭажәгал аобиеқт ахьӡ"
+msgstr "Иҭажәгал аобиект ахьӡ"
#. Ja2JC
#: sfx2/uiconfig/ui/custominfopage.ui:55
diff --git a/source/ab/shell/source/win32/shlxthandler/res.po b/source/ab/shell/source/win32/shlxthandler/res.po
index 0676a842837..32096919d3a 100644
--- a/source/ab/shell/source/win32/shlxthandler/res.po
+++ b/source/ab/shell/source/win32/shlxthandler/res.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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2017-11-14 16:59+0000\n"
+"PO-Revision-Date: 2023-05-29 20: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/shellsourcewin32shlxthandlerres/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.15.2\n"
"X-POOTLE-MTIME: 1510678764.000000\n"
#. nMHZG
@@ -148,7 +149,7 @@ msgctxt ""
"%OLE_OBJECTS%\n"
"LngText.text"
msgid "OLE Objects"
-msgstr "OLE аобиеқтқәа"
+msgstr "OLE аобиектқәа"
#. zATfj
#: shlxthdl.ulf
diff --git a/source/ab/starmath/messages.po b/source/ab/starmath/messages.po
index 9589f8d6fb0..42e948d9ef5 100644
--- a/source/ab/starmath/messages.po
+++ b/source/ab/starmath/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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/ab/>\n"
"Language: ab\n"
@@ -680,7 +680,7 @@ msgstr "Кыр еиҳауп"
#: starmath/inc/strings.hrc:63
msgctxt "RID_XDEFY_HELP"
msgid "Is Defined As"
-msgstr ""
+msgstr "ишьақәыргылоуп абас"
#. sXM7x
#: starmath/inc/strings.hrc:64
@@ -782,7 +782,7 @@ msgstr "Аигырхалыҵ"
#: starmath/inc/strings.hrc:80
msgctxt "RID_XSETQUOTIENTY_HELP"
msgid "Quotient Set"
-msgstr ""
+msgstr "Ашалыҵ"
#. ToVZV
#: starmath/inc/strings.hrc:81
@@ -836,7 +836,7 @@ msgstr ""
#: starmath/inc/strings.hrc:89
msgctxt "RID_FUNCX_HELP"
msgid "General function"
-msgstr ""
+msgstr "Азеиԥш функциа"
#. AcgYW
#: starmath/inc/strings.hrc:90
@@ -986,7 +986,7 @@ msgstr "Агиперболатә ареа-котангенс"
#: starmath/inc/strings.hrc:114
msgctxt "RID_OPERX_HELP"
msgid "General operator"
-msgstr ""
+msgstr "Азеиԥш оператор"
#. EZ2X2
#: starmath/inc/strings.hrc:115
@@ -1004,7 +1004,7 @@ msgstr ""
#: starmath/inc/strings.hrc:117
msgctxt "RID_OPER_FROMTOX_HELP"
msgid "General operator Sup/Sub script"
-msgstr ""
+msgstr "Азеиԥш оператор аиндексқәа"
#. 4eGMf
#: starmath/inc/strings.hrc:118
@@ -1164,7 +1164,7 @@ msgstr "Иҟоуп"
#: starmath/inc/strings.hrc:143
msgctxt "RID_NOTEXISTS_HELP"
msgid "There does not exist"
-msgstr ""
+msgstr "Иҟаӡам"
#. yrnBf
#: starmath/inc/strings.hrc:144
@@ -1392,7 +1392,7 @@ msgstr "Авектортә хыц"
#: starmath/inc/strings.hrc:181
msgctxt "RID_HARPOONX_HELP"
msgid "Harpoon"
-msgstr ""
+msgstr "Агарпун"
#. BLziR
#: starmath/inc/strings.hrc:182
@@ -1536,13 +1536,13 @@ msgstr "Аҩежь ԥштәы"
#: starmath/inc/strings.hrc:205
msgctxt "RID_COLORX_RGB_HELP"
msgid "Color RGB"
-msgstr ""
+msgstr "Аԥштәы RGB"
#. FHLCx
#: starmath/inc/strings.hrc:206
msgctxt "RID_COLORX_RGBA_HELP"
msgid "Color RGBA"
-msgstr ""
+msgstr "Аԥштәы RGBA"
#. UxFDW
#: starmath/inc/strings.hrc:207
@@ -1759,25 +1759,25 @@ msgstr "Афигуратә хыцқәа ҵаҟала (амасштабра зу
#: starmath/inc/strings.hrc:242
msgctxt "RID_EVALUATEX_HELP"
msgid "Evaluate"
-msgstr ""
+msgstr "Ахәшьара"
#. vfpuY
#: starmath/inc/strings.hrc:243
msgctxt "RID_EVALUATE_FROMX_HELP"
msgid "Evaluate Subscript Bottom"
-msgstr ""
+msgstr "Ахәшьара ҵаҟатәи аиндекс"
#. Q6G2q
#: starmath/inc/strings.hrc:244
msgctxt "RID_EVALUATE_TOX_HELP"
msgid "Evaluate Superscript Top"
-msgstr ""
+msgstr "Ахәшьара хыхьтәи аиндекс"
#. 6NGAj
#: starmath/inc/strings.hrc:245
msgctxt "RID_EVALUATE_FROMTOX_HELP"
msgid "Evaluate Sup/Sub script"
-msgstr ""
+msgstr "Ахәшьара аиндексқәа"
#. wePDA
#: starmath/inc/strings.hrc:246
@@ -2065,7 +2065,7 @@ msgstr "Иауу авектортә хыц"
#: starmath/inc/strings.hrc:293
msgctxt "RID_WIDEHARPOONX_HELP"
msgid "Large Harpoon"
-msgstr ""
+msgstr "Идуу агарпун"
#. 5Ce5n
#: starmath/inc/strings.hrc:294
@@ -2221,7 +2221,7 @@ msgstr "Аҿырԥштәқәа"
#: starmath/inc/strings.hrc:320
msgctxt "RID_EXAMPLE_CIRCUMFERENCE_HELP"
msgid "Circumference"
-msgstr ""
+msgstr "Аҵәаӷәагежь аура"
#. FhGWC
#: starmath/inc/strings.hrc:321
@@ -2233,7 +2233,7 @@ msgstr ""
#: starmath/inc/strings.hrc:322
msgctxt "RID_EXAMPLE_PYTHAGOREAN_THEO_HELP"
msgid "Pythagorean theorem"
-msgstr ""
+msgstr "Пифагор итеорема"
#. b5eq8
#: starmath/inc/strings.hrc:323
@@ -2245,7 +2245,7 @@ msgstr ""
#: starmath/inc/strings.hrc:324
msgctxt "RID_EXAMPLE_GAUSS_DISTRIBUTION_HELP"
msgid "Gauss distribution"
-msgstr ""
+msgstr "Гаусс аихшара"
#. sWaki
#: starmath/inc/strings.hrc:325
@@ -2257,7 +2257,7 @@ msgstr ""
#: starmath/inc/strings.hrc:326
msgctxt "RID_EXAMPLE_FTC_HELP"
msgid "Fundamental theorem of calculus"
-msgstr ""
+msgstr "Анализ ихадоу атеорема"
#. jF2GD
#: starmath/inc/strings.hrc:327
@@ -2275,7 +2275,7 @@ msgstr ""
#: starmath/inc/strings.hrc:329
msgctxt "RID_EXAMPLE_2NEWTON"
msgid "Newton's second law"
-msgstr ""
+msgstr "Ньютон аҩбатәи изакәан"
#. ZmaUU
#: starmath/inc/strings.hrc:330
@@ -2341,7 +2341,7 @@ msgstr ""
#: starmath/inc/strings.hrc:341
msgctxt "STR_FUCHSIA"
msgid "fuchsia"
-msgstr ""
+msgstr "фуксиа"
#. fZKES
#: starmath/inc/strings.hrc:342
@@ -2444,7 +2444,7 @@ msgstr ""
#: starmath/inc/strings.hrc:358
msgctxt "STR_SNOW"
msgid "snow"
-msgstr ""
+msgstr "асы"
#. QDTEU
#: starmath/inc/strings.hrc:359
@@ -2456,7 +2456,7 @@ msgstr ""
#: starmath/inc/strings.hrc:360
msgctxt "STR_INDIGO"
msgid "indigo"
-msgstr ""
+msgstr "индиго"
#. r5S8P
#: starmath/inc/strings.hrc:361
@@ -2468,13 +2468,13 @@ msgstr ""
#: starmath/inc/strings.hrc:362
msgctxt "STR_RGB"
msgid "rgb"
-msgstr ""
+msgstr "rgb"
#. nsmGb
#: starmath/inc/strings.hrc:363
msgctxt "STR_RGBA"
msgid "rgba"
-msgstr ""
+msgstr "rgba"
#. BRYCu
#: starmath/inc/strings.hrc:364
@@ -2552,7 +2552,7 @@ msgstr "АГХА : "
#: starmath/inc/strings.hrc:376
msgctxt "RID_ERR_NONE"
msgid "no error"
-msgstr ""
+msgstr "агха ыҟаӡам"
#. p2FHe
#: starmath/inc/strings.hrc:377
@@ -2738,7 +2738,7 @@ msgstr "Ацентр ала"
#: starmath/uiconfig/smath/ui/alignmentdialog.ui:143
msgctxt "alignmentdialog|extended_tip|center"
msgid "Aligns the elements of a formula to the center."
-msgstr ""
+msgstr "Еиҟаранатәуеит аформула аелементқәа ацентр аҟны."
#. 5TgYZ
#: starmath/uiconfig/smath/ui/alignmentdialog.ui:155
@@ -2786,13 +2786,13 @@ msgstr ""
#: starmath/uiconfig/smath/ui/catalogdialog.ui:43
msgctxt "catalogdialog|insert"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. w4mRB
#: starmath/uiconfig/smath/ui/catalogdialog.ui:52
msgctxt "catalogdialog|extended_tip|ok"
msgid "Saves all changes and closes dialog."
-msgstr ""
+msgstr "Еиқәнархоит аԥсахрақәа зегьы, насгьы адиалог аԥенџьыр анаркуеит."
#. zzUYb
#: starmath/uiconfig/smath/ui/catalogdialog.ui:113
@@ -2816,7 +2816,7 @@ msgstr "Идырым"
#: starmath/uiconfig/smath/ui/catalogdialog.ui:208
msgctxt "catalogdialog|extended_tip|preview"
msgid "Displays a preview of the current selection."
-msgstr ""
+msgstr "Иалху аԥхьахәаԥшра."
#. DSYgZ
#: starmath/uiconfig/smath/ui/catalogdialog.ui:249
@@ -2834,7 +2834,7 @@ msgstr "Ашрифтқәа"
#: starmath/uiconfig/smath/ui/fontdialog.ui:155
msgctxt "fontdialog|extended_tip|font"
msgid "Select a font from the list."
-msgstr ""
+msgstr "Иалышәх ашрифт асиа аҟынтәи."
#. eepux
#: starmath/uiconfig/smath/ui/fontdialog.ui:170
@@ -2942,7 +2942,7 @@ msgstr ""
#: starmath/uiconfig/smath/ui/fontsizedialog.ui:293
msgctxt "fontsizedialog|label5"
msgid "_Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. NydaV
#: starmath/uiconfig/smath/ui/fontsizedialog.ui:307
@@ -3003,7 +3003,7 @@ msgstr "Ахыԥхьаӡарақәа"
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:36
msgctxt "fonttypedialog|menuitem4"
msgid "_Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. FRdhi
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:44
@@ -3075,13 +3075,13 @@ msgstr "Ахыԥхьаӡарақәа:"
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:258
msgctxt "fonttypedialog|label4"
msgid "_Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. daPBN
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:278
msgctxt "fonttypedialog|extended_tip|variableCB"
msgid "You can select the font for the variables in your formula."
-msgstr ""
+msgstr "Иалышәх ашрифт аформула аҟны аҽеиҭакқәа рзы."
#. CUQQ5
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:294
@@ -3093,13 +3093,13 @@ msgstr ""
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:310
msgctxt "fonttypedialog|extended_tip|numberCB"
msgid "You can select the font for the numbers in your formula."
-msgstr ""
+msgstr "Иалышәх ашрифт аформула аҟны ахыԥхьаӡарақәа рзы."
#. gt2wF
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:326
msgctxt "fonttypedialog|extended_tip|textCB"
msgid "Define the font for the text in your formula here."
-msgstr ""
+msgstr "Иалышәх ашрифт аформула аҟны атекст азы."
#. PEDax
#: starmath/uiconfig/smath/ui/fonttypedialog.ui:341
@@ -3237,7 +3237,7 @@ msgstr ""
#: starmath/uiconfig/smath/ui/printeroptions.ui:202
msgctxt "printeroptions|extended_tip|scalingspim"
msgid "Enter the scale factor for scaling the formula."
-msgstr ""
+msgstr "Иҭажәгал акоеффициент аформула амасштабркразы."
#. mKDDK
#: starmath/uiconfig/smath/ui/printeroptions.ui:225
@@ -3267,7 +3267,7 @@ msgstr "Архиарақәа хархәахоит иҿыцу аформулақ
#: starmath/uiconfig/smath/ui/sidebarelements_math.ui:24
msgctxt "mathelementspanel|ElementCategories|tooltip_text"
msgid "Element categories"
-msgstr ""
+msgstr "Аелементқәа ркатегориақәа"
#. 6EqHz
#: starmath/uiconfig/smath/ui/smathsettings.ui:41
@@ -3387,7 +3387,7 @@ msgstr "Иарклатәуп ахыцқәа автоматикала"
#: starmath/uiconfig/smath/ui/smathsettings.ui:321
msgctxt "smathsettings|smzoom"
msgid "Scaling code input window:"
-msgstr ""
+msgstr "Акод аҭагаларҭа аԥенџьыр амасштаб:"
#. sZMPm
#: starmath/uiconfig/smath/ui/smathsettings.ui:337
@@ -3730,7 +3730,7 @@ msgstr "_Уаанӡатәи асимвол:"
#: starmath/uiconfig/smath/ui/symdefinedialog.ui:179
msgctxt "symdefinedialog|extended_tip|oldSymbols"
msgid "Select the name of the current symbol."
-msgstr ""
+msgstr "Иалышәх уажәтәи асимвол ахьӡ."
#. zhpVT
#: starmath/uiconfig/smath/ui/symdefinedialog.ui:253
diff --git a/source/ab/svtools/messages.po b/source/ab/svtools/messages.po
index 5b1535e9e20..00aa9198c34 100644
--- a/source/ab/svtools/messages.po
+++ b/source/ab/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ab/>\n"
"Language: ab\n"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195163.000000\n"
#. fLdeV
@@ -40,7 +40,7 @@ msgstr ""
#: include/svtools/strings.hrc:30
msgctxt "STR_FORMAT_STRING"
msgid "Unformatted text"
-msgstr "Атеқст амацара"
+msgstr "Атекст амацара"
#. FaGBp
#: include/svtools/strings.hrc:31
@@ -112,7 +112,7 @@ msgstr "Асервер Star аформат"
#: include/svtools/strings.hrc:42
msgctxt "STR_FORMAT_ID_STAROBJECT"
msgid "Star object format"
-msgstr "Аобиеқт Star аформат"
+msgstr "Аобиект Star аформат"
#. VFT89
#: include/svtools/strings.hrc:43
@@ -172,13 +172,13 @@ msgstr "StarWriter/Master 5.0 аобиект"
#: include/svtools/strings.hrc:52
msgctxt "STR_FORMAT_ID_STARDRAW"
msgid "StarDraw object"
-msgstr "StarChart аобиеқт"
+msgstr "StarChart аобиект"
#. 9xsgg
#: include/svtools/strings.hrc:53
msgctxt "STR_FORMAT_ID_STARDRAW_40"
msgid "StarDraw 4.0 object"
-msgstr "StarDraw 4.0 аобиеқт"
+msgstr "StarDraw 4.0 аобиект"
#. r5rso
#: include/svtools/strings.hrc:54
@@ -190,79 +190,79 @@ msgstr "StarImpress 5.0 аобиект"
#: include/svtools/strings.hrc:55
msgctxt "STR_FORMAT_ID_STARDRAW_50"
msgid "StarDraw 5.0 object"
-msgstr "StarChart 5.0 аобиеқт"
+msgstr "StarChart 5.0 аобиект"
#. kKApU
#: include/svtools/strings.hrc:56
msgctxt "STR_FORMAT_ID_STARCALC"
msgid "StarCalc object"
-msgstr "StarCalc аобиеқт"
+msgstr "StarCalc аобиект"
#. jSTor
#: include/svtools/strings.hrc:57
msgctxt "STR_FORMAT_ID_STARCALC_40"
msgid "StarCalc 4.0 object"
-msgstr "StarChart 4.0 аобиеқт"
+msgstr "StarChart 4.0 аобиект"
#. zzGDB
#: include/svtools/strings.hrc:58
msgctxt "STR_FORMAT_ID_STARCALC_50"
msgid "StarCalc 5.0 object"
-msgstr "StarChart 5.0 аобиеқт"
+msgstr "StarChart 5.0 аобиект"
#. YVTqL
#: include/svtools/strings.hrc:59
msgctxt "STR_FORMAT_ID_STARCHART"
msgid "StarChart object"
-msgstr "StarChart аобиеқт"
+msgstr "StarChart аобиект"
#. C9uqt
#: include/svtools/strings.hrc:60
msgctxt "STR_FORMAT_ID_STARCHART_40"
msgid "StarChart 4.0 object"
-msgstr "StarChart 4.0 аобиеқт"
+msgstr "StarChart 4.0 аобиект"
#. TG4Mg
#: include/svtools/strings.hrc:61
msgctxt "STR_FORMAT_ID_STARCHART_50"
msgid "StarChart 5.0 object"
-msgstr "StarChart 5.0 аобиеқт"
+msgstr "StarChart 5.0 аобиект"
#. ULov2
#: include/svtools/strings.hrc:62
msgctxt "STR_FORMAT_ID_STARIMAGE"
msgid "StarImage object"
-msgstr "StarImage аобиеқт"
+msgstr "StarImage аобиект"
#. Wzc3p
#: include/svtools/strings.hrc:63
msgctxt "STR_FORMAT_ID_STARIMAGE_40"
msgid "StarImage 4.0 object"
-msgstr "StarImage 4.0 аобиеқт"
+msgstr "StarImage 4.0 аобиект"
#. F8CgU
#: include/svtools/strings.hrc:64
msgctxt "STR_FORMAT_ID_STARIMAGE_50"
msgid "StarImage 5.0 object"
-msgstr "StarImage 5.0 аобиеқт"
+msgstr "StarImage 5.0 аобиект"
#. 3iFHh
#: include/svtools/strings.hrc:65
msgctxt "STR_FORMAT_ID_STARMATH"
msgid "StarMath object"
-msgstr "StarMath аобиеқт"
+msgstr "StarMath аобиект"
#. AAzLM
#: include/svtools/strings.hrc:66
msgctxt "STR_FORMAT_ID_STARMATH_40"
msgid "StarMath 4.0 object"
-msgstr "StarMath 4.0 аобиеқт"
+msgstr "StarMath 4.0 аобиект"
#. FGSz4
#: include/svtools/strings.hrc:67
msgctxt "STR_FORMAT_ID_STARMATH_50"
msgid "StarMath 5.0 object"
-msgstr "StarMath 5.0 аобиеқт"
+msgstr "StarMath 5.0 аобиект"
#. eyCtG
#: include/svtools/strings.hrc:68
@@ -316,7 +316,7 @@ msgstr ""
#: include/svtools/strings.hrc:76
msgctxt "STR_FORMAT_ID_MSWORD_DOC"
msgid "Microsoft Word object"
-msgstr "Microsoft Word аобиеқт"
+msgstr "Microsoft Word аобиект"
#. KCUj8
#: include/svtools/strings.hrc:77
@@ -346,7 +346,7 @@ msgstr "Sfx адокумент"
#: include/svtools/strings.hrc:81
msgctxt "STR_FORMAT_ID_STARCHARTDOCUMENT_50"
msgid "StarChart 5.0 object"
-msgstr "StarChart 5.0 аобиеқт"
+msgstr "StarChart 5.0 аобиект"
#. Pm6K6
#: include/svtools/strings.hrc:82
@@ -358,13 +358,13 @@ msgstr "Арафикатә обиект"
#: include/svtools/strings.hrc:83
msgctxt "STR_FORMAT_ID_STARWRITER_60"
msgid "OpenOffice.org 1.0 Writer object"
-msgstr "OpenOffice.org 1.0 Writer аобиеқт"
+msgstr "OpenOffice.org 1.0 Writer аобиект"
#. WuSEB
#: include/svtools/strings.hrc:84
msgctxt "STR_FORMAT_ID_STARWRITERWEB_60"
msgid "OpenOffice.org 1.0 Writer/Web object"
-msgstr "OpenOffice.org 1.0 Writer/Web аобиеқт"
+msgstr "OpenOffice.org 1.0 Writer/Web аобиект"
#. GZwRa
#: include/svtools/strings.hrc:85
@@ -376,31 +376,31 @@ msgstr "OpenOffice.org 1.0 Writer/Еилоу адокумент"
#: include/svtools/strings.hrc:86
msgctxt "STR_FORMAT_ID_STARDRAW_60"
msgid "OpenOffice.org 1.0 Draw object"
-msgstr "OpenOffice.org 1.0 Draw аобиеқт"
+msgstr "OpenOffice.org 1.0 Draw аобиект"
#. nitPp
#: include/svtools/strings.hrc:87
msgctxt "STR_FORMAT_ID_STARIMPRESS_60"
msgid "OpenOffice.org 1.0 Impress object"
-msgstr "OpenOffice.org 1.0 Impress аобиеқт"
+msgstr "OpenOffice.org 1.0 Impress аобиект"
#. B37DU
#: include/svtools/strings.hrc:88
msgctxt "STR_FORMAT_ID_STARCALC_60"
msgid "OpenOffice.org 1.0 Calc object"
-msgstr "OpenOffice.org 1.0 Calc аобиеқт"
+msgstr "OpenOffice.org 1.0 Calc аобиект"
#. CHCYo
#: include/svtools/strings.hrc:89
msgctxt "STR_FORMAT_ID_STARCHART_60"
msgid "OpenOffice.org 1.0 Chart object"
-msgstr "OpenOffice.org 1.0 Chart аобиеқт"
+msgstr "OpenOffice.org 1.0 Chart аобиект"
#. 67SN7
#: include/svtools/strings.hrc:90
msgctxt "STR_FORMAT_ID_STARMATH_60"
msgid "OpenOffice.org 1.0 Math object"
-msgstr "OpenOffice.org 1.0 Math аобиеқт"
+msgstr "OpenOffice.org 1.0 Math аобиект"
#. CDeqm
#: include/svtools/strings.hrc:91
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
@@ -1512,7 +1512,7 @@ msgstr "Акаталог"
#: include/svtools/strings.hrc:306
msgctxt "STR_DESCRIPTION_FACTORY_WRITER"
msgid "Text Document"
-msgstr "Атеқстә документ"
+msgstr "Атекстә документ"
#. p2aL6
#: include/svtools/strings.hrc:307
@@ -2039,13 +2039,13 @@ msgstr "Еиҧҟьатәуп"
#: svtools/inc/errtxt.hrc:50
msgctxt "RID_ERRHDL"
msgid "Nonexistent object"
-msgstr "Иҟам аобиеқт"
+msgstr "Иҟам аобиект"
#. 4srDg
#: svtools/inc/errtxt.hrc:51
msgctxt "RID_ERRHDL"
msgid "Object already exists"
-msgstr "Аобиеқт ыҟоуп"
+msgstr "Аобиект ыҟоуп"
#. tz75u
#: svtools/inc/errtxt.hrc:52
@@ -2123,7 +2123,7 @@ msgstr "Ииашам аформат"
#: svtools/inc/errtxt.hrc:64
msgctxt "RID_ERRHDL"
msgid "Error creating object"
-msgstr "Аобиеқт аҧҵара агха"
+msgstr "Аобиект аҧҵара агха"
#. 97NJ3
#: svtools/inc/errtxt.hrc:65
@@ -2171,13 +2171,13 @@ msgstr "Ари афаил ыҟоуп."
#: svtools/inc/errtxt.hrc:78
msgctxt "RID_ERRHDL"
msgid "The object is not a directory."
-msgstr "Аобиеқт каталогӡам."
+msgstr "Аобиект каталогӡам."
#. ynXA4
#: svtools/inc/errtxt.hrc:79
msgctxt "RID_ERRHDL"
msgid "The object is not a file."
-msgstr "Аобиеқт фаилӡам."
+msgstr "Аобиект фаилӡам."
#. BULFP
#: svtools/inc/errtxt.hrc:80
@@ -5358,7 +5358,7 @@ msgstr ""
#: svtools/uiconfig/ui/graphicexport.ui:674
msgctxt "graphicexport|textcb"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. GFbg2
#: svtools/uiconfig/ui/graphicexport.ui:683
diff --git a/source/ab/svx/messages.po b/source/ab/svx/messages.po
index 668259e703c..4203a5573ab 100644
--- a/source/ab/svx/messages.po
+++ b/source/ab/svx/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/ab/>\n"
"Language: ab\n"
@@ -1056,7 +1056,7 @@ msgstr ""
#: include/svx/strings.hrc:197
msgctxt "STR_DistributeMarkedObjects"
msgid "Distribute selected objects"
-msgstr "Иеихшатәуп иалху аобиеқтқәа"
+msgstr "Иеихшатәуп иалху аобиектқәа"
#. CnGYu
#: include/svx/strings.hrc:198
@@ -1098,7 +1098,7 @@ msgstr "Еихшатәуп %1"
#: include/svx/strings.hrc:204
msgctxt "STR_ExchangePaste"
msgid "Insert object(s)"
-msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
+msgstr "Иҭаргылатәуп аобиект(қәа)"
#. EaVu8
#: include/svx/strings.hrc:205
@@ -1266,7 +1266,7 @@ msgstr "Иԥсахтәуп атекст: абзац %1, ацәаҳәа %2, аи
#: include/svx/strings.hrc:232
msgctxt "STR_ViewMarked"
msgid "%1 selected"
-msgstr "Иалхуп аобиеқт %1"
+msgstr "Иалхуп аобиект %1"
#. yQkFZ
#: include/svx/strings.hrc:233
@@ -1948,7 +1948,7 @@ msgstr "Аҭакыра атрибутқәа"
#: include/svx/strings.hrc:348
msgctxt "SIP_XA_FORMTXTSTYLE"
msgid "Fontwork style"
-msgstr "Атеқсттә еффект астиль"
+msgstr "Атексттә еффект астиль"
#. qMnRZ
#: include/svx/strings.hrc:349
@@ -1984,13 +1984,13 @@ msgstr "Атексттә еффект аконтуртә шрифт"
#: include/svx/strings.hrc:354
msgctxt "SIP_XA_FORMTXTSHADOW"
msgid "Fontwork shadow"
-msgstr "Атеқсттә еффект агага"
+msgstr "Атексттә еффект агага"
#. oDiYn
#: include/svx/strings.hrc:355
msgctxt "SIP_XA_FORMTXTSHDWCOLOR"
msgid "Fontwork shadow color"
-msgstr "Атеқсттә еффект агага аԥштәы"
+msgstr "Атексттә еффект агага аԥштәы"
#. sFLRA
#: include/svx/strings.hrc:356
@@ -2254,7 +2254,7 @@ msgstr ""
#: include/svx/strings.hrc:399
msgctxt "SIP_SA_TEXT_CONTOURFRAME"
msgid "Outline text flow"
-msgstr "Атеқст аконтур"
+msgstr "Атекст аконтур"
#. tNbcC
#: include/svx/strings.hrc:400
@@ -2452,7 +2452,7 @@ msgstr ""
#: include/svx/strings.hrc:432
msgctxt "SIP_SA_MEASUREFORMATSTRING"
msgid "Dimension value format"
-msgstr "Атеқст ашәагаақәа рформат"
+msgstr "Атекст ашәагаақәа рформат"
#. UBjQk
#: include/svx/strings.hrc:433
@@ -2512,7 +2512,7 @@ msgstr "Аобиект ихьчоу апозициа"
#: include/svx/strings.hrc:442
msgctxt "SIP_SA_OBJSIZEPROTECT"
msgid "Protected object size"
-msgstr "Аобиеқт ихьчоу ашәагаа"
+msgstr "Аобиект ихьчоу ашәагаа"
#. BN5CM
#: include/svx/strings.hrc:443
@@ -2974,13 +2974,13 @@ msgstr ""
#: include/svx/strings.hrc:519
msgctxt "STR_ObjNameSingulMEDIA"
msgid "Media object"
-msgstr "Амедиатә обиеқт"
+msgstr "Амедиатә обиект"
#. nbHgw
#: include/svx/strings.hrc:520
msgctxt "STR_ObjNamePluralMEDIA"
msgid "Media objects"
-msgstr "Амедиатә обиеқт"
+msgstr "Амедиатә обиект"
#. YpmrX
#. drawing layer table strings
@@ -2993,7 +2993,7 @@ msgstr "Иҭаргылатәуп аиҵагыла"
#: include/svx/strings.hrc:523
msgctxt "STR_TABLE_INSROW"
msgid "Insert row"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. yFDYp
#: include/svx/strings.hrc:524
@@ -3071,7 +3071,7 @@ msgstr "Атаблицақәа"
#: include/svx/strings.hrc:536
msgctxt "STR_ObjNameSingulFONTWORK"
msgid "Font work"
-msgstr "Атеқсттә еффект"
+msgstr "Атексттә еффект"
#. FgChT
#. Strings for the Draw-Dialog --------------------------------------------
@@ -3090,7 +3090,7 @@ msgstr "Аградиент"
#: include/svx/strings.hrc:540
msgctxt "RID_SVXSTR_BITMAP"
msgid "Bitmap"
-msgstr "Атеқстура"
+msgstr "Атекстура"
#. FDmra
#: include/svx/strings.hrc:541
@@ -4757,7 +4757,7 @@ msgstr ""
#: include/svx/strings.hrc:835
msgctxt "RID_SVXSTR_BMP21"
msgid "Bitmap"
-msgstr "Атеқстура"
+msgstr "Атекстура"
#. yvGs3
#: include/svx/strings.hrc:836
@@ -5738,7 +5738,7 @@ msgstr "Еиқәырхатәуп асахьа"
#: include/svx/strings.hrc:1030
msgctxt "RID_SVX_3D_UNDO_EXCHANGE_PASTE"
msgid "Insert object(s)"
-msgstr "Ибжьаргылатәуп аобиеқт(қәа)"
+msgstr "Иҭаргылатәуп аобиект(қәа)"
#. Heqmn
#: include/svx/strings.hrc:1031
@@ -6448,7 +6448,7 @@ msgstr "B:"
#: include/svx/strings.hrc:1159
msgctxt "RID_SVX_FONTWORK_BAR"
msgid "Fontwork"
-msgstr "Атеқсттә еффектқәа"
+msgstr "Атексттә еффектқәа"
#. 7RVov
#: include/svx/strings.hrc:1160
@@ -6741,7 +6741,7 @@ msgstr "Ианыхтәуп #"
#: include/svx/strings.hrc:1212
msgctxt "RID_STR_UNDO_CONTAINER_REMOVE_MULTIPLE"
msgid "Delete # objects"
-msgstr "Ианыхтәуп # аобиеқт(қәа)"
+msgstr "Ианыхтәуп # аобиект(қәа)"
#. VgGrE
#: include/svx/strings.hrc:1213
@@ -6759,7 +6759,7 @@ msgstr ""
#: include/svx/strings.hrc:1216
msgctxt "RID_STR_PROPTITLE_EDIT"
msgid "Text Box"
-msgstr "Атеқсттә ҭыкыра"
+msgstr "Атексттә ҭыкыра"
#. CBmAL
#: include/svx/strings.hrc:1217
@@ -8125,7 +8125,7 @@ msgstr "Арыцхә: "
#: include/svx/strings.hrc:1466
msgctxt "RID_SVXITEMS_TEXT_COMPLETE"
msgid "Text: "
-msgstr "Атеқст: "
+msgstr "Атекст: "
#. pAABc
#: include/svx/strings.hrc:1467
@@ -10703,7 +10703,7 @@ msgstr ""
#: include/svx/svxitems.hrc:84
msgctxt "RID_ATTR_NAMES"
msgid "Text spacing"
-msgstr "Атеқсттә интервал"
+msgstr "Атексттә интервал"
#. GTQjw
#: include/svx/svxitems.hrc:85
@@ -10739,7 +10739,7 @@ msgstr "Арельеф"
#: include/svx/svxitems.hrc:90
msgctxt "RID_ATTR_NAMES"
msgid "Vertical text alignment"
-msgstr "Атеқст вертикалла аиҟаратәра"
+msgstr "Атекст вертикалла аиҟаратәра"
#. DPZws
#: svx/inc/fieldunit.hrc:31
@@ -14147,7 +14147,7 @@ msgstr "Аԥштәы алхра…"
#: svx/uiconfig/ui/colsmenu.ui:12
msgctxt "colsmenu|insert"
msgid "Insert _Column"
-msgstr "Ибжьаргылатәуп аиҵагыла"
+msgstr "Иҭаргылатәуп аиҵагыла"
#. WmdqY
#: svx/uiconfig/ui/colsmenu.ui:26
@@ -15217,7 +15217,7 @@ msgstr ""
#: svx/uiconfig/ui/docking3deffects.ui:1793
msgctxt "docking3deffects|texreplace|tooltip_text"
msgid "Only Texture"
-msgstr "Атеқстура мацара"
+msgstr "Атекстура мацара"
#. hMAv6
#: svx/uiconfig/ui/docking3deffects.ui:1801
@@ -15229,7 +15229,7 @@ msgstr ""
#: svx/uiconfig/ui/docking3deffects.ui:1815
msgctxt "docking3deffects|texmodulate|tooltip_text"
msgid "Texture and Shading"
-msgstr "Атеқстуреи агагеи"
+msgstr "Атекстуреи агагеи"
#. 3g4zG
#: svx/uiconfig/ui/docking3deffects.ui:1823
@@ -15325,7 +15325,7 @@ msgstr ""
#: svx/uiconfig/ui/docking3deffects.ui:2005
msgctxt "docking3deffects|label21"
msgid "Textures"
-msgstr "Атеқстурақәа"
+msgstr "Атекстурақәа"
#. fYX37
#: svx/uiconfig/ui/docking3deffects.ui:2036
@@ -15493,7 +15493,7 @@ msgstr ""
#: svx/uiconfig/ui/docking3deffects.ui:2379
msgctxt "docking3deffects|texture|tooltip_text"
msgid "Textures"
-msgstr "Атеқстурақәа"
+msgstr "Атекстурақәа"
#. DVwWG
#: svx/uiconfig/ui/docking3deffects.ui:2383
@@ -15883,7 +15883,7 @@ msgstr ""
#: svx/uiconfig/ui/dockingfontwork.ui:239
msgctxt "dockingfontwork|autosize|tooltip_text"
msgid "AutoSize Text"
-msgstr "Атеқст автошәагаа"
+msgstr "Атекст автошәагаа"
#. 3eAum
#: svx/uiconfig/ui/dockingfontwork.ui:245
@@ -15931,7 +15931,7 @@ msgstr ""
#: svx/uiconfig/ui/dockingfontwork.ui:374
msgctxt "dockingfontwork|textcontour|tooltip_text"
msgid "Text Contour"
-msgstr "Атеқст аконтур"
+msgstr "Атекст аконтур"
#. ZjKrD
#: svx/uiconfig/ui/dockingfontwork.ui:379
@@ -17170,7 +17170,7 @@ msgstr ""
#: svx/uiconfig/ui/fontworkgallerydialog.ui:16
msgctxt "fontworkgallerydialog|FontworkGalleryDialog"
msgid "Fontwork Gallery"
-msgstr "Атеқсттә еффектқәа ргалереиа"
+msgstr "Атексттә еффектқәа ргалереиа"
#. GB7pa
#: svx/uiconfig/ui/fontworkgallerydialog.ui:96
@@ -17275,7 +17275,7 @@ msgstr "Акопиа ахыхтәуп"
#: svx/uiconfig/ui/formnavimenu.ui:56
msgctxt "formnavimenu|paste"
msgid "_Paste"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. CBM3m
#: svx/uiconfig/ui/formnavimenu.ui:64
@@ -17395,7 +17395,7 @@ msgstr "Аҷыдаҟазшьақәа..."
#: svx/uiconfig/ui/gallerymenu2.ui:12
msgctxt "gallerymenu2|add"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. UyxJv
#: svx/uiconfig/ui/gallerymenu2.ui:20
@@ -18478,7 +18478,7 @@ msgstr ""
#: svx/uiconfig/ui/querydeleteobjectdialog.ui:7
msgctxt "querydeleteobjectdialog|QueryDeleteObjectDialog"
msgid "Delete this object?"
-msgstr "Ианыхтәума абри аобиеқт?"
+msgstr "Ианыхтәума абри аобиект?"
#. DQdAb
#: svx/uiconfig/ui/querydeleteobjectdialog.ui:14
@@ -19893,7 +19893,7 @@ msgstr "Аҭбаара:"
#: svx/uiconfig/ui/sidebarpossize.ui:133
msgctxt "sidebarpossize|selectwidth|tooltip_text"
msgid "Enter a width for the selected object."
-msgstr "Иашәырба иалху аобиеқт аҭбаара."
+msgstr "Иашәырба иалху аобиект аҭбаара."
#. 9j3cM
#: svx/uiconfig/ui/sidebarpossize.ui:140
@@ -19911,7 +19911,7 @@ msgstr "Аҳаракыра:"
#: svx/uiconfig/ui/sidebarpossize.ui:167
msgctxt "sidebarpossize|selectheight|tooltip_text"
msgid "Enter a height for the selected object."
-msgstr "Иашәырба иалху аобиеқт аҳаракыра."
+msgstr "Иашәырба иалху аобиект аҳаракыра."
#. Z9wXF
#: svx/uiconfig/ui/sidebarpossize.ui:174
diff --git a/source/ab/sw/messages.po b/source/ab/sw/messages.po
index 9ad2939f996..fb7f0b2a8e5 100644
--- a/source/ab/sw/messages.po
+++ b/source/ab/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ab/>\n"
"Language: ab\n"
@@ -44,7 +44,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:20
msgctxt "STR_HYPERLINK_TEXT_IS_SHORT"
msgid "Hyperlink text is too short."
-msgstr ""
+msgstr "Агиперзхьарԥш ахьӡ кьаҿцәоуп."
#. xYUv3
#: sw/inc/AccessibilityCheckStrings.hrc:21
@@ -56,7 +56,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:22
msgctxt "STR_TEXT_BLINKING"
msgid "Blinking text."
-msgstr ""
+msgstr "Илацәҟәуа атекст."
#. CQviA
#: sw/inc/AccessibilityCheckStrings.hrc:23
@@ -122,7 +122,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:33
msgctxt "STR_NON_INTERACTIVE_FORMS"
msgid "An input form is not interactive."
-msgstr ""
+msgstr "Аҭагалара аформа интерактивӡам."
#. Z6sHT
#: sw/inc/AccessibilityCheckStrings.hrc:34
@@ -134,7 +134,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:35
msgctxt "STR_HEADING_IN_TABLE"
msgid "Tables must not contain headings."
-msgstr ""
+msgstr "Атаблицақәа ирыҵарымкуазароуп ахқәа."
#. FFGhA
#: sw/inc/AccessibilityCheckStrings.hrc:36
@@ -158,13 +158,13 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:40
msgctxt "STR_DOCUMENT_DEFAULT_LANGUAGE"
msgid "Document default language is not set."
-msgstr ""
+msgstr "Адокумент азы иалхӡам абазатә бызшәа."
#. MMD7M
#: sw/inc/AccessibilityCheckStrings.hrc:41
msgctxt "STR_STYLE_NO_LANGUAGE"
msgid "Style “%STYLE_NAME%” has no language set."
-msgstr ""
+msgstr "Иалхӡам «%STYLE_NAME%» астиль абызшәа."
#. euwJV
#: sw/inc/AccessibilityCheckStrings.hrc:42
@@ -277,13 +277,13 @@ msgstr "Автоматикала"
#: sw/inc/app.hrc:36
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Text Styles"
-msgstr "Атеқст астильқәа"
+msgstr "Атекст астильқәа"
#. WDmJp
#: sw/inc/app.hrc:37
msgctxt "RID_PARAGRAPHSTYLEFAMILY"
msgid "Document Structure"
-msgstr ""
+msgstr "Адокумент аструктура"
#. KgUsu
#: sw/inc/app.hrc:38
@@ -463,7 +463,7 @@ msgstr "%PRODUCTNAME Draw/%PRODUCTNAME Impress"
#: sw/inc/cnttab.hrc:33
msgctxt "RES_SRCTYPES"
msgid "Other OLE Objects"
-msgstr "OLE егьырҭ аобиеқтқәа"
+msgstr "OLE егьырҭ аобиектқәа"
#. RCTZw
#: sw/inc/dbui.hrc:47
@@ -727,20 +727,20 @@ msgstr "Иномеррку абзацқәа"
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_CHAR_DIRECTFORMAT"
msgid "Character Direct Formatting"
-msgstr ""
+msgstr "Асимволқәа рформат"
#. fYAUc
#: sw/inc/inspectorproperties.hrc:32
msgctxt "RID_PARA_DIRECTFORMAT"
msgid "Paragraph Direct Formatting"
-msgstr ""
+msgstr "Абзац аформат"
#. YUbUQ
#. Format names
#: sw/inc/inspectorproperties.hrc:35
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Color"
-msgstr ""
+msgstr "Аԥштәы"
#. 5Btdu
#: sw/inc/inspectorproperties.hrc:36
@@ -758,31 +758,31 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:38
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Line Distance"
-msgstr ""
+msgstr "Аҵәаӷәа аҟынӡа"
#. jS4tt
#: sw/inc/inspectorproperties.hrc:39
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Line Style"
-msgstr ""
+msgstr "Аҵәаӷәа астиль"
#. noNDX
#: sw/inc/inspectorproperties.hrc:40
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Line Width"
-msgstr ""
+msgstr "Аҵәаӷәа ашәпара"
#. MVL7X
#: sw/inc/inspectorproperties.hrc:41
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Outer Line Width"
-msgstr ""
+msgstr "Аҵәаӷәа ашәпара адәныҟала"
#. c7Qfp
#: sw/inc/inspectorproperties.hrc:42
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Bottom Border"
-msgstr ""
+msgstr "Аҵәаӷәа ҵаҟа"
#. EWncC
#: sw/inc/inspectorproperties.hrc:43
@@ -800,169 +800,169 @@ msgstr ""
#: sw/inc/inspectorproperties.hrc:45
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Category"
-msgstr ""
+msgstr "Акатегориа"
#. cd79Y
#: sw/inc/inspectorproperties.hrc:46
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Cell"
-msgstr ""
+msgstr "Абларҭа"
#. JzYHd
#: sw/inc/inspectorproperties.hrc:47
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Escapement"
-msgstr ""
+msgstr "Асимвол: Auto Escapement"
#. sGjrW
#: sw/inc/inspectorproperties.hrc:48
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Kerning"
-msgstr ""
+msgstr "Асимвол: Auto Kerning"
#. jP3gx
#: sw/inc/inspectorproperties.hrc:49
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Auto Style Name"
-msgstr ""
+msgstr "Асимвол: Auto Style Name"
#. BB8yt
#: sw/inc/inspectorproperties.hrc:50
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Color"
-msgstr ""
+msgstr "Асимвол: Back Color"
#. op3aQ
#: sw/inc/inspectorproperties.hrc:51
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Back Transparent"
-msgstr ""
+msgstr "Асимвол: Back Transparent"
#. a6CtM
#: sw/inc/inspectorproperties.hrc:52
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Border Distance"
-msgstr ""
+msgstr "Асимвол: Border Distance"
#. CGu8x
#: sw/inc/inspectorproperties.hrc:53
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border"
-msgstr ""
+msgstr "Асимвол: Bottom Border"
#. s75ej
#: sw/inc/inspectorproperties.hrc:54
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Bottom Border Distance"
-msgstr ""
+msgstr "Асимвол: Bottom Border Distance"
#. pZwAM
#: sw/inc/inspectorproperties.hrc:55
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Case Map"
-msgstr ""
+msgstr "Асимвол: Case Map"
#. AxVck
#: sw/inc/inspectorproperties.hrc:56
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Color"
-msgstr ""
+msgstr "Асимвол: Аԥштәы"
#. FBN8b
#: sw/inc/inspectorproperties.hrc:57
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine is On"
-msgstr ""
+msgstr "Асимвол: Combine is On"
#. 5kpZt
#: sw/inc/inspectorproperties.hrc:58
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Prefix"
-msgstr ""
+msgstr "Асимвол: Combine Prefix"
#. nq7ZN
#: sw/inc/inspectorproperties.hrc:59
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Combine Suffix"
-msgstr ""
+msgstr "Асимвол: Combine Suffi"
#. EYEqN
#: sw/inc/inspectorproperties.hrc:60
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Contoured"
-msgstr ""
+msgstr "Асимвол: Contoured"
#. ZBAH9
#: sw/inc/inspectorproperties.hrc:61
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Crossed Out"
-msgstr ""
+msgstr "Асимвол: Crossed Out"
#. gABwu
#: sw/inc/inspectorproperties.hrc:62
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height"
-msgstr ""
+msgstr "Асимвол: Difference Height"
#. ccULG
#: sw/inc/inspectorproperties.hrc:63
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Asian"
-msgstr ""
+msgstr "Асимвол: Difference Height Asian"
#. LVABm
#: sw/inc/inspectorproperties.hrc:64
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Difference Height Complex"
-msgstr ""
+msgstr "Асимвол: Difference Height Complex"
#. B2CTr
#: sw/inc/inspectorproperties.hrc:65
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Emphasis"
-msgstr ""
+msgstr "Асимвол: Акцент"
#. bXxkA
#: sw/inc/inspectorproperties.hrc:66
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement"
-msgstr ""
+msgstr "Асимвол: Escapement"
#. QikGB
#: sw/inc/inspectorproperties.hrc:67
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Escapement Height"
-msgstr ""
+msgstr "Асимвол: Escapement Height"
#. t2UDu
#: sw/inc/inspectorproperties.hrc:68
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Flash"
-msgstr ""
+msgstr "Асимвол: Flash"
#. XXqBJ
#: sw/inc/inspectorproperties.hrc:69
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set"
-msgstr ""
+msgstr "Асимвол: Font Char Set"
#. ZonDP
#: sw/inc/inspectorproperties.hrc:70
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Asian"
-msgstr ""
+msgstr "Асимвол: Font Char Set Asian"
#. qrfZA
#: sw/inc/inspectorproperties.hrc:71
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Char Set Complex"
-msgstr ""
+msgstr "Асимвол: Font Char Set Complex"
#. CGEVw
#: sw/inc/inspectorproperties.hrc:72
msgctxt "RID_ATTRIBUTE_NAMES_MAP"
msgid "Char Font Family"
-msgstr ""
+msgstr "Асимвол: Font Family"
#. bYGhE
#: sw/inc/inspectorproperties.hrc:73
@@ -2527,7 +2527,7 @@ msgstr "Ижәпаны алкаара"
#: sw/inc/strings.hrc:60
msgctxt "STR_POOLCHR_HTML_CODE"
msgid "Source Text"
-msgstr "Ахалагаратә теқст"
+msgstr "Ахалагаратә текст"
#. GzU26
#: sw/inc/strings.hrc:61
@@ -3070,7 +3070,7 @@ msgstr "Атаблица"
#: sw/inc/strings.hrc:152
msgctxt "STR_POOLCOLL_LABEL_FRAME"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 2d3fF
#: sw/inc/strings.hrc:153
@@ -3286,7 +3286,7 @@ msgstr "Аобиектқәа рыхьӡынҵа ахы"
#: sw/inc/strings.hrc:188
msgctxt "STR_POOLCOLL_TOX_OBJECT1"
msgid "Object Index 1"
-msgstr "Аобиеқтқәа рыхьӡынҵа 1"
+msgstr "Аобиектқәа рыхьӡынҵа 1"
#. sbCcn
#: sw/inc/strings.hrc:189
@@ -3341,7 +3341,7 @@ msgstr ""
#: sw/inc/strings.hrc:198
msgctxt "STR_POOLCOLL_HTML_PRE"
msgid "Preformatted Text"
-msgstr "Атеқст иарбоу аформат ала"
+msgstr "Атекст иарбоу аформат ала"
#. AA9gY
#: sw/inc/strings.hrc:199
@@ -3796,7 +3796,7 @@ msgstr "Асахьа"
#: sw/inc/strings.hrc:283
msgctxt "STR_OBJECT_DEFNAME"
msgid "Object"
-msgstr "Аобиеқт"
+msgstr "Аобиект"
#. UE4Z2
#: sw/inc/strings.hrc:284
@@ -4157,19 +4157,19 @@ msgstr "Иалху асортра ауам"
#: sw/inc/strings.hrc:351
msgctxt "STR_EVENT_OBJECT_SELECT"
msgid "Click object"
-msgstr "Аобиеқт алхра"
+msgstr "Аобиект алхра"
#. HmK3X
#: sw/inc/strings.hrc:352
msgctxt "STR_EVENT_START_INS_GLOSSARY"
msgid "Before inserting AutoText"
-msgstr "Автотеқст аҭаргылара аԥхьа"
+msgstr "Автотекст аҭаргылара аԥхьа"
#. aEVDN
#: sw/inc/strings.hrc:353
msgctxt "STR_EVENT_END_INS_GLOSSARY"
msgid "After inserting AutoText"
-msgstr "Автотеқст аҭаргылара ашьҭахь"
+msgstr "Автотекст аҭаргылара ашьҭахь"
#. GVkr6
#: sw/inc/strings.hrc:354
@@ -4260,7 +4260,7 @@ msgstr "Асахьақәа"
#: sw/inc/strings.hrc:368
msgctxt "STR_CONTENT_TYPE_OLE"
msgid "OLE objects"
-msgstr "OLE аобиеқтқәа"
+msgstr "OLE аобиектқәа"
#. BL4Es
#: sw/inc/strings.hrc:369
@@ -4440,7 +4440,7 @@ msgstr "Асахьа"
#: sw/inc/strings.hrc:398
msgctxt "STR_CONTENT_TYPE_SINGLE_OLE"
msgid "OLE object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. qNk5D
#: sw/inc/strings.hrc:399
@@ -4483,7 +4483,7 @@ msgstr "Акомментари"
#: sw/inc/strings.hrc:405
msgctxt "STR_CONTENT_TYPE_SINGLE_DRAWOBJECT"
msgid "Draw object"
-msgstr "Аграфикатә обиеқт"
+msgstr "Аграфикатә обиект"
#. PTFow
#: sw/inc/strings.hrc:406
@@ -4620,7 +4620,7 @@ msgstr "Ианыхтәуп $1"
#: sw/inc/strings.hrc:429
msgctxt "STR_INSERT_UNDO"
msgid "Insert $1"
-msgstr "Ибжьаргылатәуп $1"
+msgstr "Иҭаргылатәуп $1"
#. JESFv
#: sw/inc/strings.hrc:430
@@ -4668,13 +4668,13 @@ msgstr "Иҧсахтәуп астиль: $1"
#: sw/inc/strings.hrc:437
msgctxt "STR_INSERT_DOC_UNDO"
msgid "Insert file"
-msgstr "Ибжьаргылатәуп афаил"
+msgstr "Иҭаргылатәуп афаил"
#. WCCkF
#: sw/inc/strings.hrc:438
msgctxt "STR_INSERT_GLOSSARY"
msgid "Insert AutoText"
-msgstr "Ибжьаргылатәуп автотеқст"
+msgstr "Иҭаргылатәуп автотекст"
#. CyNXC
#: sw/inc/strings.hrc:439
@@ -4692,7 +4692,7 @@ msgstr ""
#: sw/inc/strings.hrc:441
msgctxt "STR_INSBOOKMARK"
msgid "Insert bookmark: $1"
-msgstr "Ибжьаргылатәуп агәылаҵа: $1"
+msgstr "Иҭаргылатәуп агәылаҵа: $1"
#. thkPu
#: sw/inc/strings.hrc:442
@@ -4746,13 +4746,13 @@ msgstr "Атаблица асортра"
#: sw/inc/strings.hrc:450
msgctxt "STR_SORT_TXT"
msgid "Sort text"
-msgstr "Атеқст асортра"
+msgstr "Атекст асортра"
#. APAMG
#: sw/inc/strings.hrc:451
msgctxt "STR_INSTABLE_UNDO"
msgid "Insert table: $1$2$3"
-msgstr "Ибжьаргылатәуп атаблица: $1$2$3"
+msgstr "Иҭаргылатәуп атаблица: $1$2$3"
#. 4pGhz
#: sw/inc/strings.hrc:452
@@ -4812,7 +4812,7 @@ msgstr "Ииагатәуп: $1"
#: sw/inc/strings.hrc:461
msgctxt "STR_INSERT_CHART"
msgid "Insert %PRODUCTNAME Chart"
-msgstr "Ибжьаргылатәуп адиаграмма %PRODUCTNAME"
+msgstr "Иҭаргылатәуп адиаграмма %PRODUCTNAME"
#. qWEVG
#: sw/inc/strings.hrc:462
@@ -4884,7 +4884,7 @@ msgstr "Ианыхтәуп адаҟьа аимҟьара"
#: sw/inc/strings.hrc:473
msgctxt "STR_TEXT_CORRECTION"
msgid "Text Correction"
-msgstr "Атеқст ариашара"
+msgstr "Атекст ариашара"
#. VfBBy
#: sw/inc/strings.hrc:474
@@ -5077,7 +5077,7 @@ msgstr "Иҭаргылатәуп аиҵагыла"
#: sw/inc/strings.hrc:505
msgctxt "STR_UNDO_TABLE_INSROW"
msgid "Insert Row"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. LAzxr
#: sw/inc/strings.hrc:506
@@ -5291,7 +5291,7 @@ msgstr "аиҵаҩ аимҟьара"
#: sw/inc/strings.hrc:540
msgctxt "STR_UNDO_REDLINE_INSERT"
msgid "Insert $1"
-msgstr "Ибжьаргылатәуп $1"
+msgstr "Иҭаргылатәуп $1"
#. i8ZQo
#: sw/inc/strings.hrc:541
@@ -5327,7 +5327,7 @@ msgstr "Абзац аформат ҧсахуп"
#: sw/inc/strings.hrc:546
msgctxt "STR_UNDO_REDLINE_TABLE_ROW_INSERT"
msgid "Insert Row"
-msgstr "Ибжьаргылатәуп ацәаҳәа"
+msgstr "Иҭаргылатәуп ацәаҳәа"
#. Ud4qT
#: sw/inc/strings.hrc:547
@@ -5568,7 +5568,7 @@ msgstr "асахьа"
#: sw/inc/strings.hrc:587
msgctxt "STR_DRAWING_OBJECTS"
msgid "drawing object(s)"
-msgstr "аграфикатә обиеқт(қәа)"
+msgstr "аграфикатә обиект(қәа)"
#. rYPFG
#: sw/inc/strings.hrc:588
@@ -5932,7 +5932,7 @@ msgstr "Иҵәаху атекст"
#: sw/inc/strings.hrc:653
msgctxt "STR_PRINTOPTUI_TEXT_PLACEHOLDERS"
msgid "~Text placeholders"
-msgstr "Атеқст ахарҭәаага"
+msgstr "Атекст ахарҭәаага"
#. JBWVd
#: sw/inc/strings.hrc:654
@@ -6209,13 +6209,13 @@ msgstr ""
#: sw/inc/strings.hrc:702
msgctxt "STR_HYPERLINK"
msgid "Insert as Hyperlink"
-msgstr "Ибжьаргылатәуп агиперзхьарҧш ҳасабла"
+msgstr "Иҭаргылатәуп агиперзхьарҧш ҳасабла"
#. sdfGe
#: sw/inc/strings.hrc:703
msgctxt "STR_LINK_REGION"
msgid "Insert as Link"
-msgstr "Ибжьаргылатәуп азхьарҧш ҳасабла"
+msgstr "Иҭаргылатәуп азхьарҧш ҳасабла"
#. Suaiz
#: sw/inc/strings.hrc:704
@@ -6281,7 +6281,7 @@ msgstr "Аимадара ариашара"
#: sw/inc/strings.hrc:714
msgctxt "STR_EDIT_INSERT"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. AT9SS
#: sw/inc/strings.hrc:715
@@ -6305,7 +6305,7 @@ msgstr "Иаҧҵатәуп адокумент"
#: sw/inc/strings.hrc:718
msgctxt "STR_INSERT_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. 5rD3D
#: sw/inc/strings.hrc:719
@@ -6522,7 +6522,7 @@ msgstr "Атаблицақәа рыхьӡынҵа"
#: sw/inc/strings.hrc:759
msgctxt "STR_TOX_OBJ"
msgid "Table of Objects"
-msgstr "Аобиеқтқәа рыхьӡынҵа"
+msgstr "Аобиектқәа рыхьӡынҵа"
#. mSyms
#: sw/inc/strings.hrc:760
@@ -6985,7 +6985,7 @@ msgstr "Ари армаҷра ыҟоуп. Иалышәх даҽа хьӡык."
#: sw/inc/strings.hrc:840
msgctxt "STR_QUERY_DELETE"
msgid "Delete AutoText?"
-msgstr "Ианыхтәума автотеқст?"
+msgstr "Ианыхтәума автотекст?"
#. E5MLr
#: sw/inc/strings.hrc:841
@@ -7003,31 +7003,31 @@ msgstr "?"
#: sw/inc/strings.hrc:843
msgctxt "STR_GLOSSARY"
msgid "AutoText :"
-msgstr "Автотеқст:"
+msgstr "Автотекст:"
#. ChetY
#: sw/inc/strings.hrc:844
msgctxt "STR_SAVE_GLOSSARY"
msgid "Save AutoText"
-msgstr "Еиқәырхатәуп автотеқст"
+msgstr "Еиқәырхатәуп автотекст"
#. QxAiF
#: sw/inc/strings.hrc:845
msgctxt "STR_NO_GLOSSARIES"
msgid "There is no AutoText in this file."
-msgstr "Ари афаил иаҵанакуам автотеқст."
+msgstr "Ари афаил иаҵанакуам автотекст."
#. sG8Xt
#: sw/inc/strings.hrc:846
msgctxt "STR_MY_AUTOTEXT"
msgid "My AutoText"
-msgstr "Сара сАвтотеқст"
+msgstr "Сара сАвтотекст"
#. GaoqR
#: sw/inc/strings.hrc:848
msgctxt "STR_NOGLOS"
msgid "AutoText for Shortcut '%1' not found."
-msgstr "Армаҷраз автотеқст аелемент «%1» ԥшаам."
+msgstr "Армаҷраз автотекст аелемент «%1» ԥшаам."
#. MwUEP
#: sw/inc/strings.hrc:849
@@ -7045,7 +7045,7 @@ msgstr "Иауам аҭаргылара атаблица, идуцәоуп"
#: sw/inc/strings.hrc:851
msgctxt "STR_ERR_INSERT_GLOS"
msgid "AutoText could not be created."
-msgstr "Автотеқст аԥҵара ауам."
+msgstr "Автотекст аԥҵара ауам."
#. DCPSB
#: sw/inc/strings.hrc:852
@@ -7171,7 +7171,7 @@ msgstr "Ааҭгыларатә дырга"
#: sw/inc/strings.hrc:874
msgctxt "ST_TEXT"
msgid "Text"
-msgstr "Атеқсттә"
+msgstr "Атексттә"
#. tt6sA
#: sw/inc/strings.hrc:875
@@ -7473,7 +7473,7 @@ msgstr "Иаарҧштәуп аҽеиҭак"
#: sw/inc/strings.hrc:933
msgctxt "STR_FORMELFLD"
msgid "Insert Formula"
-msgstr "Ибжьаргылатәуп аформула"
+msgstr "Иҭаргылатәуп аформула"
#. AXoAT
#: sw/inc/strings.hrc:934
@@ -7734,7 +7734,7 @@ msgstr "DDE напыла"
#: sw/inc/strings.hrc:984
msgctxt "FLD_INPUT_TEXT"
msgid "[Text]"
-msgstr "[Атеқст]"
+msgstr "[Атекст]"
#. TyYok
#. --------------------------------------------------------------------
@@ -7964,7 +7964,7 @@ msgstr "Адаҟьа астиль ала"
#: sw/inc/strings.hrc:1034
msgctxt "FMT_NUM_PAGESPECIAL"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. kJPh4
#. --------------------------------------------------------------------
@@ -7994,7 +7994,7 @@ msgstr "Асистема"
#: sw/inc/strings.hrc:1044
msgctxt "FMT_SETVAR_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. E86ZD
#: sw/inc/strings.hrc:1045
@@ -8006,7 +8006,7 @@ msgstr "Ахьӡ"
#: sw/inc/strings.hrc:1046
msgctxt "FMT_GETVAR_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. KiBai
#: sw/inc/strings.hrc:1047
@@ -8018,7 +8018,7 @@ msgstr "Аформула"
#: sw/inc/strings.hrc:1048
msgctxt "FMT_USERVAR_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. GokUf
#: sw/inc/strings.hrc:1049
@@ -8141,7 +8141,7 @@ msgstr "Астстиа A/Az + "
#: sw/inc/strings.hrc:1077
msgctxt "FMT_MARK_TEXT"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. rAQoE
#: sw/inc/strings.hrc:1078
@@ -8165,7 +8165,7 @@ msgstr "Асахьа"
#: sw/inc/strings.hrc:1081
msgctxt "FMT_MARK_OLE"
msgid "Object"
-msgstr "Аобиеқт"
+msgstr "Аобиект"
#. NjaQf
#. --------------------------------------------------------------------
@@ -8796,13 +8796,13 @@ msgstr "Акаҭа (аҵәаӷәақәеи асимволқеи рзы)"
#: sw/inc/strings.hrc:1193
msgctxt "STR_FOLLOW_TEXT_FLOW"
msgid "Follow text flow"
-msgstr "Атеқст иашьҭалатәуп"
+msgstr "Атекст иашьҭалатәуп"
#. Sb3Je
#: sw/inc/strings.hrc:1194
msgctxt "STR_DONT_FOLLOW_TEXT_FLOW"
msgid "Do not follow text flow"
-msgstr "Атеқст иашьҭалатәӡап"
+msgstr "Атекст иашьҭалатәӡап"
#. yXFKP
#: sw/inc/strings.hrc:1195
@@ -8868,7 +8868,7 @@ msgstr "Асахьа"
#: sw/inc/strings.hrc:1206
msgctxt "ST_OLE"
msgid "OLE object"
-msgstr "OLE аобиеқт"
+msgstr "OLE аобиект"
#. h5QQ8
#: sw/inc/strings.hrc:1207
@@ -8995,7 +8995,7 @@ msgstr "Анаҩстәи асахьа"
#: sw/inc/strings.hrc:1228
msgctxt "STR_IMGBTN_OLE_DOWN"
msgid "Next OLE object"
-msgstr "OLE анаҩстәи аобиеқт"
+msgstr "OLE анаҩстәи аобиект"
#. YzK6w
#: sw/inc/strings.hrc:1229
@@ -9422,7 +9422,7 @@ msgstr "Асахьа аҭаргыларазы иазхом агәынкылар
#: sw/inc/strings.hrc:1303
msgctxt "STR_INSERT_GRAPHIC"
msgid "Insert Image"
-msgstr "Ибжьаргылатәуп асахьа"
+msgstr "Иҭаргылатәуп асахьа"
#. GWzLN
#: sw/inc/strings.hrc:1304
@@ -9561,7 +9561,7 @@ msgstr "Асахьа"
#: sw/inc/strings.hrc:1327
msgctxt "STR_SWBG_OLE"
msgid "OLE object"
-msgstr "OLE-аобиеқт"
+msgstr "OLE-аобиект"
#. xEWbo
#: sw/inc/strings.hrc:1328
@@ -9730,7 +9730,7 @@ msgstr "Атабулиациа ашьаҿа"
#: sw/inc/strings.hrc:1358
msgctxt "STR_TOKEN_HELP_TEXT"
msgid "Text"
-msgstr "Атеқсттә"
+msgstr "Атексттә"
#. MCUd2
#: sw/inc/strings.hrc:1359
@@ -9943,7 +9943,7 @@ msgstr ""
#: sw/inc/strings.hrc:1402
msgctxt "STR_ERR_SRCSTREAM"
msgid "The source cannot be loaded."
-msgstr "Ахалагаратә теқст аҭагалара ауам."
+msgstr "Ахалагаратә текст аҭагалара ауам."
#. K9qMS
#: sw/inc/strings.hrc:1403
@@ -9961,7 +9961,7 @@ msgstr "HTML адокумент"
#: sw/inc/strings.hrc:1405
msgctxt "STR_TEXTOPTIONS"
msgid "Text document"
-msgstr "Атеқсттә документ"
+msgstr "Атексттә документ"
#. qmmPU
#: sw/inc/strings.hrc:1406
@@ -10015,7 +10015,7 @@ msgstr "Аиҵагыла "
#: sw/inc/strings.hrc:1414
msgctxt "STR_SAVEAS_SRC"
msgid "~Export source..."
-msgstr "Ахалагаратә теқст аекспорт..."
+msgstr "Ахалагаратә текст аекспорт..."
#. ywFCb
#: sw/inc/strings.hrc:1415
@@ -10135,7 +10135,7 @@ msgstr "E-Mail архиарақәа"
#: sw/inc/strings.hrc:1449
msgctxt "optredlinepage|insertedpreview"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. NL48o
#: sw/inc/strings.hrc:1450
@@ -11319,13 +11319,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/autotext.ui:158
msgctxt "autotext|AutoTextDialog"
msgid "AutoText"
-msgstr "Автотеқст"
+msgstr "Автотекст"
#. VuRG2
#: sw/uiconfig/swriter/ui/autotext.ui:174
msgctxt "autotext|autotext"
msgid "AutoTe_xt"
-msgstr "Автотеқст"
+msgstr "Автотекст"
#. kDwAj
#: sw/uiconfig/swriter/ui/autotext.ui:186
@@ -11361,7 +11361,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/autotext.ui:250
msgctxt "autotext|insert"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. VsqAk
#: sw/uiconfig/swriter/ui/autotext.ui:312
@@ -11506,7 +11506,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:93
msgctxt "bibliographyentry|insert"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. rUZwC
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:101
@@ -12120,7 +12120,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/cardmediumpage.ui:280
msgctxt "cardmediumpage|insert|tooltip_text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. nF3rB
#: sw/uiconfig/swriter/ui/cardmediumpage.ui:286
@@ -12312,7 +12312,7 @@ msgstr "Ахьӡ:"
#: sw/uiconfig/swriter/ui/charurlpage.ui:58
msgctxt "charurlpage|textft"
msgid "Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. ujQMD
#: sw/uiconfig/swriter/ui/charurlpage.ui:72
@@ -12639,7 +12639,7 @@ msgstr "Ихархәатәуп азы:"
#: sw/uiconfig/swriter/ui/columnpage.ui:787
msgctxt "columnpage|textdirectionft"
msgid "Text _direction:"
-msgstr "Атеқст ахырхарҭа:"
+msgstr "Атекст ахырхарҭа:"
#. dcDde
#: sw/uiconfig/swriter/ui/columnpage.ui:831
@@ -12705,7 +12705,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/conditionpage.ui:75
msgctxt "conditionpage|contextft"
msgid "Context"
-msgstr "Аконтеқст"
+msgstr "Аконтекст"
#. y3tzD
#: sw/uiconfig/swriter/ui/conditionpage.ui:88
@@ -13149,7 +13149,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/converttexttable.ui:240
msgctxt "converttexttable|label1"
msgid "Separate Text At"
-msgstr "Атеқст аиҟәшага"
+msgstr "Атекст аиҟәшага"
#. VDaHH
#: sw/uiconfig/swriter/ui/converttexttable.ui:270
@@ -13515,7 +13515,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/dropcapspage.ui:128
msgctxt "dropcapspage|labelTXT_DISTANCE"
msgid "_Space to text:"
-msgstr "Атеқст аҟынӡа ибжьоу"
+msgstr "Атекст аҟынӡа ибжьоу"
#. hsw2F
#: sw/uiconfig/swriter/ui/dropcapspage.ui:148
@@ -13545,7 +13545,7 @@ msgstr "Архиарақәа"
#: sw/uiconfig/swriter/ui/dropcapspage.ui:233
msgctxt "dropcapspage|labelTXT_TEXT"
msgid "_Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. MdKAS
#: sw/uiconfig/swriter/ui/dropcapspage.ui:247
@@ -14049,7 +14049,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/endnotepage.ui:241
msgctxt "endnotepage|label27"
msgid "Text area"
-msgstr "Атеқст аҭакыра"
+msgstr "Атекст аҭакыра"
#. GwJMG
#: sw/uiconfig/swriter/ui/endnotepage.ui:253
@@ -14135,7 +14135,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/envaddresspage.ui:231
msgctxt "envaddresspage|insert|tooltip_text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. xYXzg
#: sw/uiconfig/swriter/ui/envaddresspage.ui:237
@@ -14184,7 +14184,7 @@ msgstr "Иаҧҵатәуп адокумент"
#: sw/uiconfig/swriter/ui/envdialog.ui:40
msgctxt "envdialog|user"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. Fe8UQ
#: sw/uiconfig/swriter/ui/envdialog.ui:54
@@ -14648,7 +14648,7 @@ msgstr "Аҭакырақәа"
#: sw/uiconfig/swriter/ui/fielddialog.ui:37
msgctxt "fielddialog|ok"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. AYDUA
#: sw/uiconfig/swriter/ui/fielddialog.ui:46
@@ -15486,7 +15486,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/footnoteareapage.ui:105
msgctxt "footnoteareapage|label3"
msgid "Space to text"
-msgstr "Атеқст аҟынӡа ибжьоу"
+msgstr "Атекст аҟынӡа ибжьоу"
#. 3gM96
#: sw/uiconfig/swriter/ui/footnoteareapage.ui:126
@@ -15799,7 +15799,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/footnotepage.ui:470
msgctxt "footnotepage|label15"
msgid "Text area"
-msgstr "Атеқст аҭакыра"
+msgstr "Атекст аҭакыра"
#. aYFwJ
#: sw/uiconfig/swriter/ui/footnotepage.ui:482
@@ -16208,7 +16208,7 @@ msgstr "Аиҟаратәра"
#: sw/uiconfig/swriter/ui/formattablepage.ui:534
msgctxt "formattablepage|label53"
msgid "Text _direction"
-msgstr "Атеқст ахырхарҭа"
+msgstr "Атекст ахырхарҭа"
#. 6Yw3x
#: sw/uiconfig/swriter/ui/formattablepage.ui:560
@@ -16466,7 +16466,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/frmaddpage.ui:450
msgctxt "frmaddpage|textflow_label"
msgid "_Text direction:"
-msgstr "Атеқст ахырхарҭа:"
+msgstr "Атекст ахырхарҭа:"
#. MvNvt
#: sw/uiconfig/swriter/ui/frmaddpage.ui:466
@@ -17022,230 +17022,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
@@ -17698,7 +17704,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:16
msgctxt "insertautotextdialog|InsertAutoTextDialog"
msgid "Insert AutoText"
-msgstr "Ибжьаргылатәуп автотеқст"
+msgstr "Иҭаргылатәуп автотекст"
#. FBi9x
#: sw/uiconfig/swriter/ui/insertautotextdialog.ui:139
@@ -17722,7 +17728,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/insertbookmark.ui:118
msgctxt "insertbookmark|insert"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 56gF6
#: sw/uiconfig/swriter/ui/insertbookmark.ui:136
@@ -18112,7 +18118,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:202
msgctxt "insertdbcolumnsdialog|astext"
msgid "_Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. dYQPq
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:211
@@ -18484,7 +18490,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/insertscript.ui:235
msgctxt "insertscript|text"
msgid "Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. D694K
#: sw/uiconfig/swriter/ui/insertscript.ui:245
@@ -18514,7 +18520,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:37
msgctxt "insertsectiondialog|ok"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. V4AJG
#: sw/uiconfig/swriter/ui/insertsectiondialog.ui:110
@@ -18551,13 +18557,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/inserttable.ui:37
msgctxt "inserttable|InsertTableDialog"
msgid "Insert Table"
-msgstr "Ибжьаргылатәуп атаблица"
+msgstr "Иҭаргылатәуп атаблица"
#. 6HSVJ
#: sw/uiconfig/swriter/ui/inserttable.ui:53
msgctxt "inserttable|ok"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. AzYkF
#: sw/uiconfig/swriter/ui/inserttable.ui:61
@@ -19113,7 +19119,7 @@ msgstr "Ахәаҧшра"
#: sw/uiconfig/swriter/ui/linenumbering.ui:365
msgctxt "linenumbering|text"
msgid "Text:"
-msgstr "Атеқст:"
+msgstr "Атекст:"
#. Lsj2A
#: sw/uiconfig/swriter/ui/linenumbering.ui:379
@@ -21635,7 +21641,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:825
msgctxt "navigatorpanel|insert|tooltip_text"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 9kmNw
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:829
@@ -22840,7 +22846,7 @@ msgstr "Астиль"
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1445
msgctxt "notebookbar_groups|formatgrouplabel"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. geGED
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1571
@@ -22860,7 +22866,7 @@ msgstr "Афигура"
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1724
msgctxt "notebookbar_groups|insertgrouplabel"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. zMDvT
#: sw/uiconfig/swriter/ui/notebookbar_groups.ui:1760
@@ -26189,7 +26195,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/printeroptions.ui:86
msgctxt "printeroptions|placeholders"
msgid "Text placeholders"
-msgstr "Атеқст ахарҭәаага"
+msgstr "Атекст ахарҭәаага"
#. DJVwz
#: sw/uiconfig/swriter/ui/printeroptions.ui:94
@@ -26352,7 +26358,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/printoptionspage.ui:129
msgctxt "printoptionspage|textplaceholder"
msgid "Text _placeholder"
-msgstr "Атеқст ахарҭәаага"
+msgstr "Атекст ахарҭәаага"
#. QfL9u
#: sw/uiconfig/swriter/ui/printoptionspage.ui:137
@@ -27036,7 +27042,7 @@ msgstr "Акопиа ахыхтәуп"
#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:8
msgctxt "renameautotextdialog|RenameAutoTextDialog"
msgid "Rename AutoText"
-msgstr "Автотеқст ахьӡ ԥсахтәуп"
+msgstr "Автотекст ахьӡ ԥсахтәуп"
#. X34y4
#: sw/uiconfig/swriter/ui/renameautotextdialog.ui:80
@@ -27519,13 +27525,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:16
msgctxt "selectautotextdialog|SelectAutoTextDialog"
msgid "Select AutoText:"
-msgstr "Иалхтәуп автотеқст:"
+msgstr "Иалхтәуп автотекст:"
#. Wkkoq
#: sw/uiconfig/swriter/ui/selectautotextdialog.ui:131
msgctxt "selectautotextdialog|label1"
msgid "AutoText - Group"
-msgstr "Автотеқст - Агәыԥ"
+msgstr "Автотекст - Агәыԥ"
#. rkpVh
#: sw/uiconfig/swriter/ui/selectblockdialog.ui:8
@@ -28289,7 +28295,7 @@ msgstr "Асахьақәа"
#, fuzzy
msgctxt "statisticsinfopage|label31"
msgid "OLE objects:"
-msgstr "OLE аобиеқтқәа"
+msgstr "OLE аобиектқәа"
#. fH3HS
#: sw/uiconfig/swriter/ui/statisticsinfopage.ui:73
@@ -28693,7 +28699,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:333
msgctxt "tabletextflowpage|label40"
msgid "Text _orientation"
-msgstr "Атеқст аориентациа"
+msgstr "Атекст аориентациа"
#. JsEEP
#: sw/uiconfig/swriter/ui/tabletextflowpage.ui:347
@@ -29199,7 +29205,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/templatedialog8.ui:599
msgctxt "templatedialog8|textgrid"
msgid "Text Grid"
-msgstr "Атеқсттә каҭа"
+msgstr "Атексттә каҭа"
#. cLynh
#: sw/uiconfig/swriter/ui/testmailsettings.ui:6
@@ -29351,7 +29357,7 @@ msgstr "Асимволқәа рыҭбаара:"
#, fuzzy
msgctxt "textgridpage|labelFT_RUBYSIZE"
msgid "Max. Ruby text size:"
-msgstr "Атеқст хада ашәагаа"
+msgstr "Атекст хада ашәагаа"
#. hHaUA
#: sw/uiconfig/swriter/ui/textgridpage.ui:363
@@ -29363,7 +29369,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/textgridpage.ui:377
msgctxt "textgridpage|labelFT_TEXTSIZE"
msgid "Max. base text size:"
-msgstr "Атеқст хада ашәагаа"
+msgstr "Атекст хада ашәагаа"
#. kKNkF
#: sw/uiconfig/swriter/ui/textgridpage.ui:396
@@ -29779,7 +29785,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/tocentriespage.ui:564
msgctxt "tocentriespage|insert"
msgid "_Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. sWDTV
#: sw/uiconfig/swriter/ui/tocentriespage.ui:571
@@ -30172,7 +30178,7 @@ msgstr "Ахархәаҩ итип 1"
#: sw/uiconfig/swriter/ui/tocindexpage.ui:146
msgctxt "tocindexpage|liststore1"
msgid "Table of Objects"
-msgstr "Аобиеқтқәа рыхьӡынҵа"
+msgstr "Аобиектқәа рыхьӡынҵа"
#. eXZ8E
#: sw/uiconfig/swriter/ui/tocindexpage.ui:147
@@ -30330,7 +30336,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/tocindexpage.ui:449
msgctxt "tocindexpage|fromoles"
msgid "OLE objects"
-msgstr "OLE аобиеқтқәа"
+msgstr "OLE аобиектқәа"
#. V3UVF
#: sw/uiconfig/swriter/ui/tocindexpage.ui:457
@@ -31089,7 +31095,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/watermarkdialog.ui:102
msgctxt "watermarkdialog|TextLabel"
msgid "Text"
-msgstr "Атеқст"
+msgstr "Атекст"
#. DAAyA
#: sw/uiconfig/swriter/ui/watermarkdialog.ui:118
diff --git a/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 963167f36f7..716357b27b2 100644
--- a/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.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: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/swextmediawikisrcregistrydataorgopenofficeofficecustom/ab/>\n"
"Language: ab\n"
@@ -24,7 +24,7 @@ msgctxt ""
"GeneralSendError\n"
"value.text"
msgid "The operation 'Send to MediaWiki' could not be completed successfully."
-msgstr ""
+msgstr "MediaWiki ахь адәықәҵара ахыркәшара ауам."
#. UGGhv
#: WikiExtension.xcu
@@ -44,7 +44,7 @@ msgctxt ""
"NoConnectionToURL\n"
"value.text"
msgid "A connection to the MediaWiki system at '$ARG1' could not be created."
-msgstr ""
+msgstr "MediaWiki «$ARG1» ахь аимадара ашьақәыргылара ауам."
#. Z4jaW
#: WikiExtension.xcu
@@ -294,7 +294,7 @@ msgctxt ""
"Dlg_EditSetting_AccountLine\n"
"value.text"
msgid "Account"
-msgstr ""
+msgstr "Аккаунт"
#. LRJUJ
#: WikiExtension.xcu
diff --git a/source/ab/sysui/desktop/share.po b/source/ab/sysui/desktop/share.po
index 53d8899bc32..02a51bc3eb6 100644
--- a/source/ab/sysui/desktop/share.po
+++ b/source/ab/sysui/desktop/share.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: 2022-12-21 18:06+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/sysuidesktopshare/ab/>\n"
"Language: ab\n"
@@ -491,7 +491,7 @@ msgctxt ""
"writer_GenericName\n"
"LngText.text"
msgid "Word Processor"
-msgstr "Атеқсттә процессор"
+msgstr "Атексттә процессор"
#. asccy
#: launcher.ulf
diff --git a/source/ab/uui/messages.po b/source/ab/uui/messages.po
index 963dd727421..734166d007b 100644
--- a/source/ab/uui/messages.po
+++ b/source/ab/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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-09 15:35+0000\n"
+"PO-Revision-Date: 2023-05-31 14:33+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ab/>\n"
"Language: ab\n"
@@ -20,13 +20,13 @@ msgstr ""
#: uui/inc/ids.hrc:33
msgctxt "RID_UUI_ERRHDL"
msgid "The operation executed on $(ARG1) was aborted."
-msgstr ""
+msgstr "$(ARG1) аҟны зынагӡара мҩаԥысуа аоперациа еиԥырҟьоуп."
#. Q448y
#: uui/inc/ids.hrc:35
msgctxt "RID_UUI_ERRHDL"
msgid "Access to $(ARG1) was denied."
-msgstr ""
+msgstr "$(ARG1) ахь амҩа аркуп."
#. w6rpp
#: uui/inc/ids.hrc:37
@@ -66,49 +66,49 @@ msgstr ""
#: uui/inc/ids.hrc:45
msgctxt "RID_UUI_ERRHDL"
msgid "The data from $(ARG1) has an incorrect checksum."
-msgstr ""
+msgstr "$(ARG1) адырқәа ирыҵаркуеит ииашам аконтрльтә еицҵалыҵ."
#. AGF5W
#: uui/inc/ids.hrc:47
msgctxt "RID_UUI_ERRHDL"
msgid "The object $(ARG1) cannot be created in directory $(ARG2)."
-msgstr ""
+msgstr "Аобиект $(ARG1) аԥҵара ауам акаталог $(ARG2) аҟны."
#. Dw4Ff
#: uui/inc/ids.hrc:49
msgctxt "RID_UUI_ERRHDL"
msgid "Data of $(ARG1) could not be read."
-msgstr ""
+msgstr "$(ARG1) адырқәа рыԥхьара ауам."
#. Qc4E9
#: uui/inc/ids.hrc:51
msgctxt "RID_UUI_ERRHDL"
msgid "The seek operation on $(ARG1) could not be performed."
-msgstr ""
+msgstr "Аоперациа seek $(ARG1) аҟны анагӡара ауам."
#. CD7zU
#: uui/inc/ids.hrc:53
msgctxt "RID_UUI_ERRHDL"
msgid "The tell operation on $(ARG1) could not be performed."
-msgstr ""
+msgstr "Аоперациа tell $(ARG1) аҟны анагӡара ауам."
#. AkGXL
#: uui/inc/ids.hrc:55
msgctxt "RID_UUI_ERRHDL"
msgid "Data for $(ARG1) could not be written."
-msgstr ""
+msgstr "$(ARG1) азы адырқәа рҭаҩра ауам."
#. ndib2
#: uui/inc/ids.hrc:57
msgctxt "RID_UUI_ERRHDL"
msgid "Action impossible: $(ARG1) is the current directory."
-msgstr ""
+msgstr "Ари аоперациа анагӡара ауам: Акаталог $(ARG1) уажәтәи ауп."
#. wWVF2
#: uui/inc/ids.hrc:59
msgctxt "RID_UUI_ERRHDL"
msgid "$(ARG1) is not ready."
-msgstr ""
+msgstr "Аиҿартәыра $(ARG1) хиаӡам."
#. C7iGB
#: uui/inc/ids.hrc:61
@@ -276,25 +276,25 @@ msgstr "Акаталог $(ARG1) ыҟаӡам."
#: uui/inc/ids.hrc:115
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported."
-msgstr ""
+msgstr "Иқәыргылоу Java аверсиа аднакылом."
#. DbH3p
#: uui/inc/ids.hrc:117
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported."
-msgstr ""
+msgstr "Иқәыргылоу Java $(ARG1) аверсиа аднакылом."
#. 7NCGk
#: uui/inc/ids.hrc:119
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version is not supported, at least version $(ARG1) is required."
-msgstr ""
+msgstr "Иқәыргылоу Java аверсиа аднакылом. Иаҭахуп аверсиа $(ARG1) аасҭа иҿыцу."
#. bNWmn
#: uui/inc/ids.hrc:121
msgctxt "RID_UUI_ERRHDL"
msgid "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required."
-msgstr ""
+msgstr "Иқәыргылоу Java $(ARG1) аверсиа аднакылом. Иаҭахуп аверсиа $(ARG) аасҭа иҿыцу."
#. 5MfGQ
#: uui/inc/ids.hrc:123
@@ -336,7 +336,7 @@ msgstr ""
#: uui/inc/ids.hrc:135
msgctxt "RID_UUI_ERRHDL"
msgid "The object cannot be created in directory $(ARG1)."
-msgstr ""
+msgstr "Акаталог $(ARG1) аҟны аобиект аԥҵара ауам."
#. cSCj6
#: uui/inc/ids.hrc:137
@@ -398,7 +398,7 @@ msgstr ""
#: uui/inc/ids.hrc:151
msgctxt "RID_UUI_ERRHDL"
msgid "The form contains invalid data. Do you still want to continue?"
-msgstr ""
+msgstr "Аформа иаҵанакуеит ииашам адырқәа. Иацҵатәума?"
#. DSoD4
#: uui/inc/ids.hrc:153
@@ -458,7 +458,7 @@ msgstr ""
#: uui/inc/ids.hrc:168
msgctxt "STR_UUI_SSLWARN_EXPIRED_TITLE"
msgid "Security Warning: Server Certificate Invalid"
-msgstr ""
+msgstr "Ашәарҭадара агәаҽанҵара: асервер асертификат гәрагаӡам"
#. iyR2A
#: uui/inc/ids.hrc:169
@@ -475,7 +475,7 @@ msgstr ""
#: uui/inc/ids.hrc:170
msgctxt "STR_UUI_SSLWARN_DOMAINMISMATCH_TITLE"
msgid "Security Warning: Server Certificate Expired"
-msgstr ""
+msgstr "Ашәарҭадара агәаҽанҵара: асервер асертификат аҿҳәара нҵәеит"
#. zd5oX
#: uui/inc/ids.hrc:171
@@ -490,7 +490,7 @@ msgstr ""
#: uui/inc/ids.hrc:172
msgctxt "STR_UUI_SSLWARN_INVALID_TITLE"
msgid "Security Warning: Domain Name Mismatch"
-msgstr ""
+msgstr "Ашәарҭадара агәаҽанҵара: адомен ахьӡ ақәшәом"
#. wH3TZ
msgctxt "stock"
@@ -597,7 +597,7 @@ msgstr "Иҭажәгал ажәамаӡа"
#: uui/inc/strings.hrc:30
msgctxt "STR_PASSWORD_MISMATCH"
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
-msgstr ""
+msgstr "Ажәамаӡақәа еиқәшәаӡом. Иҭажәгал ажәамаӡа ҿыц, аҭакырақәа рыҩбагь рҿы еиԥшны."
#. sdbEf
#: uui/inc/strings.hrc:32
@@ -646,7 +646,7 @@ msgstr ""
#: uui/inc/strings.hrc:38
msgctxt "STR_ALREADYOPEN_RETRY_SAVE_BTN"
msgid "~Retry Saving"
-msgstr ""
+msgstr "~Аиқәырхара еиҭанашәыгӡа"
#. EVEQx
#: uui/inc/strings.hrc:39
@@ -658,7 +658,7 @@ msgstr "Еиқәырхатәуп"
#: uui/inc/strings.hrc:41
msgctxt "RID_KEEP_PASSWORD"
msgid "~Remember password until end of session"
-msgstr ""
+msgstr "Игәынкылатәуп ажәамаӡа асессиа нҵәаанӡа"
#. 7HtCZ
#: uui/inc/strings.hrc:42
@@ -706,6 +706,8 @@ msgid ""
"Document Name: $(ARG1)\n"
"User Name: $(ARG2)"
msgstr ""
+"Адокумент ахьӡ: $(ARG1)\n"
+"Ахархәаҩ ихьӡ: $(ARG)"
#. EXAAf
#: uui/inc/strings.hrc:51
@@ -717,7 +719,7 @@ msgstr "Идырым ахархәаҩ"
#: uui/inc/strings.hrc:53
msgctxt "STR_FILECHANGED_TITLE"
msgid "Document Has Been Changed by Others"
-msgstr ""
+msgstr "Адокумент ԥсахын адәныҟала"
#. umCKE
#: uui/inc/strings.hrc:54
@@ -766,7 +768,7 @@ msgstr ""
#: uui/inc/strings.hrc:60
msgctxt "STR_TRYLATER_RETRYSAVING_BTN"
msgid "~Retry Saving"
-msgstr ""
+msgstr "~Аиқәырхара еиҭанашәыгӡа"
#. 6iCzM
#: uui/inc/strings.hrc:61
@@ -857,7 +859,7 @@ msgstr ""
#: uui/inc/strings.hrc:78
msgctxt "STR_RELOADEDITABLE_TITLE"
msgid "Document is now editable"
-msgstr ""
+msgstr "Адокумент хиоуп аредакциа азыуразы"
#. cVZuC
#: uui/inc/strings.hrc:79
@@ -878,7 +880,7 @@ msgstr ""
#: uui/uiconfig/ui/authfallback.ui:8
msgctxt "authfallback|AuthFallbackDlg"
msgid "Authentication Code"
-msgstr ""
+msgstr "Аутентификациа акод"
#. oHHac
#: uui/uiconfig/ui/authfallback.ui:116
@@ -896,13 +898,13 @@ msgstr "Афильтр алхра"
#: uui/uiconfig/ui/filterselect.ui:137
msgctxt "filterselect|extended_tip|filters"
msgid "Select the import filter for the file that you want to open."
-msgstr ""
+msgstr "Иалышәх аимпорт афильтр, иаашәыртырц ишәҭаху афаил азы."
#. 8o9Bq
#: uui/uiconfig/ui/logindialog.ui:8
msgctxt "logindialog|LoginDialog"
msgid "Authentication Required"
-msgstr ""
+msgstr "Иаҭахуп аутентификациа"
#. SjxPP
#: uui/uiconfig/ui/logindialog.ui:84
@@ -970,13 +972,13 @@ msgstr ""
#: uui/uiconfig/ui/logindialog.ui:254
msgctxt "logindialog|errorft"
msgid "Message from server:"
-msgstr ""
+msgstr "Асервер аацҳамҭа:"
#. Q7Cb9
#: uui/uiconfig/ui/macrowarnmedium.ui:7
msgctxt "macrowarnmedium|MacroWarnMedium"
msgid "%PRODUCTNAME - Security Warning"
-msgstr ""
+msgstr "%PRODUCTNAME ашәарҭадара агәаҽанҵара"
#. xCZst
#: uui/uiconfig/ui/macrowarnmedium.ui:13
@@ -991,13 +993,13 @@ msgstr ""
#: uui/uiconfig/ui/macrowarnmedium.ui:27
msgctxt "macrowarnmedium|cancel"
msgid "_Disable Macros"
-msgstr ""
+msgstr "Иаҿыхтәуп амакросқәа"
#. o4c9e
#: uui/uiconfig/ui/macrowarnmedium.ui:43
msgctxt "macrowarnmedium|ok"
msgid "_Enable Macros"
-msgstr ""
+msgstr "Иаҿактәуп амакросқәа"
#. tYAFs
#: uui/uiconfig/ui/macrowarnmedium.ui:89
diff --git a/source/ab/vcl/messages.po b/source/ab/vcl/messages.po
index 01ed75cd094..e51a1d0fd65 100644
--- a/source/ab/vcl/messages.po
+++ b/source/ab/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:33+0200\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/ab/>\n"
"Language: 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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542022338.000000\n"
#. k5jTM
@@ -1791,7 +1791,7 @@ msgstr "Акопиа ахыхтәуп"
#: vcl/uiconfig/ui/editmenu.ui:42
msgctxt "editmenu|paste"
msgid "_Paste"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 36WAk
#: vcl/uiconfig/ui/editmenu.ui:50
diff --git a/source/ab/wizards/messages.po b/source/ab/wizards/messages.po
index 3005681c384..643c35c26b5 100644
--- a/source/ab/wizards/messages.po
+++ b/source/ab/wizards/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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Андрей Абухба <aabuchba@mail.ru>\n"
"Language-Team: Abkhazian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/ab/>\n"
"Language: ab\n"
@@ -185,7 +185,7 @@ msgstr ""
#: wizards/com/sun/star/wizards/common/strings.hrc:61
msgctxt "RID_LETTERWIZARDDIALOG_START_6"
msgid "~Use letterhead paper with pre-printed elements"
-msgstr ""
+msgstr "Ихиоу афирматә бланк ахархәара"
#. VCpSG
#: wizards/com/sun/star/wizards/common/strings.hrc:62
@@ -1442,7 +1442,7 @@ msgstr "Аперсонал"
#: wizards/com/sun/star/wizards/common/strings.hrc:288
msgctxt "RID_AGENDAWIZARDDIALOG_START_68"
msgid "Insert"
-msgstr "Ибжьаргылатәуп"
+msgstr "Иҭаргылатәуп"
#. 8tmWD
#: wizards/com/sun/star/wizards/common/strings.hrc:289
diff --git a/source/ab/wizards/source/resources.po b/source/ab/wizards/source/resources.po
index 64b105306d9..6700e93e78a 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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+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"
@@ -608,7 +608,7 @@ msgctxt ""
"RID_REPORT_61\n"
"property.text"
msgid "The table '<TABLENAME>' does not exist."
-msgstr "Атеқсттә таблица «<TABLENAME>» ыҟаӡам."
+msgstr "Атексттә таблица «<TABLENAME>» ыҟаӡам."
#. JdC5d
#: resources_en_US.properties
diff --git a/source/ab/xmlsecurity/messages.po b/source/ab/xmlsecurity/messages.po
index eaa2f365d97..73edc71cf56 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: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-09 15:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+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"
@@ -217,6 +217,9 @@ msgid ""
"\n"
"Broken certificate data: %{data}"
msgstr ""
+"Амакрос ашәарҭадара апроблема! \n"
+" \n"
+"Асертификат адырқәа ԥхасҭоуп: %{data}"
#. wH3TZ
msgctxt "stock"
@@ -455,7 +458,7 @@ msgstr "Анапаҵаҩра атип"
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:196
msgctxt "digitalsignaturesdialog|extended_tip|signatures"
msgid "Lists the digital signatures for the current document."
-msgstr ""
+msgstr "Ари адокумент азы ацифратә напаҵаҩрақәа."
#. GAMdr
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:216
@@ -657,7 +660,7 @@ msgstr ""
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:87
msgctxt "extended_tip|removecert"
msgid "Removes the selected certificate from the list of trusted certificates."
-msgstr ""
+msgstr "Ианнахуеит иалху асертификат игәрагоу асертификатқәа рсиа аҟынтәи."
#. Y7LGC
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:127
@@ -801,7 +804,7 @@ msgstr "Ахҳәаа:"
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:262
msgctxt "selectcertificatedialog|extended_tip|description"
msgid "Type a purpose for the signature."
-msgstr ""
+msgstr "Иҭажәгал ари анапаҵаҩра зызку."
#. snAQh
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:297
diff --git a/source/af/chart2/messages.po b/source/af/chart2/messages.po
index f88a546983b..6a7197f923f 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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2023-04-23 07:34+0000\n"
+"PO-Revision-Date: 2023-05-26 07:34+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"
@@ -1421,7 +1421,7 @@ msgstr "Beste passing"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:339
msgctxt "dlg_DataLabel|liststorePLACEMENT"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. kxNDG
#: chart2/uiconfig/ui/dlg_DataLabel.ui:340
diff --git a/source/af/cui/messages.po b/source/af/cui/messages.po
index c46519d162d..f19c8332791 100644
--- a/source/af/cui/messages.po
+++ b/source/af/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-21 10:35+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/af/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976497.000000\n"
#. GyY9M
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "S_toor altyd as:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Teksdokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Meesterdokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Spreiblad"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Aanbieding"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tekening"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formule"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Spesifiseer die dokumenttipe waarvoor u die verstek lêerformaat wil definieer."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Spesifiseer hoe dokumente van die tipe (linkerkant) gekies word altyd as hierdie lêertipe gestoor word. U kan 'n ander lêertipe kies vir die huidige dokument in die Save As-dialoogvenster."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "S_oort dokument:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Versteklêerformaat en ODF-instellings"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "In die gedeelte Algemeen, kan u verstek instellings kies vir die stoor van dokumente en die verstek lêerformate kies."
diff --git a/source/af/extensions/messages.po b/source/af/extensions/messages.po
index 99e2ffc0999..57bfa776018 100644
--- a/source/af/extensions/messages.po
+++ b/source/af/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-04-23 07:34+0000\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/af/>\n"
"Language: af\n"
@@ -205,7 +205,7 @@ msgstr "Links"
#: extensions/inc/stringarrays.hrc:60
msgctxt "RID_RSC_ENUM_ALIGNMENT"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. CavSj
#: extensions/inc/stringarrays.hrc:61
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office.po b/source/af/officecfg/registry/data/org/openoffice/Office.po
index 296b4e275bb..6653bc8658a 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-13 07:33+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560928387.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notas"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Teksdokumente"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Sigblaaie"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Voorleggings"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tekeninge"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webblaaie"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Meesterdokumente"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formules"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Databasis-dokumente"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.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 138a6f1b155..120be582e04 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 10:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-26 07:34+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"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976865.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Data~validering..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Skrap rye"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Verander skyfiemeester..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Meesterbladsy..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Kolomme Invoeg"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -18724,7 +18744,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. yMjYF
#: GenericCommands.xcu
@@ -25666,7 +25686,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. DaERA
#: GenericCommands.xcu
@@ -25826,7 +25846,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. jcBjW
#: GenericCommands.xcu
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Skrap geselekteerde kolomme"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Skrap Rye"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Skrap ~Rye"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Skrap geselekteerde rye"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Blasy nommer invoeg"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Bladsynommer"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolomme voor"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Skrap rye"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rye"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Skrap geselekteerde rye"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/af/reportdesign/messages.po b/source/af/reportdesign/messages.po
index 1064f297dda..cbb4196c4eb 100644
--- a/source/af/reportdesign/messages.po
+++ b/source/af/reportdesign/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: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/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.15.2\n"
"X-POOTLE-MTIME: 1548070376.000000\n"
#. FBVr9
@@ -170,7 +170,7 @@ msgstr "Blok"
#: reportdesign/inc/stringarray.hrc:79
msgctxt "RID_STR_PARAADJUST_CONST"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. wH3TZ
msgctxt "stock"
@@ -1616,7 +1616,7 @@ msgstr "Links"
#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:242
msgctxt "pagenumberdialog|alignment"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. X9UuN
#: reportdesign/uiconfig/dbreport/ui/pagenumberdialog.ui:243
diff --git a/source/af/sc/messages.po b/source/af/sc/messages.po
index 00c02c8359f..be8e4ad0b40 100644
--- a/source/af/sc/messages.po
+++ b/source/af/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 10:36+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/af/>\n"
"Language: af\n"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560976792.000000\n"
#. kBovX
@@ -1371,7 +1371,7 @@ msgstr "Interne sintaksisfout"
#: sc/inc/globstr.hrc:244
msgctxt "STR_LONG_ERR_NO_CODE"
msgid "Error: No code or intersection"
-msgstr ""
+msgstr "Fout: Geen kode of interseksie nie"
#. 7PBrr
#: sc/inc/globstr.hrc:245
@@ -2080,13 +2080,13 @@ msgstr "Die outomatiese bywerking van eksterne skakels is gedeaktiveer."
#: sc/inc/globstr.hrc:362
msgctxt "STR_TRUST_DOCUMENT_WARNING"
msgid "Are you sure you trust this document?"
-msgstr ""
+msgstr "Is u seker u vertrou die dokument?"
#. XAfRK
#: sc/inc/globstr.hrc:363
msgctxt "STR_WEBSERVICE_WITH_LINKS_WARNING"
msgid "Links to remote locations can be constructed that transmit local data to the remote server."
-msgstr ""
+msgstr "Skakels om plaaslike data na die eksterne bediener oor te kan dra, kan na die eksterne bediener geskep word."
#. qkto7
#: sc/inc/globstr.hrc:364
@@ -16823,7 +16823,7 @@ msgstr "Outomaties"
#: sc/inc/strings.hrc:46
msgctxt "SCSTR_SORT_COLOR"
msgid "Sort by Color"
-msgstr ""
+msgstr "Sorteer volgens Kleur"
#. Wgy7r
#: sc/inc/strings.hrc:47
@@ -17322,25 +17322,25 @@ msgstr "Reikwydte bevat ~ryetikette"
#: sc/inc/strings.hrc:133
msgctxt "SCSTR_INCLUDE_NOTES_COL_LABEL"
msgid "Include boundary column(s) containing only comments"
-msgstr ""
+msgstr "Sluit marginale kolom(me) in wat slegs opmerkings bevat"
#. WzGFS
#: sc/inc/strings.hrc:134
msgctxt "SCSTR_INCLUDE_NOTES_ROW_LABEL"
msgid "Include boundary row(s) containing only comments"
-msgstr ""
+msgstr "Sluit grens-ry(e) wat slegs opmerkings bevat."
#. EGvxt
#: sc/inc/strings.hrc:135
msgctxt "SCSTR_INCLUDE_IMAGES_COL_LABEL"
msgid "Include boundary column(s) containing only images"
-msgstr ""
+msgstr "Sluit marginale kolom(me) in wat slegs beelde bevat"
#. nAjuE
#: sc/inc/strings.hrc:136
msgctxt "SCSTR_INCLUDE_IMAGES_ROW_LABEL"
msgid "Include boundary row(s) containing only images"
-msgstr ""
+msgstr "Sluit grens-ry(e) in wat slegs beelde bevat."
#. ujjcx
#: sc/inc/strings.hrc:137
@@ -18080,7 +18080,7 @@ msgstr "Negatiewe Binomiaal"
#: sc/inc/strings.hrc:273
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
-msgstr ""
+msgstr "Poisson"
#. BNZPE
#: sc/inc/strings.hrc:274
@@ -21495,7 +21495,7 @@ msgstr "Skema-styl met subtotale onder"
#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:294
msgctxt "datafieldoptionsdialog|layout"
msgid "Compact layout"
-msgstr ""
+msgstr "Kompakte uitleg"
#. CocpF
#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:298
@@ -23127,13 +23127,13 @@ msgstr "Ry verwyder"
#: sc/uiconfig/scalc/ui/filterdropdown.ui:155
msgctxt "filterdropdown|select_field_label"
msgid "Select Field"
-msgstr ""
+msgstr "Selekteer Veld"
#. Pu3Vn
#: sc/uiconfig/scalc/ui/filterdropdown.ui:168
msgctxt "filterdropdown|multi_field_combo"
msgid "Select Field"
-msgstr ""
+msgstr "Selekteer Veld"
#. cd5X5
#: sc/uiconfig/scalc/ui/filterdropdown.ui:182
@@ -26403,7 +26403,7 @@ msgstr "Links"
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1022
msgctxt "notebookbar_groups|centerb"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. pRKMN
#: sc/uiconfig/scalc/ui/notebookbar_groups.ui:1040
@@ -28293,13 +28293,13 @@ msgstr "Kies hierdie merk-veld en dubbelklik op 'n etiket in die tabel om besond
#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:740
msgctxt "pivottablelayoutdialog|check-show-expand-collapse"
msgid "Show expand/collapse buttons"
-msgstr ""
+msgstr "Vertoon uibrei / invou knoppies"
#. GqjMu
#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:748
msgctxt "pivottablelayoutdialog|extended_tip|check-show-expand-collapse"
msgid "Select this check box to show expand/collapse buttons for field members"
-msgstr ""
+msgstr "Kies hierdie merkblokkie om uitbrei/invou-knoppies vir veld-lede te wys"
#. iFA3A
#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:763
@@ -28725,7 +28725,7 @@ msgstr "Negatiewe Binomiaal"
#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:243
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Poisson"
-msgstr ""
+msgstr "Poisson"
#. sAgsR
#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:247
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "As hierdie opsie gemerk is, behou \"Calc\" die vorige selinhoud wanneer leë selle ingevoeg word. Anders sal \"Calc\" die vorige selinhoud uitvee."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Ander Opsies"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolomt_ipe:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Kies 'n kolom in die voorskouvenster en kies die datatipe waarop die ingevoerde data toegepas moet word."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teks na Kolomme"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Velde"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Kies die opsies vir die invoer van data met skeidingskarakters uit 'n tekslêer."
diff --git a/source/af/sd/messages.po b/source/af/sd/messages.po
index fdf28740f03..501f26b1cf1 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560928573.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Voeg teks in"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Laai Meester Skyfie"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Deftig"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Links"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Regs"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Bokant"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Onderkant"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Bo links?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Onder links?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Bo regs?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Onder regs?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horisontaal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikaal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Almal?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Hierdie aksie kan nie in die lewendige modus laat loop word nie."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Terug"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Gaan voort"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oorsig"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Kleurkeuse Pipet"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Oorkruisuitdowing"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Vou skyfie uit"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Inhoudsopgaweskyfie"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Geen SANE-bron is tans beskikbaar nie."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Geen TWAIN-bron is tans beskikbaar nie."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Vaste"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Wisselend"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standaard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standaard (kort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standaard (lank)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Lêernaam"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Pad/lêernaam"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Pad"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Lêernaam sonder uitbreiding"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nuwe doelgemaakte skyfievertoning"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopieer "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME-aanbiedingsformaat (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "% PRODUCTNAME teken formaat (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Ongroepeer metalêer(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Al die tekenobjekte kon nie ontgroepeer word nie."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION aanbieding"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION \"Draw\""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Wil u dit vervang?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teks"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperskakel"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besoekte skakel"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiewe skakel"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Inhoudsopgawe"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kliek hier om te begin"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Outeur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-pos"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Tuisblad"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Verdere inligting"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Laai voorlegging af"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "U blaaier ondersteun ongelukkig nie swewende rame nie."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Eerste bladsy"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Laaste bladsy"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teks"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Beeld"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Met inhoud"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sonder inhoud"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Na gegewe bladsy"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Skakel biskaart om na veelhoek"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kliek om voorlegging te verlaat..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pouse..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Pas 3-D gunsteling toe"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Afbeelding filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"is nie 'n geldige klanklêer nie!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Skakel om na metalêer"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Skakel om na biskaart"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Die lêer $(URL1) kan nie geskep word nie."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Die lêer $(URL1) kon nie geopen word nie."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Die lêer $(URL1) kon nie gekopieer word na $(URL2) nie"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Skyfie Meesterraam naam. Vir die lys regs-klik, of vir die dialoog klik net ."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Hernoem skyfie"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Hernoem Bladsy"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Duplikaat of leë name ontoelaatbaar"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Naam"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Hernoem Model Skyfie"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelarea vir OutoUitleg"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objekarea vir OutoUitleg"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Voetstukarea"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Kopstukarea"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumarea"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Skyfienommerarea"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Bladsynommerarea"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<kopstuk>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<voetstuk>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/tyd>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nommer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<skyfie-naam>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<bladsy-naam>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notasarea"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangoel/Handja-omskakeling"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Skyfies"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Bladsye"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Voorskou nie beskikbaar nie"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Berei tans voorskou voor"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Uitlegte"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Tekening profiele"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Aanbiedingsprofiele"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Selstyle"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Vorm %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Stel agtergrondprent..."
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Opmerkings"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Herstel Skyfie Uitleg"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Voeg tabel in"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Voeg grafiek in"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Voeg Beeld in"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Voeg Audio of Video in"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Trek en Neersit Bladsye"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Trek en Neersit Skyfies"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Voeg Beelde in die Album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Teks Skyfie"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Die plaaslike teiken vouer '%FILENAME' is nie leeg nie. Sommige lêers kan oorskryf word. Wil u voortgaan?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Agtergrond"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Agtergrondobjekte"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Uitleg"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontroles"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimensielyne"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Skyfie"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Bladsy"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Skyfie"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Meester Skyfie"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Meester Skyfie:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Meester Skyfie"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Meester Bladsy:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Uitdeelstukke"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kliek om die titelteksformaat te redigeer"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kliek om die skemateksformaat te redigeer"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Wysig die titelformaat deur dubbel te klik"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Wysig die buiteteks formaat deur te dubbelklik"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Tweede skemavlak"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Derde skemavlak"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Vierde skemavlak"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Vyfde skemavlak"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sesde skemavlak"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sewende skemavlak"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kliek om die skyfie te verplaas"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kliek om die notaformaat te redigeer"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Verskuif die skyfie met 'n dubbelklik"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dubbel-klik om die notas te redigeer"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik om ’n titel by te voeg"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik om teks by te voeg"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik om teks by te voeg"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Kliek om Notas by te voeg"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dubbel-kliek om Titel by te voeg"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dubbel-kliek om Teks by te voeg"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dubbel-kliek om Teks by te voeg"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tik om teks te redigeer"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dubbel-kliek om Notas by te voeg"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dubbel-kliek om Beeld by te voeg"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dubbel-kliek om Objek by te voeg"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dubbel-kliek om Diagram by te voeg"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dubbel-kliek om om Organisasie Kaart by te voeg"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dubbel-kliek om Sprei-blad by te voeg"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Verstek"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Verstek Teken Styl"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Verplaas skyfies"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Voeg Bladsye in"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Voeg Bladsy in"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Skyfie Eienskappe"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objek sonder agtergrond"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objek met geen vul of omlyning"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teks"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Opskrif A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teks A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Opskrif A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teks A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Afbeelding"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Vorms"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Lyne"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pyllyn"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Gestippelde lyn"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Gevul"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Blou gevul"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Groen gevul"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Geel gevul"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Gevul rooi"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Omlyn"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Blou Omlyn"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Groen Omlyn"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Geel Omlyn"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Rooi Omlyn"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Skema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Agtergrondobjekte"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Agtergrond"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-invoer"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Stoor dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Verkleinde Font grootte"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Vergrote Font grootte"
@@ -2431,637 +2467,637 @@ msgstr "Vergrote Font grootte"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekeningaansig"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Skema-aansig"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Skyfiesaansig"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Dit is waar jy skyfies sorteer."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Nota-aansig"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Uitdeelstuk-aansig"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Aanbieding Titel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Aanbieding Omlyning"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Aanbieding Subtitel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Aanbieding Bladsy"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Aanbieding Notas"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Uitdeelstuk"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Onbekende Toeganklike Aanbiedingsvorm"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Aanbiedingsbladsy Voetstuk"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Aanbieding Kopstuk"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Aanbieding Datum en Tyd"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Aanbieding BladsyNommer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-voorlegging"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Skema"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Bladsy"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Uitdeelstuk"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Onbekende Toeganklike Aanbiedingvorm"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Voet"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Kop"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nommer"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(leesalleen)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "geen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Tot volgende kliek"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Tot einde van skyfie"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Rigting:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Animasie Helde:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Eerste kleur:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Tweede kleur:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Volkleur:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Font Kleur:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Lettertipe:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Lynkleur:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fontgrootte:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grootte:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Hoeveelheid:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kleur:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Geen klank nie)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop vorige klank)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Ander klank..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Monster"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Sneller"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Gebruikerspaaie"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Ingang: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Benadruk: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Uitgang: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animasie Paaie: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Diverse: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Geen"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Vandag,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Gister,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(geen outeur)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het die einde van die voorlegging bereik. Wil u verder aan die begin soek?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het die begin van die voorlegging bereik. Wil u verder aan die einde soek?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het die einde van die dokument bereik. Wil u verder aan die begin soek?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder aan die einde soek?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Voeg opmerking in"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Skrap opmerking(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Skuif opmerking"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Redigeer opmerking"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Antwoord aan%1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media-terugspeel"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Skyfies per bladsy:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Volgorde:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Inhoud"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Skyfie Naam"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Bladsynaam"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Datum en tyd"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Versteekde bladsye"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kleur"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Grootte"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Bladsy Rande"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Sluit in"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Gebruik slegs die papierrak met die drukkerinstellings"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Bladsye:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Skyfies:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress het tot aan die einde van die voorlegging gesoek. Wil u verder soek aan die begin?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress het tot aan die begin van die voorlegging gesoek. Wil u verder soek aan die einde?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw het tot aan die einde van die dokument gesoek. Wil u aan die begin voortgaan?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw het tot aan die begin van die dokument gesoek. Wil u verder soek aan die einde?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animasie"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Skakel"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Volgende"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Vo~rige"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Eerste Skyfie"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Laaste Skyfie"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Sluit Ruit"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Voeg by 'n nuwe ontwerp"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/af/svtools/messages.po b/source/af/svtools/messages.po
index 6a245a115ef..1777087697b 100644
--- a/source/af/svtools/messages.po
+++ b/source/af/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-23 07:34+0000\n"
"Last-Translator: Paul Roos <iNetRoos@gmail.com>\n"
"Language-Team: Afrikaans <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1560975732.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Blaai na lasste blad"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Nuwe blad byvoeg"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/af/svx/messages.po b/source/af/svx/messages.po
index 3838affc885..75a93ed503a 100644
--- a/source/af/svx/messages.po
+++ b/source/af/svx/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-03 18:39+0000\n"
+"PO-Revision-Date: 2023-05-26 07:34+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"
@@ -1527,7 +1527,7 @@ msgstr "Bokant"
#: include/svx/strings.hrc:277
msgctxt "STR_ItemValTEXTVADJCENTER"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. AR3n7
#: include/svx/strings.hrc:278
@@ -1557,7 +1557,7 @@ msgstr "Links"
#: include/svx/strings.hrc:282
msgctxt "STR_ItemValTEXTHADJCENTER"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. tVhNN
#: include/svx/strings.hrc:283
@@ -6526,7 +6526,7 @@ msgstr "Links middel"
#: include/svx/strings.hrc:1175
msgctxt "RID_SVXSTR_RECTCTL_ACC_CHLD_MM"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. HPtYD
#: include/svx/strings.hrc:1176
@@ -7300,7 +7300,7 @@ msgstr "Regs"
#: include/svx/strings.hrc:1309
msgctxt "RID_SVXSTR_RULER_TAB_CENTER"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. kX7GR
#: include/svx/strings.hrc:1310
@@ -12056,7 +12056,7 @@ msgstr "Onderkant"
#: svx/inc/swframeposstrings.hrc:63 svx/inc/swframeposstrings.hrc:64
msgctxt "RID_SVXSW_FRAMEPOSITIONS"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. HKRAf
#: svx/inc/swframeposstrings.hrc:65
@@ -13622,7 +13622,7 @@ msgstr "Links"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:395
msgctxt "asianphoneticguidedialog|adjustlb"
msgid "Center"
-msgstr "Sentreer"
+msgstr "Middel"
#. CoQRD
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:396
diff --git a/source/af/sw/messages.po b/source/af/sw/messages.po
index 567d0b76673..a9fd5260461 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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-21 10:36+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-26 07:34+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"
@@ -4729,7 +4729,7 @@ msgstr "Wysig seksies"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Skrap seksies"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9241,13 +9241,13 @@ msgstr "Ry geskrap"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Kolom Ingevoeg"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Kolom Geskrap"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Voeg indeksinskrywying in"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Verwyder die geselekteerde inskrywing uit die indeks. Die inskrywingsteks in die dokument word nie uitgevee nie."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Voeg in"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Indeks:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Kies die indeks waarby jy die inskrywing wil byvoeg."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nuwe gebruikergedefinieerde indeks"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Inskrywing:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Vertoon die teks wat in die dokument gekies is. As u wil, kan u 'n ander woord vir die indeksinskrywing invoer. Die geselekteerde teks in die dokument word nie verander nie."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Werk inskrywing by vanuit seleksie"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Fonetiese leeswerk:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Vertoon die teks wat in die dokument gekies is. Soos jy wil, kan jy 'n ander woord vir die indeksinskrywing invoer. Die geselekteerde teks in die dokument word nie verander nie."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Fonetiese leeswerk:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Voer die fonetiese lesing vir die ooreenstemmende inskrywing in."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Fonetiese leeswerk:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Voer die fonetiese lesing vir die ooreenstemmende inskrywing in."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1e sleutel:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Maak die huidige keuse 'n subinskrywing van die woord wat jy hier invoer. Byvoorbeeld, as jy \"koud\" kies en \"weer\" as die 1ste sleutel invoer, sal die indeksinskrywing \"weer, koud\" wees."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2e sleutel:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Maak die huidige seleksie 'n subinskrywing van die 1ste sleutel-woord. Byvoorbeeld, as u \"koud\" kies en \"weer\" invoer as die 1ste sleutel en winter as die 2e sleutel, sal die indeksinskrywing \"weer, winter, koud\" wees."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Indeks vlak:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Voer die indeksvlak vir die inskrywing in, wat die voorkoms van die inskrywing in die gegenereerde indeks bepaal."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Voer die indeksvlak vir die inskrywing in. Die indeksvlak bepaal die voorkoms van die inskrywing, volgens die instellings vir daardie vlak in die \"Inskrywings\"-oortjieblad en die \"Style\"-oortjieblad in die \"Inhoudsopgawe, Indeks of Bibliografie\"-dialoog. Met verstekinstellings lei 'n hoër indeksvlak tot 'n groter inspringing vir die inskrywing in die gegenereerde indeks."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hoofinskrywing"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Maak die geselekteerde teks die hoofinskrywing in 'n alfabetiese indeks."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Pas toe op alle herhalende gevalle"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Voeg 'n indeksinskrywing by enige ander voorkoms van die teks wat gekies is by \"Inskrywing\"."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
-msgstr ""
+msgstr "Voeg 'n indeksinskrywing by enige ander voorkoms van die teks wat gekies is in \"Inskrywing\". Vir 'n gewysigde inskrywing word die passing op die oorspronklike keuse uitgevoer, maar die gewysigde inskrywing is ingevoeg en sal in die indeks verskyn."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Slegs hele woorde"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Selfde kas"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
-msgstr ""
+msgstr "Vir Geselekteerde Invoeging"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Volgende inskrywing (dieselfde naam)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Spring na die volgende indeksinskrywing van dieselfde tipe en met dieselfde naam in die dokument."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Vorige inskrywing (dieselfde naam)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Spring na die vorige indeksinskrywing van dieselfde tipe en met dieselfde naam in die dokument."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Vorige inskrywing."
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Spring na die vorige indeksitem in die dokument, van dieselfde tipe."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Volgende inskrywing"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Spring na die volgende indeks item in die dokument, van dieselfde tipe."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Merk die geselekteerde teks as indeks of inhoudsopgawe inskrywing. Wysig die geselekteerde indeksinskrywing."
@@ -17875,7 +17881,7 @@ msgstr "Nommering:"
#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Before caption:"
-msgstr ""
+msgstr "Vooraan Byskrif:"
#. ofzxE
#: sw/uiconfig/swriter/ui/insertcaption.ui:194
@@ -17899,19 +17905,19 @@ msgstr ": "
#: sw/uiconfig/swriter/ui/insertcaption.ui:227
msgctxt "insertcaption|separator_edit|tooltip_text"
msgid "Enter optional text characters to appear after the caption category and number and before the caption text."
-msgstr ""
+msgstr "Voer opsionele tekskarakters in om na die byskrifkategorie en -nommer en voor die byskrifteks te verskyn."
#. qJ9zt
#: sw/uiconfig/swriter/ui/insertcaption.ui:230
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear after the caption category and number and before the caption text. The optional text characters are not inserted if no caption text is given."
-msgstr ""
+msgstr "Voer opsionele tekskarakters in om na die byskrifkategorie en -nommer en voor die byskrifteks te verskyn. Die opsionele tekskarakters word nie ingevoeg as geen byskrifteks gegee word nie."
#. GznFH
#: sw/uiconfig/swriter/ui/insertcaption.ui:244
msgctxt "insertcaption|num_separator"
msgid "After number:"
-msgstr ""
+msgstr "Agteraan nommer:"
#. BaojC
#: sw/uiconfig/swriter/ui/insertcaption.ui:259
@@ -17923,13 +17929,13 @@ msgstr ". "
#: sw/uiconfig/swriter/ui/insertcaption.ui:261
msgctxt "insertcaption|num_separator_edit|tooltip_text"
msgid "When “Caption order” (in Options) is “Numbering first”, enter optional text to appear after caption number."
-msgstr ""
+msgstr "Wanneer \"Byskrifvolgorde\" (in Opsies) \"Eers Nommering\" is, voer opsionele teks in om na byskrifnommer te verskyn."
#. kobpC
#: sw/uiconfig/swriter/ui/insertcaption.ui:264
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Enter optional text to appear after the caption number. Only available when “Numbering first” is selected for “Caption order” in Options."
-msgstr ""
+msgstr "Voer opsionele teks in om na die byskrifnommer te verskyn. Slegs beskikbaar wanneer \"Eers Nommering\" gekies is vir \"Byskrifvolgorde\" in Opsies."
#. DS3Qi
#: sw/uiconfig/swriter/ui/insertcaption.ui:280
@@ -20233,7 +20239,7 @@ msgstr "OpenDocument-teks"
#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:216
msgctxt "mmresultemaildialog|liststore1"
msgid "PDF Document"
-msgstr ""
+msgstr "PDF Dokument"
#. LpGGz
#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:217
@@ -23210,13 +23216,13 @@ msgstr "_Nommering:"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:88
msgctxt "optcaptionpage|numseparatorft"
msgid "After number:"
-msgstr ""
+msgstr "Agteraan nommering:"
#. rDYMn
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:102
msgctxt "optcaptionpage|separatorft"
msgid "Before caption:"
-msgstr ""
+msgstr "Vooraan Byskrif:"
#. 9XdwG
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:116
@@ -23252,7 +23258,7 @@ msgstr ". "
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:172
msgctxt "optcaptionpage|tooltip_text|numseparator"
msgid "For Numbering first option, define characters to display between caption number and caption category."
-msgstr ""
+msgstr "Vir die opsie Nommering Eerste, definieer karakters om tussen onderskrifnommer en onderskrifkategorie te vertoon."
#. DCBXg
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:175
@@ -23562,7 +23568,7 @@ msgstr "Versteek paragrawe met databasisvelde (bv. massapos) met ’n leë waard
#: sw/uiconfig/swriter/ui/optcompatpage.ui:239
msgctxt "optcompatpage|format"
msgid "Render non-breaking spaces (NBSP) as standard-space-width (off for fixed size)"
-msgstr ""
+msgstr "Gee nie-breek spasies (NBSP) as standaard-spasie-breedte (onaktief vir vaste breedte)"
#. YBG9Y
#: sw/uiconfig/swriter/ui/optcompatpage.ui:240
@@ -24754,13 +24760,13 @@ msgstr "Paragraafstyl:"
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:183
msgctxt "outlinenumberingpage|tooltip_text|style"
msgid "Select the paragraph style to assign to the selected outline level. Select [None] to skip the outline level."
-msgstr ""
+msgstr "Kies die paragraafstyl om aan die geselekteerde skemavlak toe te ken. Kies [Geen] om die skemavlak oor te slaan."
#. GQWw4
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:186
msgctxt "outlinenumberingpage|extended_tip|style"
msgid "Select the paragraph style to assign to the selected outline level. Select [None] to skip the outline level."
-msgstr ""
+msgstr "Kies die paragraafstyl om aan die geselekteerde skemavlak toe te ken. Kies [Geen] om die skemavlak oor te slaan."
#. nrfyA
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:199
@@ -25364,13 +25370,13 @@ msgstr "Posisie"
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:111
msgctxt "pagenumberdlg|positionCombo"
msgid "Top of page (Header)"
-msgstr ""
+msgstr "Bo-aan bladsy (Bladsyhoof)"
#. G7aWi
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:112
msgctxt "pagenumberdlg|positionCombo"
msgid "Bottom of page (Footer)"
-msgstr ""
+msgstr "Onderaan bladsy (Bladsyvoetskrif)"
#. rEUYC
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:116
@@ -25394,13 +25400,13 @@ msgstr "Belyning"
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:153
msgctxt "pagenumberdlg|alignmentCombo"
msgid "Left"
-msgstr ""
+msgstr "LInks"
#. s8FsG
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:154
msgctxt "pagenumberdlg|alignmentCombo"
msgid "Center"
-msgstr ""
+msgstr "Middel"
#. Pmvsv
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:155
diff --git a/source/am/cui/messages.po b/source/am/cui/messages.po
index 72756379307..9d86aeb0579 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-05 17:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/am/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "ሁልጊዜ ማስ_ቀመጫ እንደ:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "የጽሁፍ ሰነድ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML ሰነድ"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ዋናው ሰነድ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "ሰንጠረዥ"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "ማቅረቢያ"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "መሳያ"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "መቀመሪያ"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "የ ሰ_ነዱ አይነት:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "ነባር የ ፋይል አቀራረብ እና የ ODF ማሰናጃ"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/am/helpcontent2/source/text/scalc.po b/source/am/helpcontent2/source/text/scalc.po
index ecfa0798b16..0807bfd729f 100644
--- a/source/am/helpcontent2/source/text/scalc.po
+++ b/source/am/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-01-25 14:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/am/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">ወረቀት ማጥፊያ</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "የ ወረቀት Tab ቀለም"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/00.po b/source/am/helpcontent2/source/text/scalc/00.po
index 35578f6338c..7406084deaa 100644
--- a/source/am/helpcontent2/source/text/scalc/00.po
+++ b/source/am/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-01-25 14:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/am/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">ይምረጡ <emph> ወረቀት - ክፍል ማጥፊያ </emph></variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "ይምረጡ <emph>ወረቀት - ወረቀት ማጥፊያ</emph>"
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "ለ ወረቀት tab የ እገባብ ዝርዝር መክፈቻ"
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "ይምረጡ <emph>ወረቀት – ወረቀት ማንቀሳቀሻ ወይንም ኮፒ ማድረጊያ</emph>"
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "ለ ወረቀት tab የ እገባብ ዝርዝር መክፈቻ"
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "አምዶች ማስገቢያ"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "የ ወረቀት ዝርዝር"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 6de8a4f4e34..58b437067cb 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-19 05:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/am/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ሰንጠረዦች; ማጥፊያ</bookmark_value><bookmark_value>ወረቀቶች; ማጥፊያ</bookmark_value><bookmark_value>ማጥፊያ; ሰንጠረዦች</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "ወረቀት ማጥፊያ"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">የ አሁኑን ወረቀት ማጥፊያ ማረጋገጫ ከ ተጠየቀ በኋላ</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "ወረቀት ማጥፋት አይችሉም የ <emph> ማረሚያ - ለውጦችን መከታተያ - መመዝገቢያ </emph> በሚሰራ ጊዜ"
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "አዎ"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "የ አሁኑን ወረቀት ማጥፊያ"
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "አይ"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "ንግግር መሰረዣ: ምንም ማጥፋት አልተፈጸመም"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ሰንጠረዦች; ማንቀሳቀሻ</bookmark_value><bookmark_value>ሰንጠረዦች; ኮፒ ማድረጊያ</bookmark_value><bookmark_value>ማንቀሳቀሻ; ሰንጠረዦች</bookmark_value><bookmark_value>ኮፒ ማድረጊያ; ሰንጠረዦች</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ማንቀሳቀሻ ወይንም ወረቀት ኮፒ ማድረጊያ"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "ወረቀት ያስገቡ"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>ወረቀት;መፍጠሪያ</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "ወረቀት ያስገቡ"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>የ ስራ ወረቀት ስሞች</bookmark_value><bookmark_value>መቀየሪያ: የ ወረቀት ስሞች</bookmark_value><bookmark_value>ወረቀቶች: እንደገና መሰየሚያ</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "ወረቀት እንደገና መሰየሚያ"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "ወረቀት ማሳያ"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ወረቀቶች: ማሳያ</bookmark_value><bookmark_value>ማሳያ: ወረቀቶች</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "ወረቀት ማሳያ"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\"> ቀደም ብሎ የ ተደበቁ ወረቀቶች ማሳያ በ <emph> ወረቀቶች መደበቂያ </emph> ትእዛዝ </ahelp></variable> አንድ ወረቀት ብቻ ይጥሩ ትእዛዙን ለ መጠቀም: የ አሁኑ ወረቀት ሁልጊዜ ይመረጣል: ከ አሁኑ ወረቀት ሌላ ወረቀት ከ ተመረጠ: እርስዎ አለመምረጥ ይችላሉ በ መጫን <switchinline select=\"sys\"> <caseinline select=\"MAC\"> ትእዛዝ </caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> በሚጫኑ ጊዜ ተመሳሳይ የ ወረቀት tab ከ መስኮቱ በ ታች በኩል"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index cbe9d35cfcf..0a658761cc4 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "መቃኛ በ ሙሉ ወረቀቶች Tabs ውስጥ"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ወረቀቶች: ማሳያ በርካታ</bookmark_value><bookmark_value>ወረቀቶች tabs;መጠቀሚያ</bookmark_value><bookmark_value>መመልከቻ;በርካታ ወረቀቶች</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">መቃኛ በ ሙሉ ወረቀቶች Tabs ውስጥ</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "በ ነባር $[officename] ሳስት ወረቀቶች ያሳያል \"ወረቀት1\" እስከ \"ወረቀት3\": በ እያንዳንዱ አዲስ ሰንጠረዥ ውስጥ: እርስዎ መቀየር ይችላሉ በ ወረቀቶች መካከል በ ሰንጠረዥ ውስጥ የ ወረቀት መቀየሪያ በ መጠቀም በ መመልከቻው ከ ታች በኩል ባለው መቀየሪያ"
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">የ ወረቀት Tabs</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "የ መቃኛ ቁልፎችን ይጠቀሙ ለማሳየት ሁሉንም ወረቀቶች ለ እርስዎ የሚገባውን ሰነድ: የ ሩቅ ግራ ወይንም ቀኝ ቁልፍ መጫን ተመሳሳይ ያሳያል: የ መጀመሪያ ወይንም የ መጨረሻ ወረቀት tab: የ መሀከል ቁልፍ የሚያስችለው ተጠቃሚው እንዲሸበልል ነው ወደ ፊት ወይንም ወደ ኋላ በ ወረቀቱ ውስጥ: ወረቀቱን ለማሳየት ይጫኑ የ ወረቀት tab"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "በርካታ ወረቀቶችን መፈጸሚያ"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ወረቀቶች; ማስገቢያ</bookmark_value> <bookmark_value>ማስገቢያ; ወረቀቶች</bookmark_value> <bookmark_value>ወረቀቶች; በርካታ መምረጫ </bookmark_value> <bookmark_value>መጨመሪያ ወረቀቶች</bookmark_value> <bookmark_value>መምረጫ;በርካታ ወረቀቶች</bookmark_value> <bookmark_value>በርካታ ወረቀቶች</bookmark_value> <bookmark_value>ማስሊያ;በርካታ ወረቀቶች</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">በርካታ ወረቀቶችን መፈጸሚያ</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "ወረቀት ማስገቢያ"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "ይምረጡ <item type=\"menuitem\"> ማስገቢያ - ወረቀት </item> አዲስ ወረቀት ወይንም የ ነበረ ወረቀት ከ ሌላ ፋይል ውስጥ ለ ማስገባት"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ ንግግር መስኮት መክፈች እርስዎ ማክሮስ ለ ወረቀት ሁኔታ የሚመድቡበት </ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">መስኮት መክፈቻ እርስዎ ቀለም የሚመድቡበት ለ ወረቀት tab.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/menu.po b/source/am/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/am/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index 602c9fe674b..6ab678f8ee8 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">ይህን ትእዛዝ ለ መፈጸም...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "የፋይል ዝርዝር"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">ይምረጡ <emph> ፋይል - ቅድመ እይታ በዌብ መቃኛ </emph></variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "<emph>አዲስ</emph> ምልክት በ <emph>መደበኛ</emph> መደርደሪያ ላይ (ምልክቱ የሚያሳየው የ አዲሱን ሰነድ አይነት ነው)"
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "አዲስ"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ፋይል መክፈቻ"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "ማስቀመጫ"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "ማስቀመጫ እንደ"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "በ ቀጥታ እንደ EPUB መላኪያ"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "በ <emph> ማተሚያ ቅድመ እይታ </emph> መደርደሪያ ላይ: የ ጽሁፍ ሰነድ ላይ ይጫኑ"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "የ ማተሚያ ገጽ ቅድመ እይታ"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 35f815667b5..5f4f6fb5791 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/am/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>ተግባር</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">በ ሩቅ ፋይል ግልጋሎት ውስጥ የሚገኘውን ሰነድ መክፈቻ</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">ሁኔታዎች</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">ወደ ፕሮግራም ሁኔታዎች ማክሮስ መመደቢያ: የ ተመደበው ማክሮስ ራሱ በራሱ ሁኔታው ሲሟላ ይሄዳል </ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "የ ንግግር ሳጥን ተግባሩን ቀንሷል በሚጠራ ጊዜ ለ ማረም-የ ወረቀት ዝርዝር ከ ሰንጠረዥ ውስጥ"
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/00.po b/source/am/helpcontent2/source/text/swriter/00.po
index a2bde4133bd..d886ca5c297 100644
--- a/source/am/helpcontent2/source/text/swriter/00.po
+++ b/source/am/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-07 16:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "ደብዳቤ ማዋሀጃ"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index 3c12abbca7d..50ca16091ba 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "ሰነዱን ማረም አይችሉም በ ማተሚያ ቅድመ እይታ ላይ እያሉ"
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ከ ማተሚያ ቅድመ እይታ ለመውጣት: ይጫኑ የ <emph> ቅድመ እይታ መዝጊያ</emph> ቁልፍ</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS and LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">መፍጠሪያ hyperlink ለ አካሉ ማስገቢያ እርስዎ በ ከበቡት በ መክፈቻ (LS) እና በ መዝጊያ (LE) hyperlink tags. በ <emph> አካል </emph> መስመር ውስጥ: ይጫኑ በ ባዶው ሳጥን ውስጥ ከ አካሉ ፊት ለ ፊት እርስዎ hyperlink መፍጠር ለሚፈልጉት ለ: እና ከዛ ይጫኑ ይህን ቁልፍ: ይጫኑ ባዶው ሳጥን ውስጥ ከ አካሉ በኋላ እርስዎ hyperlink መፍጠር ለሚፈልጉት: እና ከዛ ይጫኑ ይህን ቁልፍ እንደገና: ሁሉም hyperlinks ልዩ መሆን አለባቸው: ዝግጁ የሚሆኑት ለ ሰንጠረዥ ይዞታ ብቻ ነው </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office.po b/source/am/officecfg/registry/data/org/openoffice/Office.po
index 421a56a944b..40c5c241af3 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-22 14:03+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/am/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "ማስታወሻ"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "የጽሁፍ ሰነዶች"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "ሰንጠረዦች"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "ማቅረቢያዎች"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "መሳያዎች"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ድህረ ገጾች"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ዋናው ሰንዶች"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "መቀመሪያ"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "የ ዳታቤዝ ሰነዶች"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 8de72debb89..656860dd939 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-09-09 11:26+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/am/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "ዳታ ~ማረጋገጫ..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ረድፎች ማጥፊያ"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "ዋንውን ተንሸራታች መቀየሪያ..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "ዋናው ገጽ..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "አምዶች ማስገቢያ"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "የ ተመረጡ አምዶች ማጥፊያ"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "ረድፎች ማጥፊያ"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "~ረድፎች ማጥፊያ"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "የ ተመረጡ ረድፎች ማጥፊያ"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "የ ~ገጽ ቁጥር"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "አምዶች ~በፊት"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ረድፎች ማጥፊያ"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~ረድፎች"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "የ ተመረጠውን ረድፍ ማጥፊያ"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/am/sc/messages.po b/source/am/sc/messages.po
index 5ff6e0b759b..bf7a3f50bdb 100644
--- a/source/am/sc/messages.po
+++ b/source/am/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/am/>\n"
@@ -32442,38 +32442,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "እርስዎ ይህን ምርጫ ሲያስችሉ: ሰንጠረዥ ቀደም ያለውን የ ክፍል ይዞታ ይጠብቃል ባዶ ክፍል በሚለጥፉ ጊዜ: ያለበለዚያ: ሰንጠረዥ ቀደም ያለውን የ ክፍል ይዞታ ያጠፋል "
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "ሌሎች ምርጫዎች"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "የ አምድ አ_ይነት:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "ይምረጡ አምድ በ ቅድመ እይታ መስኮት ውስጥ እና ይምረጡ የ ዳታ አይነት የሚፈጸመውን ለ መጣው ዳታ "
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "ጽሁፍ ወደ አምዶች"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ሜዳዎች"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "የ ማምጫ ምርጫ ማሰናጃ መጠኑ ለ ተወሰነ ዳታ "
diff --git a/source/am/sd/messages.po b/source/am/sd/messages.po
index a1f69b12ac7..c9f2d46e9f0 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-05-23 12:49+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/am/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ጽሁፍ ማስገቢያ"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "ዋናውን ተንሸራታች መጫኛ"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ብልጥ"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "በ ግራ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "በ ቀኝ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ከ ላይ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ከ ታች"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ከ ላይ በ ግራ በኩል?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ከ ታች በ ግራ በኩል?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ከ ላይ በ ቀኝ በኩል?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ከ ታች በ ቀኝ በኩል?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "በ አግድም"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "በ ቁመት"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ሁሉንም?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ይህን ተግባር በ live ዘዴ ማስኬድ አይቻልም"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ወደ ኋላ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ይቀጥሉ"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ባጠቃላይ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ቀለም መቀየሪያ"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "መስቀልኛ-ማፍዘዣ"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ተንሸራታች ማስፊያ"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "የ ተንሸራታች የ ሰንጠረዥ ይዞታዎች"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ምንም የ SANE ምንጭ ዝግጁ የሆነ አልተገኘም"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ለጊዜው ምንም የ TWAIN ምንጭ ዝግጁ የሆነ አልተገኘም"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "የተወሰነ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ተለዋዋጭ"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "መደበኛ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "መደበኛ (አጭር)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "መደበኛ (ረጅም)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "የ ፋይል ስም"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "መንገድ/የ ፋይል ስም"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "መንገድ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "የ ፋይሉ ስም ያለ ተጨማሪ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "አዲስ ተንሸራታች ማሳያ ማስተካከያ"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ኮፒ "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presentation format (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Drawing format (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "መለያያ Metafile(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ሁሉንም የ መሳያ እቃዎች መለያየት አልተቻለም"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Presentation"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION Drawing"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"መቀየር ይፈልጋሉ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "የተጎበኙ አገናኞች"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "ንቁ አገናኞች"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "የ ሰንጠረዥ ማውጫዎች"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ለማስጀመር እዚህ ይጫኑ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ደራሲው"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "ኢሜይል"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "የ ገጽ ቤት"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "በ በለጠ ለመረዳት"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ማቅረቢያውን ማውረጃ"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "የእርስዎ መቃኛ ተንሳፋፊ ክፈፎችን አይደግፍም"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "መጀመሪያ ገጽ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "የ መጨረሻው ገጽ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ምስል"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ከይዞታዎች ጋር"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ያለ ይዞታዎች"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ለተሰጠው ገጽ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "bitmap ወደ ፖሊጎን መቀየሪያ"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "ይጫኑ ከ ማቅረቢያው ለመውጣት..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ማቆሚያ..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3ዲ የምወዳቸው መፈጸሚያ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "የ ምስል ማጣሪያ"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"ዋጋ ያለው የድምፅ ፋይል አይደለም!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "ወደ metafile መቀየሪያ"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ወደ bitmap መቀየሪያ"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ፋይሉን መፍጠር አልተቻለም $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ፋይሉን መክፈት አልተቻለም $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ይህን ፋይል $(URL1) ኮፒ ማድረግ አልተቻለም ወደ $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "የ ዋናው ተንሸራታች ስም: በ ቀኝ ይጫኑ በ ዝርዝር ላይ ወይንም በ ንግግር ላይ:"
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ተንሸራታቹን እንደገና መሰየሚያ"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "ገጽ እንደገና መሰየሚያ"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "የ ተባዛ ወይንም ቦዶ ስም አይፈቀድም"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ስም"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "ዋናውን ተንሸራታች እንደገና መሰየሚያ"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "የ አርእስት ቦታ ራሱ በራሱ ማርቀቂያ"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "የ እቃ ቦታ ራሱ በራሱ ማርቀቂያ"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "የ ግርጌ ቦታ"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "የ ራስጌ ቦታ"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "የ ቀን ቦታ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "የ ተንሸራታች ቁጥር ቦታ"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "የ ገጽ ቁጥር ቦታ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ራስጌ>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ግርጌ>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ቀን / ሰአት>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<ቁጥር>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<መቁጠሪያ>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<የ ተንሸራታች-ስም>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<የ ገጽ-ስም>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "የ ማስታወሻዎች ቦታ"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ሀንጉል/ሀንጃ መቀየሪያ"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ተንሸራታቾች"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ገጾች"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "ቅድመ እይታ የለም"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "ቅድመ እይታ በማዘጋጀት ላይ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "እቅዶች"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "የ መሳያ ዘዴዎች"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "የ ማቅረቢያ ዘዴዎች"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "የ ክፍል ዘዴዎች"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ቅርጽ %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "የ መደብ ምስል ማሰናጃ"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "አስተያየቶች"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "የ ተንሸራታች ረቂቅ እንደነበረ መመለሻ"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ሰንጠረዥ ማስገቢያ"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ቻርት ማስገቢያ"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ምስል ማስገቢያ"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ድምፅ ወይንም ቪዲዮ ማስገቢያ"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "ገጾች መጎተቻ እና መጣያ"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "መጎተቻ እና መጣያ ተንሸራታቾች"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "እባክዎን ምስሎች ወደ አልበሙ ውስጥ ይጨምሩ"
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "የ ጽሁፍ ተንሸራታች"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "የ አካባቢ ኢላማ ዳይሬክቶሪ '%FILENAME' ባዶ አይደለም: አንዳንድ ፋይሎች ላይ ተደርቦ ተጽፏል: መቀጠል ይፈልጋሉ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "መደብ"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ረቂቅ"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "መቆጣጠሪያዎች"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "የ ወርድ ፡ ስፋት ፡ ቁመት መስመሮች"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ተንሸራታች"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ገጽ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ተንሸራታች"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "ዋናው ተንሸራታች"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "ዋናው ተንሸራታች:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ዋናው ገጽ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "ዋናው ገጽ:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ማስታወሻዎች)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ምፅዋት"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "የ አርእስት ጽሁፍ አቀራረብ ለ ማረም ይጫኑ"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "የ አርእስት ጽሁፍ ረቂቅ አቀራረብ ለ ማረም ይጫኑ"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "ሁለት ጊዜ-መታ ያድርጉ አርእስት በ ጽሁፍ አቀራረብ ውስጥ ለ ማረም:"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ረቂቅ በ ጽሁፍ አቀራረብ ውስጥ ለ ማረም:"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ሁለተኛ የ ረቂቅ ደረጃ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ሶስተኛ የ ረቂቅ ደረጃ"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "አራተኛ የ ረቂቅ ደረጃ"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "አምስተኛ የ ረቂቅ ደረጃ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ስድስተኛ የ ረቂቅ ደረጃ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ሰባተኛ የ ረቂቅ ደረጃ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ተንሸራቱቹን ለማንቀሳቀስ ይጫኑ"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "የ ማስታወሻ አቀራረብ ለ ማረም ይጫኑ"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ተንሸራታች ለ ማንቀሳቀስ:"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "ሁለት ጊዜ-መታ ያድርጉ የ ማስታወሻ አቀራረብ ለ ማረም:"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "አርእስት ለ መጨመር ይጫኑ"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "ጽሁፍ ለ መጨመር ይጫኑ"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "ማስታወሻዎች ለመጨመር ይጫኑ"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "ሁለት ጊዜ-መታ ያድርጉ አርእስት ለ መጨመር:"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ጽሁፍ ለ መጨመር:"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ጽሁፍ ለ መጨመር:"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "መታ ያድርጉ ጽሁፍ ለ ማረም:"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "ሁለት ጊዜ-መታ ያድርጉ ማስታወሻ ለ መጨመር:"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ሁለት-ጊዜ ይጫኑ ምስል ለመጨመር"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ሁለት-ጊዜ ይጫኑ እቃ ለመጨመር"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ሁለት-ጊዜ ይጫኑ ቻርት ለ መጨመር"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ሁለት-ጊዜ ይጫኑ የ ድርጅት ቻርት ለ መጨመር"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ሁለት-ጊዜ ይጫኑ ሰንጠረዥ ለመጨመር"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ነባር"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "አርእስት"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "ነባር የ መሳያ ዘዴ"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ተንሸራታቾችን ማንቀሳቀሻ"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "ገጾች ማስገቢያ"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "ገጽ ማስገቢያ"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "የ ተንሸራታች ባህሪዎች"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "መሙያ የሌላቸው እቃዎች"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "መሙያ እና መስመር የሌለው እቃ"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ጽሁፍ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "አርእስት A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "ራስጌ A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "ጽሁፍ A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "አርእስት A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "ራስጌ A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "ጽሁፍ A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "ንድፍ"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "ቅርጾች"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "መስመሮች"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "የ ቀስት መስመር"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "የ ዳሽ መስመር"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "የተሞላ"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "ሰማያዊ የተሞላ"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "አረንጓዴ የተሞላ"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "ቢጫ የተሞላ"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "ቀይ የተሞላ"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "እቅድ"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "እቅድ በ ሰማያዊ"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "እቅድ በ አረንጓዴ"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "እቅድ በ ቢጫ"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "እቅድ በ ቀይ"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "አርእስት"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ረቂቅ"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "የ መደቡ እቃዎች"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "መደብ"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ማምጫ"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ሰነድ ማስቀመጫ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "የ ፊደል መጠን ማሳነሻ"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "የ ፊደል መጠን ማሳደጊያ"
@@ -2431,637 +2467,637 @@ msgstr "የ ፊደል መጠን ማሳደጊያ"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "መሳያ መመልከቻ"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ረቂቅ መመልከቻ"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ተንሸራታች መመልከቻ"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ተንሸራታቾችን የሚለዩት እዚህ ነው"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ማስታወሻ መመልከቻ"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ምፅዋት መመልከቻ"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "የ ማቅረቢያ አርእስት"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "የ ማቅረቢያ ንድፍ"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "የ ማቅረቢያ ንዑስ አርእስት"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "የ ማቅረቢያ ገጽ"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "የ ማቅረቢያ ማስታወሻዎች"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "የ ማቅረቢያ ግርጌ"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "የ ማቅረቢያ ራስጌ"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "የ ማቅረቢያ ቀን እና ሰአት"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "የ ማቅረቢያ ገጽ ቁጥር"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME ማቅረቢያ"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "አርእስት"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ንድፍ"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ንዑስ አርእስት"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ገጽ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ማስታወሻዎች"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "በ እጅ የሚሰጥ"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "ያልታወቀ ሊደረስበት የሚችል የማቅረቢያ ቅርጽ"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ግርጌ"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ራስጌ"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ቀን"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ቁጥር"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(ለንባብ-ብቻ)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ምንም"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "የሚቀጥለውን እስክጫን"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ተንሸራታቹ እስከሚያልቅ"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "አቅጣጫ:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ማሳያ:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "ሽቦዎች:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "የ መጀመሪያ ቀለም:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ሁለተኛ ቀለም:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ቀለም መሙያ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ፊደል:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "የ ፈደል ቀለም:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ዘዴ:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "የ መስመር ቀለም:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "የ ፊደል መጠን:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "መጠን:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ብዛት:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ቀለም:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ድምጽ የለም)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ቀደም ያለውን ድምጽ ማቆሚያ)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ሌላ ድምጽ..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "ናሙና"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ማስነሻ"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "የተጠቃሚ መንገዶች"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "መግቢያ: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "ማጋነኛ: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "መውጫ: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "የ እንቅስቃሴ መንገድ: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "የተለያዩ: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ምንም"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ዛሬ"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ትናንትና"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ደራሲው የለም)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ ማቅረቢያው መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ ከ መጀመሪያው ማቅረቢያው ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ ከ ሰነዱ መጨረሻ ደርሷል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ ከሰነዱ መጀመሪያ ጋር ደርሷል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "አስተያየት ማስገቢያ"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "አስተያየት(ቶች) ማጥፊያ"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "አስተያየት ማንቀሳቀሻ"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "አስተያየት ማረሚያ"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "መልስ ለ %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "መገናኛ በ ድጋሚ ማጫወቻ"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ሰንጠረዥ"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ሰነድ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "ተንሸራታች በ ገጽ ውስጥ:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "ትእዛዝ:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~ይዞታዎች"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "የ ~ተንሸራታች ስም"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "የ ~ገጽ ስም"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~ቀን እና ሰአት"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "የተደበቁ ገጾች"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ቀለም"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~መጠን"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "መግለጫ ጽሁፍ"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "የ ገጽ ጎኖች"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ማካተቻ"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "የ ወረቀት ትሪ ከ ማተሚያ ምርጫዎች ውስጥ ብቻ ~መጠቀሚያ"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "ገጾች:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "ተንሸራታች:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጨረሻው ማስደነቂያ ድረስ ፈልጓል: ከ መጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ማስደነቂያ እስከ መጀመሪያው ማስደነቂያ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME መሳያ እስከ መጨረሻው ሰነድ ድረስ ፈልጓል: ከመጀመሪያው ጀምሮ መቀጠል ይፈልጋሉ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME መሳያ እስከ መጀመሪያው ሰነድ ድረስ ፈልጓል: እስከ መጨረሻው ድረስ መቀጠል ይፈልጋሉ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "እንቅስቃሴ"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "አገናኝ"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~ይቀጥሉ"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~ያለፈው"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "የ ~መጀመሪያው ተንሸራታች"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "የ ~መጨረሻው ተንሸራታች"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ክፍል መዝጊያ"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/am/svtools/messages.po b/source/am/svtools/messages.po
index fa0388b212e..f20d55230d8 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-12-06 02:38+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/am/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/am/sw/messages.po b/source/am/sw/messages.po
index e6d354d96ad..37259b6a3a1 100644
--- a/source/am/sw/messages.po
+++ b/source/am/sw/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 17:17+0200\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: Amharic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/am/>\n"
"Language: am\n"
@@ -16921,230 +16921,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "የማውጫ ማስገቢያ መጨመሪያ"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "የ ተመረጠውን ማስገቢያ ከ ማውጫ ውስጥ ማጥፊያ: የ ጽሁፍ ማስገቢያ ከ ሰነድ ውስጥ አይጠፋም "
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ማስገቢያ"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "በ አዲስ ተጠቃሚ-የሚወሰን ማውጫ"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "ከ ምርጫ ውስጥ ማስገቢያ ማሻሻያ"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "ዋናው ማስገቢያ"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "ሙሉ ቃሎቹን ብቻ"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "ጉዳዩን ማመሳሰያ"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "ይዘላል ወደ ቀደም ያለው ማውጫ ማስገቢያ ተመሳሳይ አይነት በ ሰነዱ ውስጥ"
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "ይዘላል ወደ ሚቀጥለው ማውጫ ማስገቢያ ተመሳሳይ አይነት በ ሰነዱ ውስጥ"
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/an/cui/messages.po b/source/an/cui/messages.po
index 0126b2e54a8..300e6f8b4c5 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-17 21:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/an/>\n"
@@ -16689,79 +16689,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Documento de texto"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Documento HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Documento m~aestro"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Fuella de calculo"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentación"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "~Debuxo"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/an/officecfg/registry/data/org/openoffice/Office.po b/source/an/officecfg/registry/data/org/openoffice/Office.po
index 3284c8bc81e..64e900214e4 100644
--- a/source/an/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/an/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-17 21:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/an/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1542022401.000000\n"
@@ -13363,91 +13363,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notas"
-#. yTC5S
+#. UFMvH
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documentos de texto"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Fuellas de calculo"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentacions"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dibuixos"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Pachinas web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documentos mayestros"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulas"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documentos de la base de datos"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 d801c189fad..68304ce1b89 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-09 03:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/an/>\n"
@@ -2350,6 +2350,17 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eliminar ringleras"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -10108,14 +10119,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11504,6 +11515,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ficar columnas"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -28354,36 +28375,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
#, fuzzy
@@ -33810,16 +33801,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Numero de página"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -35059,6 +35069,38 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eliminar ringleras"
+
+#. DDmHu
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Ringleras"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/an/sc/messages.po b/source/an/sc/messages.po
index 2a9cba27cc2..429b4e74458 100644
--- a/source/an/sc/messages.po
+++ b/source/an/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/an/>\n"
@@ -34397,38 +34397,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Campos"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/an/sd/messages.po b/source/an/sd/messages.po
index f6e4ceccdc8..0051d9711a5 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/an/>\n"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022406.000000\n"
#. WDjkB
@@ -1220,254 +1220,284 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Ficar una fuella"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Iniciar"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Enta la cucha"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Enta la dreita"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Cobalto"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Cobaixo"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "~Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Totz"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr ""
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr ""
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr ""
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estandar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nombre d'o fichero"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
#, fuzzy
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Rota/Nombre d'o fichero"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr ""
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1475,159 +1505,159 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Texto"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hipervinclo"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Nombres"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Apellidos"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Texto"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imachen"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1635,803 +1665,809 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nombre"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pachinas"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Disenyo"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de celda"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentarios"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ficar una fuella"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ficar una imachen"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fundo"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disenyo"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pachina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Por defecto"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titol"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texto"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titol"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr ""
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fundo"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Alzar o documento"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2439,650 +2475,650 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentación"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentación"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentación"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentación"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titol"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pachina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Piet de pachina"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Capitero"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Calendata"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numero"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "~Garra"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Escala"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipo de letra"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr ""
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "~Color"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sencilla"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Garra"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hue,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edita o comentario..."
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Conteniu"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/an/svtools/messages.po b/source/an/svtools/messages.po
index 8d0e692456c..8ad69125a2e 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-17 21:38+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Aragonese <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/an/>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/an/sw/messages.po b/source/an/sw/messages.po
index df11aaa7cc1..4345736bc93 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+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"
@@ -17146,230 +17146,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ficar"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ar/cui/messages.po b/source/ar/cui/messages.po
index cdabef0f7be..3bc217da163 100644
--- a/source/ar/cui/messages.po
+++ b/source/ar/cui/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ar/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "_حفظ دائمًا بنسق:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "مستند نص"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "مستند HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "مستند رئيسي"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "جدول مُمتد"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "عرض تقديمي"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "الرسم"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "الصيغة"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "نوع المست_ند:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "نسق الملف المبدئيّ و إعدادات ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ar/helpcontent2/source/text/scalc.po b/source/ar/helpcontent2/source/text/scalc.po
index 743b2b1b093..994032995af 100644
--- a/source/ar/helpcontent2/source/text/scalc.po
+++ b/source/ar/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-01-27 17:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/ar/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/shared/01/04050000.xhp\">تعليق</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc/00.po b/source/ar/helpcontent2/source/text/scalc/00.po
index ab8f8f44001..612ea058100 100644
--- a/source/ar/helpcontent2/source/text/scalc/00.po
+++ b/source/ar/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc/01.po b/source/ar/helpcontent2/source/text/scalc/01.po
index b548e552886..d1d27e8aedb 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-02-18 20:36+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ar/>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Yes"
-msgstr "نعم"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "لا"
-
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,22 +3571,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43441,13 +43423,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc/guide.po b/source/ar/helpcontent2/source/text/scalc/guide.po
index ce1777e41e9..2fe435bce74 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-08 14:24+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ar/>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr ""
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc/menu.po b/source/ar/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ar/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index f23f00ae1ce..98f67447d63 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ar/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">للوصول لهذا الأمر...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "قائمة ملف"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
+msgid "New (the icon shows the type of the new document)."
msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr ""
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
msgstr ""
-#. 8UBzJ
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr ""
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr ""
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr ""
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 1652d66c192..804b4c8f915 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-08 14:24+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ar/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">أحداث</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/swriter/00.po b/source/ar/helpcontent2/source/text/swriter/00.po
index d571443a8ef..9d50da27fe0 100644
--- a/source/ar/helpcontent2/source/text/swriter/00.po
+++ b/source/ar/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ar/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "دمج المراسلات"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index 06fa1afd546..6567cf59fff 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-07 18:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ar/>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office.po b/source/ar/officecfg/registry/data/org/openoffice/Office.po
index 748fac061bf..d0783077c92 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-04 16:15+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ar/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "ملاحظات"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "مستندات نصية"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "جداول مُمتدة"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "عروض تقديمية"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "رسومات"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "صفحات وب"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "المستندات الرئيسية"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "الصيغ"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "مستندات قاعدة البيانات"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 e1500aa9cce..2bd7d681ccc 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ar/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "احذف الصفوف"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9562,14 +9572,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "غيّر رئيسية الشرائح..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10874,6 +10884,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "أدرج أعمدة"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26657,36 +26677,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31943,15 +31933,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "رقم الص~فحة"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33123,6 +33133,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "أعمدة ~قبل"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "احذف الصفوف"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~صفوف"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "احذف الصفوف المحددة"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ar/sc/messages.po b/source/ar/sc/messages.po
index e95b31c82c5..5abb144440b 100644
--- a/source/ar/sc/messages.po
+++ b/source/ar/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ar/>\n"
@@ -32853,38 +32853,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "خيارات أخرى"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "_نوع العمود:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "نص إلى أعمدة"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "حقول"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ar/sd/messages.po b/source/ar/sd/messages.po
index af6a38b99fb..e8d47e43359 100644
--- a/source/ar/sd/messages.po
+++ b/source/ar/sd/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ar/>\n"
@@ -1223,249 +1223,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "إدراج نص"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "حمّل شريحة رئيسة"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ذكي"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "يسار"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "يمين"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "أعلى"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "أسفل"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "أعلى اليسار؟"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "أسفل اليسار؟"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "أعلى اليمين؟"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "أسفل اليمين؟"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "أفقي"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "رأسي"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "الكل؟"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "لا يمكن تنفيذ هذه العملية في الوضع المباشر."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "رجوع"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "متابعة"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "التلخيص"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "مبدّل اللون"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "الانتقال التدريجي"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "توسيع الشريحة"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "شريحة جدول المحتويات"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ليس هناك مصدر SANE متوفر حاليًا."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "لا يوجد حاليًا مصدر TWAIN متوفر."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ثابت"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "متغير"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "قياسي"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "قياسي (قصير)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "قياسي (طويل)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "اسم الملف"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "المسار/اسم الملف"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "المسار"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "اسم الملف بِلا امتداد"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "عرض تقديمي مخصّص جديد"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "نسخ "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "نسق عرض %PRODUCTNAME تقديمي (إمبريس 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "نسق رسم %PRODUCTNAME (درو 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "فك تجميع ملف(ات) التعريف..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "تعذر فك تجميع جميع الكائنات الرسومية."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "عرض %PRODUCTNAME %PRODUCTVERSION تقديمي"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "رسم %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1475,158 +1505,158 @@ msgstr ""
"هل تريد استبداله؟"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "النص"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "رابط تشعبي"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "رابط مُزار"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "رابط نشط"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ملاحظات"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "جدول المحتويات"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "انقر هنا للبدء"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "المؤلف"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "البريد الالكتروني"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "الصفحة الرئيسية"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "معلومات إضافية"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "تنزيل العرض التقديمي"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "لسوء الحظ، متصفحك لا يدعم الإطارات العائمة."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "الصفحة الأولى"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "الصفحة الأخيرة"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "النص"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "صورة"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "بمحتويات"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "بِلا محتويات"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "إلى الصفحة المحددة"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "تحويل الصورة النقطية إلى مضلع"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "انقر لإنهاء العرض..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "إيقاف مؤقت..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "تطبيق الخصائص ثلاثية الأبعاد المُفضلة"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "مرشّح الصور"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1636,799 +1666,805 @@ msgstr ""
"ليس ملفًّا صوتيًّا صالحًا!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "تحويل إلى ملف تعريف"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "تحويل إلى صورة نقطية"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "تعذر إنشاء الملف $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "تعذر فتح الملف $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "تعذر نسخ الملف $(URL1) إلى $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "اسم الشريحة الرئيسة. انقر يمينًا لتعرض قائمة بها أو انقر لتعرض حواراً."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "أعدْ تسمية الشريحة"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "أعدْ تسمية الصفحة"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "الأسماء المكررة أو الفارغة غير مقبولة"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "الاسم"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "أعدْ تسمية الشريحة الرئيسة"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "منطقة العنوان للمخططات التلقائية"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "منطقة الكائن للمخططات التلقائية"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "منطقة التذييل"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "منطقة الرأس"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "منطقة التاريخ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "منطقة رقم الشريحة"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "منطقة رقم الصفحة"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<رأس>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<تذييل>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<التاريخ/الوقت>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<الرقم>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<المرات>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<اسم-الشريحة>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<اسم-الصفحة>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "منطقة الملاحظات"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "تحويل هانغول/هانجا"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "الشرائح"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "صفحات"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "المعاينة غير متوفرة"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "تجهيز المعاينة"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "المخططات"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "طُرُز الرسم"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "طُرُز العرض التقديمي"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "طُرُز الخلايا"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "شكل %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "عيّن صورة الخلفية"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "تعليقات"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "صفّر مخطط الشريحة"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "أدرج جدولاً"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "أدرج رسمًا بيانيًا"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "أدرج صورة"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "أدرج صوتيًّا أو مرئيًّا"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "سحب وإسقاط الصفحات"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "سحب وإسقاط الشرائح"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "يرجى إضافة صور إلى الألبوم."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "شريحة النص"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "الدليل الوجهة المحلي ”%FILENAME“ ليس فارغًا. قد يُكتب فوق بعض الملفات. أتريد المتابعة؟"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "الخلفية"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "كائنات الخلفيّة"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "مخطط"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "المتحكّمات"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "خطوط القياس"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "شريحة"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "الصفحة"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "شريحة"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "الشريحة الرئيسية"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "الشريحة الرئيسية:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "الصفحة الرئيسية"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "الصفحة الرئيسية:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ملاحظات)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "نشرات"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "انقر لتحرير تنسيق نص العنوان"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "انقر لتحرير نسَق نص المخطط"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "قرع مزدوج لتحرير نسَق نص العنوان"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "قرع مزدوج لتحرير نسَق نص المخطط"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "المستوى الثاني للمخطط"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "المستوى الثالث للمخطط"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "المستوى الرابع للمخطط"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "المستوى الخامس للمخطط"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "المستوى السادس للمخطط"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "المستوى السابع للمخطط"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "انقر لإزاحة الشريحة"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "انقر لتحرير تنسيق الملاحظات"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "قرع مزدوج لتحريك الشريحة"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "قرع مزدوج لتحرير نسَق الملاحظات"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "انقر لإضافة عنوان"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "انقر لإضافة نصّ"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "انقر لإضافة نصّ"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "انقر لإضافة ملاحظات"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "قرع مزدوج لإضافة عنوان"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "قرع مزدوج لإضافة نص"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "قرع مزدوج لإضافة نص"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "اقرع لتحرير النص"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "قرع مزدوج لإضافة ملاحظات"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "انقر مزدوجًا لإضافة صورة"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "انقر مزدوجًا لإضافة كائن"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "انقر مزدوجًا لإضافة رسم بيانيّ"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "انقر مزدوجًا لإضافة رسم بيانيّ هيكليّ"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "انقر مزدوجًا لإضافة جدول مُمتد"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "المبدئيّ"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "العنوان"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "طراز الرسم المبدئي"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "إزاحة الشرائح"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "أدرج صفحات"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "أدرج صفحة"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "خصائص الشريحة"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "كائن بِلا تعبئة"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "كائن بلا تعبئة وبلا خط"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "النص"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "أي4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "أي4 عنوان"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "أي4 خط عنوان"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "أي4 نص"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "أي0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "أي0 عنوان"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "أي0 خط عنوان"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "أي0 نص"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "رسم"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "أشكال"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "خطوط"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "خط سهم"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "خط مقطّع"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "مملوء"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "أزرق مملوء"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "أخضر مملوء"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "أصفر مملوء"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "أحمر مملوء"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "خُطّط"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "خُطّط بالازرق"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "خُطّط بالاخضر"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "خُطّط بالاصفر"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "خُطّط بالاحمر"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "العنوان"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "العنوان الفرعي"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "المخطط"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "كائنات الخلفية"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "الخلفية"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ملاحظات"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "استيراد باوربوينت"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "حفظ المستند"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "قلّص مقاس الخط"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "كبّر حجم الخط"
@@ -2436,650 +2472,650 @@ msgstr "كبّر حجم الخط"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "عرض الرسم"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "عرض الرسم"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "عرض المخطط"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "عرض الشرائح"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "هنا يمكن فرز الشرائح."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "عرض الملاحظات"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "عرض النشرة"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "أنماط العرض التقديمي"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "أنماط العرض التقديمي"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
#, fuzzy
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "أنماط العرض التقديمي"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "عرض تقديمي"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "أنماط العرض التقديمي"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "نشرة"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "تذييل‌العَرض‌التقديمي"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "رأس‌العَرض‌التقديمي"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "عرض%PRODUCTNAME تقديمي"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "العنوان"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "تخطيط"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "العنوان الفرعي"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "الصفحة"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "الملاحظات"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "نشرة"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "تذييل"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "الرأس"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "التاريخ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "رقم"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(للقراءة فقط)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "بلا"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "حتى النقرة التالية"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "حتى انتهاء الشريحة"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "الاتجاه:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "تكبير/تصغير"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "المحاور"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "اللون الأول:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "اللون الثاني:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "لون الملء:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "الطراز:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "الخط:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "لون الخط:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "الطراز:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "النسق"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "لون الخط:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "حجم الخط:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "الحجم:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "الكمية:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "اللون:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(بلا صوت)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(أوقِف الصوت السابق)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "صوت آخر..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "نموذج"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "بدء تشغيل"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "مسارات المستخدم"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "دخول: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "تشديد: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "خروج: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "مسارات حركة: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "متنوعة: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "بِلا"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "اليوم،"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "الأمس،"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(دون مؤلف)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "بلغ %PRODUCTNAME امبريس نهاية العرض التقديمي. هل تريد المتابعة من البداية؟"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "بلغ %PRODUCTNAME امبريس بداية العرض التقديمي. هل تريد المتابعة إلى النهاية؟"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "بلغ %PRODUCTNAME درو نهاية المستند. هل تريد المتابعة من البداية؟"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "بلغ %PRODUCTNAME درو بداية المستند. هل تريد المتابعة إلى النهاية؟"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "أدرج تعليقًا"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "احذف التعليق (التعليقات)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "نقل تعليق"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "تحرير التعليق"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "رد على %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "تشغيل الوسائط"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "جدول"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "مستند"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "الشرائح لكل صفحة:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "الترتيب:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "الم~حتويات"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "اسم ال~شريحة"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "اسم ال~صفحة"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ال~تاريخ والوقت"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "الصفحات المخفية"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "اللون"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ال~حجم"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "_كتيب"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "جوانب الصفحة"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "تضمين"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "اس~تخدم فقط درج الورق من تفضيلات الطابعة"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "الصفحات:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "الشرائح:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "بحث %PRODUCTNAME امبريس حتى نهاية العَرض التقديمي. هل تريد المتابعة من البداية؟"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "بحث %PRODUCTNAME امبريس حتى بداية العرض. هل تريد متابعة البحث حتى النهاية؟"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "بحث %PRODUCTNAME درو حتى نهاية العرض. هل تريد البحث من البداية؟"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "بحث %PRODUCTNAME درو حتى بداية العرض. هل تريد متابعة البحث من النهاية؟"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "متحرك"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "ارتباط"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "ال~تالي"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "ال~سابق"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "الشريحة الأ~ولى"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "الشريحة الأ~خيرة"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "أغلق اللوحة"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ar/svtools/messages.po b/source/ar/svtools/messages.po
index d5aed4a2d47..1c0b03f4f73 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-04 16:16+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ar/>\n"
@@ -864,10 +864,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ar/sw/messages.po b/source/ar/sw/messages.po
index cf1132e7ab5..b27221d5267 100644
--- a/source/ar/sw/messages.po
+++ b/source/ar/sw/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-07-15 17:09+0000\n"
"Last-Translator: Riyadh Talal <riyadhtalal@gmail.com>\n"
"Language-Team: Arabic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ar/>\n"
@@ -16963,230 +16963,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "أدرج مُدخَل فهرس"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "يحذف المُدخَل المحدد من الفهرس. لن يُحذَف نص المُدخَل في المستند."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "أدرج"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "فهرس جديد عرّفه المستخدم"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "حدث المُدخل من التحديد"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "المُدخل الرئيسي"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "كلمات كاملة فقط"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "طابق حالة الأحرف"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "المُدخَل التالي (نفس الاسم)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "يقفز إلى مُدخَل الفهرس التلي من نفس النوع وبنفس الاسم في المستند."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "المُدخَل السابق (نفس الاسم)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "يقفز إلى مُدخَل الفهرس السابق من نفس النوع وبنفس الاسم في المستند."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "المُدخَل السابق"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "يقفز إلى مُدخَل الفهرس السابق من نفس النوع في المستند."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "المُدخَل التالي"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "يقفز إلى مُدخَل الفهرس التالي من نفس النوع في المستند."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/as/cui/messages.po b/source/as/cui/messages.po
index 7507804def4..1d732cf4b09 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-05-13 23:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/as/>\n"
@@ -16977,75 +16977,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "সদায় এই ধৰণে সংৰক্ষণ কৰিব (_v):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "টেক্সট দস্তাবেজ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML দস্তাবেজ"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "মাষ্টাৰ দস্তাবেজ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "স্প্ৰেডশ্বীট্"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "উপস্থাপন"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ড্রয়িং"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "সূত্র"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "দস্তাবেজৰ ধৰণ (_o):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "অবিকল্পিত ফাইল ফৰ্মেট আৰু ODF পছন্দ"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/as/officecfg/registry/data/org/openoffice/Office.po b/source/as/officecfg/registry/data/org/openoffice/Office.po
index 9c10f35a731..bbc26db55aa 100644
--- a/source/as/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -12511,86 +12511,85 @@ msgctxt ""
msgid "Notes"
msgstr "টোকাসমূহ"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "লিখনী দস্তাবেজ"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "স্প্ৰেডশ্বীটসমূহ"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "পৰিৱেশনসমূহ"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "অঙ্কণসমূহ"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ৱেব পৃষ্ঠাসমূহ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "দস্তাবেজ"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "সূত্রসমূহ"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ডাটাবেইচ দস্তাবেজসমূহ"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 0ae90d55184..1bde1baeb17 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2253,6 +2253,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "শাৰীসমূহ মচক"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9664,14 +9674,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10990,6 +11000,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "স্তম্ভসমূহ সুমুৱাওক (~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26941,36 +26961,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32302,15 +32292,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "পৃষ্ঠা সংখ্যা (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33496,6 +33506,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "শাৰীসমূহ মচক"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "শাৰীসমূহ (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/as/sc/messages.po b/source/as/sc/messages.po
index 5114e09a199..f7eb2cab240 100644
--- a/source/as/sc/messages.po
+++ b/source/as/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/as/>\n"
@@ -33245,40 +33245,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "অন্য বিকল্পসমূহ"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "স্তম্ভৰ ধৰণ (_y)"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "লিপিৰ পৰা স্তম্ভলৈ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ফিল্ডবোৰ"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/as/sd/messages.po b/source/as/sd/messages.po
index 25a25129abf..c9f4837ca35 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/as/>\n"
@@ -1233,249 +1233,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "টেক্সট ভৰাওক"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "স্মাৰ্ট"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "বাওঁফাল"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "সোঁফাল"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ওপৰ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "তলত"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "বাওঁফালে ওপৰৰ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "বাওঁফালে তলত?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "সোঁফালৰ ওপৰত?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "সোঁফালে তলত?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "অনুভূমিক"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "উলম্ব"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "সকলো?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "চলন্ত অৱস্থাটোত এই কাৰ্যটো ৰান কৰিব নোৱাৰি."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "পাছত"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "অব্যাহত ৰখা"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "অভাৰভিউ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ৰং পৰিৱৰ্তক"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ক্রছ-ফেড কৰা"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "শ্লাইড প্রসাৰিত কৰক"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "বিষয়সূচীৰ শ্লাইড"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "এই মূহুৰ্তটোত কোনো SANE উত্স মজুত নাই."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "বৰ্তমান কোনো TWAIN উত্স মজুত নাই."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "নির্দিষ্ট"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "চলক"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "মানবিশিষ্ট"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "মানবিশিষ্ট (চুটি)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "মানবিশিষ্ট (দীঘল)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ফাইলৰ নাম"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "পথ/ফাইলৰ নাম"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "পথ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "প্রসাৰণৰ অবিহনে ফাইলৰ নাম"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "নতুন কাষ্টম শ্লাইড দেখুৱাওক"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "প্রতিলিপি "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "গোটমুক্ত মেটাফাইল(বোৰ)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "সকলোবোৰ অঁকা বস্তু গোট মুক্ত কৰাটো সম্ভৱ নাছিল."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1485,158 +1515,158 @@ msgstr ""
"আপুনি ইয়াক প্ৰতিস্থাপন কৰিব বিচাৰেনে ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "হাইপাৰলিংক"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "পৰিদৰ্শিত সংযোগ"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "সক্রিয় সংযোগ"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "টিপ্পনীবোৰ"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "বিষয়বোৰৰ টেবুল"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "আৰম্ভ কৰিবলৈ ইয়াত ক্লিক কৰক"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "লেখক"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "মুখ্য পৃষ্ঠা"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "অতিৰিক্ত তথ্য"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "প্রেজেন্টেশ্বন্ ডাউনল'ড্ কৰক"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "দুৰ্ভাগ্যক্ৰমে আপোনাৰ ব্রাউজাৰটোৱে ফ্লটিং ফ্রেমবোৰ সমৰ্থন কৰা নাই।"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "প্রথম পৃষ্ঠা"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "অন্তিম পৃষ্ঠা"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "টেক্সট"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ছবি"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "বিষয়বোৰৰ সৈতে"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "বিষয়বোৰৰ অবিহনে"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "দিয়া পৃষ্ঠালৈ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "বিটমেপবোৰ বহুভুজলৈ সলনি কৰক"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "প্রেজেন্টেশ্বনৰ পৰা প্রস্থান কৰিবলৈ ক্লিক কৰক..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "সাময়িক বিৰতি..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D ফেভৰাইট প্ৰয়োগ কৰক"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "ছবি ফিল্টাৰ"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1647,802 +1677,808 @@ msgstr ""
"ফাইলটো এটা কাৰ্যকৰী ধ্বনি ফাইল নহয় !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "মেটা ফাইললৈ সলনি কৰক"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "বিটমেপলৈ সলনি কৰক"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ফাইলটো সৃষ্টি কৰিব নোৱাৰি."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ফাইলটো খুলিব পৰা নগ'ল."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1)ফাইলটো $(URL2) লৈ প্ৰতিলিপি কৰিব পৰা নগ'ল."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "শ্লাইডৰ পুনৰ নাম দিয়ক"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "নাম"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "স্বয়ংক্ৰিয় খচৰাৰ কাৰণে শিৰোনাম এৰিয়া"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "স্বয়ংক্ৰিয় খচৰাৰ কাৰণে বস্তুৰ এৰিয়া"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ফুটাৰ এৰিয়া"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "হেডাৰ এৰিয়া"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ডাটা এৰিয়া"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "শ্লাইড সংখ্যাৰ এৰিয়া"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "পৃষ্ঠা সংখ্যাৰ এৰিয়া"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "টোকাসমূহৰ স্থান"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "হানগল/হানজ ৰূপান্তৰকৰণ"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "শ্লাইডবোৰ"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "পৃষ্ঠাবোৰ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "পূৰ্বদৃশ্য উপলব্ধ নহয়"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "পূৰ্বদৃশ্য প্ৰস্তুত কৰি আছে"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "খচৰাবোৰ"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "উপস্থাপন শীৰ্ষক"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "শৈলীবোৰ"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "আকৃতি %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "মন্তব্যসমূহ"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইড বিস্তাৰ পুনৰ সংহতি কৰক"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ফাইল ভৰাওক"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ছার্ট ভৰাওক"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ছবি সুমুৱাওক"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "পৃষ্ঠাসমূহ ড্ৰেগ আৰু ড্ৰপ কৰক"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "স্লাইডসমূহ ড্ৰেগ আৰু ড্ৰপ কৰক"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "অনুগ্ৰহ কৰি এলবামলৈ ছবিবোৰ যোগ কৰক।"
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "লিখনী স্লাইড"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "স্থানীয় লক্ষ্য ডাইৰেকটৰি '%FILENAME'খন খালী নহয়. কিছুমান ফাইল পুনৰ লিখিবলগীয়া হ'ব পাৰে. আপুনি অব্যাহত ৰাখিবলৈ বিচাৰেনেকি?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "নিয়ন্ত্রণবোৰ"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা ৰেখাবোৰ"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "শ্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "শ্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টাৰ পৃষ্ঠাসমূহ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(টিপ্পনীবোৰ)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "হেণ্ডআউটবোৰ"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিৰোনাম টেক্সট ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ৰূপৰেখা টেক্সট ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় ৰূপৰেখা স্তৰ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় ৰূপৰেখা স্তৰ"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ ৰূপৰেখা স্তৰ"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম ৰূপৰেখা স্তৰ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ ৰূপৰেখা স্তৰ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম ৰূপৰেখা স্তৰ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "শ্লাইডৰ স্থান পৰিৱর্তন কৰিবলৈ ক্লিক কৰক"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "টিপ্পনীবোৰৰ ফৰমেট সম্পাদনা কৰিবলৈ ক্লিক কৰক"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "শীৰ্ষক যোগ কৰিবলৈ ক্লিক কৰক"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "টেক্সট যোগ কৰিবলৈ ক্লিক কৰক"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "টেক্সট যোগ কৰিবলৈ ক্লিক কৰক"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "টোকাসমূহ যোগ কৰিবলে ক্লিক কৰক"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "এটা ছবি যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "এটা অবজেক্ট যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "এটা চাৰ্ট যোগ কৰিবলে দুবাৰ-ক্লিক কৰক"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "এটা সংঘঠন চাৰ্ট যোগ কৰিবলৈ দুবাৰ-ক্লিক কৰক"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "এটা স্প্ৰেডশ্বীট যোগ কৰিবলৈ দুবাৰ ক্লিক কৰক"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ডিফল্ট"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিৰোনাম"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "শ্লাইডবোৰৰ স্থান পৰিৱর্তন কৰক"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "পূর্ণ নকৰা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "কোনো পূৰ্ণ আৰু কোনো শাৰী নহোৱাকৈ অবজেক্ট"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিৰোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিৰোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ৰূপৰেখা"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পৃষ্ঠভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "টিপ্পনীবোৰ"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "পাৱাৰ পইণ্ট আমদানি"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ডকুমেন্ট ছেভ কৰক"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2450,661 +2486,661 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ড্ৰয়িং দৃশ্য"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ড্ৰয়িং দৃশ্য"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ৰূপৰেখা দৃশ্য"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "শ্লাইডবোৰৰ দৰ্শন"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "এইখিনিতেই আপুনি শ্লাইডবোৰৰ বৰ্গীকৰণ কৰে."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "টিপ্পনী দৃশ্য"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "এইখিনিতেই দৃশ্য"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপন শীৰ্ষক"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentationSubtitle"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentationPage"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresentationNotes"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "হেণ্ডআউট"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnknownAccessiblePresentationShape"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentationFooter"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentationHeader"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentationDateAndTime"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentationPageNumber"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপন"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শীৰ্ষক"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "আউটলাইনাৰ"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশীৰ্ষক"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "টোকাসমূহ"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "হেণ্ডআউট"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "অজ্ঞাত অভিগম্য উপস্থাপন আকৃতি"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ফুটাৰ"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "হেডাৰ"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তাৰিখ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(কেৱল-পঢ়িব পৰা)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনো নহয়"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পৰৱৰ্তী ক্লিক পৰ্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "শ্লাইড শেষ নোহোৱা পৰ্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিশ (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "জুম"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্প'কবোৰ"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় ৰং"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফণ্ট"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "লেবেল হিচাপে প্ৰথম শাৰী"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপফেচ"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ৰেখাৰ ৰং"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "আখৰৰ আকাৰ"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকাৰ"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "পৰিমাণ"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ৰং"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ধ্বনি নাই)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূৰ্বৱৰ্তী ধ্বনি বন্ধ কৰক)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্য ধ্বনি..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্ৰিগাৰ"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ব্যৱহাৰকাৰী পথসমূহ"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "গতিৰ পথবোৰ"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনো নহয়"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Today,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Yesterday,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "লেখক"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress প্ৰদৰ্শনৰ শেষত আহি পাইছে। আপুনি আৰম্ভণীৰ পৰা চলাব বিচাৰে নে?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress প্ৰদৰ্শনৰ আৰম্ভণীত আহি পাইছে। আপুনি শেষৰ পৰা চলাব বিচাৰে নে?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw দস্তাবেজৰ শেষত আহি পাইছে। আপুনি আৰম্ভনীৰ পৰা চলাব বিচাৰে নে?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw দস্তাবেজৰ আৰম্ভণীত আহি পাইছে। আপুনি শেষৰ পৰা চলাব বিচাৰে নে?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সোমাওক"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য(সমূহ) মচি দিয়ক"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য সঞ্চলন কৰক"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদন কৰক"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 লে উত্তৰ দিয়ক"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মেডিয়া পুনৰ বজাওক"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবুল"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "দস্তাবেজ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "সমলসমূহ"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডৰ নাম"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্টাৰ নাম"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তাৰিখ আৰু সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকাই থকা পৃষ্টাসমূহ"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ৰং"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকাৰ"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "পুস্তিকা (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠাৰ কাষবোৰ"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভূক্ত কৰক"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্ৰিন্টাৰ পছন্দসমূহৰ পৰা কেৱল পৃষ্ঠা ট্ৰে ব্যৱহাৰ কৰক (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "উপস্থাপনটোৰ শেষলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি আৰম্ভণিত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "উপস্থাপনটোৰ আৰম্ভণিলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি শেষত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "দস্তাবেজটোৰ শেষলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি আৰম্ভণিত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "দস্তাবেজটোৰ আৰম্ভণিলৈকে %PRODUCTNAME ইম্প্ৰেছে সন্ধান কৰিছে. আপুনি শেষত সন্ধান অব্যাহত ৰাখিব বিচাৰেনেকি ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/as/svtools/messages.po b/source/as/svtools/messages.po
index 22182a10a1c..13eca2fdfe6 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/as/>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/as/sw/messages.po b/source/as/sw/messages.po
index 502ab010eda..2541f49592b 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-05-12 07:37+0000\n"
"Last-Translator: Mondeep Kalita <epicdeep09@gmail.com>\n"
"Language-Team: Assamese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/as/>\n"
@@ -17326,230 +17326,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "সূচী প্রৱিষ্টি ভৰাওক"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "সুমুৱাওক"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "নতুন ব্যৱহাৰকৰ্তাৰ দ্বাৰা সংজ্ঞা নিৰূপিত সূচী"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "মুখ্য প্রৱিষ্টি"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "কেৱল সম্পূৰ্ণ শব্দ"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "ফলা মিল খোৱাওক"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po b/source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
index 96186d14991..2bcb4d221d2 100644
--- a/source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po
+++ b/source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.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: 2022-03-21 12:30+0100\n"
-"PO-Revision-Date: 2020-01-07 12:09+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
-"Language-Team: Asturian <https://weblate.documentfoundation.org/projects/libo_ui-master/connectivityregistrymysqlcorgopenofficeofficedataaccess/ast/>\n"
+"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/connectivityregistrymysqlcorgopenofficeofficedataaccess/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.15.2\n"
"X-POOTLE-MTIME: 1538496515.000000\n"
#. bTkZz
@@ -24,4 +24,4 @@ msgctxt ""
"DriverTypeDisplayName\n"
"value.text"
msgid "MySQL/MariaDB Connector"
-msgstr ""
+msgstr "Coneutor MySQL/MariaDB"
diff --git a/source/ast/cui/messages.po b/source/ast/cui/messages.po
index 2f8a17428cd..0027711b75a 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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-12 11:48+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+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"
@@ -9824,7 +9824,7 @@ msgstr "Ficheru"
#: cui/uiconfig/ui/galleryupdateprogress.ui:98
msgctxt "galleryupdateprogress|extended_tip|GalleryUpdateProgress"
msgid "Updates the view in the window or in the selected object."
-msgstr "Anova la visualización na ventana o nel oxetu escoyíu."
+msgstr "Anueva la visualización na ventana o nel oxetu esbilláu."
#. YDCTd
#: cui/uiconfig/ui/gradientpage.ui:118
@@ -16751,75 +16751,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Guar_dar siempre como:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Documentu de testu"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Documentu HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Documentu principal"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Fueya de cálculu"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentación"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dibuxu"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fórmula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Triba de d_ocumentu:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Formatu de ficheru predetermináu y configuración de ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
@@ -17738,7 +17696,7 @@ msgstr "Skia ta desactiváu."
#: cui/uiconfig/ui/optviewpage.ui:527
msgctxt "optviewpage|btnSkialog"
msgid "Copy skia.log"
-msgstr ""
+msgstr "Copiar skia.log"
#. sy9iz
#: cui/uiconfig/ui/optviewpage.ui:543
diff --git a/source/ast/formula/messages.po b/source/ast/formula/messages.po
index bacddb7618d..50d22fda37d 100644
--- a/source/ast/formula/messages.po
+++ b/source/ast/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-15 19:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+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"
@@ -2750,7 +2750,7 @@ msgstr ""
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "_Función:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
diff --git a/source/ast/helpcontent2/source/text/scalc.po b/source/ast/helpcontent2/source/text/scalc.po
index 8be008b5374..68e724a17c5 100644
--- a/source/ast/helpcontent2/source/text/scalc.po
+++ b/source/ast/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-09 08:24+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1494345492.000000\n"
#. ZxQeC
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Desaniciar fueya</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Color de llingüeta de la fueya"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/00.po b/source/ast/helpcontent2/source/text/scalc/00.po
index 43ce408d8b6..9714f9c7cdd 100644
--- a/source/ast/helpcontent2/source/text/scalc/00.po
+++ b/source/ast/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-02-21 09:33+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ast/>\n"
"Language: ast\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inxertar columnes"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Esta función ta disponible dende la versión 7.3 de %PRODUCTNAME."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Esta función ta disponible dende la versión 7.4 de %PRODUCTNAME."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Esta función ta disponible dende la versión 7.5 de %PRODUCTNAME."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menú Fueya"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index c309343b218..e3799a97505 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-30 13:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ast/>\n"
"Language: ast\n"
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>fueyes de cálculu;desaniciar</bookmark_value><bookmark_value>fueyes;desaniciar</bookmark_value><bookmark_value>desaniciar;fueyes de cálculu</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Desaniciar fueya"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\" visibility=\"visible\">Desanicia la fueya actual tres una entruga de confirmación.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Desanicia la fueya actual."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Non"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Encaboxa'l diálogu. Nun se lleva a cabu nenguna operación de borráu."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>fueyes de cálculu;mover</bookmark_value><bookmark_value>fueyes de cálculu;copiar</bookmark_value><bookmark_value>mover;fueyes de cálculu</bookmark_value><bookmark_value>copiar;fueyes de cálculu</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Mover o copiar una fueya"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Inxertar fueya"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>Fueyes; creación</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Inxertar fueya"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -6315,7 +6297,7 @@ msgctxt ""
"par_id851616615176815\n"
"help.text"
msgid "Be aware that Basis 2 is not supported by Microsoft Excel. Hence, if you use Basis 2 and export your document to XLSX format, it will return an error when opened in Excel."
-msgstr ""
+msgstr "Ten en cuenta qu'Excel de Microsoft nun almite Basis 2. Por tanto, si utilices Basis 2 y esportes el to documentu al formatu XLSX, cuando lu abras n'Excel va producise un error."
#. UCPgp
#: 04060103.xhp
@@ -43442,14 +43424,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>nomes de fueyes de trabayu</bookmark_value><bookmark_value>camudar;nomes de fueyes</bookmark_value><bookmark_value>fueyes;camudar nome</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Camudar nome a la fueya"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43505,32 +43487,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Amosar fueya"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>fueyes;amosar</bookmark_value><bookmark_value>amosar;fueyes</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Amosar fueya"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Amuesa les fueyes que s'anubrieron por aciu la orde <emph>Anubrir</emph>.</ahelp></variable> la orde. La fueya actual siempres ta escoyida. Si ta escoyida una fueya distinta de l'actual, pue quitar la seleición calcando <switchinline select=\"sys\"> <caseinline select=\"MAC\">Comandu</caseinline> <defaultinline>Control</defaultinline> </switchinline> de la que fai clic na llingüeta correspondiente na parte inferior de la ventana."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47247,7 +47238,7 @@ msgctxt ""
"par_id3147264\n"
"help.text"
msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
-msgstr "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Anova automáticamente tolos rastros de la fueya al modificar una fórmula.</ahelp>"
+msgstr "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Anueva automáticamente tolos rastros de la fueya al modificar una fórmula.</ahelp>"
#. vHqaw
#: 06040000.xhp
@@ -47591,13 +47582,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -52773,7 +52764,7 @@ msgctxt ""
"par_id3149456\n"
"help.text"
msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
-msgstr "<ahelp hid=\".uno:RecalcPivotTable\">Anova la tabla dinámica.</ahelp>"
+msgstr "<ahelp hid=\".uno:RecalcPivotTable\">Anueva la tabla dinámica.</ahelp>"
#. YCBVE
#: 12090200.xhp
@@ -53025,7 +53016,7 @@ msgctxt ""
"hd_id3153662\n"
"help.text"
msgid "<link href=\"text/scalc/01/12100000.xhp\">Refresh Range</link>"
-msgstr "<link href=\"text/scalc/01/12100000.xhp\">Anovar área</link>"
+msgstr "<link href=\"text/scalc/01/12100000.xhp\">Anovar la estaya</link>"
#. fYiGb
#: 12100000.xhp
@@ -55277,6 +55268,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69795,6 +70020,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70101,6 +70389,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/04.po b/source/ast/helpcontent2/source/text/scalc/04.po
index bc0d8ccc2d0..3db78972939 100644
--- a/source/ast/helpcontent2/source/text/scalc/04.po
+++ b/source/ast/helpcontent2/source/text/scalc/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: 04\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/ast/>\n"
"Language: ast\n"
@@ -1140,7 +1140,7 @@ msgctxt ""
"hd_id3152479\n"
"help.text"
msgid "F9"
-msgstr "(F9)"
+msgstr "F9"
#. gHTre
#: 01020000.xhp
@@ -1185,7 +1185,7 @@ msgctxt ""
"par_id3154817\n"
"help.text"
msgid "Updates the selected chart."
-msgstr "Anova la diagrama escoyíu."
+msgstr "Anueva la gráfica esbillada."
#. VLV2J
#: 01020000.xhp
@@ -1239,7 +1239,7 @@ msgctxt ""
"par_id3153215\n"
"help.text"
msgid "Updates the templates."
-msgstr "Anova les plantíes."
+msgstr "Anueva les plantíes."
#. YCqt2
#: 01020000.xhp
diff --git a/source/ast/helpcontent2/source/text/scalc/guide.po b/source/ast/helpcontent2/source/text/scalc/guide.po
index f8671233b77..3f32b627277 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-15 05:35+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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-POOTLE-MTIME: 1542196265.000000\n"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Movese por aciu les llingüetes de la fueya"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>fueyes;amosar delles</bookmark_value><bookmark_value>llingüetes de la fueya;usar</bookmark_value><bookmark_value>vistes;delles fueyes</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Percorrer al traviés de les llingüetes de fueya</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "De forma predeterminada, $[officename] inclúi tres fueya (Fueya1, Fueya2 y Fueya3) en cada nueva fueya de cálculu. Pue conmutar la visualización de les fueyes d'una fueya de cálculu por aciu les llingüetes qu'hai na parte inferior de la pantalla."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Llingüetes de la fueya</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Iconu</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Utilice los botones de navegación p'amosar toles fueyes del documentu. Al calcar nel botón del estremu esquierdu o del estremu derechu amuésase, respectivamente, la primera o la última llingüeta de fueya. Los botones entemedios dexen al usuariu movese p'alantre y escontra tras ente les llingüetes. P'amosar una fueya, calque na so llingüeta."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8990,14 +9035,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Aplicar fueyes múltiples"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>fueyes; inxertar</bookmark_value> <bookmark_value>inxertar; fueyes</bookmark_value> <bookmark_value>fueyes; escoyer delles</bookmark_value> <bookmark_value>amestar fueyes</bookmark_value> <bookmark_value>escoyer;delles fueyes</bookmark_value> <bookmark_value>delles fueyes</bookmark_value> <bookmark_value>calcular;delles fueyes</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9008,24 +9053,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Aplicar a delles fueyes</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inxertar una fueya"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Escueya <item type=\"menuitem\">Inxertar - Fueya de cálculu</item> pa inxertar una fueya nueva o una procedente d'otru ficheru."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9035,15 +9062,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Abre un diálogu onde pues asignar macros a socesos de la fueya.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/menu.po b/source/ast/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ast/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ast/helpcontent2/source/text/sdraw.po b/source/ast/helpcontent2/source/text/sdraw.po
index 9c4fdcdbe06..e092d73cad6 100644
--- a/source/ast/helpcontent2/source/text/sdraw.po
+++ b/source/ast/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-04-03 04:34+0000\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1507111981.000000\n"
#. dHbww
@@ -293,7 +293,7 @@ msgctxt ""
"hd_id671683306520960\n"
"help.text"
msgid "Line Color"
-msgstr ""
+msgstr "Color de llinia"
#. mb9UG
#: main0210.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"hd_id361683306526098\n"
"help.text"
msgid "Fill Color"
-msgstr ""
+msgstr "Color de rellenu"
#. GoGiJ
#: main0210.xhp
diff --git a/source/ast/helpcontent2/source/text/sdraw/00.po b/source/ast/helpcontent2/source/text/sdraw/00.po
index d838ab045f5..bff02744782 100644
--- a/source/ast/helpcontent2/source/text/sdraw/00.po
+++ b/source/ast/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-04-08 00:35+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1494345812.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menú Inxertar"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Escueyi <menuitem>Inxertar - Capa</menuitem>"
#. AUTMW
#: insert_menu.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index cf793e76b70..6b0ae321798 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-13 08:32+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ast/>\n"
"Language: ast\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">P'aportar a esta orde...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Menú Ficheru"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nuevu"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Abrir ficheru"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Guardar"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Guardar como"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Iconu Vista d'imprentación</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra <emph>Estándar</emph>, calca"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Iconu Imprentar</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Imprentar"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprentar vista preliminar"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Escueyi <menuitem>Ficheru - Esportar</menuitem>; si la triba de ficheru esbillada ye PBM, PPM o PGM, el diálogu ábrese automáticamente.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Escueyi <emph>Ficheru - Versiones</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -12857,7 +13235,7 @@ msgctxt ""
"par_id3146857\n"
"help.text"
msgid "Choose <menuitem>Format - Line</menuitem> (Impress and Draw)."
-msgstr ""
+msgstr "Escueyi <menuitem>Formatu - Llinia</menuitem> (Impress y Draw)."
#. yDiGN
#: 00040502.xhp
@@ -12893,7 +13271,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Iconu Llinia</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -15062,7 +15440,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Iconu Copiar</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15080,7 +15458,7 @@ msgctxt ""
"par_id3159153\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Editar - Apegar</menuitem>."
#. 2JEAF
#: edit_menu.xhp
@@ -15107,7 +15485,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Iconu Apegar</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15242,7 +15620,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Iconu Esbillalo too</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15467,7 +15845,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Iconu Guetar</alt></image>"
#. 8FD2j
#: edit_menu.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index 571148da55a..bc6786553c4 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ast/>\n"
"Language: ast\n"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Función</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Iconu Documentu de testu</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Crea un documentu de testu en $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Iconu Fueya de cálculu</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Crea un documentu de fueya de cálculu en Calc de $[officename]."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Iconu Presentación</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Crea un documentu de presentación n'Impress de $[officename]."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Iconu Dibuxu</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Crea un documentu de dibuxu en Draw de $[officename]."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Iconu Fórmula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Crea un documentu de fórmula en Math de $[officename]."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Iconu Base de datos</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Crea un documentu HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Iconu Documentu de formulariu XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crea un documentu <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Iconu Etiquetes</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Iconu Documentu principal</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -8924,7 +8879,7 @@ msgctxt ""
"par_id821680694984368\n"
"help.text"
msgid "\\N{UNICODE CHARACTER NAME}"
-msgstr ""
+msgstr "\\N{NOME DEL CARÁUTER UNICODE}"
#. 6cAAB
#: 02100001.xhp
@@ -10445,7 +10400,7 @@ msgctxt ""
"par_id3147303\n"
"help.text"
msgid "<ahelp hid=\"HID_GLBLTREE_UPD_SEL\">Updates the contents of the selection.</ahelp>"
-msgstr "<ahelp hid=\"HID_GLBLTREE_UPD_SEL\">Anova'l conteníu de la esbilla.</ahelp>"
+msgstr "<ahelp hid=\"HID_GLBLTREE_UPD_SEL\">Anueva'l conteníu de la esbilla.</ahelp>"
#. KXCxQ
#: 02110000.xhp
@@ -10463,7 +10418,7 @@ msgctxt ""
"par_id3156435\n"
"help.text"
msgid "<ahelp hid=\"HID_GLBLTREE_UPD_IDX\">Updates all indexes.</ahelp>"
-msgstr "<ahelp hid=\"HID_GLBLTREE_UPD_IDX\">Anova tolos índices.</ahelp>"
+msgstr "<ahelp hid=\"HID_GLBLTREE_UPD_IDX\">Anueva tolos índices.</ahelp>"
#. BRiPn
#: 02110000.xhp
@@ -10481,7 +10436,7 @@ msgctxt ""
"par_id3154224\n"
"help.text"
msgid "<ahelp hid=\"HID_GLBLTREE_UPD_LINK\">Updates all links.</ahelp>"
-msgstr "<ahelp hid=\"HID_GLBLTREE_UPD_LINK\">Anova tolos enllaces.</ahelp>"
+msgstr "<ahelp hid=\"HID_GLBLTREE_UPD_LINK\">Anueva tolos enllaces.</ahelp>"
#. sFfQo
#: 02110000.xhp
@@ -10499,7 +10454,7 @@ msgctxt ""
"par_id3154154\n"
"help.text"
msgid "<ahelp hid=\"HID_GLBLTREEUPD_ALL\">Updates all contents.</ahelp>"
-msgstr "<ahelp hid=\"HID_GLBLTREEUPD_ALL\">Anova tol conteníu.</ahelp>"
+msgstr "<ahelp hid=\"HID_GLBLTREEUPD_ALL\">Anueva tol conteníu.</ahelp>"
#. kGnHm
#: 02110000.xhp
@@ -28724,7 +28679,7 @@ msgctxt ""
"hd_id3150503\n"
"help.text"
msgid "Line color"
-msgstr ""
+msgstr "Color de llinia"
#. iDSCF
#: 05210400.xhp
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/04.po b/source/ast/helpcontent2/source/text/shared/04.po
index cd842d8db2b..8f5fd736b70 100644
--- a/source/ast/helpcontent2/source/text/shared/04.po
+++ b/source/ast/helpcontent2/source/text/shared/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-09 08:24+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textshared04/ast/>\n"
"Language: ast\n"
@@ -1401,7 +1401,7 @@ msgctxt ""
"par_id3150099\n"
"help.text"
msgid "Refreshes the selected theme."
-msgstr "Anova la tema escoyida."
+msgstr "Anueva'l tema esbilláu."
#. ehG7A
#: 01010000.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index cc436eb3245..7b7d90ec0b8 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+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"
@@ -12866,7 +12866,7 @@ msgctxt ""
"par_id891681132368390\n"
"help.text"
msgid "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icon Fontwork Gallery</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Iconu Galería de Fontwork</alt></image>"
#. B5fwe
#: fontwork.xhp
@@ -12875,7 +12875,7 @@ msgctxt ""
"par_id81681132368394\n"
"help.text"
msgid "Fontwork Gallery"
-msgstr ""
+msgstr "Galería de Fontwork"
#. 2jUYr
#: fontwork.xhp
@@ -19508,7 +19508,7 @@ msgctxt ""
"par_id3153252\n"
"help.text"
msgid "AutoShapes"
-msgstr "Autoformas"
+msgstr "Autoformes"
#. cDzGC
#: microsoft_terms.xhp
@@ -19679,7 +19679,7 @@ msgctxt ""
"par_id3153950\n"
"help.text"
msgid "Refresh Data (in Excel)"
-msgstr "Anova datos (en Excel)"
+msgstr "Anovar datos (n'Excel)"
#. LKfBd
#: microsoft_terms.xhp
@@ -19688,7 +19688,7 @@ msgctxt ""
"par_id4526200\n"
"help.text"
msgid "<link href=\"text/scalc/01/12100000.xhp\">Refresh Range</link>"
-msgstr "<link href=\"text/scalc/01/12100000.xhp\">Anova rangos</link>"
+msgstr "<link href=\"text/scalc/01/12100000.xhp\">Anovar la estaya</link>"
#. AZums
#: microsoft_terms.xhp
@@ -19976,7 +19976,7 @@ msgctxt ""
"par_id3147088\n"
"help.text"
msgid "AutoShapes"
-msgstr "Autoformas"
+msgstr "Autoformes"
#. DTuho
#: ms_import_export_limitations.xhp
@@ -20066,7 +20066,7 @@ msgctxt ""
"par_id3154365\n"
"help.text"
msgid "AutoShapes"
-msgstr "Autoformas"
+msgstr "Autoformes"
#. A2zcR
#: ms_import_export_limitations.xhp
@@ -20120,7 +20120,7 @@ msgctxt ""
"par_id3148685\n"
"help.text"
msgid "AutoShapes"
-msgstr "Autoformas"
+msgstr "Autoformes"
#. zDoSL
#: ms_import_export_limitations.xhp
@@ -20156,7 +20156,7 @@ msgctxt ""
"par_id3152361\n"
"help.text"
msgid "New chart types"
-msgstr "Nuevos tipos de diagrames"
+msgstr "Tribes de gráfiques nueves"
#. ZfuWk
#: ms_import_export_limitations.xhp
@@ -20165,7 +20165,7 @@ msgctxt ""
"par_id3156343\n"
"help.text"
msgid "Conditional formatting"
-msgstr "Formateáu condicional"
+msgstr "Formatu condicionáu"
#. ZaV6e
#: ms_import_export_limitations.xhp
@@ -20201,7 +20201,7 @@ msgctxt ""
"par_id0811200801491972\n"
"help.text"
msgid "In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0."
-msgstr "En Excel, formular A1+A2 devuelve 2, pero formular =SUMA(A1,A2) devuelve 0."
+msgstr "N'Excel, la fórmula A1+A2 devuelve 2, pero formular =SUMA(A1,A2) devuelve 0."
#. 5hN87
#: ms_import_export_limitations.xhp
@@ -22379,7 +22379,7 @@ msgctxt ""
"par_id461682098105759\n"
"help.text"
msgid "Creates an accessible PDF file that follows the requirements of the PDF/UA (ISO 14289) specification."
-msgstr ""
+msgstr "Crea un ficheru PDF accesible que cumple los requisitos de la especificación PDF/UA (ISO 14289)."
#. 6jnKY
#: pdf_params.xhp
@@ -23027,7 +23027,7 @@ msgctxt ""
"par_id451682110379499\n"
"help.text"
msgid "0: The document cannot be printed."
-msgstr ""
+msgstr "0: el documentu nun se pue imprentar."
#. R67Dw
#: pdf_params.xhp
@@ -23036,7 +23036,7 @@ msgctxt ""
"par_id971682110383819\n"
"help.text"
msgid "1: The document can be printed at low resolution only."
-msgstr ""
+msgstr "1: el documentu pue s'imprentar en resolución baxa namái."
#. hhBsT
#: pdf_params.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index d848b2afd84..608b74f0e3a 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-24 15:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/ast/>\n"
"Language: ast\n"
@@ -7511,7 +7511,7 @@ msgctxt ""
"hd_id331681490548345\n"
"help.text"
msgid "Anchor"
-msgstr ""
+msgstr "Anclaxe"
#. EPGrw
#: 01040600.xhp
diff --git a/source/ast/helpcontent2/source/text/simpress/00.po b/source/ast/helpcontent2/source/text/simpress/00.po
index 3ba5c6f1a71..d476e38656f 100644
--- a/source/ast/helpcontent2/source/text/simpress/00.po
+++ b/source/ast/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/ast/>\n"
"Language: ast\n"
@@ -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.15.2\n"
"X-POOTLE-MTIME: 1523977283.000000\n"
#. sqmGT
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Ver - Normal</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -392,7 +392,7 @@ msgctxt ""
"par_id3145244\n"
"help.text"
msgid "On the <emph>Standard</emph> toolbar, click"
-msgstr "Na barra de ferramientes <emph>Inxertar</emph>, calca"
+msgstr "Na barra de ferramientes <emph>Estándar</emph>, calca"
#. ijFCe
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Ver - Normal</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Formatu - Interaición</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -797,7 +797,7 @@ msgctxt ""
"par_id3149257\n"
"help.text"
msgid "On the <emph>Standard</emph> toolbar, click"
-msgstr ""
+msgstr "Na barra de ferramientes <emph>Estándar</emph>, calca"
#. 4a3bB
#: 00000405.xhp
@@ -806,7 +806,7 @@ msgctxt ""
"par_id3154649\n"
"help.text"
msgid "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150205\">Icon Interaction</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150205\" src=\"cmd/sc_animationeffects.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150205\">Iconu Interaición</alt></image>"
#. 8eiDD
#: 00000405.xhp
@@ -815,7 +815,7 @@ msgctxt ""
"par_id3155380\n"
"help.text"
msgid "Interaction"
-msgstr ""
+msgstr "Interaición"
#. aFWLc
#: 00000406.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Iconu Animación personalizada</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Iconu Invertir</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Escueyi <emph>Forma - Dividir</emph> (namái en Draw de %PRODUCTNAME)"
#. ncA47
#: 00000413.xhp
@@ -1319,7 +1319,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Escueyi <emph>Forma</emph> (namái en Draw de %PRODUCTNAME)"
#. CT5rY
#: 00000413.xhp
@@ -1391,7 +1391,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Slide Menu"
-msgstr ""
+msgstr "Menú Diapositiva"
#. tAB8c
#: slide_menu.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Escueyi <menuitem>Diapositiva - Diapositiva nueva</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/ast/helpcontent2/source/text/smath/01.po b/source/ast/helpcontent2/source/text/smath/01.po
index 3bf09c708fd..a308d1f590b 100644
--- a/source/ast/helpcontent2/source/text/smath/01.po
+++ b/source/ast/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-04-27 19:13+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/ast/>\n"
"Language: ast\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542028602.000000\n"
#. QmNGE
@@ -320,7 +320,7 @@ msgctxt ""
"par_id3153729\n"
"help.text"
msgid "<ahelp hid=\"SID_DRAW\">This command updates the formula in the document window.</ahelp>"
-msgstr "<ahelp hid=\"SID_DRAW\">Esti comandu anova la fórmula na ventana del documentu.</ahelp>"
+msgstr "<ahelp hid=\"SID_DRAW\">Esta orde anueva la fórmula na ventana del documentu.</ahelp>"
#. Ewi9U
#: 03070000.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id3154656\n"
"help.text"
msgid "<ahelp hid=\".\">Automatically updates a modified formula. If you do not select this option, the formula will only be updated after you choose <emph>View - Update</emph> or press F9.</ahelp>"
-msgstr "<ahelp hid=\".\">Escueya esti comandu p'anovar automáticamente una fórmula modificada. Si nun escueye esta opción, la fórmula namái se va anovar cuando escueya <emph>Ver - Anovar</emph> y calque F9.</ahelp>"
+msgstr "<ahelp hid=\".\">Anueva automáticamente una fórmula modificada. Si nun esbilles esta opción, la fórmula namái se va anovar cuando escueyas <emph>Ver - Anovar</emph> o calques F9.</ahelp>"
#. mPBhR
#: 03090000.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/00.po b/source/ast/helpcontent2/source/text/swriter/00.po
index a0ed3aa05cb..cf0e13ebb95 100644
--- a/source/ast/helpcontent2/source/text/swriter/00.po
+++ b/source/ast/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-07 22:32+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ast/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Combinar Correspondencia"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index d97bc814c42..d6ba2be42a8 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-01 09:34+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ast/>\n"
"Language: ast\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Nun vas poder editar el documentu mientres teas na vista d'imprentación."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pa salir de la vista preliminar de páxina, faiga clic nel botón<emph>Zarrar la vista preliminar</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"hd_id3155308\n"
"help.text"
msgid "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">List Box</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">Caxa de llista</link></variable>"
#. bkwZ7
#: 02110000.xhp
@@ -1382,7 +1382,7 @@ msgctxt ""
"hd_id3154292\n"
"help.text"
msgid "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Drag Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Mou p'abasnar</link></variable>"
#. G5FvJ
#: 02110000.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"hd_id3150938\n"
"help.text"
msgid "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insert As Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Inxertar como hiperenllaz</link></variable>"
#. 8BVxG
#: 02110000.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"hd_id3154354\n"
"help.text"
msgid "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insert As Link</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Inxertar como enllaz</link></variable>"
#. Q8EAG
#: 02110000.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"par_id3154371\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_DRAG_LINK\">Inserts the selected item as a link where you drag and drop in the current document. Text is inserted as protected sections. The contents of the link are automatically updated when the source is changed. To manually update the links in a document, choose <emph>Tools - Update - Links</emph>. You cannot create links for graphics, OLE objects, references and indexes.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"HID_NAVI_DRAG_LINK\">Inxerta l'elementu escoyíu como enllaz ellí onde haya arrastráu y asitiáu, nel documentu. El testu inxertar como una seición protexida. El conteníu del enllaz actualízase automáticamente al camudar la fonte. P'anovar manualmente los enllaces d'un documentu escueya <emph>Ferramientes - Anovar - Enllaces</emph>. Nun pue crear enllaces pa imaxes, oxetos OLE, referencies nin índices.</ahelp>"
+msgstr "<ahelp hid=\"HID_NAVI_DRAG_LINK\">Inxerta l'elementu esbilláu como enllaz ellí onde hayas abasnáu y asitiáu, nel documentu. El testu inxértase como una seición protexida. El conteníu del enllaz actualízase automáticamente al camudar la fonte. P'anovar manualmente los enllaces d'un documentu, escueyi <emph>Ferramientes - Anovar - Enllaces</emph>. Nun pue crear enllaces pa imaxes, oxetos OLE, referencies nin índices.</ahelp>"
#. SGQ9j
#: 02110000.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"hd_id3155572\n"
"help.text"
msgid "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insert As Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Inxertar como copia</link></variable>"
#. GFSCB
#: 02110000.xhp
@@ -1463,7 +1463,7 @@ msgctxt ""
"par_id3155589\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_DRAG_COPY\">Inserts a copy of the selected item where you drag and drop in the current document. You cannot drag and drop copies of graphics, OLE objects, references and indexes.</ahelp>"
-msgstr "<ahelp hid=\"HID_NAVI_DRAG_COPY\">Inxerta una copia del elementu escoyíu ellí onde haya arrastráu y asitiáu, nel documentu. Nun pue abasnar y asitiar copies d'imaxes, oxetos OLE, referencies nin índices.</ahelp>"
+msgstr "<ahelp hid=\"HID_NAVI_DRAG_COPY\">Inxerta una copia del elementu esbilláu ellí onde hayas abasnáu y asitiáu, nel documentu. Nun pues abasnar y asitiar copies d'imaxes, oxetos OLE, referencies nin índices.</ahelp>"
#. cnNrm
#: 02110000.xhp
@@ -1544,7 +1544,7 @@ msgctxt ""
"hd_id911683912584456\n"
"help.text"
msgid "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copiar</link></variable>"
#. 9ipGr
#: 02110000.xhp
@@ -1607,7 +1607,7 @@ msgctxt ""
"par_id3149025\n"
"help.text"
msgid "Select the document that you want to view."
-msgstr ""
+msgstr "Esbilla'l documentu que quies ver."
#. sBGsH
#: 02110000.xhp
@@ -1616,7 +1616,7 @@ msgctxt ""
"hd_id11683919143308\n"
"help.text"
msgid "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Edit</link></variable>"
-msgstr ""
+msgstr "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Editar</link></variable>"
#. ck62e
#: 02110000.xhp
@@ -1661,7 +1661,7 @@ msgctxt ""
"par_id241683919972627\n"
"help.text"
msgid "Deletes the selected table."
-msgstr ""
+msgstr "Desanicia la tabla esbillada."
#. X6A9S
#: 02110000.xhp
@@ -1697,7 +1697,7 @@ msgctxt ""
"par_id391683980193867\n"
"help.text"
msgid "Deletes the frame and all its contents."
-msgstr ""
+msgstr "Desanicia'l marcu y tol so conteníu."
#. 9PCbd
#: 02110000.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_id101683980385919\n"
"help.text"
msgid "Deletes the image."
-msgstr ""
+msgstr "Desanicia la imaxe."
#. pRa7R
#: 02110000.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id881683980540620\n"
"help.text"
msgid "Deletes the OLE object."
-msgstr ""
+msgstr "Desanicia l'oxetu OLE."
#. J7vvC
#: 02110000.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"hd_id901683980594188\n"
"help.text"
msgid "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Delete Bookmark</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Desaniciar el marcador</link></variable>"
#. uAwPx
#: 02110000.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id971683980619549\n"
"help.text"
msgid "Deletes the bookmark."
-msgstr ""
+msgstr "Desanicia'l marcador."
#. dYAKz
#: 02110000.xhp
@@ -1859,7 +1859,7 @@ msgctxt ""
"par_id801683980678191\n"
"help.text"
msgid "Deletes the hyperlink."
-msgstr ""
+msgstr "Desanicia l'enllaz."
#. CHAwA
#: 02110000.xhp
@@ -1895,7 +1895,7 @@ msgctxt ""
"par_id91683980841097\n"
"help.text"
msgid "Deletes the reference."
-msgstr ""
+msgstr "Desanicia la referencia."
#. BomPF
#: 02110000.xhp
@@ -1922,7 +1922,7 @@ msgctxt ""
"hd_id521683981584628\n"
"help.text"
msgid "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Update</link></variable>"
-msgstr ""
+msgstr "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Anovar</link></variable>"
#. D3Zo9
#: 02110000.xhp
@@ -1931,7 +1931,7 @@ msgctxt ""
"par_id271683981607144\n"
"help.text"
msgid "Updates the index."
-msgstr ""
+msgstr "Anueva l'índiz."
#. rHKXT
#: 02110000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -1976,7 +1976,7 @@ msgctxt ""
"hd_id971683980909048\n"
"help.text"
msgid "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Delete Index</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Desaniciar l'índiz</link></variable>"
#. Xwre3
#: 02110000.xhp
@@ -1985,7 +1985,7 @@ msgctxt ""
"par_id701683980930568\n"
"help.text"
msgid "Deletes the index."
-msgstr ""
+msgstr "Desanicia l'índiz."
#. EzESp
#: 02110000.xhp
@@ -2021,7 +2021,7 @@ msgctxt ""
"par_id321683981750977\n"
"help.text"
msgid "Deletes the comment."
-msgstr ""
+msgstr "Desanicia'l comentariu."
#. fPEME
#: 02110000.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_id31683981815246\n"
"help.text"
msgid "Deletes the drawing object."
-msgstr ""
+msgstr "Desanicia l'oxetu de dibuxu."
#. nhnFF
#: 02110000.xhp
@@ -2093,7 +2093,7 @@ msgctxt ""
"par_id21683981906703\n"
"help.text"
msgid "Deletes the field."
-msgstr ""
+msgstr "Desanicia'l campu."
#. i2qFg
#: 02110000.xhp
@@ -2129,7 +2129,7 @@ msgctxt ""
"par_id201683982301451\n"
"help.text"
msgid "Deletes the footnote."
-msgstr ""
+msgstr "Desanicia la nota al pie."
#. egHVc
#: 02110000.xhp
@@ -2165,7 +2165,7 @@ msgctxt ""
"par_id361683982023583\n"
"help.text"
msgid "Deletes the endnote."
-msgstr ""
+msgstr "Desanicia la nota a lo cabero."
#. uyXQ7
#: 02110000.xhp
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperenllaz (LS y LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crea una hiperliga pa la parte de la entrada que quies zarrar pola apertura (LS) y zarru (-Y) de les etiquetes de lligues. Na llinia <emph>Estructura </emph>, fai clic na caxa balera enfrente de la parte que quies crear un hiperenllaz, y despues faer clic nel boton. Fai clic nuna caxa balera despues de la parte que quies pal hiperenllaz, y despues fai clic nel botón de nuevu. Tolos hiperenllaces tienen de ser unicas. Disponible pa la tabla de conteníu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -27581,7 +27590,7 @@ msgctxt ""
"par_id3150249\n"
"help.text"
msgid "<ahelp visibility=\"visible\" hid=\".uno:Repaginate\">Updates the page formats in the document and recalculates the total number of pages that is displayed on the <emph>Status Bar</emph>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:Repaginate\">Anova los formatos de les páxines del documentu y vuelve calcular el númberu total de páxines que s'amuesen na <emph>barra d'estáu</emph>.</ahelp>"
+msgstr "<ahelp visibility=\"visible\" hid=\".uno:Repaginate\">Anueva los formatos de les páxines del documentu y vuelve calcular el númberu total de páxines que s'amuesen na <emph>barra d'estáu</emph>.</ahelp>"
#. Epp32
#: 06120000.xhp
@@ -27617,7 +27626,7 @@ msgctxt ""
"par_id3149499\n"
"help.text"
msgid "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Updates the current index.</ahelp> The current index is the one that contains the cursor."
-msgstr "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Anova l'índiz.</ahelp> L'índiz ye'l que contién el cursor."
+msgstr "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Anueva l'índiz.</ahelp> L'índiz ye'l que contién el cursor."
#. dVm6f
#: 06160000.xhp
@@ -28013,7 +28022,7 @@ msgctxt ""
"par_id3153004\n"
"help.text"
msgid "<ahelp hid=\".uno:UpdateAll\" visibility=\"visible\">Updates all links, fields, indexes, tables of contents, and page formatting in the current document.</ahelp>"
-msgstr "<ahelp hid=\".uno:UpdateAll\" visibility=\"visible\">Anova tolos enllaces, campos, índices, índices de conteníu y formatu de páxines nel documentu actual.</ahelp>"
+msgstr "<ahelp hid=\".uno:UpdateAll\" visibility=\"visible\">Anueva tolos enllaces, campos, índices, índices de conteníu y formatu de páxines nel documentu actual.</ahelp>"
#. 6GnMP
#: 06200000.xhp
@@ -28040,7 +28049,7 @@ msgctxt ""
"par_id3154656\n"
"help.text"
msgid "<ahelp hid=\".uno:UpdateFields\" visibility=\"visible\">Updates the contents of all fields in the current document.</ahelp>"
-msgstr "<ahelp hid=\".uno:UpdateFields\" visibility=\"visible\">Anova'l conteníu de tolos campos del documentu actual.</ahelp>"
+msgstr "<ahelp hid=\".uno:UpdateFields\" visibility=\"visible\">Anueva'l conteníu de tolos campos del documentu actual.</ahelp>"
#. FFqmm
#: 06210000.xhp
@@ -28067,7 +28076,7 @@ msgctxt ""
"par_id3149499\n"
"help.text"
msgid "<ahelp hid=\".uno:UpdateAllLinks\" visibility=\"visible\">Updates the links in the current document.</ahelp>"
-msgstr "<ahelp hid=\".uno:UpdateAllLinks\" visibility=\"visible\">Anova los enllaces del documentu actual.</ahelp>"
+msgstr "<ahelp hid=\".uno:UpdateAllLinks\" visibility=\"visible\">Anueva los enllaces del documentu actual.</ahelp>"
#. daHKG
#: 06220000.xhp
@@ -28094,7 +28103,7 @@ msgctxt ""
"par_id3150344\n"
"help.text"
msgid "<ahelp hid=\".uno:UpdateCharts\" visibility=\"visible\">Updates the charts in the current document.</ahelp>"
-msgstr "<ahelp hid=\".uno:UpdateCharts\" visibility=\"visible\">Anova les gráfiques nel documentu actual.</ahelp>"
+msgstr "<ahelp hid=\".uno:UpdateCharts\" visibility=\"visible\">Anueva les gráfiques nel documentu actual.</ahelp>"
#. gHc74
#: 06990000.xhp
@@ -28130,7 +28139,7 @@ msgctxt ""
"par_id3149501\n"
"help.text"
msgid "Updates items in the current document that have dynamic contents, so as fields and indexes."
-msgstr "Anova elementos nel ficheru con conteníu dinámico, según campos y índices."
+msgstr "Anueva elementos nel ficheru con conteníu dinámico, según campos ya índices."
#. T2G4E
#: accessibility_check.xhp
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Propiedaes del control de conteníu</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/02.po b/source/ast/helpcontent2/source/text/swriter/02.po
index 7b238141261..db2c450e279 100644
--- a/source/ast/helpcontent2/source/text/swriter/02.po
+++ b/source/ast/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-03 04:34+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+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"
"Language: ast\n"
@@ -3299,7 +3299,7 @@ msgctxt ""
"par_id3147511\n"
"help.text"
msgid "<ahelp hid=\".uno:InsertDateField\">Inserts the current date as a field.</ahelp> The default date format is used, and the date is not automatically updated."
-msgstr "<ahelp hid=\".uno:InsertDateField\">Inxerta la fecha en forma de campu.</ahelp> Úsase'l formatu de fecha predetermináu y ésta nun s'anova automáticamente."
+msgstr "<ahelp hid=\".uno:InsertDateField\">Inxerta la data en forma de campu.</ahelp> Úsase'l formatu de data predetermináu y ésta nun s'anueva automáticamente."
#. 6pFWk
#: 18030100.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/04.po b/source/ast/helpcontent2/source/text/swriter/04.po
index 8202dbb3fb4..37e790f83e9 100644
--- a/source/ast/helpcontent2/source/text/swriter/04.po
+++ b/source/ast/helpcontent2/source/text/swriter/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-09 08:24+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/ast/>\n"
"Language: ast\n"
@@ -365,7 +365,7 @@ msgctxt ""
"hd_id3145408\n"
"help.text"
msgid "F9"
-msgstr "(F9)"
+msgstr "F9"
#. bvYwS
#: 01020000.xhp
@@ -392,7 +392,7 @@ msgctxt ""
"par_id3154404\n"
"help.text"
msgid "Show fields"
-msgstr "Amosar comandu de campu"
+msgstr "Amosar los campos"
#. eFmJa
#: 01020000.xhp
diff --git a/source/ast/helpcontent2/source/text/swriter/guide.po b/source/ast/helpcontent2/source/text/swriter/guide.po
index a084d3c2617..01cf3708ab4 100644
--- a/source/ast/helpcontent2/source/text/swriter/guide.po
+++ b/source/ast/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-21 07:35+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/ast/>\n"
"Language: ast\n"
@@ -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.15.2\n"
"X-POOTLE-MTIME: 1542028604.000000\n"
#. XAt2Y
@@ -3713,7 +3713,7 @@ msgctxt ""
"par_id3155168\n"
"help.text"
msgid "If the field does not automatically update, press F9."
-msgstr "Si'l campu nun s'anova automáticamente, calca F9."
+msgstr "Si'l campu nun s'anueva automáticamente, calca F9."
#. ZSwLN
#: conditional_text.xhp
@@ -4730,7 +4730,7 @@ msgctxt ""
"par_id3154491\n"
"help.text"
msgid "You can insert the current date as a field that updates each time you open the document, or as a field that does not update."
-msgstr "Pue inxertar la fecha como un campu que s'actualice cada vez qu'abra un documentu o como un campu que nun s'actualice."
+msgstr "Pues inxertar la data como un campu que s'anueve cada vez qu'abres un documentu o como un campu que nun s'anueve."
#. yEZXb
#: fields_date.xhp
@@ -18500,7 +18500,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Calca'l testu qu'introduciesti."
#. csEKP
#: text_rotate.xhp
@@ -18608,7 +18608,7 @@ msgctxt ""
"par_id3148858\n"
"help.text"
msgid "The contents of the text document are embedded into the current document and are not updated if the source file is changed. If you want the contents to automatically update when you change the source document, insert the file as a link."
-msgstr "El conteníu del documentu de testu incluyir nel documentu actual y nun s'anova si el ficheru fonte camúdase. Si deseya que'l conteníu actualícese automáticamente cuando camude'l documentu fonte, inxerte el ficheru como enllaz."
+msgstr "El conteníu del documentu de testu inclúyese nel documentu actual y nun s'anueva si el ficheru fonte camuda. Si deseyes que'l conteníu s'anueve automáticamente cuando camuda'l documentu fonte, inxerta el ficheru como enllaz."
#. J39nN
#: textdoc_inframe.xhp
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office.po b/source/ast/officecfg/registry/data/org/openoffice/Office.po
index 2cf1f2f5eca..b81ccc63ee6 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-27 22:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ast/>\n"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022490.000000\n"
#. HhMVS
@@ -12511,85 +12511,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documentos de testu"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Fueyes de cálculu"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentaciones"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dibuxos"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Páxines web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documentos maestros"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fórmules"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documentos de la base datos"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 841e4e1cc4b..638dccd2975 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 10:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ast/>\n"
"Language: ast\n"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542022492.000000\n"
#. W5ukN
@@ -2246,6 +2246,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Desaniciar fileres"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9640,14 +9650,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10964,6 +10974,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inxertar co~lumnes"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -20761,7 +20781,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Horizontal Line"
-msgstr "Llinia Horizontal"
+msgstr "Llinia horizontal"
#. mzZFQ
#: GenericCommands.xcu
@@ -26890,36 +26910,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31100,7 +31090,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Spotlight Character Direct Formatting"
-msgstr ""
+msgstr "Indicar el formatu direutu de caráuteres"
#. C5mHk
#: WriterCommands.xcu
@@ -32224,15 +32214,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Inxertar el númberu de la páxina"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Númberu de páx~ina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33414,6 +33424,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Desaniciar fileres"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Fileres"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
@@ -36390,25 +36430,23 @@ msgstr ""
#. 2vgz8
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Preformatted Text&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Pre~formatted Text"
-msgstr "Testu Perfomateáu"
+msgstr "Testu pre~formatiáu"
#. nGLkD
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Popups..uno:PreformattedParaStyle\n"
"Label\n"
"value.text"
msgid "Pre~formatted Text"
-msgstr "Testu Perfomateáu"
+msgstr "Testu pre~formatiáu"
#. 6KDdJ
#: WriterCommands.xcu
@@ -36418,7 +36456,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Preformatted Text Paragraph Style"
-msgstr ""
+msgstr "Estilu de párrafu Testu preformatiáu"
#. G7oT7
#: WriterCommands.xcu
@@ -36428,7 +36466,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Cuerpu de testu"
#. jRjpR
#: WriterCommands.xcu
@@ -36438,7 +36476,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Cuerpu de testu"
#. UkAWw
#: WriterCommands.xcu
@@ -36448,7 +36486,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Body Text Paragraph Style"
-msgstr ""
+msgstr "Estilu de párrafu Cuerpu de testu"
#. 3LYMu
#: WriterCommands.xcu
diff --git a/source/ast/sc/messages.po b/source/ast/sc/messages.po
index 28501bf73bd..afd9f865aa4 100644
--- a/source/ast/sc/messages.po
+++ b/source/ast/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-17 13:19+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+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"
@@ -19517,7 +19517,7 @@ msgstr "_Formatos"
#: sc/uiconfig/scalc/ui/autoformattable.ui:295
msgctxt "autoformattable|numformatcb"
msgid "Number format"
-msgstr ""
+msgstr "Formatu de númberu"
#. KtQDR
#: sc/uiconfig/scalc/ui/autoformattable.ui:303
@@ -32904,39 +32904,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Otres opciones"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_riba de columna"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Escueya una columna na ventana de vista previa y escueya el tipu de datos a los qu'aplicar los datos importaos."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Testu a columnes"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Campos"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Establez les opciones d'importación de datos delimitados."
diff --git a/source/ast/scp2/source/calc.po b/source/ast/scp2/source/calc.po
index 7d2f4815882..e76911db9e5 100644
--- a/source/ast/scp2/source/calc.po
+++ b/source/ast/scp2/source/calc.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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-04-07 12:33+0000\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcecalc/ast/>\n"
"Language: ast\n"
@@ -68,7 +68,7 @@ msgctxt ""
"STR_DESC_MODULE_PRG_CALC_BIN\n"
"LngText.text"
msgid "The application %PRODUCTNAME Calc"
-msgstr "L'aplicación %PRODUCTNAME Calc"
+msgstr "L'aplicación Calc de %PRODUCTNAME"
#. 4gcnp
#: module_calc.ulf
diff --git a/source/ast/sd/messages.po b/source/ast/sd/messages.po
index bd5e553247c..24bb66dbd54 100644
--- a/source/ast/sd/messages.po
+++ b/source/ast/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-04-23 07:34+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"
@@ -1227,249 +1227,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Inxertar testu"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Intelixente"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Manzorga"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Mandrecha"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Cimero"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Cabero"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "¿Arriba a la izquierda?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "¿Abaxo a la izquierda?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "¿Arriba a la drecha?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "¿Abaxo a la drecha?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "¿Toos?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Esta aición nun se pue executar nel mou en vivo."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Volver"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Siguir"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Vista xeneral"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Trocador de colores"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Transición gradual"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Ampliar páxina"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva de la tabla de conteníu"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Nesti momentu nun hai denguna fonte SANE disponible."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Nesti momentu nun hai denguna fonte TWAIN disponible."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fixu"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estándar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estándar (cortu)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estándar (llargu)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nome ficheru"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Nome Camín/Ficheru"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Camín"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nome ficheru ensin extensión"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nueva presentación personalizada de diapositives"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copiar "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Desagrupar metaficheru(os)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Nun se fue a desagrupar tolos oxetos de dibuxu."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentación de %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Dibuxu de %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1479,157 +1509,157 @@ msgstr ""
"¿Quies sobroscribilu?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Testu"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperenllaz"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Enllaz visitáu"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Enllaz activu"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Tabla de conteníu"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Calca equí pa entamar"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Corréu electrónicu"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Páxina d'entamu"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Más información"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Baxar presentación"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "El to restolador nun tien sofitu pa los marcos flotantes."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Primer páxina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Cabera páxina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Testu"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imaxe"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Con conteníu"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Ensin conteníos"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "A la páxina indicada"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convertir mapa de bits en polígonu"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Calca pa terminar la presentación..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Asignar favoritu 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Peñera d'imáxenes"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1640,799 +1670,805 @@ msgstr ""
"nun ye un ficheru de soníu válidu!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convertir a metaficheru"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convertir en bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Nun se pudo crear el ficheru $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Nun se pudo abrir el ficheru $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Nun se pudo copiar el ficheru $(URL1) a $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Camudar nome a diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nome"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Estaya de títulu p'autodiseños"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Área del oxetu pa diseños automáticos"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Estaya de pie de páxina"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Estaya de Testera"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Estaya de data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Estaya de númberu de diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Estaya de númberu de páxina"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<testera>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<pie de páxina>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data/tiempu>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<númberu>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<cuntar>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Estaya de notes"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversión d'Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositives"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Páxines"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Vista previa non disponible"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparando vista previa"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Distribuciones"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Estilos de dibuxu"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Estilos de presentación"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de caxelles"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Afitar imaxe de fondu"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentarios"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reaniciar conteníu de diapositives"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Inxertar tabla"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Inxertar diagrama"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Inxertar una imaxe"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insertar soníu o videu"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrastra y suelta páxines"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrastra y suelta diapositives"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Amiesta imáxenes al álbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de testu"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "El direutoriu de destín llocal «%FILENAME» nun ta baleru. Pue ser que se sobrescriban dellos ficheros. ¿Quies siguir?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fondu"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Oxetos de fondu"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Diseñu"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controles"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Llinies de cota"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Páxina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva maestra"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva maestra:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Páxina maestra"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Páxina maestra:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Folletu"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Calca pa editar el formatu del testu del títulu"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Calca pa editar el formatu del testu del esquema"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Nivel segundu del esquema"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Nivel terceru del esquema"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Nivel cuartu del esquema"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Nivel quintu del esquema"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Nivel sestu del esquema"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Nivel sétimu del esquema"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Calca pa mover la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Calca pa editar el formatu de les notes"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Calca p'amestar un títulu"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Calca p'amestar testu"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Calca p'amestar testu"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Calca p'amestar notes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Faiga doble clic p'amestar una imaxe"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Faiga doble clic p'amestar un oxetu"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Faiga doble clic p'amestar una gráfica"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Faiga doble clic p'amestar un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Faiga doble clic p'amestar una fueya de cálculu"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Predetermináu"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Títulu"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Estilu de dibuxu predetermináu"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mover diapositives"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Inxertar páxines"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Inxertar páxina"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propiedaes de la diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Oxetu ensin rellenu"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Oxetu ensin rellenu nin llinia"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Testu"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Títulu del documentu A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Títulu A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Testu A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Títulu del documentu A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Títulu A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Testu A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formes"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Llinies"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Títulu"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sotítulu"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Esquema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Oxetos de fondu"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fondu"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importación de PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Guardar documentu"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2440,663 +2476,663 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mou Dibuxu"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mou Dibuxu"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Ver esquema"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Vista de diapositives"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Equí ye onde ordenes les diapositives."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Ver notes"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Vista de papeleta"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentación"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentación"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentación"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Documentu"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Mou presentación"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentación"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentación de %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Títulu"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Fuera de llinia"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sotítulu"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Páxina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Documentu"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "_Pie"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Testera"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Númberu"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(namái llectura)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "dengún"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Hasta'l siguiente clic"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Hasta'l final de la diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direición:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Ampliación:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Radios"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primer color:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segundu color:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Primer columna"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilu:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipografía"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Primer columna"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilu:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Tipu de lletra"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Color de la llinia"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tamañu de fonte"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tamañu:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Importe"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Color:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ensin soníu)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Parar soníu anterior)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Otru soníu..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Exemplu"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Activar"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Camín del usuariu"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Caminos de movimientu"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "dengún"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Güéi,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ayeri,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ensin autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress aportó al final de la presentación. Quies continuar fasta l'entamu?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress aportó al entamu de la presentación. Quies continuar fasta'l final?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw aportó al final del documentu. Quies continuar fasta l'entamu?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw aportó al entamu del documentu. Quies continuar fasta'l final?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Inxertar un comentariu"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Desaniciar comentariu(os)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mover Comentariu"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editar Comentariu"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Retrucar a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reproducción de ficheros multimedia"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documentu"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Orde:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Conteníu"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nome de la diapositiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nome de páxina"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Data y tiempu"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Páxines anubríes"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Tamañu"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "_Folletu"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Cares de la páxina"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Incluir"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Usa namái la bandexa de papel de les preferencies d'imprentadora"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Páxines:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositives:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress guetó al final de la presentación. Quies siguir fasta l'entamu?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress guetó al entamu de la presentación. Quies siguir fasta'l final?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw guetó al final de la presentación. Quies siguir fasta l'entamu?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw guetó al entamu de la presentación. Quies siguir fasta'l final?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animación"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Enllaz"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ast/sfx2/messages.po b/source/ast/sfx2/messages.po
index ed39d56fe9c..9844e5619c5 100644
--- a/source/ast/sfx2/messages.po
+++ b/source/ast/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-03-22 09:33+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+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: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1540149375.000000\n"
#. bHbFE
@@ -720,7 +720,7 @@ msgstr "Abrir documentu..."
#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "Template Manager..."
-msgstr ""
+msgstr "Xestor de plantíes..."
#. FzJCj
#: include/sfx2/strings.hrc:140
@@ -5163,7 +5163,7 @@ msgstr ""
#: sfx2/uiconfig/ui/templatepanel.ui:336
msgctxt "commontemplate|STR_HIGHLIGHT_CHECKBOX"
msgid "Spotlight"
-msgstr ""
+msgstr "Indicadores"
#. p9AWW
#: sfx2/uiconfig/ui/versioncommentdialog.ui:8
diff --git a/source/ast/svtools/messages.po b/source/ast/svtools/messages.po
index 2bb6e247968..bd508083674 100644
--- a/source/ast/svtools/messages.po
+++ b/source/ast/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-20 14:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195213.000000\n"
#. fLdeV
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
@@ -1185,7 +1185,7 @@ msgstr "Iniciales"
#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
-msgstr "Tratamientu"
+msgstr "Frase de despidida"
#. 8MWGd
#: include/svtools/strings.hrc:247
@@ -1251,7 +1251,7 @@ msgstr "Usuariu 4"
#: include/svtools/strings.hrc:257
msgctxt "STR_FIELD_ID"
msgid "ID"
-msgstr "ID"
+msgstr "Id."
#. H3ygA
#: include/svtools/strings.hrc:258
diff --git a/source/ast/sw/messages.po b/source/ast/sw/messages.po
index 8987f89e0bd..4f28ea1b91e 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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 10:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+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"
@@ -2622,7 +2622,7 @@ msgstr ""
#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_TEXT"
msgid "Body Text"
-msgstr ""
+msgstr "Cuerpu de testu"
#. BthAg
#: sw/inc/strings.hrc:77
@@ -3350,7 +3350,7 @@ msgstr ""
#: sw/inc/strings.hrc:198
msgctxt "STR_POOLCOLL_HTML_PRE"
msgid "Preformatted Text"
-msgstr "Testu Perfomateáu"
+msgstr "Testu preformatiáu"
#. AA9gY
#: sw/inc/strings.hrc:199
@@ -4696,7 +4696,7 @@ msgstr "Desaniciar marcador: $1"
#: sw/inc/strings.hrc:440
msgctxt "STR_DELETE_BOOKMARKS"
msgid "Delete bookmarks"
-msgstr ""
+msgstr "Desaniciar los marcadores"
#. 54y8f
#: sw/inc/strings.hrc:441
@@ -4708,43 +4708,43 @@ msgstr "Inxertar marcador: $1"
#: sw/inc/strings.hrc:442
msgctxt "STR_UPDATE_BOOKMARK"
msgid "Update bookmark: $1"
-msgstr ""
+msgstr "Anovar el marcador: $1"
#. d6wEB
#: sw/inc/strings.hrc:443
msgctxt "STR_UPDATE_BOOKMARKS"
msgid "Update bookmarks"
-msgstr ""
+msgstr "Anovar los marcadores"
#. i7aeN
#: sw/inc/strings.hrc:444
msgctxt "STR_UPDATE_FIELD"
msgid "Update field: $1"
-msgstr ""
+msgstr "Anovar el campu: $1"
#. GzFSP
#: sw/inc/strings.hrc:445
msgctxt "STR_UPDATE_FIELDS"
msgid "Update fields"
-msgstr ""
+msgstr "Anovar los campos"
#. HACdT
#: sw/inc/strings.hrc:446
msgctxt "STR_DELETE_FIELDS"
msgid "Delete fields"
-msgstr ""
+msgstr "Desaniciar los campos"
#. gEXeo
#: sw/inc/strings.hrc:447
msgctxt "STR_UPDATE_SECTIONS"
msgid "Update sections"
-msgstr ""
+msgstr "Anovar les seiciones"
#. ZdcaY
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Desaniciar les seiciones"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -10521,7 +10521,7 @@ msgstr ""
#: sw/inc/utlui.hrc:52
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "DOI citation recognition"
-msgstr ""
+msgstr "Reconocencia de citaciones DOI"
#. MEgcB
#: sw/uiconfig/swriter/ui/abstractdialog.ui:22
@@ -17113,230 +17113,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Inxertar una entrada d'índiz"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Desanicia la entrada escoyida del índiz. El testu d'entrada del documentu nun se desanicia."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Inxertar"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Índiz:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Esbilla l'índiz al que quies amestar la entrada."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Índiz personalizáu nuevu"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Entrada:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Llectura fonética:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Escribi la llectura fonética na entrada correspondiente. Por exemplu, si una pallabra en kanji xaponés tien más d'una pronunciación, escribi la pronunciación correcta como pallabra katakana. De resultes la pallabra kanji s'ordena según la entrada de la llectura fonética."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Llectura fonética:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Llectura fonética:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1ª clave:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2ª clave:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Nivel d'índiz:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Introduz el nivel d'índiz de la entrada, que determina l'aspeutu d'ésta nel índiz xeneráu."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrada principal"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Aplicar a toles otres ocurrencies"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Namái pallabres completes"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Concasar mayúscules y minúscules"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Salta a la entrada d'índiz anterior del mesmu tipu nel documentu."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Salta a la entrada d'índiz siguiente del mesmu tipu nel documentu."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Marca'l testu esbilláu como entrada d'índiz o tabla de conteníu. Edita la entrada d'índiz esbillada."
@@ -25752,13 +25758,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:218
msgctxt "pagenumberdlg|numfmtLabel"
msgid "Page numbers:"
-msgstr ""
+msgstr "Númberos de páxina:"
#. zBZCW
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:226
msgctxt "pagenumberdlg|alignmentLabel-atkobject"
msgid "Number format"
-msgstr ""
+msgstr "Formatu de númberu"
#. xuA2n
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:245
diff --git a/source/ast/wizards/source/resources.po b/source/ast/wizards/source/resources.po
index 3b57816eac5..80d8eecbe7e 100644
--- a/source/ast/wizards/source/resources.po
+++ b/source/ast/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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-04-17 21:38+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Asturian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/ast/>\n"
"Language: ast\n"
@@ -4394,7 +4394,7 @@ msgctxt ""
"CorrespondenceFields_24\n"
"property.text"
msgid "ID"
-msgstr "ID"
+msgstr "Id."
#. BkAJF
#: resources_en_US.properties
diff --git a/source/az/cui/messages.po b/source/az/cui/messages.po
index c5bc0b929e9..127dd68e0f9 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16688,74 +16688,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr ""
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr ""
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr ""
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr ""
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr ""
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr ""
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr ""
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/az/officecfg/registry/data/org/openoffice/Office.po b/source/az/officecfg/registry/data/org/openoffice/Office.po
index 53228eb53aa..30acccb8889 100644
--- a/source/az/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/az/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12596,84 +12596,84 @@ msgctxt ""
msgid "Notes"
msgstr "notalar"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
+msgid "Text documents (Writer)"
msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
+msgid "Spreadsheets (Calc)"
msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
+msgid "Presentations (Impress)"
msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
+msgid "Drawings (Draw)"
msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
+msgid "Formulas (Math)"
msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
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 185db0df441..aa6dc86763c 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2239,6 +2239,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
#. wZAYL
#: CalcCommands.xcu
#, fuzzy
@@ -9595,14 +9605,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10906,6 +10916,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26753,36 +26773,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32054,16 +32044,36 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
msgstr ""
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
+
#. Z7Y7v
#: WriterCommands.xcu
msgctxt ""
@@ -33240,6 +33250,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr ""
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/az/sc/messages.po b/source/az/sc/messages.po
index 74ceb1422c2..42272d8a610 100644
--- a/source/az/sc/messages.po
+++ b/source/az/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32498,38 +32498,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr ""
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/az/sd/messages.po b/source/az/sd/messages.po
index 2abb2b50a77..1ee8c8ec847 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1217,253 +1217,283 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr ""
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr ""
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "sol"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "sağ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr ""
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr ""
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr ""
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Hamısı"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr ""
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr ""
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Dәyişәn"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr ""
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Fayl adı:"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr ""
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Uzantısız fayl adı"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr ""
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,159 +1501,159 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr ""
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr ""
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
#, fuzzy
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "notalar"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Müəllif"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr ""
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr ""
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr ""
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Şəkillər"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,801 +1661,807 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr ""
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Səhifələr"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
#, fuzzy
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Cihaz əlçatan deyil."
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr ""
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Şərhlər"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr ""
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Şəkil Daxil et"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Səs və ya Video əlavə et"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr ""
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr ""
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Sәhifә"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Varsayılan"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Başlıq"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr ""
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Başlıq"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr ""
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr ""
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
#, fuzzy
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "notalar"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2433,641 +2469,641 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Başlıq"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Sәhifә"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "notalar"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr ""
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr ""
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nota"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr ""
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr ""
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ölçü:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr ""
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr ""
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr ""
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Cədvəllər"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Sәnәd"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr ""
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr ""
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/az/svtools/messages.po b/source/az/svtools/messages.po
index ae737389ca4..a237a4fda30 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/az/sw/messages.po b/source/az/sw/messages.po
index d38d84b9609..1c501773b82 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17068,231 +17068,237 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Daxil et"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/be/cui/messages.po b/source/be/cui/messages.po
index 37ce605a5a3..70dc9874ecf 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16595,74 +16595,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Заўсёды запісваць як:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Тэкставы дакумент"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Дакумент HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Майстар-дакумент"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Разліковы аркуш"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Прэзентацыя"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Рысунак"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Формула"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Тып дакумента:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Прадвызначаны фармат файла і настаўленні ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/be/officecfg/registry/data/org/openoffice/Office.po b/source/be/officecfg/registry/data/org/openoffice/Office.po
index 27e911a2496..2abd0e17134 100644
--- a/source/be/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Office\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: <en@li.org>\n"
@@ -12524,85 +12524,85 @@ msgctxt ""
msgid "Notes"
msgstr "Заўвагі"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Тэкставыя дакументы"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Разліковыя аркушы"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Прэзентацыі"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Рысункі"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Старонкі Сеціва"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Майстар-дакументы"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Формулы"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Файлы баз даных"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 77fa07b1e1e..9747489e11f 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Delete Rows"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,14 +9566,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Уставіць калонкі"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26646,36 +26666,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31935,15 +31925,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Нумар старонкі"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33115,6 +33125,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Delete Rows"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Радкі"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/be/sc/messages.po b/source/be/sc/messages.po
index 4de129651ca..b4bcdd4b209 100644
--- a/source/be/sc/messages.po
+++ b/source/be/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33165,40 +33165,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Іншае"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Калонка"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Тэкст у калонкі"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Палі"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/be/sd/messages.po b/source/be/sd/messages.po
index 6caeecb4188..02d2eeb4de8 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1215,249 +1215,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Уставіць тэкст"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Спрытны"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Злева"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Справа"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Зверху"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Знізу"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Улева ўверх"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Улева ўніз"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Управа ўверх"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Управа ўніз"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Гарызантальна"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Вертыкальна"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Усе?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Немагчыма выканаць гэта дзеянне ў \"жывым\" рэжыме."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Назад"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Працягваць"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Агульны агляд"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Мяняльнік колераў"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Узаемапераход"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Расцягнуць слайд"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Змест слайду"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Зараз няма прысутных крыніц SANE."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Зараз няма прысутных крыніц TWAIN."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Замацавана"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Зменная"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Стандартна (каротка)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Стандартна (доўга)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Назва файла"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Шлях і назва файла"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Шлях"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Назва файла без канчатку"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Новы адмысловы паказ слайдаў"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Капіраваць "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Адгрупаваць метафайл(ы)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Не ўдалося адгрупаваць усе рысаваныя аб'екты."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1467,157 +1497,157 @@ msgstr ""
"Ці хочаце запісаць паўзверх яго?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Тэкст"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Сеціўная спасылка"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Наведаная спасылка"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Актыўная спасылка"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Заўвагі"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Змест"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Каб пачаць, «клікніце» тут мышкай"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Аўтар"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Свая Старонка"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Далейшыя звесткі"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Атрымаць прэзентацыю"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Ваш браўзер не падтрымлівае лунаючых рамак."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Першая старонка"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Апошняя старонка"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Тэкст"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Відарыс"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "З зместам"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Без зместу"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Да азначанай старонкі"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Ператварыць растр у многавугольнік"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Каб выйсці з прэзентацыі, «клікніце» мышкай..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Прыпыніць..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Ужыць улюбёнае з 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Фільтр відарысаў"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1627,803 +1657,809 @@ msgstr ""
"не з'яўляецца дапушчальным гукавым файлам!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Ператварыць у метафайл"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Ператварыць у растр"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Немагчыма стварыць файл $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Не ўдалося адкрыць файл $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Не ўдалося скапіраваць файл $(URL1) у $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Назваць слайд"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Назва"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Абсяг загалоўку Аўта-выкладаў"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Абсяг аб'екта Аўта-выкладаў"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Абсяг ніжняга калантытула"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Абсяг верхняга калантытула"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Абсяг даты"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Абсяг нумараў слайдаў"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Абсяг нумараў старонак"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<загаловак>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ніжні калантытул>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<дата/час>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<лік>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<колькасць>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<назва-старонкі>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Абсяг заўваг"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Ператварэнне Хангыл/Ханджа"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Слайды"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Старонкі"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Няма даступнага перадпаказу"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Рыхтуецца перадпаказ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Выклады"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Стылі рысункаў"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Стылі прэзентацый"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Стылі клетак"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Абрыс %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Заўвагі"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Да пачатковага выклада слайда"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Уставіць табліцу"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Уставіць дыяграму"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Уставіць відарыс"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Уставіць гуказапіс ці відэа"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Перацягванне старонак"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Перацягванне слайдаў"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Дадайце выявы ў альбом."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Тэкставы слайд"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Мэтавы каталог на тутэйшым дыску, '%FILENAME', не пусты. Магчыма, будуць сцёрты наяўныя там файлы. Ці хочаце працягваць?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Фон"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Аб'екты фону"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Выклад"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Кантрольнікі"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Мерныя лініі"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Слайд"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Старонка"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Слайд"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
#, fuzzy
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Апошні слайд"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Майстар-старонка"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Заўвагі)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Раздаткі"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Каб правіць фармат загалоўка, «клікніце» мышкай"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Каб правіць фармат структуры, «клікніце» мышкай"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Другі ўзровень структуры"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Трэці ўзровень структуры"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Чацвёрты ўзровень структуры"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Пяты ўзровень структуры"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Шосты ўзровень структуры"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Сёмы ўзровень структуры"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Каб перамясціць слайд, «клікніце» мышкай"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Каб правіць фармат заўваг, «клікніце» мышкай"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
#, fuzzy
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Клікніце, каб дадаць тэкст"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Клікніце, каб дадаць тэкст"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Клікніце, каб дадаць тэкст"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
#, fuzzy
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Клікніце, каб дадаць тэкст"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Каб дадаць графіку, двойчы-«клікніце» мышкай"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Каб дадаць аб'ект, двойчы-«клікніце» мышкай"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
#, fuzzy
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Каб дадаць графіку, двойчы-«клікніце» мышкай"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Прадвызначана"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Загаловак"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Перамясціць слайды"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Аб'ект без заліўкі"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Аб'ект без заліўкі і ліній"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Тэкст"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Назва"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Падзагаловак"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Структура"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Аб'екты фону"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Фон"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Заўвагі"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Імпартаваць з PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Запісаць дакумент"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Зменшыць памер шрыфту"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Павялічыць памер шрыфту"
@@ -2431,643 +2467,643 @@ msgstr "Павялічыць памер шрыфту"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Від: рысункі"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Від: рысункі"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Від: структура"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Від: слайды"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Тут можна парадкаваць слайды."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Від: заўвагі"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Від: раздаткі"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Загаловак прэзентацыі"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Структура прэзентацыі"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
#, fuzzy
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Стылі прэзентацый"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Рэжым прэзентацыі"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Стылі прэзентацый"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Раздатак"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Рэжым прэзентацыі"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Рэжым прэзентацыі"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Прэзентацыя %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Загаловак"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Контур"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Падзагаловак"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Старонка"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Заўвагі"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Раздатак"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Калантытул ніжні"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Калантытул верхні"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Дата"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Лічба"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(толькі-чытаць)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "none"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Да наступнага націскання"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Да заканчэння слайда"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Накірунак:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Маштаб:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Спіцы:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Першы колер:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Другі колер:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Колер запаўнення:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стыль:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Шрыфт:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Колер шрыфту:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стыль:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Гарнітура:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Колер лініі:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Памер шрыфту:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Памер:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Колькасць:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Колер:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(без гуку)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(спыніць папярэдні гук)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Іншы гук..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Спроба"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Актываваць"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Адмысловыя шляхі"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Выдзяленне: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Выхад: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Сцежкі руху: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Няма"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Сёння,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Учора,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(без аўтара)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress давёў пошук да заканчэння прэзентацыі. Ці працягваць пошук ад пачатку?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress давёў пошук да пачатку прэзентацыі. Ці працягваць пошук ад заканчэння?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw давёў пошук да заканчэння дакумента. Ці працягваць пошук ад пачатку дакумента?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw давёў пошук да пачатку дакумента. Ці працягваць пошук ад заканчэння дакумента?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Уставіць заўвагу"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Сцерці заўвагу(-і)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Перанесці заўвагу"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Правіць заўвагу"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Заўвага на %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Узнаўлянне мультымедый"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Табліца"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Дакумент"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Змесціва"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Назва слайда"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Назва старонкі"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Дата і час"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Прыхаваныя старонкі"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Колер"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Памер"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Брашура"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Бакі аркушаў"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Улучаць"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Папера толькі з падачы, запісанай у настаўленнях прынтара"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress давёў пошук да заканчэння дакумента. Ці працягваць пошук ад пачатку дакумента?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress давёў пошук да пачатку дакумента. Ці працягваць пошук ад заканчэння дакумента?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw давёў пошук да заканчэння дакумента. Ці працягваць пошук ад пачатку дакумента?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw давёў пошук да пачатку дакумента. Ці працягваць пошук ад заканчэння дакумента?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/be/svtools/messages.po b/source/be/svtools/messages.po
index 995cd61a023..a0a7981557d 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/be/sw/messages.po b/source/be/sw/messages.po
index ddeb42b11eb..aefd2831490 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Уставіць складнік індэкса"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Уставіць"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Новы Адмысловы індэкс"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Абнавіць элемент з пазначанага"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Асноўны элемент"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Толькі словы цалкам"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Адрозніваць рэгістр"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/bg/cui/messages.po b/source/bg/cui/messages.po
index 197e6464cdf..383fe3231ae 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-05 20:33+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"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Записване винаги като:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Текстов документ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Документ на HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Главен документ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Електронна таблица"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Презентация"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Рисунка"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Формула"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Задава типа документи, за който желаете да определите подразбиран файлов формат."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Определя в какъв формат да се записват документите от вида, избран отляво. Друг файлов тип за текущия документ можете да изберете в диалоговия прозорец „Записване като“."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Тип на д_окумента:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Подразбиран файлов формат и настройки на ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "В раздела „Общи“ можете да зададете подразбирани настройки за записване на документи и да изберете подразбираните файлови формати."
diff --git a/source/bg/helpcontent2/source/text/sbasic/shared.po b/source/bg/helpcontent2/source/text/sbasic/shared.po
index 4f8a9da40e9..2797da12319 100644
--- a/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/source/bg/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-20 12:32+0100\n"
-"PO-Revision-Date: 2023-05-19 17:35+0000\n"
+"PO-Revision-Date: 2023-05-27 06:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/bg/>\n"
"Language: bg\n"
@@ -30677,7 +30677,7 @@ msgctxt ""
"par_id3149456\n"
"help.text"
msgid "<emph>length</emph>: Numeric expression that specifies the number of characters that you want to return. If <emph>length</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648."
-msgstr ""
+msgstr "<emph>length</emph>: числов израз, който задава желания брой на знаците в резултата. Ако <emph>length</emph> = 0, се връща низ с нулева дължина. Максималната разрешена стойност е 2 147 483 648."
#. FPXvk
#: 03120303.xhp
@@ -31046,7 +31046,7 @@ msgctxt ""
"par_id3153061\n"
"help.text"
msgid "Right (string As String, length As Long)"
-msgstr ""
+msgstr "Right (string As String, length As Long)"
#. SKQUo
#: 03120307.xhp
@@ -31064,7 +31064,7 @@ msgctxt ""
"par_id3153526\n"
"help.text"
msgid "<emph>string</emph>: Any string expression that you want to return the rightmost characters of."
-msgstr ""
+msgstr "<emph>string</emph>: низов израз, от чиято стойност да се извлекат най-десните знаци."
#. 3NQ9V
#: 03120307.xhp
@@ -31073,7 +31073,7 @@ msgctxt ""
"par_id3151211\n"
"help.text"
msgid "<emph>length</emph>: Numeric expression that defines the number of characters that you want to return. If <emph>length</emph> = 0, a zero-length string is returned. The maximum allowed value is 2,147,483,648."
-msgstr ""
+msgstr "<emph>length</emph>: числов израз, който задава желания брой на знаците в резултата. Ако <emph>length</emph> = 0, се връща низ с нулева дължина. Максималната разрешена стойност е 2 147 483 648."
#. ezXrq
#: 03120307.xhp
@@ -31559,7 +31559,7 @@ msgctxt ""
"par_id3153824\n"
"help.text"
msgid "Split (expression As String, delimiter, limit)"
-msgstr ""
+msgstr "Split (expression As String, delimiter, limit)"
#. dBAZR
#: 03120314.xhp
@@ -31577,7 +31577,7 @@ msgctxt ""
"par_id3156023\n"
"help.text"
msgid "<emph>expression</emph>: Any string expression."
-msgstr ""
+msgstr "<emph>expression</emph>: произволен низов израз."
#. ZABZE
#: 03120314.xhp
@@ -31586,7 +31586,7 @@ msgctxt ""
"par_id3147560\n"
"help.text"
msgid "<emph>delimiter</emph>: An optional string of one or more characters length that is used to delimit <literal>String</literal>. The default is the space character."
-msgstr ""
+msgstr "<emph>delimiter</emph>: незадължителен низ с дължина един или повече знака, който се използва за разделяне на <literal>String</literal>. Подразбира се знакът интервал."
#. myUEr
#: 03120314.xhp
@@ -31595,7 +31595,7 @@ msgctxt ""
"par_id3145069\n"
"help.text"
msgid "<emph>limit</emph>: An optional number of substrings that you want to return."
-msgstr ""
+msgstr "<emph>limit</emph>: незадължителен брой на поднизовете, които искате да бъдат върнати."
#. 9qGtg
#: 03120315.xhp
@@ -31640,7 +31640,7 @@ msgctxt ""
"par_id3156344\n"
"help.text"
msgid "Join (SourceArray As Object, delimiter As String) As String"
-msgstr ""
+msgstr "Join (SourceArray As Object, delimiter As String) As String"
#. VFrno
#: 03120315.xhp
@@ -31649,7 +31649,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "<emph>SourceArray</emph>: A string array."
-msgstr ""
+msgstr "<emph>SourceArray</emph>: масив от низове."
#. CZC5E
#: 03120315.xhp
@@ -31658,7 +31658,7 @@ msgctxt ""
"par_id3154908\n"
"help.text"
msgid "<emph>delimiter</emph>: An optional string character that is used to separate the substrings in the resulting string. The default delimiter is the space character. If <literal>Delimiter</literal> is a string of length zero \"\", the substrings are joined without separator."
-msgstr ""
+msgstr "<emph>delimiter</emph>: незадължителен низ, с който се разделят поднизовете в низа резултат. Подразбираният разделител е знакът интервал. Ако <literal>Delimiter</literal> е низ с нулева дължина \"\", поднизовете се долепват без разделител."
#. u25ah
#: 03120400.xhp
@@ -31739,7 +31739,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "InStr ([Start As Long,] String1 As String, String2 As String[, Compare]) As Integer"
-msgstr ""
+msgstr "InStr ([Start As Long,] String1 As String, String2 As String[, Compare]) As Integer"
#. dkQe4
#: 03120401.xhp
@@ -31748,7 +31748,7 @@ msgctxt ""
"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 ""
+msgstr "<emph>Start</emph>: числов израз – позиция в низа, от която започва търсенето. Ако бъде пропуснат, търсенето започва от първия знак. Минималната разрешена стойност е 1. Максималната разрешена стойност е 2 147 483 648."
#. BDsAp
#: 03120401.xhp
@@ -31757,7 +31757,7 @@ msgctxt ""
"par_id3145609\n"
"help.text"
msgid "<emph>String1</emph>: The string expression that you want to search."
-msgstr ""
+msgstr "<emph>String1</emph>: низовият израз, чиято стойност да бъде претърсена."
#. BGDxD
#: 03120401.xhp
@@ -31766,7 +31766,7 @@ msgctxt ""
"par_id3147559\n"
"help.text"
msgid "<emph>String2</emph>: The string expression that you want to search for."
-msgstr ""
+msgstr "<emph>String2</emph>: низовият израз за търсения низ."
#. GeM6V
#: 03120401.xhp
@@ -31775,7 +31775,7 @@ msgctxt ""
"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 0 or 1. The default value of 1 specifies a text comparison that is not case-sensitive. The value of 0 specifies a binary comparison that is case-sensitive."
-msgstr ""
+msgstr "<emph>Compare</emph>: незадължителен числов израз, определящ начина на сравняване. Допустимите стойности са 0 и 1. Подразбираната стойност 1 означава текстово сравняване, нечувствително към регистъра на буквите. Стойността 0 означава двоично сравняване, чувствително към регистъра."
#. mZhFi
#: 03120401.xhp
@@ -31928,7 +31928,7 @@ msgctxt ""
"par_id3150503\n"
"help.text"
msgid "StrComp (string1 As String, string2 As String[, Compare As Integer]) As Integer"
-msgstr ""
+msgstr "StrComp (string1 As String, string2 As String[, Compare As Integer]) As Integer"
#. Bx8HF
#: 03120403.xhp
@@ -31937,7 +31937,7 @@ msgctxt ""
"par_id3351061\n"
"help.text"
msgid "<emph>string1</emph>: Any string expression"
-msgstr ""
+msgstr "<emph>string1</emph>: произволен низов израз."
#. vNvkn
#: 03120403.xhp
@@ -31946,7 +31946,7 @@ msgctxt ""
"par_id3153061\n"
"help.text"
msgid "<emph>string2</emph>: Any string expression"
-msgstr ""
+msgstr "<emph>string2</emph>: произволен низов израз."
#. 59SPq
#: 03120403.xhp
@@ -31955,7 +31955,7 @@ msgctxt ""
"par_id3146796\n"
"help.text"
msgid "<emph>Compare</emph>: This optional parameter sets the comparison method. If <literal>Compare</literal> = 1, the string comparison is case-sensitive. If <literal>Compare</literal> = 0, no distinction is made between uppercase and lowercase letters."
-msgstr ""
+msgstr "<emph>Compare</emph>: незадължителен параметър за начина на сравняване. Ако <literal>Compare</literal> = 1, сравняването е чувствително към регистъра на буквите. Ако <literal>Compare</literal> = 0, малките и главните букви не се различават."
#. Hi2Cp
#: 03120403.xhp
@@ -31964,7 +31964,7 @@ msgctxt ""
"par_id3150358\n"
"help.text"
msgid "If string1 < string2 the function returns -1"
-msgstr ""
+msgstr "Ако string1 < string2, функцията връща -1."
#. Y4fnJ
#: 03120403.xhp
@@ -31973,7 +31973,7 @@ msgctxt ""
"par_id3151043\n"
"help.text"
msgid "If string1 = string2 the function returns 0"
-msgstr ""
+msgstr "Ако string1 = string2, функцията връща 0."
#. QX67G
#: 03120403.xhp
@@ -31982,7 +31982,7 @@ msgctxt ""
"par_id3158410\n"
"help.text"
msgid "If string1 > string2 the function returns 1"
-msgstr ""
+msgstr "Ако string1 > string2, функцията връща 1."
#. xtFm8
#: 03120411.xhp
@@ -32036,7 +32036,7 @@ msgctxt ""
"par_id3146957\n"
"help.text"
msgid "InStrRev (StringCheck As String, StringMatch As String [,Start As Long] [, Compare As Integer])"
-msgstr ""
+msgstr "InStrRev (StringCheck As String, StringMatch As String [,Start As Long] [, Compare As Integer])"
#. HVvGf
#: 03120411.xhp
@@ -32045,7 +32045,7 @@ msgctxt ""
"par_id3145609\n"
"help.text"
msgid "<emph>StringCheck</emph>: The string expression that you want to search."
-msgstr ""
+msgstr "<emph>StringCheck</emph>: низовият израз, чиято стойност да бъде претърсена."
#. SPRJC
#: 03120411.xhp
@@ -32054,7 +32054,7 @@ msgctxt ""
"par_id3147559\n"
"help.text"
msgid "<emph>StringMatch</emph>: The string expression that you want to search for."
-msgstr ""
+msgstr "<emph>StringMatch</emph>: низовият израз за търсения низ."
#. eREDf
#: 03120411.xhp
@@ -32099,7 +32099,7 @@ msgctxt ""
"par_id3153361\n"
"help.text"
msgid "To avoid a run-time error, do not set the <literal>Compare</literal> parameter if the first return parameter is omitted."
-msgstr ""
+msgstr "За да избегнете грешка при изпълнение, не задавайте параметър <literal>Compare</literal>, ако първият параметър за връщане е пропуснат."
#. GExuT
#: 03120411.xhp
@@ -34007,7 +34007,7 @@ msgctxt ""
"par_id3143267\n"
"help.text"
msgid "This object is automatically converted to an <literal>Any</literal> of the corresponding type when passed to Uno. The type must be specified by its fully qualified Uno type name."
-msgstr ""
+msgstr "Този обект се преобразува автоматично към тип <literal>Any</literal> от съответния тип, когато се предава към Uno. Типът трябва да бъде зададен като напълно квалифицирано име на тип на Uno."
#. epP4U
#: 03132300.xhp
@@ -34016,7 +34016,7 @@ msgctxt ""
"par_id3153626\n"
"help.text"
msgid "The $[officename] API frequently uses the <literal>Any</literal> type. It is the counterpart of the <literal>Variant</literal> type known from other environments. The <literal>Any</literal> type holds one arbitrary Uno type and is used in generic Uno interfaces."
-msgstr ""
+msgstr "Типът <literal>Any</literal> се използва често в програмния интерфейс $[officename] API. Той съответства на типа <literal>Variant</literal>, използван в други среди за програмиране. Променливите от тип <literal>Any</literal> могат съдържат произволен тип на Uno и се използват в общите интерфейси на Uno."
#. 8LEhi
#: 03132300.xhp
diff --git a/source/bg/helpcontent2/source/text/scalc.po b/source/bg/helpcontent2/source/text/scalc.po
index 4883908b959..b696e35790b 100644
--- a/source/bg/helpcontent2/source/text/scalc.po
+++ b/source/bg/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/bg/>\n"
@@ -728,15 +728,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Изтриване на лист</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Цвят на раздела"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/scalc/00.po b/source/bg/helpcontent2/source/text/scalc/00.po
index 37fecd954f5..b38ba021165 100644
--- a/source/bg/helpcontent2/source/text/scalc/00.po
+++ b/source/bg/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/bg/>\n"
@@ -188,42 +188,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Изберете <emph>Лист - Изтриване на клетки</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Изберете <emph>Лист - Изтриване на лист</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Отворете контекстното меню за лист."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Изберете <emph>Лист - Местене или копиране на лист</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Отворете контекстното меню за лист."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -422,15 +386,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Вмъкване на колони"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Изберете <menuitem>Лист - Вмъкване на лист</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -800,24 +755,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Изберете <emph>Лист</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Изберете <emph>Лист - Преименуване на лист</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Изберете <emph>Лист - Показване на лист</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2258,6 +2195,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Меню Лист"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index 4acafb0fcaf..b223c2c91b1 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-28 13:26+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/bg/>\n"
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>електронни таблици; изтриване на листове</bookmark_value><bookmark_value>листове; изтриване</bookmark_value><bookmark_value>изтриване; листове</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Изтриване на лист"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Изтрива текущия лист след запитване за потвърждение.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Не можете да изтриете лист, когато е включена настройката <emph>Редактиране - Следене на промените - Регистриране</emph>."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Да"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Изтрива текущия лист."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Не"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Отменя операцията. Не се извършва изтриване."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>електронни таблици; местене на листове</bookmark_value><bookmark_value>електронни таблици; копиране на листове</bookmark_value><bookmark_value>преместване; листове</bookmark_value><bookmark_value>копиране; листове</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Местене или копиране на лист"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Вмъкване на лист"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>листове;създаване</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Вмъкване на лист"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43442,14 +43424,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>имена на листове</bookmark_value><bookmark_value>промяна; имена на листове</bookmark_value><bookmark_value>листове; преименуване</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Преименуване на лист"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43505,32 +43487,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Показване на лист"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>листове; показване</bookmark_value><bookmark_value>показване; листове</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Показване на лист"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Показва листове, скрити преди това с командата <emph>Скриване на листове</emph>.</ahelp></variable> Изберете само един лист, за да извикате командата. Текущият лист е винаги избран. Ако е избран друг лист освен текущия, можете да премахнете избора от него, като натиснете <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, щраквайки върху съответния етикет на лист в долната част на прозореца."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47591,14 +47582,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>вмъкване на редове;защитен лист</bookmark_value><bookmark_value>вмъкване на колони;защитен лист</bookmark_value><bookmark_value>изтриване на колони;защитен лист</bookmark_value><bookmark_value>изтриване на редове;защитен лист</bookmark_value><bookmark_value>защитен лист;вмъкване на колони</bookmark_value><bookmark_value>защитен лист;вмъкване на редове</bookmark_value><bookmark_value>защитен лист;изтриване на редове</bookmark_value><bookmark_value>защитен лист;изтриване на колони</bookmark_value><bookmark_value>защитаване;лист</bookmark_value><bookmark_value>селекция;в защитени клетки</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Защитаване на лист</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55277,6 +55268,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69794,6 +70019,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\"; 0)</item> връща 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70100,6 +70388,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "За да се идентифицират правилно промените, всеки сътрудник трябва да въведе името си в <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Инструменти - Настройки</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Данни за потребител</menuitem> в лентата с менюта."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 4849d66645a..00539d7404f 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-09 08:24+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"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562356865.000000\n"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Придвижване между листовете"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>листи; показване на няколко</bookmark_value><bookmark_value>етикети на листи;използване</bookmark_value><bookmark_value>изгледи;няколко листа</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Придвижване между листовете</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "По подразбиране $[officename] показва във всяка нова електронна таблица три листа, от „Лист1“ до „Лист3“. Можете да превключвате между листите чрез етикетите им в долния край на екрана."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Листи</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Икона</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Използвайте бутоните за навигация, за да видите всички листи, принадлежащи на вашия документ. Щракването върху най-левия или най-десния бутон показва съответно първия или последния етикет на лист. Средните бутони разрешават на потребителя да превърта напред или назад между всички етикети. За да видите самия лист, щракнете върху етикета му."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8990,14 +9035,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Едновременна работа с няколко листа"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>листове; вмъкване</bookmark_value><bookmark_value>вмъкване; листове</bookmark_value><bookmark_value>листове; избиране на няколко</bookmark_value><bookmark_value>добавяне на листове</bookmark_value><bookmark_value>избиране;няколко листа</bookmark_value><bookmark_value>няколко листа</bookmark_value><bookmark_value>изчисляване;няколко листа</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9008,24 +9053,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Едновременна работа с няколко листа</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Вмъкване на лист"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "За да вмъкнете нов лист или съществуващ лист от друг файл, използвайте <item type=\"menuitem\">Вмъкване - Лист</item>."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9035,15 +9062,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Отваря диалогов прозорец, в който можете да приписвате макроси на събитията в листа.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Отваря прозорец, в който можете да приписвате цветове на етикетите на листове.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/scalc/menu.po b/source/bg/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/bg/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index 5ea6c22a2b8..b5cfb3a638d 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-03 18:10+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bg/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">За достъп до тази команда...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Меню Файл"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Изберете <emph>Файл - Мостра в уеббраузър</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Изберете <menuitem>Файл - Нов</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Икона <emph>Нов</emph> в лентата <emph>Стандартни</emph> (иконата показва вида на новия документ)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Икона за нов документ</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Нов"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Клавиш <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Изберете <menuitem>Файл - Отваряне</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Икона за отваряне</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Отваряне на файл"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\">Помощник <emph>Източник на данни за адреси - Съответствие на полета</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Изберете <emph>Файл - Затваряне</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Изберете <menuitem>Файл - Записване</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Отворете лентата <emph>Инструменти</emph> или <emph>Данни от таблица</emph> и щракнете върху"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Изберете <menuitem>Файл - Записване</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Икона за записване</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Записване"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Икона за записване като</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Записване като"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Изберете <menuitem>Файл - Записване - всички</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Изберете <menuitem>Файл - Записване като</menuitem>.</variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Изберете <menuitem>Файл - Презареждане</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Меню <menuitem>Файл - Мостра за печат</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Икона за мостра за печат</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Изберете <menuitem>Файл - Настройки на принтера</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Меню <menuitem>Файл - Изпращане</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Изпращане на документ по е-поща"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Изберете <menuitem>Файл - Експортиране</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Изберете <menuitem>Файл - Експортиране като - Експортиране като EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Икона за експортиране като EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Директно експортиране като EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Изберете <menuitem>Файл - Експортиране като - Експортиране като PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Изберете <menuitem>Файл - Печат</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Икона за печатане</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Печат"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "В лентата <emph>Мостра за печат</emph> на текстов документ щракнете върху"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Икона за мостра на страници за печат</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Печат на мостра"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Изберете <menuitem>Файл - Експортиране</menuitem>; ако е избран тип файлове PBM, PPM или PGM, диалоговият прозорец ще се отвори автоматично.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Изберете <emph>Файл - Версии</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index f428927ffe5..f2ef67d74b9 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-07 07: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"
@@ -98,14 +98,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Функция</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Икона за текстов документ</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -125,14 +125,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Създава текстов документ в $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Икона за електронна таблица</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -152,14 +152,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Създава електронна таблица в $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Икона за презентация</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -179,14 +179,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Създава презентация в $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Икона за рисунка</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -206,14 +206,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Създава рисунка в $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Икона за формула</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -233,14 +233,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Създава формула в $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Икона за база от данни</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -287,14 +287,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Създава документ на HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Икона за документ с формуляр на XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -314,14 +314,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Създава документ във формат <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Икона за етикети</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -341,14 +341,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Отваря диалоговия прозорец <link href=\"text/shared/01/01010200.xhp\"><emph>Етикети</emph></link>, в който можете да зададете настройки за етикетите, след което създава текстов документ с етикети в $[officename] Writer."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Икона за визитни картички</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -368,14 +368,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Отваря диалоговия прозорец<link href=\"text/shared/01/01010300.xhp\"><emph>Визитни картички</emph></link>, в който можете да зададете настройки за визитните картички, след което създава текстов документ в $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Икона за главен документ</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2240,33 +2240,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Отваря документ, предоставян от услуга за отдалечени файлове.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Изберете <item type=\"menuitem\">Файл - Отдалечено отваряне</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Щракнете върху бутона <emph>Отдалечени файлове</emph> в <emph>началния екран</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Щракнете и задръжте върху иконата <emph>Отваряне</emph> и изберете <emph>Отваряне на отдалечен файл</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2663,15 +2636,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Записва копие на текущия документ с друго име или местоположение.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Изберете <item type=\"menuitem\">Файл - Записване на копие</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3086,15 +3050,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Експортира документа във формат PDF или EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Изберете <emph>Файл - Експортиране като</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7802,14 +7757,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">За да изберете всички клетки в даден лист, щракнете върху бутона в пресечната точка на заглавията на редовете и колоните в горния ляв ъгъл на листа.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">За да изберете всички листове в електронната таблица, щракнете с десния бутон върху етикетче с име на лист и изберете <emph>Избиране на всички листове</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Избира всички листове в текущия документ.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>персонализиране; събития</bookmark_value><bookmark_value>събития; персонализиране</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Събития</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Приписва макроси на събития в програмата. Приписаните макроси се изпълняват автоматично при всяко възникване на избраното събитие.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Диалоговият прозорец има намалена функционалност, когато е извикан от менюто Редактиране - Лист в електронна таблица."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter/00.po b/source/bg/helpcontent2/source/text/swriter/00.po
index 9794d091c6d..6b487f0f5fe 100644
--- a/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/source/bg/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:20+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/bg/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Циркулярни писма"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index dfe0538ffea..a26b0568b16 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-26 19:46+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/bg/>\n"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Не можете да редактирате документа, докато сте в режим на мостра за печат."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">За изход от мострата натиснете бутона <emph>Затваряне на мострата</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1961,13 +1961,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Хипервързка (НХ и КХ)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Създава хипервръзка за частта от елемента, която сте оградили с отварящ (НХ) и затварящ (КХ) етикет за хипервръзка. В реда <emph>Структура</emph> щракнете върху празното поле пред частта, за която желаете да създадете хипервръзка, и после натиснете този бутон. Щракнете в празното поле след частта, избрана за хипервръзката, после натиснете бутона отново. Всички хипервръзки трябва да са уникални. Налично е само за съдържание.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,14 +28376,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Свойства на контрола за съдържание</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office.po b/source/bg/officecfg/registry/data/org/openoffice/Office.po
index 487cf236c5f..a324a244974 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/bg/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547858956.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Текстови документи"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Електронни таблици"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Презентации"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Рисунки"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Уебстраници"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Главни документи"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Формули"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Документи - бази от данни"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 91a2cca8013..45d68c4c1a7 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bg/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Валидност на данните..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Изтриване на редове"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Смяна на кадъра образец..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Страница образец..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Вмъкване на колони"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Изтриване на избраните колони"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Изтриване на редове"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Изтриване на редове"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Изтриване на избраните редове"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Вмъкване номер на страница"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Номер на страница"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Колони преди"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Изтриване на редове"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Редове"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Изтриване на избраните редове"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/bg/sc/messages.po b/source/bg/sc/messages.po
index 28b5d93499e..52900d14f3b 100644
--- a/source/bg/sc/messages.po
+++ b/source/bg/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-22 09:34+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bg/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Когато тази настройка е включена, Calc запазва предишното съдържание на клетките при поставяне на празни клетки. Иначе предишното съдържание се изтрива."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Други настройки"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Тип на колоната:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Изберете колона в прозореца с мострата, след което изберете типа на импортираните данни."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Текст към колони"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Полета"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Определя настройките за импортиране на данни с разделители."
diff --git a/source/bg/sd/messages.po b/source/bg/sd/messages.po
index ed4051f6d5d..9c9a0f85806 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bg/>\n"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562423894.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Вмъкване на текст"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Зареждане на кадър образец"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Интелигентно"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Ляво"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Дясно"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Горе"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Долу"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Горе ляво?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Долу ляво?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Горе дясно?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Горе дясно?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Хоризонтално"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Вертикално"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Всички?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Това действие е недопустимо в режим \"на живо\"."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Назад"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Продължение"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Обзор"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Замяна на цветове"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Преливане"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Разширяване на кадъра"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Кадър - съдържание"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "В момента не е достъпен източник SANE."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "В момента не е достъпен източник TWAIN."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Фиксиран"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Променлив"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Стандартен"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Стандартен (къс)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Стандартен (дълъг)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Име на файл"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Път/име на файл"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Път"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Име на файл без разширението"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Нова прожекция по избор"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Копиране "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Презентация на %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Рисунка на %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Разгрупиране на метафайл(ове)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Разгрупирането на всички графични обекти не бе възможно."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Презентация на %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Рисунка на %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Желаете ли да го замените?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Текст"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Хипервръзка"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Посетена връзка"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Активна връзка"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Бележки"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Съдържание"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Щракнете тук за старт"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Автор"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Е-поща"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Домашна страница"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Допълнителна информация"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Сваляне на презентацията"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "За съжаление Вашият браузър не поддържа плаващи рамки."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Първа страница"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Последна страница"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Текст"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Изображение"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Със съдържание"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Без съдържание"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Към дадена страница"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Преобразуване на растер в многоъгълник"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Щракнете за изход от презентацията..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Пауза..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Предпочитан 3-И ефект"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Филтър за изображение"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"не е валиден звуков файл!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Преобразуване в метафайл"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Преобразуване в растерно изображение"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Създаването на файла $(URL1) е невъзможно."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Отварянето на файла $(URL1) е невъзможно."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Файлът $(URL1) не може да бъде копиран в $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Име на образеца за кадри. Щракнете с десния бутон за списък или щракнете за диалог."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Преименуване на кадър"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Преименуване на страница"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Не са възможни дублирани или празни имена."
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Име"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Преименуване на кадър образец"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Заглавна област за автооформление"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Обектна област за автооформление"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Област за долен колонтитул"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Област за горен колонтитул"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Област за дата"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Област за номер на кадър"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Област за номер на страница"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<горен колонтитул>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<долен колонтитул>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<дата/час>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<число>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<брой>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<име-на-кадър>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<име-на-страница>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Област за бележки"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Преобразуване хангъл/ханджа"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Кадри"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Страници"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Няма мостра"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Създава се мостра"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Оформления"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Стилове за рисунки"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Стилове за презентации"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Стилове за клетки"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Фигура %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Задаване на фоново изображение"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Коментари"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Нулиране на оформление на кадър"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Вмъкване на таблица"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Вмъкване на диаграма"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Вмъкване на изображение"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Вмъкване на звук или видео"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Плъзгане и пускане на страници"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Плъзгане и пускане на кадри"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Моля, добавете изображения в албума."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Текстов кадър"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Локалната целева директория \"%FILENAME\" не е празна. Част от файловете може да бъдат презаписани. Желаете ли да продължите?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Фон"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Фонови обекти"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Оформление"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Контроли"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Размерни линии"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Кадър"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Страница"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Кадър"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Кадър образец"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Кадър образец:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Страница образец"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Страница образец:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Бележки)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Листовки"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Щракнете, за да редактирате формата на заглавието"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Щракнете, за да редактирате формата на плана"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Чукнете двукратно, за да редактирате формата на заглавието"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Чукнете двукратно, за да редактирате формата на плана"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Второ ниво на плана"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Трето ниво на плана"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Четвърто ниво на плана"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Пето ниво на плана"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Шесто ниво на плана"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Седмо ниво на плана"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Щракнете, за да преместите кадъра"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Щракнете, за да редактирате формата на бележките"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Чукнете двукратно, за да преместите кадъра"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Чукнете двукратно, за да редактирате формата на бележките"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Щракнете, за да добавите заглавие"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Щракнете, за да добавите текст"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Щракнете, за да добавите текст"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Щракнете, за да добавите бележки"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Чукнете двукратно, за да добавите заглавие"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Чукнете двукратно, за да добавите текст"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Чукнете двукратно, за да добавите текст"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Чукнете, за да редактирате текста"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Чукнете двукратно, за да добавите бележки"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Щракнете двукратно, за да добавите изображение"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Щракнете двукратно, за да добавите обект"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Щракнете двукратно, за да добавите диаграма"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Щракнете двукратно, за да добавите йерархична диаграма"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Щракнете двукратно, за да добавите електронна таблица"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "По подразбиране"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Заглавие"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Подразбиран стил за рисунки"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Местене на кадри"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Вмъкване на страници"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Вмъкване на страница"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Свойства на кадър"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Обект без запълване"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Обект без запълване и очертание"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Текст"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Заглавие на документ A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Заглавие A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Текст A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Заглавие на документ A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Заглавие A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Текст A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Графика"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Фигури"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Линии"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Линия със стрелки"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Прекъсната линия"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Запълнено"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Запълнено със синьо"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Запълнено със зелено"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Запълнено с жълто"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Запълнено с червено"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Очертано"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Очертано със синьо"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Очертано със зелено"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Очертано с жълто"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Очертано с червено"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Заглавие"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Подзаглавие"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "План"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Фонови обекти"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Фон"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Бележки"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Импортиране от PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Записване на документ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Смаляване на шрифта"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Уголемяване на шрифта"
@@ -2431,637 +2467,637 @@ msgstr "Уголемяване на шрифта"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Изглед Рисуване"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Изглед Рисуване"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Изглед План"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Изглед Кадри"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Тук подреждате кадри."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Изглед Бележки"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Изглед Листовки"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "PresentationTitle"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentationSubtitle"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentationPage"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresentationNotes"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Handout"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnknownAccessiblePresentationShape"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentationFooter"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentationHeader"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentationDateAndTime"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentationPageNumber"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME – презентация"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Заглавие"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "План"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Подзаглавие"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Страница"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Бележки"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Листовка"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Непознат елемент за достъпност на презентация"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Долен колонтитул"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Горен колонтитул"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Дата"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Число"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(само за четене)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "няма"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "До следващото щракване"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "До края на кадъра"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Посока:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Мащаб:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Спици:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Първи цвят:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Втори цвят:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Цвят за запълване:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стил:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Шрифт:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Цвят на шрифта:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стил:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Начертание:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Цвят на контура:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Размер на шрифта:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Размер:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Количество:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Цвят:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Без звук)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Спиране на предишния звук)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Друг звук..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Извадка"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Спусък"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Потребителски траектории"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Въвеждане: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Акцентиране: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Завършване: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Траектории: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Разни: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Няма"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Днес,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Вчера,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(няма автор)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress достигна до края на презентацията. Желаете ли да започнете отначало?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress достигна до началото на презентацията. Желаете ли да продължите към края?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw достигна до края на документа. Желаете ли да продължите към началото?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw достигна до началото на документа. Желаете ли да продължите към края?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Вмъкване на коментар"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Изтриване на коментар(и)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Премстване на коментар"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Редакция на коментар"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Отговор до %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Възпроизвеждане"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Таблица"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Документ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Кадри на страница:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Подреждане:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Съдържание"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Име на кадър"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Име на страница"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Дата и час"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Скрити страници"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Цвят"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Размер"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Брошура"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Страни на страниците"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Включване"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Използване само на касетата от настройките на принтера"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Страници:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Кадри:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress стигна до края на документа. Желаете ли търсенето да продължи от началото?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress стигна до началото на документа. Желаете ли търсенето да продължи от края?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw стигна до края на документа. Желаете ли търсенето да продължи от началото?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw стигна до началото на документа. Желаете ли търсенето да продължи от края?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Анимация"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Връзка"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Напред"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Назад"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Първи кадър"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Последен кадър"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Затваряне на панела"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Добавяне на нов дизайн"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/bg/sfx2/messages.po b/source/bg/sfx2/messages.po
index f044735c936..2797a7fb4c0 100644
--- a/source/bg/sfx2/messages.po
+++ b/source/bg/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-29 13:33+0000\n"
+"PO-Revision-Date: 2023-05-28 17: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"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1559599623.000000\n"
#. bHbFE
@@ -735,7 +735,7 @@ msgstr "Отваряне на документ..."
#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "Template Manager..."
-msgstr ""
+msgstr "Диспечер на шаблони..."
#. FzJCj
#: include/sfx2/strings.hrc:140
diff --git a/source/bg/svtools/messages.po b/source/bg/svtools/messages.po
index 659e568e4dc..ed202c41ef1 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-24 14:35+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"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559419310.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Превъртане до последния лист"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Добавяне на лист"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/bg/sw/messages.po b/source/bg/sw/messages.po
index 7b8f7ba7d78..f66792732e9 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-05 20:33+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"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Вмъкване на елемент от указател"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Изтрива избраните записи от указателя. Текстът на записа в документа не се изтрива."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Вмъкване"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Нов потребителски указател"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Обновяване от селекцията"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Главен елемент"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Само цели думи"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Зачитане на регистъра"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Следващ запис (същото име)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Преминава към следващия елемент от указател от същия тип и със същото име в документа."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Предишен запис (същото име)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Преминава към предишния елемент от указател от същия тип и със същото име в документа."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Предишен запис"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Преминава към предишния елемент от указател от същия тип в документа."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Следващ запис"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Преминава към следващия елемент от указател от същия тип в документа."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/bg/vcl/messages.po b/source/bg/vcl/messages.po
index edb1c809bc9..0e0dc5d1678 100644
--- a/source/bg/vcl/messages.po
+++ b/source/bg/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:33+0200\n"
-"PO-Revision-Date: 2022-12-07 12:12+0000\n"
+"PO-Revision-Date: 2023-05-28 17:36+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: Bulgarian <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/bg/>\n"
"Language: bg\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1562422991.000000\n"
#. k5jTM
@@ -1115,7 +1115,7 @@ msgstr "Пропуснати тестове: %1"
#: vcl/inc/strings.hrc:126
msgctxt "STR_UNSAVED_DOCUMENTS"
msgid "There are unsaved documents"
-msgstr ""
+msgstr "Има незаписани документи."
#. V2EuY
#. To translators: This is the first entry of a sequence of measurement unit names
diff --git a/source/bn-IN/cui/messages.po b/source/bn-IN/cui/messages.po
index ff59071384e..6b702e06793 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/bn_IN/>\n"
@@ -16633,74 +16633,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "সর্বদা এইরূপে সংরক্ষণ করুন (_v):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "লেখা নথি"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML নথি"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "মাস্টার নথি"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "স্প্রেডশীট"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "উপস্থাপনা"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "অঙ্কন"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "সূত্র"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "নথির ধরন (_o):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "পূর্বনির্ধারিত ফাইল বিন্যাস এবং ODF সেটিং"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc.po b/source/bn-IN/helpcontent2/source/text/scalc.po
index 8afdb9dcd82..b9ce15c0d49 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-14 09:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/bn_IN/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">ঘর মুছে ফেলা হবে</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/00.po b/source/bn-IN/helpcontent2/source/text/scalc/00.po
index d6b09d9bd1e..a62d79dd901 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/00.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "কলাম সন্নিবেশ করা হবে"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/01.po b/source/bn-IN/helpcontent2/source/text/scalc/01.po
index 2166569549c..81bda8d85e7 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "শীট মুছে ফেলুন"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">কোয়েরির নিশ্চিত প্রমাণ পাওয়ার পরে বর্তমান শীট মুছে ফেলে।</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "হ্যাঁ"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "না"
-
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "ডায়ালগ বাতিল করে। কোনো অপসারণ সম্পাদনা করা হয় না।"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "একটি শীট সরান বা অনুলিপি করুন"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "শীট সন্নিবেশ করান"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "শীট সন্নিবেশ করান"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "শীট পুনরায় নামকরণ"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "শীট প্রদর্শন"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "শীট প্রদর্শন"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">পাতা প্রদর্শন করা হয় যা পূর্বে <emph>গোপন</emph> কমান্ড দ্বারা গোপন করা হয়েছিল।</ahelp></variable> শুধুমাত্র কমান্ডটি কল করার জন্য একটি পাতা নির্বাচন করুন। বর্তমান পাতাটি সবসময় নির্বাচিত থাকে। বর্তমান পাতা ব্যতীত অন্য একটি পাতা নির্বাচিত থাকলে, <switchinline select=\"sys\"> <caseinline select=\"MAC\">কমান্ড</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> চাপার মাধ্যমে উইন্ডোর নিম্নতর অংশে সংশ্লিষ্ট পাতা ক্লিক করার মাধ্যমে আপনি পাতার নির্বাচন উঠিয়ে দিতে পারেন।"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/guide.po b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
index d24210e995b..e79c6677e00 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "পাতা ট্যাব জুড়ে পরিক্রমন করা হচ্ছে"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">পাতা ট্যাব জুড়ে পরিক্রমন করা হচ্ছে</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "পূর্ব নির্ধারণক্রমে $[officename] প্রতিটি নতুন স্প্রেডশীটে,\"পাতা১\" থেকে \"পাতা৩\" এই তিনটি পাতা প্রদর্শন করুন। পর্দার নিচে পাতা ট্যাব ব্যবহার করে আপনি স্প্রেডশীটে পাতার মধ্যে সুইচ করতে পারেন।"
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">পাতা ট্যাব</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">আইকন</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "আপনার নথির সব পাতা প্রদর্শন করতে পরিক্রমন বোতাম ব্যবহার করুন। দূরবর্তী বাম অথবা ডান প্রদর্শনে বোতামে ক্লিক করুন, স্ব স্ব, প্রথম অথবা শেষ পাতা ট্যাব। মধ্যবিন্দু বোতাম ব্যবহারকারীকে সম্পূর্ণ পাতা ট্যাবের সামনে অথবা পিছনে স্ক্রল করতে সম্মতি দেয়। পাতাটির এর নিজেকে প্রদর্শন করতে পাতা ট্যাব এ ক্লিক করুন।"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "একাধিক শীট প্রয়োগ করা হচ্ছে"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">ততোধিক শীটে প্রয়োগ করা হচ্ছে</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "একটি পাতা সন্নিবেশ করানো হচ্ছে"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "একটি নতুন পাতা অথবা অন্য ফাইল থেকে বিদ্যমান পাতা সন্নিবেশ করাতে <item type=\"menuitem\">সন্নিবেশ করান - পাতা</item> পছন্দ করুন।"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/menu.po b/source/bn-IN/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/bn-IN/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index fbf6abb0a8f..365c315da0a 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">এই নির্দেশাবলীতে সন্নিবেশ করতে...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "‌ফাইল মেনু"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "নতুন"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ফাইল খুলুন"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "নতুনভাবে সংরক্ষণ করুন"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "পৃষ্ঠা প্রাকদর্শন মুদ্রণ করা হবে"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index 0f4531b1dc0..b72a1042977 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-15 11:38+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/bn_IN/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/00.po b/source/bn-IN/helpcontent2/source/text/swriter/00.po
index 751049ab38f..113e6ae91f7 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/00.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "মেইল একত্রিত করণ"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index b82b40aa7ed..ebf2f1edec6 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "পৃষ্ঠা প্রাকদর্শনে থাকার সময় আপনি আপনার নথি সম্পাদনা করতে পারবেন না।"
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">পৃষ্ঠা প্রাকদর্শন প্রস্থান করতে, <emph>প্রাকদর্শন বন্ধ</emph>বোতামে ক্লিক করুন।</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "হাইপারলিংক (LS এবং LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">এন্ট্রির অংশের জন্য একটি হাইপারসংযোগ তৈরি করে যে আপনি আরম্ভের (LS) দ্বারা এবং সমাপ্তি (LE) হাইপারসংযোগ ট্যাগ দ্বারা বন্ধ করেন। <emph>সংস্থান </emph>রেখায়, অংশের সামনে ফাঁকা বাক্সে ক্লিক করুন যার জন্য আপনি একটি হাইপারসংযোগ তৈরি করতে চান, এবং এরপর এই বোতামে ক্লিক করুন। অংশের পরে ফাঁকা বাক্সে ক্লিক করুন যে আপনি হাইপারসংযোগ করতে চান, এবং এরপর এই বোতামে আবার ক্লিক করুন। সব হাইপারসংযোগ অবশ্যই স্বতন্ত্র হতে হবে। কেবলমাত্র একটি সূচীর জন্য বিদ্যমান।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po
index ac31a886520..60d1b386338 100644
--- a/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12508,86 +12508,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "নথি"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "স্প্রেডশীট"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "উপস্থাপনা"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "অঙ্কন"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ওয়েবপেজ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "মাস্টার নথি"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "সূত্র"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ডাটাবেস নথি"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 f2ad32cb5f0..20107e9634c 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/bn_IN/>\n"
@@ -2247,6 +2247,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "সারি মুছে ফেলা"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9665,14 +9675,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10991,6 +11001,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "কলাম সন্নিবেশ (~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26945,36 +26965,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32307,15 +32297,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "পৃষ্ঠা নম্বর (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33501,6 +33511,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "সারি মুছে ফেলা"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "সারি (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/bn-IN/sc/messages.po b/source/bn-IN/sc/messages.po
index 3d1246da189..275ec2d3d68 100644
--- a/source/bn-IN/sc/messages.po
+++ b/source/bn-IN/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/bn_IN/>\n"
@@ -33045,38 +33045,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "অন্যান্য বিকল্প"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "কলামের ধরন (_y):"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "পাঠ্য থেকে কলাম"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ক্ষেত্র"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "বিভাজিত ডাটার জন্য ইমপোর্ট অপশন নির্ধারণ করা হয়।"
diff --git a/source/bn-IN/sd/messages.po b/source/bn-IN/sd/messages.po
index 4a24768fa4c..f083ce439fd 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/bn_IN/>\n"
@@ -1228,249 +1228,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "টেক্সট হিসেবে সন্নিবেশ"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "স্মার্ট"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "বামে"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ডানে"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "উপরে"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "নিচে"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "উপরে বামে?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "নিচে বামে?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "উপরে ডানে?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "নিচে ডানে?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "অনুভূমিক"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "উল্লম্ব"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "সব?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "এই কাজটি সরাসরি মোডে চালানো যায় না।"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "পূর্ববর্তী"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "পরবর্তী"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "সারসংক্ষেপ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "রঙের পরিবর্তনকারি"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ক্রস-ফেইড হচ্ছে"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "স্লাইড প্রসারিত করা হবে"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "সূচিপত্রের স্লাইড"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "এই মূহুর্তে কোনো SANE উৎস বিদ্যমান নেই।"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "বর্তমানে, কোনো TWAIN উৎস বিদ্যমান নেই।"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "নির্দিষ্ট"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "পরিবর্তনশীল"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "আদর্শ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "আদর্শ (ছোট)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "আদর্শ (বড়)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ফাইলের নাম"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "পাথ/ফাইলের নাম"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "পাথ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "বর্ধিতাংশ ব্যতীত ফাইলের নাম"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "নতুন স্বনির্ধারিত স্লাইড প্রদর্শনী"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "প্রতিলিপি "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "মেটাফাইল(সমূহ) গ্রুপমুক্ত করা হবে..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "সকল অঙ্কন বস্তুকে গ্রুপমুক্ত করা সম্ভব হয়নি।"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1480,158 +1510,158 @@ msgstr ""
"আপনি কি এটি প্রতিস্থাপন করতে চান?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "হাইপারলিংক"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "পরিদর্শিত লিংক"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "কার্যকর লিংক"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "নোট"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "সূচিপত্র"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "আরম্ভ করার জন্য এখানে ক্লিক করুন"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "লেখক"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "প্রধান পাতা"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "আরও তথ্য"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "উপস্থাপনা ডাউনলোড"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "দুর্ভাগ্যজনকভাবে আপনার ব্রাউজার ভাসমান ফ্রেম সমর্থন করে না।"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "প্রথম পৃষ্ঠা"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "শেষ পৃষ্ঠা"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "টেক্সট"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ছবি"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "বিষয়বস্তু সহ"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "বিষয়বস্তু ব্যতীত"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "প্রদত্ত পৃষ্ঠায়"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "বিটম্যাপকে বহুভুজে রূপান্তর"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "উপস্থাপনা থেকে প্রস্থান করতে ক্লিক করুন..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "বিরতি..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "ত্রিমাত্রিক পছন্দ প্রয়োগ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "ছবি ফিল্টার"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1641,801 +1671,807 @@ msgstr ""
"একটি কার্যকর অডিও ফাইল নয়!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "মেটাফাইলে রূপান্তর"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "বিটম্যাপে রূপান্তর"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ফাইলটি তৈরি করা যাচ্ছে না।"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ফাইলটি খোলা যায়নি।"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) ফাইলটি $(URL2) এ অনুলিপি করা যায়নি"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "স্লাইড পুনরায় নামকরণ"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "নাম"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "AutoLayouts এর জন্য শিরোনামের এলাকা"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "AutoLayouts এর জন্য বস্তুর এলাকা"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "পাদচরণ এলাকা"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "শীর্ষচরণ এলাকা"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "তারিখের এলাকা"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "স্লাইড নম্বর এলাকা"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "পৃষ্ঠা নম্বর এলাকা"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "নোট এলাকা"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "হাঙ্গুল/হানজা রূপান্তর"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "স্লাইড"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "পৃষ্ঠা"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "প্রাকদর্শন বিদ্যমান নয়"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "প্রাকদর্শন প্রস্তুত করা হচ্ছে"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "বহির্বিন্যাস"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "PresentationTitle"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ঘরের শৈলী"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "%1 আকৃতি"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "মন্তব্য"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইডের বর্হিবিন্যাস পুনঃনির্ধারণ"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "সারণি সংযোজন"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "লেখচিত্র সংযোজন"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ছবি সন্নিবেশ করুন"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "অডিও বা ভিডিও ঢোকান"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "পৃষ্ঠা টেনে এনে ফেলুন"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "স্লাইড টেনে এনে ফেলুন"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "দয়া করে ছবিগুলি অ্যালবামে যোগ করুন।"
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "টেক্সট স্লাইড"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "স্থানীয় গন্তব্য ডিরেক্টরি '%FILENAME' ফাঁকা নয়। কিছু ফাইল উপরিলিখন হতে পারে। আপনি কি অব্যাহত রাখতে চান?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পটভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বহির্বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "কন্ট্রোল"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা রেখা"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "স্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "স্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টার পৃষ্ঠাগুলি"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(নোট)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "বিলিপত্র"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিরোনাম টেক্সট বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "টেক্সট বিন্যাসের রূপরেখা সম্পাদনা করতে ক্লিক করুন"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় রূপরেখা স্তর"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় রূপরেখা স্তর"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ রূপরেখা স্তর"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম রূপরেখা স্তর"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ রূপরেখা স্তর"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম রূপরেখা স্তর"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "স্লাইডটি সরাতে ক্লিক করুন"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "নোটের বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "শিরোনাম সংযুক্ত করার জন্য ক্লিক করুন"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "পাঠ্য যোগ করতে ক্লিক করুন"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "পাঠ্য যোগ করতে ক্লিক করুন"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "নোট সংযুক্ত করার জন্য ক্লিক করুন"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "একটি ছবি সংযুক্ত করার জন্য দুইবার ক্লিক করুন"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "কোনো বস্তু সংযুক্ত করার জন্য দুইবার ক্লিক করুন"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "একটি লেখচিত্র সংযুক্ত করার জন্য ডবল ক্লিক করুন"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "প্রাতিষ্ঠানিক লেখচিত্র সংযুক্ত করার জন্য ডবল ক্লিক করুন"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "স্প্রেডশীট সংযুক্ত করার জন্য ডবল ক্লিক করুন"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "পূর্বনির্ধারিত"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিরোনাম"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "স্লাইড সরান"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ভরাট না করা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "কোনো পূরণ এবং কোনো লাইন ছাড়া অবজেক্ট"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিরোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "রূপরেখা"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পটভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "নোট"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ইমপোর্ট"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "নথি সংরক্ষণ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2443,660 +2479,660 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "রূপরেখা দৃশ্যপট"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "স্লাইড দৃশ্যপট"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "আপনি এখানে স্লাইড সাজাতে পারেন।"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "নোট দৃশ্যপট"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "বিলিপত্র দৃশ্যপট"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপনাশিরোনাম"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "উপস্থাপনারূপরেখা"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "উপস্থাপনাউপশিরোনাম"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "উপস্থাপনাপৃষ্ঠা"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "উপস্থাপনামন্তব্য"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "বিলিপত্র"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "অজানাঅ্যাক্সেসযোগ্যউপস্থাপনাআকৃতি"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "উপস্থাপনাপাদলেখ"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "উপস্থাপনাহেডার"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "উপস্থাপনাতারিখএবংসময়"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "উপস্থাপনাপৃষ্ঠাসংখ্যা"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপনা"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শিরোনাম"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "রূপরেখা"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "নোট"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "বিলিপত্র"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "অজানা অ্যাক্সেসযোগ্য উপস্থাপনা অাকার"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "পাদটীকা"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "শিরোনাম"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তারিখ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(শুধুমাত্র-পাঠযোগ্য)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনটি না"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পরবর্তী ক্লিক না করা পর্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "স্লাইড শেষ না হওয়া পর্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিক (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "জুম"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্পোক"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "প্রথম কলাম"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় রঙ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "প্রথম কলাম"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফন্ট"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "প্রথম কলাম"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপ-ফেইস"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "লাইনের রং (_c):"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ফন্টের আকার"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকার"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "রঙ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(নীরব)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূর্ববর্তী শব্দ বন্ধ)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্যান্য শব্দ..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্রিগার"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ব্যবহারকারীর পাথ"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "গতিপথ"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনটি না"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "আজ,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "গতকাল,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(লেখক নেই)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw নথির শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw নথির শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সন্নিবেশ"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য মুছে ফেলুন"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য স্থানান্তর"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদনা"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 এর প্রতি উত্তর"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মিডিয়া প্লে-ব্যাক"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবিল"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "নথি"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "বিষয়বস্তু"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডের নাম (~S)"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্ঠার নাম (~a)"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তারিখ এবং সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকানো পৃষ্ঠা"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "রঙ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকার"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "হাতবই (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠার পার্শ্ব"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভুক্ত করুন"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্রিন্টারের পছন্দসমূহ থেকে শুধু পেপার ট্রে অপশন ব্যবহার করুন (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শেষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শে‌ষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/bn-IN/svtools/messages.po b/source/bn-IN/svtools/messages.po
index 36e2d3e332d..eec1e4a3f89 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/bn_IN/>\n"
@@ -867,10 +867,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/bn-IN/sw/messages.po b/source/bn-IN/sw/messages.po
index e5141ccf537..a78e332e2bc 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-11-17 12:37+0000\n"
"Last-Translator: Shaunak Basu <basushaunak@msn.com>\n"
"Language-Team: Bengali (India) <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/bn_IN/>\n"
@@ -17292,230 +17292,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "সূচির ভুক্তি সন্নিবেশ করা"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "ইনডেক্স থেকে নির্বাচিত ভুক্তি মুছে ফেলুন। নথির ভুক্তি পাঠ্য মুছে ফেলা যাবে না।"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "সন্নিবেশ"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "ব্যবহারকারী-নির্ধারিত নতুন সূচি"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "প্রধান ভুক্তি (~M)"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "শুধুমাত্র সম্পূর্ণ শব্দ (~W)"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "অক্ষরের ছাঁদ মেলানো"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/bn/cui/messages.po b/source/bn/cui/messages.po
index 134d8bae5c3..18f1b9e7151 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -17079,75 +17079,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "নতুন নথি"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML নথি"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "মাস্টার নথি"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "স্প্রেডশীট"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "উপস্থাপনা"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "অঙ্কন"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "সূত্র"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/bn/helpcontent2/source/text/scalc.po b/source/bn/helpcontent2/source/text/scalc.po
index fdbcbd16534..dd49f425a2d 100644
--- a/source/bn/helpcontent2/source/text/scalc.po
+++ b/source/bn/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-07 18:23+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">ঘর মুছে ফেলা হবে</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/scalc/00.po b/source/bn/helpcontent2/source/text/scalc/00.po
index a8d2bcfb3b2..1059e564cde 100644
--- a/source/bn/helpcontent2/source/text/scalc/00.po
+++ b/source/bn/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "কলাম সন্নিবেশ করা হবে"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/scalc/01.po b/source/bn/helpcontent2/source/text/scalc/01.po
index f2f36211789..48ad88864f1 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "শীট মুছে ফেলুন"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">কোয়েরির নিশ্চিত প্রমাণ পাওয়ার পরে বর্তমান শীট মুছে ফেলে।</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "হ্যাঁ"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "না"
-
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "ডায়ালগ বাতিল করে। কোনো অপসারণ সম্পাদনা করা হয় না।"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "একটি শীট সরান বা অনুলিপি করুন"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "শীট সন্নিবেশ করান"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "শীট সন্নিবেশ করান"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "শীট পুনরায় নামকরণ"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "শীট প্রদর্শন"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "শীট প্রদর্শন"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">পাতা প্রদর্শন করা হয় যা পূর্বে <emph>গোপন</emph> কমান্ড দ্বারা গোপন করা হয়েছিল।</ahelp></variable> শুধুমাত্র কমান্ডটি কল করার জন্য একটি পাতা নির্বাচন করুন। বর্তমান পাতাটি সবসময় নির্বাচিত থাকে। বর্তমান পাতা ব্যতীত অন্য একটি পাতা নির্বাচিত থাকলে, <switchinline select=\"sys\"> <caseinline select=\"MAC\">কমান্ড</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> চাপার মাধ্যমে উইন্ডোর নিম্নতর অংশে সংশ্লিষ্ট পাতা ক্লিক করার মাধ্যমে আপনি পাতার নির্বাচন উঠিয়ে দিতে পারেন।"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/scalc/guide.po b/source/bn/helpcontent2/source/text/scalc/guide.po
index 50cb549ebaa..68d922b17c1 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "পাতা ট্যাব জুড়ে পরিক্রমন করা হচ্ছে"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">পাতা ট্যাব জুড়ে পরিক্রমন করা হচ্ছে</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "পূর্ব নির্ধারণক্রমে $[officename] প্রতিটি নতুন স্প্রেডশীটে,\"পাতা১\" থেকে \"পাতা৩\" এই তিনটি পাতা প্রদর্শন করুন। পর্দার নিচে পাতা ট্যাব ব্যবহার করে আপনি স্প্রেডশীটে পাতার মধ্যে সুইচ করতে পারেন।"
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">পাতা ট্যাব</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">আইকন</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "আপনার নথির সব পাতা প্রদর্শন করতে পরিক্রমন বোতাম ব্যবহার করুন। দূরবর্তী বাম অথবা ডান প্রদর্শনে বোতামে ক্লিক করুন, স্ব স্ব, প্রথম অথবা শেষ পাতা ট্যাব। মধ্যবিন্দু বোতাম ব্যবহারকারীকে সম্পূর্ণ পাতা ট্যাবের সামনে অথবা পিছনে স্ক্রল করতে সম্মতি দেয়। পাতাটির এর নিজেকে প্রদর্শন করতে পাতা ট্যাব এ ক্লিক করুন।"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "একাধিক শীট প্রয়োগ করা হচ্ছে"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">ততোধিক শীটে প্রয়োগ করা হচ্ছে</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "একটি পাতা সন্নিবেশ করানো হচ্ছে"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "একটি নতুন পাতা অথবা অন্য ফাইল থেকে বিদ্যমান পাতা সন্নিবেশ করাতে <item type=\"menuitem\">সন্নিবেশ করান - পাতা</item> পছন্দ করুন।"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/scalc/menu.po b/source/bn/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/bn/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index 4fe928a56da..05c9f071faf 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">এই নির্দেশাবলীতে সন্নিবেশ করতে...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "‌ফাইল মেনু"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "নতুন"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ফাইল খুলুন"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "নতুনভাবে সংরক্ষণ করুন"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "পৃষ্ঠা প্রাকদর্শন মুদ্রণ করা হবে"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index 682cf17c106..f2b9f354e7b 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/swriter/00.po b/source/bn/helpcontent2/source/text/swriter/00.po
index 03b10dae2c1..25f82c12580 100644
--- a/source/bn/helpcontent2/source/text/swriter/00.po
+++ b/source/bn/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "মেইল একত্রিত করণ"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index e584ea984f3..a35ae949eff 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "পৃষ্ঠা প্রাকদর্শনে থাকার সময় আপনি আপনার নথি সম্পাদনা করতে পারবেন না।"
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">পৃষ্ঠা প্রাকদর্শন প্রস্থান করতে, <emph>প্রাকদর্শন বন্ধ</emph>বোতামে ক্লিক করুন।</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "হাইপারলিংক (LS এবং LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">এন্ট্রির অংশের জন্য একটি হাইপারসংযোগ তৈরি করে যে আপনি আরম্ভের (LS) দ্বারা এবং সমাপ্তি (LE) হাইপারসংযোগ ট্যাগ দ্বারা বন্ধ করেন। <emph>সংস্থান </emph>রেখায়, অংশের সামনে ফাঁকা বাক্সে ক্লিক করুন যার জন্য আপনি একটি হাইপারসংযোগ তৈরি করতে চান, এবং এরপর এই বোতামে ক্লিক করুন। অংশের পরে ফাঁকা বাক্সে ক্লিক করুন যে আপনি হাইপারসংযোগ করতে চান, এবং এরপর এই বোতামে আবার ক্লিক করুন। সব হাইপারসংযোগ অবশ্যই স্বতন্ত্র হতে হবে। কেবলমাত্র একটি সূচীর জন্য বিদ্যমান।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/bn/officecfg/registry/data/org/openoffice/Office.po b/source/bn/officecfg/registry/data/org/openoffice/Office.po
index 37d67af979c..ec579a543ea 100644
--- a/source/bn/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12514,86 +12514,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "নথি"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "স্প্রেডশীট"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "উপস্থাপনা"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "অঙ্কন"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ওয়েবপেজ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "মাস্টার নথি"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "সূত্র"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ডাটাবেস নথি"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 02b080cc44e..af213921d94 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2261,6 +2261,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "সারি মুছে ফেলা"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9682,14 +9692,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11006,6 +11016,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "কলাম সন্নিবেশ (~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26962,36 +26982,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32351,15 +32341,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "পৃষ্ঠা নম্বর (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33544,6 +33554,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "সারি মুছে ফেলা"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "সারি (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/bn/sc/messages.po b/source/bn/sc/messages.po
index fba6ecf8121..4bfc802f8e0 100644
--- a/source/bn/sc/messages.po
+++ b/source/bn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33321,39 +33321,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "পাঠ্য থেকে কলামে"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ক্ষেত্র"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "বিভাজিত ডাটার জন্য ইমপোর্ট অপশন নির্ধারণ করা হয়।"
diff --git a/source/bn/sd/messages.po b/source/bn/sd/messages.po
index 0ee2beb5661..2cd5652aa2d 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1230,250 +1230,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "টেক্সট হিসেবে সন্নিবেশ"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "স্মার্ট"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "বামে"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ডানে"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "উপরে"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "নিচে"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "উপরে বামে?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "নিচে বামে?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "উপরে ডানে?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "নিচে ডানে?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "অনুভূমিক"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "উল্লম্ব"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "সব?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "এই কাজটি সরাসরি মোডে চালানো যায় না।"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "পূর্ববর্তী"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "পরবর্তী"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "সারসংক্ষেপ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "রঙের সহনশীলতা"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ক্রস-ফেইড হচ্ছে"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "স্লাইড প্রসারিত করা হবে"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "সূচিপত্রের স্লাইড"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "এই মূহুর্তে কোনো SANE উৎস বিদ্যমান নেই।"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "বর্তমানে, কোনো TWAIN উৎস বিদ্যমান নেই।"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "নির্দিষ্ট"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "পরিবর্তনশীল"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "আদর্শ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "আদর্শ (ছোট)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "আদর্শ (বড়)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ফাইলের নাম"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "পাথ/ফাইলের নাম"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "পাথ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "বর্ধিতাংশ ব্যতীত ফাইলের নাম"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "নতুন স্বনির্ধারিত স্লাইড প্রদর্শনী"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "অনুলিপি"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "মেটাফাইল(সমূহ) গ্রুপমুক্ত করা হবে..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "সকল অঙ্কন বস্তুকে গ্রুপমুক্ত করা সম্ভব হয়নি।"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1483,157 +1513,157 @@ msgstr ""
"আপনি কি এটি প্রতিস্থাপন করতে চান?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "হাইপারলিংক"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "পরিদর্শিত লিংক"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "কার্যকর লিংক"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "নোট"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "সূচিপত্র"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "আরম্ভ করার জন্য এখানে ক্লিক করুন"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "লেখক"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "প্রধান পাতা"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "আরও তথ্য"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "উপস্থাপনা ডাউনলোড"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "দুর্ভাগ্যজনকভাবে আপনার ব্রাউজার ভাসমান ফ্রেম সমর্থন করে না।"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "প্রথম পৃষ্ঠা"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "শেষ পৃষ্ঠা"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "টেক্সট"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "চিত্র"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "বিষয়বস্তু সহ"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "বিষয়বস্তু ব্যতীত"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "প্রদত্ত পৃষ্ঠায়"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "বিটম্যাপকে বহুভুজে রূপান্তর"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "উপস্থাপনা থেকে প্রস্থান করতে ক্লিক করুন..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "বিরতি..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "ত্রিমাত্রিক পছন্দ প্রয়োগ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,803 +1674,809 @@ msgstr ""
"কার্যকর সাউন্ড ফাইল নয় !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "মেটাফাইলে রূপান্তর"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "বিটম্যাপে রূপান্তর"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ফাইলটি তৈরি করা যাচ্ছে না।"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ফাইলটি খোলা যায়নি।"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) ফাইলটি $(URL2) এ অনুলিপি করা যায়নি"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "স্লাইড পুনরায় নামকরণ"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "নাম"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "AutoLayouts এর জন্য শিরোনামের এলাকা"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "AutoLayouts এর জন্য বস্তুর এলাকা"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "পাদচরণ এলাকা"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "শীর্ষচরণ এলাকা"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "তারিখের এলাকা"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "স্লাইড নম্বর এলাকা"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "পৃষ্ঠা নম্বর এলাকা"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "নোট এলাকা"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "হাঙ্গুল/হানজা রূপান্তর"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "স্লাইড"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "পৃষ্ঠা"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "প্রাকদর্শন বিদ্যমান নয়"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "প্রাকদর্শন প্রস্তুত করা হচ্ছে"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "বহির্বিন্যাস"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "উপস্থাপনার অপশন"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ঘরের শৈলী"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "%1 আকৃতি"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "মন্তব্য"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইডের বর্হিবিন্যাস পুনঃনির্ধারণ"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "সারণি সংযোজন"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "লেখচিত্র সংযোজন"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "পৃষ্ঠার সন্নিবেশ"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "স্থানীয় গন্তব্য ডিরেক্টরি '%FILENAME' ফাঁকা নয়। কিছু ফাইল উপরিলিখন হতে পারে। আপনি কি অব্যাহত রাখতে চান? "
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "পটভূমি"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "বহির্বিন্যাস"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "কন্ট্রোল"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাত্রা রেখা"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "স্লাইড"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "পৃষ্ঠা"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "স্লাইড"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্টার পৃষ্ঠা"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(নোট)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "বিলিপত্র"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "শিরোনাম টেক্সট বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "টেক্সট বিন্যাসের রূপরেখা সম্পাদনা করতে ক্লিক করুন"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "দ্বিতীয় রূপরেখা স্তর"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "তৃতীয় রূপরেখা স্তর"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "চতুর্থ রূপরেখা স্তর"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "পঞ্চম রূপরেখা স্তর"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ষষ্ঠ রূপরেখা স্তর"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "সপ্তম রূপরেখা স্তর"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "স্লাইডটি সরাতে ক্লিক করুন"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "নোটের বিন্যাস সম্পাদনা করতে ক্লিক করুন"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "পূর্বনির্ধারিত"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "শিরোনাম"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "স্লাইড সরান"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ভরাট না করা বস্তু"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "টেক্সট"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "শিরোনাম"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "রূপরেখা"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "পটভূমির বস্তু"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "পটভূমি"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "নোট"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ইমপোর্ট"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "নথি সংরক্ষণ "
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2448,671 +2484,671 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "অঙ্কন দৃশ্যপট"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "রূপরেখা দৃশ্যপট"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "স্লাইড দৃশ্যপট"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "আপনি এখানে স্লাইড সাজাতে পারেন।"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "নোট দৃশ্যপট"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "বিলিপত্র দৃশ্যপট"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "উপস্থাপনা"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "উপস্থাপনা"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "উপস্থাপনা"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "বিলিপত্র"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "উপস্থাপনা মোড"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "উপস্থাপনা"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME উপস্থাপনা"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "শিরোনাম"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "রূপরেখা"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "উপশিরোনাম"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "পৃষ্ঠা"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "নোট"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "বিলিপত্র"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "পাদচরণ"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "শীর্ষচরণ"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তারিখ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "সংখ্যা"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(শুধুমাত্র-পাঠযোগ্য)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "কোনটি না"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "পরবর্তী ক্লিক না করা পর্যন্ত"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "স্লাইড শেষ না হওয়া পর্যন্ত"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "দিকবিন্যাস"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "বড় করা"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্পোক"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "প্রথম কলাম"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "দ্বিতীয় রঙ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "প্রথম কলাম"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফন্ট"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "প্রথম কলাম"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "শৈলী:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "টাইপফেইস"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "রেখার রঙ"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ফন্টের আকার"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "আকার"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "রঙ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(নীরব)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(পূর্ববর্তী শব্দ বন্ধ)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অন্যান্য শব্দ..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ট্রিগার"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "কোনটি না"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "আজ, "
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "গতকাল,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(লেখক নেই)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress উপস্থাপনার শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw নথির শেষে পৌছে গেছে। আপনি কি আবার প্রথম থেকে আরম্ভ করতে চান?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw নথির শুরুতে পৌছে গেছে। আপনি কি আবার শেষাংশ থেকে চালিয়ে যেতে চান?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "মন্তব্য সন্নিবেশ"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "মন্তব্য মুছে ফেলুন"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মন্তব্য স্থানান্তর"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মন্তব্য সম্পাদনা"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 এর প্রতি উত্তর "
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মিডিয়া প্লে-ব্যাক"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "টেবিল"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "নথি"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "বিষয়বস্তু"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইডের নাম (~S)"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "পৃষ্ঠার নাম (~a)"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তারিখ এবং সময়"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "লুকানো পৃষ্ঠা"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "রঙ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "আকার"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "বিলিপত্র"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "পৃষ্ঠার পার্শ্ব"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "অন্তর্ভূক্ত"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "প্রিন্টারের পছন্দসমূহ থেকে শুধু পেপার ট্রে অপশন ব্যবহার করুন (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর ইমপ্রেস উপস্থাপনাটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শেষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শেষ পর্যন্ত খোঁজা হয়েছে। আপনি কি শুরু থেকে খোঁজা অব্যাহত রাখতে চান?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME এর চিত্র নথিটির শুরু পর্যন্ত খোঁজা হয়েছে। আপনি কি শে‌ষ থেকে খোঁজা অব্যাহত রাখতে চান?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/bn/svtools/messages.po b/source/bn/svtools/messages.po
index 8c24b62e0ee..c4921790b20 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/bn/sw/messages.po b/source/bn/sw/messages.po
index 7c4c018884d..1d890c667cc 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17447,234 +17447,240 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "সূচির ভুক্তি সন্নিবেশ করা"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "ইনডেক্স থেকে নির্বাচিত ভুক্তি মুছে ফেলুন। নথির ভুক্তি পাঠ্য মুছে ফেলা যাবে না।"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "সংযোজন"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "ব্যবহারকারী-নির্ধারিত নতুন সূচি"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "প্রধান ভুক্তি (~M)"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "শুধুমাত্র সম্পূর্ণ শব্দ (~W)"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "অক্ষরের ছাঁদ মেলানো"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/bo/cui/messages.po b/source/bo/cui/messages.po
index bddde49fa32..7d0ab198479 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -17028,78 +17028,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "གསར་བཟོས་ཡིག་ཚགས།"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTMLཡིག་ཚགས།"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "གཙོ་བོའི་ཚོད་འཛིན་ཡིག་ཚགས།"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "གློག་རྡུལ་རེའུ་མིག"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "གསལ་སྟོན་ཡིག་ཟིན།"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "རི་མོ་འབྲི་བ།"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "སྤྱི་འགྲོས།"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/bo/helpcontent2/source/text/scalc.po b/source/bo/helpcontent2/source/text/scalc.po
index 107c90f8639..f05d6d28e65 100644
--- a/source/bo/helpcontent2/source/text/scalc.po
+++ b/source/bo/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-09 17:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">སུབ་པ།</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/scalc/00.po b/source/bo/helpcontent2/source/text/scalc/00.po
index f1df15fd9ff..1e50e3bb429 100644
--- a/source/bo/helpcontent2/source/text/scalc/00.po
+++ b/source/bo/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "སྟར་བསྒར་འཛུད།"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/scalc/01.po b/source/bo/helpcontent2/source/text/scalc/01.po
index 628459e69e8..404516a50b9 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ལས་དེབ། སུབ་པ།</bookmark_value><bookmark_value>ལས་དེབ། སུབ་པ།</bookmark_value><bookmark_value>སུབ་པ། ལས་དེབ།</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "ལས་ཁྲ་སུབ།"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\" visibility=\"visible\">བརྩད་འདྲི་གཏན་འཁེལ་རྗེས་དེ་སྔའི་ལས་ཁྲ་སུབ།</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "རེད།"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "མིན།"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "གླེང་སྒྲོམ་རྩེས་མེད། སུབ་པ་ལག་བསྟར་མི་བྱེད།"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ལས་དེབ། སྤོ་སྒུལ།</bookmark_value><bookmark_value>ལས་དེབ། འདྲ་ཕབ།</bookmark_value><bookmark_value>སྤོ་སྒུལ། ལས་དེབ།</bookmark_value><bookmark_value>འདྲ་ཕབ། ལས་དེབ།</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ལས་ཁྲ་སྤོ་སྒུལ་ཡང་ན་འདྲ་ཕབ་བྱེད།"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "ལས་ཁྲ་བསྒར་འཛུད་བྱེད།"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ རྩིས་རྒྱག</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "ལས་ཁྲ་བསྒར་འཛུད་བྱེད།"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>ལས་ཁྲའི་མིང་།</bookmark_value><bookmark_value>བཟོ་བཅོས། ལས་ཁྲའི་མིང་།</bookmark_value><bookmark_value>ལས་ཁྲ། བསྐྱར་མིང་འདོགས།</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "བསྐྱར་མིང་འདོགས།"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "གབ་པ་རྩིས་མེད།"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ལས་ཁྲ། གབ་པ་རྩིས་མེད།</bookmark_value><bookmark_value>གབ་པ་རྩིས་མེད། ལས་ཁྲ།</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "གབ་པ་རྩིས་མེད།"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">བསྐྱར་དུ་མངོན་པ་བེད་སྤྱོད་<emph>[གབ་པ།]</emph>གབ་པའི་ལས་ཁྲར་བཀའ་ཚིག་ཕབ་པ། </ahelp></variable>བཀའ་ཚིག་དེ་ཁོལ་སྤྱོད་བྱ་དགོས་ན་ལས་ཁྲ་གཅིག་ཁོ་ན་འདེམས་དགོས། ཁས་ལེན་གནས་ཚུལ་འོག་རང་འགུལ་གྱིས་མིག་སྔའི་ལས་ཁྲ་འདེམས་པར་བྱས། གལ་ཏེ་ལས་ཁྲ་གཞན་འདེམས་དགོས་ན་ <switchinline select=\"sys\"> <caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> མཐེབ་གནོན་པ་དང་ཆབས་ཅིག་སྒེའུ་ཁུང་མཐིལ་ངོས་ཀྱི་ལྟོས་བཅས་ཀྱི་ལས་ཁྲའི་འདེམས་གཞིའི་ཁཱ་ལ་རྐྱང་རྡེབ་བྱས་ནས་འདེམས་པ་རྩིས་མེད་བྱེད་ཆོག"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/scalc/guide.po b/source/bo/helpcontent2/source/text/scalc/guide.po
index f5cfd2167e4..3ea12535644 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "ལས་ཁྲའི་ཤོག་བྱང་མིག་བཤར།"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ལས་ཁྲ། </bookmark_value><bookmark_value>ལས་ཁྲའི་ཤོག་བྱང་མང་པོ་མངོན་པ།</bookmark_value><bookmark_value>མཐོང་རིས་སྤྱོད་པ། ལས་ཁྲ་མང་པོ།</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">ལས་ཁྲའི་ཤོག་བྱང་མིག་བཤར།</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"1.667cm\" height=\"0.37cm\"><alt id=\"alt_id3156441\" xml-lang=\"bo\">རིས་རྟགས།</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "ལག་རོགས་གནོན་མཐེབ་སྤྱད་པས་ཡིག་ཚགས་ནང་ཚུད་པའི་ལས་ཁྲ་ཡོད་ཚད་མངོན། གཡོན་མཐའ་འམ་གཡས་མཐའི་གནོན་མཐེབ་རྐྱང་རྡེབ་བྱས་ན་སོ་སོར་ལས་ཁྲའི་ཤོག་བྱང་དང་པོའམ་མཇུག་མ་དེ་མངོན། དཀྱིལ་གྱི་གནོན་མཐེབ་ལ་རྟེན་ནས་ སྤྱོད་པོས་མདུན་ལའམ་རྒྱབ་ལ་ལས་ཁྲའི་ཤོག་བྱང་ཡོད་ཚད་འགྲིལ་སྒུལ་ཆོག ལས་ཁྲ་ཞིག་གི་ནང་དོན་མངོན་དགོས་ན་ལས་ཁྲ་དེས་ལྟོས་ཟླའི་ལས་ཁྲའི་ཤོག་བྱང་ལ་རྐྱང་རྡེབ་དགོས།"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "ལས་ཁྲ་མང་པོ་ཉེར་སྤྱོད།"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ལས་ཁྲ། བསྒར་འཛུད།</bookmark_value><bookmark_value>བསྒར་འཛུད། ལས་ཁྲ།</bookmark_value><bookmark_value>ལས་ཁྲ་མང་པོ་འདེམས་པ།</bookmark_value><bookmark_value>ལས་ཁྲ། ཆབས་ཅིག་གསབ་སྐོང་མང་པོ་བྱེད་པ།</bookmark_value><bookmark_value>ལས་ཁྲ་འདེད་སྣོན།</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">ལས་ཁྲ་མང་པོ་ཉེར་སྤྱོད།</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "ལས་ཁྲ་བསྒར་འཛུད།"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "<item type=\"menuitem\">བསྒར་འཛུད་ - ལས་ཁྲ་ </item>ལས་ཁྲ་བདམས་ནས་ལས་ཁྲ་གསར་པ་བསྒར་འཛུད་དམ་ཡིག་ཆ་གཞན་པའི་ནང་གི་ད་ཡོད་ལས་ཁྲ་བསྒར་འཛུད་ཆོག"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ཁ་ཕྱེ་བ་དང་འབྲི་བཅུག་བྱེད་པ་མ་ཟད་རྩོམ་སྒྲིག་ཧུང་གིས་ Basic IDEཧུང།</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/scalc/menu.po b/source/bo/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/bo/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 7992527d95c..8733cf601a0 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\"> བཀའ་ཚིག་ལ་བཅར་འདྲི་...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "ཚལ་ཐོའི་ཡིག་ཆ།"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "གསར་བཟོ།"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ཚོས་གཞི་རེའུ་མིག་བླུགས་པ།"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "ཉར་ཚགས།"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "ཚོས་གཞི་རེའུ་མིག་ཉར་ཚགས།"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "གཏག་པར་ཤོག་ངོས་སྔོན་ལྟ།"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index 8b7dd72233a..ffdd3d36a9d 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/swriter/00.po b/source/bo/helpcontent2/source/text/swriter/00.po
index 1f8ee245648..f28b9ce51d3 100644
--- a/source/bo/helpcontent2/source/text/swriter/00.po
+++ b/source/bo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "སྦྲགས་ཡིག་ཟླ་སྒྲིལ།"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index 1fa7bb63974..a5f5da07537 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "ཆེས་ཐག་སྦྲེལ་(LS དང་ LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">གཤར་བྱང་ནང་འགོ་ཚུགས་དང་(LS) མཇུག་རྫོགས་ཀྱི་ (LE) ཆེས་ཐག་སྦྲེལ་གྱི་བྲིས་རྟགས་ནང་གི་ཆ་ཤས་ཚུད་པར་གཞིགས་ནས་ ཆེས་ཐག་སྦྲེལ་གསར་འཛུགས་བྱེད་དགོས།<emph>གྲུབ་ཆ་</emph>ཕྲེང་ནང་ ཆེས་ཐག་སྦྲེལ་གསར་འཛུགས་བྱས་པའི་ཆ་ཤས་མདུན་ངོས་ཀྱི་སྟོང་སྒྲོམ་རྐྱང་རྡེབ་བྱས་ཐོག་ དེ་ནས་གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས། ཆེས་ཐག་སྦྲེལ་གསར་འཛུགས་བྱས་པའི་ཆ་ཤས་མདུན་ངོས་ཀྱི་སྟོང་སྒྲོམ་ལ་རྐྱང་རྡེབ་ དེ་ནས་དེར་གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱས་དགོས།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/bo/officecfg/registry/data/org/openoffice/Office.po b/source/bo/officecfg/registry/data/org/openoffice/Office.po
index 1ea0bdeb3ec..f98c1f1db71 100644
--- a/source/bo/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12516,86 +12516,85 @@ msgctxt ""
msgid "Notes"
msgstr "ཟུར་མཆན།"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ཡི་གེ་ལས་སྣོན་གི་ཡིག་ཚགས།"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "ལས་དེབ།"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "གསལ་སྟོན་ཡིག་ཟིན།"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "རིས་འགོད།"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "དྲ་ཤོག"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ཚོད་འཛིན་གཙོ་བོའི་ཡིག་ཚགས།"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "སྤྱི་འགྲོད།"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "གཞི་གྲངས་མཛོད་ཀྱི་ཡིག་ཚགས།"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 44bc3c8d9f1..3499b08364d 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2263,6 +2263,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ཕྲེང་སུབ།"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9678,14 +9688,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11002,6 +11012,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ཕྲེང་བསྒར་འཛུད།(~L)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26956,36 +26976,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32334,15 +32324,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "ཤོག་ཨང་།(~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33528,6 +33538,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ཕྲེང་སུབ།"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "ཕྲེང་།(~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/bo/sc/messages.po b/source/bo/sc/messages.po
index 86db5a325f8..3cda5005f5d 100644
--- a/source/bo/sc/messages.po
+++ b/source/bo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33422,40 +33422,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr " སྔོན་ལྟའི་སྒེའུ་ཁུང་ནང་སྟར་འདེམས་ དེ་རྗེས་འདྲེན་འཇུག་གཞི་གྲངས་སྤྱོད་པའི་གཞི་གྲངས་རིགས་འདེམས། "
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "ཡི་གེའི་གཞུང་བགོས།"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
#, fuzzy
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ཁོངས་ཀྱི་བཀའ་བརྡ།"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "བར་གཅོད་རྟགས་ཁྱེར་བའི་གཞི་གྲངས་ཀྱི་འདྲེན་འཇུག་འདེམས་གཞི་བཀོད་སྒྲིག་བྱེད། "
diff --git a/source/bo/sd/messages.po b/source/bo/sd/messages.po
index 66a70b491ed..0d8231e8cfa 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1227,250 +1227,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "གཞུང་དངོས་བར་འཇུག"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "རིག་སྟོབས།"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "གཡོན།"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "གཡས།"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "གོང་། སྟེང་།"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "འོག"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "གཡོན་སྟེང།?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "གཡོན་འོག།?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "གཡས་ཐོག?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "གཡས་འོག་?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ཆུ་སྙོམས་ཀྱི་ཁ་ཕྱོགས།"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "དྲང་འཕྱང་ཁ་ཕྱོགས།"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ཡོངས་རྫོགས།?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "དངོས་ཚུལ་རྣམ་པའི་འོག་བཀོལ་སྤྱོད་འདི་བྱེད་རྒྱུ་མེད།"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ཕྱིར་ལོག"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "མུ་མཐུད།"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "གནས་བསྡུས།"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ཚོས་གཞིའི་ཡོ་ཁྱད།"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "རིམ་བཞིན་ཟུབ་པ།"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ཤོག་ངོས་ཆེ་རུ་གཏོང་བ།"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "ནང་དོན་གྱི་དཀར་ཆག་གི་ཤོག་ངོས།"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "མིག་སྔར་SANEཐོན་ཁུངས་མཁོ་འདོན་བྱེད་ཐབས་མིན་འདུག"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "མིག་སྔར་TWAIN-ཁུངས་གང་ཡང་གནས་མིན་འདུག"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "གཏན་འཇགས།"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "འགྱུར་རུང་བ་།"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ཚད་གཞི།"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ཚད་གཞི(ཐུང་)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ཚད་གཞི(རིང་)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ཡིག་ཆའི་མིང་།"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "བརྒྱུད་མའམ་ཡིག་ཆའི་མིང་།"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "བརྒྱུད་ལམ།"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ཡིག་ཆའི་མིང་ལ་རྒྱ་སྐྱེད་མིང་ཚུད་མེད།"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "རང་སྒྲིག་གཏོང་སྟོན་གསར་བཟོ།"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "པར་སློག "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "རྒྱུའི་ཡིག་ཆ་ཁ་ཕྲལ་རྒྱུ།"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "བྱཡིག་རྟགས་ཀྱི་དམིགས་བྱ་ཡོད་ཚད་ཕྲལ་ཐབས་བྲལ།"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1480,157 +1510,157 @@ msgstr ""
"དེས་བརྗེ་དགོས་སམ།"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ཡི་གེ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "རིམ་འདས་སྦྲེལ་མཐུད།"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "ཕྲེང་སྦྲེལ་ལ་ལྟ་སྤྱོད་ཟིན་པ།"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "བདེ་སྤྱོད་བྱེད་བཞིན་པའི་འབྲེལ་མཐུད།"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "།གྲབས་ཉར།"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "ནང་དོན་གྱི་དཀར་ཆག"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "འདིར་རྐྱང་རྡེབ་བྱས་ནས་འགོ་འཛུགས།"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "རྩོམ་པ་པོ།"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ཤོག་ངོས་གཙོ་བོ།"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "ཆ་འཕྲིན་གཞན་དག"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "འགྲེམས་སྟོན་ཡིག་ཟིན་ཕབ་ལེན།"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "དགོངས་པ་མ་ཚོམ་ཁྱེད་ཀྱི་བལྟ་བཤེར་འཕྲུལ་ཆས་ཀྱིས་སྒྲོམ་གྱི་ཁ་གཏད་ལ་རྒྱབ་སྐྱོར་བྱེད་ཀྱི་མེད།"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ཤོག་གྲངས་དང་པོ།"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "ཤོག་གྲངས་མཐའ་མ།"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ཡི་གེ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "བཪྙན་རིས།"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ནང་དོན་ཚུད་ཡོད་པ།"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ནང་དོན་མེད་པ།"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "དམིགས་འཛུགས་བྱས་པའི་ཤོག་ངོས་ཐོག་ཕེབས།"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "གནས་རིས་དེ་ཟུར་སྣེ་མང་པོའི་ལྡིང་སྐོར་བྱེད་པ།"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "སྟོན་རྒྱུ་མཇུག་སྒྲིལ་སོང་བས། ཙི་གུ་རྐྱང་རྡེབ་བྱས་ཏེ་ཕྱིར་བཤོལ་བྱེད།"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "སྤྱི་ཁྱབ་ལག་བསྟར་མཚམས་འཇོག"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "ཉེར་སྤྱོད་རྩ་གསུམ་ཁུག་མ།"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1641,805 +1671,811 @@ msgstr ""
"གོ་ཆོད་པའི་སྐད་སྒྲའི་ཡིག་ཆ་མ་རེད་བཞག"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "རིས་རྒྱུའི་ཡིག་ཆར་ལྡིང་སྐོར་བྱེད་པ།"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "གནས་རིས་ཀྱི་རེའུ་མིག་ཏུ་ལྡིང་སྐོར་བྱེད་པ།"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1ཡིག་ཆ་གསར་བཟོ་བྱེད་ཐབས་བྲལ།"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ཡིག་ཆ་$(URL1)ཁ་འབྱེད་ཐབས་བྲལ།"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ཡིག་ཆ་$(URL1)དེ་ཡིག་ཆ་$(URL2) ནང་འདྲ་བཟོ་བྱེད་ཐབས་བྲལ།"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "མིང་བསྐྱར་འདོགས་ཀྱི་སྒྲོན་བཪྙན།"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "མིང་།"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "རང་འགུལ་པར་སྟངས་ཀྱི་ཁ་བྱང་ཁུལ།"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "རང་འགུལ་པར་སྟངས་ཀྱི་ཁ་གཏད་ཁུལ།"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ཤོག་ཞབས་ཁུལ།"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ཤོག་མགོའི་ཁུལ།"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ཚེས་གྲངས་ཁུལ།"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "སྒྲོན་བཪྙན་གྱི་ཨང་གྲངས་ཁུལ།"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ཤོག་ཨང་གི་ཁུལ།"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ཤོག་སྨིན། >"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ཤོག་ཞབས། >"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ཚེས་གྲངས་/དུས་ཚོད།>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<སྒྲིག་ཨང་>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ཞར་བྱུང་ཁུལ་ཁོངས།"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ཁྲའོ་ཞན་ཡི་གེ་/ཁྲའོ་ཡིག་རྒྱ་ཡིག་ལ་སྒྱུར་བ།"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "བསྡུས་རིས།"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "བསྡུས་རིས།"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "སྔོན་ལྟ་བྱེད་ཐབས་བྲལ།"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "སྔོན་ལྟའི་གྲ་སྒྲིག་བྱེད་བཞིན་པ།"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "སྒྲོན་བཪྙན་གྱི་རྣམ་པ།"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "གསལ་སྟོན་ཡིག་ཟིན་འདེམས་གཞི།"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "སྡེ་ཚན་ཁྲ་མིག་གི་བཟོ་ལྟ།"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "དབྱིབས་ཚུལ།%1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "ནང་དོན།"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ཡིག་ཆ་བར་འཇུག"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "རིས་མཚོན།"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ཤོག་ངོས་གསར་པ་བར་འཇུག"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "རང་སའི་དམིགས་ཡུལ་དཀར་ཆག་སྟོང་པ་མིན་ ནང་དོན་བསུབ་བམ །"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "རྒྱབ་ལྗོངས།"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "མ་དཔེའི་ཁ་གཏད།"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "པར་དཔེ།"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "ཚོད་འཛིན་ལྷུ་ཆས།"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "བཅད་གྲངས་ཐིག"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ཤོག་ལྷེ།"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ཤོག་ངོས།"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ཤོག་ལྷེ།"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "སྒྲོན་བཪྙན་བཟོ་འགོད།"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ཟུར་མཆན)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "སློབ་ཁྲིད་འཆར་ཟིན།"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "འདིར་རྐྱང་རྡེབ་བྱས་ནས་ཁ་བྱང་ཡིག་རིགས་ཀྱི་རྣམ་གཞག་རྩོམ་སྒྲིག་བྱེད།"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "འདིར་རྐྱང་རྡེབ་བྱས་ནས་རྩ་གནད་ཀྱི་མ་ཡིག་རྣམ་གཞག་རྩོམ་སྒྲིག་བྱེད།"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "རྩ་གནད་རིམ་པ་ཐེངས་གཉིས་པ།"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "རྩ་གནད་རིམ་པ་ཐེངས་གསུམ་པ།"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "རྩ་གནད་རིམ་པ་ཐེངས་བཞི་པ།"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "རྩ་གནད་རིམ་པ་ཐེངས་ལྔ་པ།"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "རྩ་གནད་རིམ་པ་ཐེངས་དྲུག་པ།"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "རྩ་གནད་རིམ་པ་ཐེངས་བདུན་པ།"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ཙི་གུ་རྐྱང་རྡེབ་བྱས་ནས་ཤོག་ངོས་སྤོ་སྒྱུར་བྱེད།"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "འདིར་རྐྱང་རྡེབ་བྱས་ནས་མཆན་འགོད་ཀྱི་རྣམ་གཞག་རྩོམ་སྒྲིག་བྱེད"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ངོས་བཟུང་བྱས་པ།"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ཁ་བྱང་།"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ཤོག་ངོས་སྤོ་བ།"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ཚོས་གཞི་མི་འཇུག་པའི་དམིགས་བྱ།"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ཡི་གེ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ཁ་བྱང་།"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ཡན་ལག་ཁ་བྱང་།"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "རྩ་གནད།"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "མ་དཔེའི་ཁ་གཏད།"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "རྒྱབ་ལྗོངས།"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "།གྲབས་ཉར། "
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPointའདྲེན་འཇུག"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ཡིག་ཚགས་ཉར་ཚགས།"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,678 +2483,678 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "རི་མོ་འབྲི་བའི་རི་མོ།"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "རི་མོ་འབྲི་བའི་རི་མོ།"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "རྩ་འཛིན་མཐོང་རིས།"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "སྒྲོན་བཪྙན་གྱི་པར་རིས།"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "དེར་ཁྱེད་ཀྱིས་སྒྲོན་བཪྙན་ལ་གོ་རིམ་སྒྲིག་ཆོག"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "མཆན་འགོད་མཐོང་རིས།"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "སློབ་ཁྲིད་འཆར་ཟིན་གྱི་པར་རིས།"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "སློབ་ཁྲིད་འཆར་ཟིན།"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "སྟོན་འགྲེམས་ཟིན་བྲིས་དཔེ་རྣམ།"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME སྟོན་འགྲེམས་ཟིན་བྲིས།"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ཁ་བྱང་།"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "རྩ་གནད།"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ཡན་ལག་ཁ་བྱང་།"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ཤོག་ངོས།"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "།གྲབས་ཉར།"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "སློབ་ཁྲིད་འཆར་ཟིན།"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ཤོག་ཞབས།"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ཁ་བྱང་།"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "date"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "number"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (ལྟ་ཀློག་ཁོ་ན་)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "མེད་པ།"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "ཐད་ཀར་རྗེས་མའི་རྐྱང་རྡེབ།"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ཐད་ཀར་སྒྲོན་བཪྙན་མཇུག་ཏུ།"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "རྐྱང་འཐེན་ཁ་ཕྱོགས།"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "མངོན་པའི་སྡུར་ཚད།"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "འཕྲོ་མཆེད་རྣམ་པ།"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "སྟར་པ་དང་པོ།"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "་རམ་འདེགས་ཆོས་གཞི།"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "སྟར་པ་དང་པོ།"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ཉམས་འགྱུར།"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ཡིག་གཟུགས།"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "སྟར་པ་དང་པོ།"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ཉམས་འགྱུར།"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ཡིག་དབྱིབས།"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ཐིག་རིས་ཚོས་གཞི།"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ཡིག་གཟུགས་ཆེ་ཆུང་།"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "ཆེ་ཆུང་།"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "དངུལ་གྲངས།"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ཚོས་གཞི།"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "མེད་པ།"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "[ མཚམས་འཇོག་མ་བྱས་གོང་གི་一 སྐད་སྒྲ]"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "སྐད་སྒྲ་གཞན་དག..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "བཟོ་ལྟ།"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ཕོག་ཐུག་བཏང་ནས་བྱུང་བ།"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "མེད་པ།"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "དེ་རིང་།,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ཁ་སང་།"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(རྩོམ་པ་པོ་མེད་པ་)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAMEའགྲེམས་སྟོན་ཟིན་བྲིས་ཀྱིས་དེའི་མཇུག་བར་བཙལ་ཟིན་པས་མུ་མཐུད་ཡིག་ཚགས་ཀྱི་མགོ་ནས་འཚོལ་འགོ་འཛུགས་སམ།"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAMEའགྲེམས་སྟོན་ཟིན་བྲིས་ཀྱིས་དེའི་མགོ་འཛུགས་ས་བར་བཙལ་ཟིན་པས་མུ་མཐུད་ཡིག་ཚགས་ཀྱི་མཇུག་ནས་འཚོལ་འགོ་འཛུགས་སམ།"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAMEརིས་འབྲི་བཟོ་འབེབས་དེ་ཡིག་ཚགས་ཀྱི་མཇུག་མཐའི་གནས་བར་བཙལ་ཟིན། ཁྱེད་ཀྱིས་ཡིག་ཚགས་ཀྱི་མགོ་བར་བཤེར་འཚོལ་མུ་མཐུད་བྱེད་དམ།"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAMEརིས་འབྲི་བཟོ་འབེབས་དེ་ཡིག་ཚགས་ཀྱི་མགོ་བར་བཙལ་ཟིན། ཁྱེད་ཀྱིས་ཡིག་ཚགས་ཀྱི་མཇུག་བར་བཤེར་འཚོལ་མུ་མཐུད་བྱེད་དམ།"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "བཀའ་བརྡ་བསྒར་འཛུད།"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "ནང་དོན་གཙང་སེལ།"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ཡིག་ཚགས་རྩོམ་སྒྲིག"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
#, fuzzy
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "ལན་འདེབས།"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "མཚམས་སྦྱོར་སྟོན་པ།"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "རེའུ་མིག"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ཡིག་ཚགས།"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "ནང་དོན།"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "བསྡུས་སྐུམ་རིས།"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "སྒྲོན་བཪྙན་སྤྱིན་ཤོག་གི་མིང་།(~P)"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ཚེས་གྲངས་དང་དུས་ཚོད།"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "གབ་པའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག(~I)"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ཚོས་གཞི།"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ཆེ་ཆུང་།"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "དེབ་ཆུང།"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ཚུད་པ།"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAMEའགྲེམས་སྟོན་ཟིན་བྲིས་ཀྱིས་དེའི་མཇུག་བར་བཙལ་ཟིན་པས་མུ་མཐུད་ཡིག་ཚགས་ཀྱི་མགོ་ནས་འཚོལ་འགོ་འཛུགས་སམ།"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAMEའགྲེམས་སྟོན་ཟིན་བྲིས་ཀྱིས་དེའི་མགོ་འཛུགས་ས་བར་བཙལ་ཟིན་པས་མུ་མཐུད་ཡིག་ཚགས་ཀྱི་མཇུག་ནས་འཚོལ་འགོ་འཛུགས་སམ།"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAMEརིས་འབྲི་བཟོ་འབེབས་དེ་ཡིག་ཚགས་ཀྱི་མཇུག་མཐའི་གནས་བར་བཙལ་ཟིན། ཁྱེད་ཀྱིས་ཡིག་ཚགས་ཀྱི་མགོ་བར་བཤེར་འཚོལ་མུ་མཐུད་བྱེད་དམ།"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAMEརིས་འབྲི་བཟོ་འབེབས་དེ་ཡིག་ཚགས་ཀྱི་མགོ་བར་བཙལ་ཟིན། ཁྱེད་ཀྱིས་ཡིག་ཚགས་ཀྱི་མཇུག་བར་བཤེར་འཚོལ་མུ་མཐུད་བྱེད་དམ།"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/bo/svtools/messages.po b/source/bo/svtools/messages.po
index 758ed4e94da..4186a1c9ea7 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/bo/sw/messages.po b/source/bo/sw/messages.po
index dce638b9244..079bd810c36 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17456,233 +17456,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "དཀར་ཆག་སྡེ་ཚན་བར་འཇུག"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "བཤེར་འདྲེན་ནང་ནས་འདེམས་ངེས་ཀྱི་གཤར་བྱང་སུབ་དགོས།ཡིག་ཚགས་ནང་ནས་གཤར་བྱང་ཡི་གེ་སུབ་མི་སྲིད།"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "བསྒར་འཛུད།"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "རང་མཚན་འགོད་དཀར་ཆག་གསར་བཟོ།"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "གཙོ་བོའི་བཤར་བྱང་།(~M)"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "ཡིག་ཆེན་ཡིག་ཆུང་ཟླ་སྒྲིག(~M)"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/br/cui/messages.po b/source/br/cui/messages.po
index 4b9b16ee48d..f8456bb1d61 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16625,74 +16625,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Enrollañ bewech e_vel :"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Teul testenn"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Teul HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Teul mestr"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Renkell"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Kinnigadenn"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tresadenn"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Reollun"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Rizh teul :"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Mentrezh restr dre ziouer hag arventennoù mod ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/br/officecfg/registry/data/org/openoffice/Office.po b/source/br/officecfg/registry/data/org/openoffice/Office.po
index a438181aad3..b00be5b73a2 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notennoù"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Teulioù mod testennoù"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Renkelloù"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Kinnigadennoù"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tresadennoù"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Pajennoù Web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Teulioù mistri"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Reollunioù"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Teulioù stlennvon"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 38608a7f168..6a2de94f028 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2238,6 +2238,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Dilemel ar renkoù"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9614,14 +9624,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10936,6 +10946,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Enlakaat bannoù"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26795,36 +26815,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32113,15 +32103,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Niverenn bajenn"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33297,6 +33307,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Dilemel ar renkoù"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Renkoù"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/br/sc/messages.po b/source/br/sc/messages.po
index b4ea26d7ec7..c461af802a5 100644
--- a/source/br/sc/messages.po
+++ b/source/br/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32905,38 +32905,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Dibarzhioù all"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Rizh ar _bann :"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Testenn da vannoù"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Maeziennoù"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/br/sd/messages.po b/source/br/sd/messages.po
index 29fa6e765ae..5a4dbdd16f3 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1232,249 +1232,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Enlakaat un destenn"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Speredek"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "A-gleiz"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "A-zehou"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "E-krec'h"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "En traoñ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "E-krec'h a-gleiz ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "En traoñ a-gleiz ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "E-krec'h a-zehou ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "En traoñ a-zehou ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "A-blaen"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "A-serzh"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "An holl ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "N'haller ket erounit ar gwezhiadur-mañ gant ar mod War-eeun."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Kent"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "War-lerc'h"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Alberz"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Amsaverez liv"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Treveuz"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Astenn an dreyonenn"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Treyonenn evit taolennad an danvezioù"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "N'eus tarzh SANE ebet vak evit ar mare."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "N'eus tarzh TWAIN ebet vak evit ar mare."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Stag"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Argemmenn"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Skoueriek"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Skoueriek (berr)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Skoueriek (hir)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Anv ar restr"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Treug/Anv ar restr"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Treug"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Anv ar restr hep an askouezhadenn"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Treyonennaoueg personelaet nevez"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Eiladenn "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Distrollañ an trarestr(où)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "N'haller ket distrollañ an holl ergorennoù tresañ."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1484,158 +1514,158 @@ msgstr ""
"Fellout ar ra deoc'h hec'h amsaviñ ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Testenn"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Gourere"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Ere gweladennet"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Ere oberiat"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notennoù"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Taolenn an danvezioù"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klikit amañ a-benn deraouiñ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Aozer"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Pajenn Web"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Titouroù ouzhpenn"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Pellgargañ ar ginnigadenn"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "N'eo ket skoret ar sternioù war neuñv gant ho merdeer."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Pajenn gentañ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Pajenn diwezhañ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Testenn"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Skeudenn"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Gant an endalc'had"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Hep an endalc'had"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "D'ar bajenn meneget"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Amdreiñ ar bitmap da liestueg"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Da echuiñ ar ginnigadenn, klikit war an afell-mañ mar plij..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Paouez..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Deverkañ ar sined 3M"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Sil skeudennoù"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1645,803 +1675,809 @@ msgstr ""
"n'eo ket ur restr mod aodio talvoudek !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Amdreiñ da drarestr"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Amdreiñ da vitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "N'haller ket krouiñ ar restr $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "N'haller ket digeriñ ar restr $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "N'haller ket eilañ ar restr $(URL1) e $(URL2)."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Adenvel ar bajenn"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Anv"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Maez testenn evit ar pajennaozañ emgefreek"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Maez ergorenn evit ar pajennaozañ emgefreek"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Maez an troad pajenn"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Maez ar reollin"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Maez evit an deiziad"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Maez evit an niverenn dreyonenn"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Maez evit an niverenn bajenn"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<reollin>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<troad pajenn>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<deiziad/eur>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<niverenn>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<kont>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<anv an dreyonenn>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<Anv ar bajenn>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Maez evit an notennoù"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Amdroadur Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Treyonennoù"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pajennoù"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "N'eo ket hegerz an alberz"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "O prientiñ an alberz"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Pajennaozañ"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "TitlKinnigadenn"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stiloù ar c'helligoù"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Stumm %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Askelennoù"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Adderaoukaat pajennaozañ an dreyonenn"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Enlakaat ur restr"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Enlakaat un diervad"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Enlakaat ur skeudenn"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Enlakaat un aodio pe ur video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Riklañ ha leuskel ar pajennoù"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Riklañ ha leuskel an dreyonennoù"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Mar plij, ouzhpennit skeudennoù en albom."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Treyonenn dre destenn"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "N'eo ket goullo kavlec'hiad ar vukenn lec'hel %FILENAME. Flastret e c'hallfe bezañ un darn eus ar restroù. Kenderc'hel ganti a fell deoc'h ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Drekleur"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Ergorennoù en drekleur"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Pajennaozañ"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Reolerezhioù"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Linennoù savenn"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Treyonenn"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pajenn"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Treyonenn"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
#, fuzzy
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Treyonenn vestrez :"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pajennoù mestrezed"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notennoù)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Brudfollenn"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikit da embann mentrezh an destenn-ditl"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikit da embann mentrezh steuñv an destenn"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Eil live ar steuñv"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Trede live ar steuñv"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Pevare live ar steuñv"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Pempvet live ar steuñv"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "C'hwec'hvet live ar steuñv"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seizhvet live ar steuñv"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikit da zilec'hiañ an dreyonenn"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikit a-benn daskemmañ mentrezh an notennoù"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klikit da ouzhpennañ un titl"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klikit da ouzhpennañ un destenn"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klikit da ouzhpennañ un destenn"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klikit da ouzhpennañ notennoù"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Daouglikit da enlakaat ur skeudenn"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Daouglikit da enlakaat un ergorenn"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Daouglikit da enlakaat un diervad"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Daouglikit da enlakaat ur frammlun"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Daouglikit da enlakaat ur renkell"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Dre ziouer"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titl"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Dilec'hiañ an treyonennoù"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Ergorenn hep leuniañ"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Ergorenn dileun ha dilinenn"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Testenn"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titl"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Isskrid"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Steuñv"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Ergorennoù en drekleur"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Drekleur"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notennoù"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Enporzh PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Enrollañ an teul"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2449,659 +2485,659 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mod Tresadenn"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mod Tresadenn"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Mod Steuñv"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Gwel an treyonennoù"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Rummañ an treyonennoù"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Mod Notenn"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Mod Brudfollenn"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TitlKinnigadenn"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "SteuñvKinnigadenn"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "IskridoùKinnigadenn"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PajennKinnigadenn"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotennoùKinnigadenn"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Brudfollenn"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "StummKinnigadennHaezadusDianav"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "TroadPajennKinnigadenn"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "ReollinKinnigadenn"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DeiziadHagEurKinnigadenn"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NiverennPajennKinnigadenn"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Kinnigadenn %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titl"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Steuñv"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Isskrid"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pajenn"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notennoù"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Brudfollenn"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Stumm ar ginnigadenn haezadus dianav"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Troad pajenn"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Reollin"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Deiziad"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Niver"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(E mod lenn nemetken)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "tra ebet"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Betek ar c'hlik da-heul"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Betek dibenn an dreyonenn"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "_Tuadur :"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoum"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Skinoù"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Bann kentañ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Eil liv"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Bann kentañ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil :"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Nodrezh"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Bann kentañ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil :"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Nodrezh"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Liv al _linenn :"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Ment an nodrezh"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ment "
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Sav"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Liv"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Son ebet)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Paouez gant ar son kent)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Son all..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Skouer"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Delusker"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Treugoù an arveriad"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Mont e-barzh : %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Kreñvaat : %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Kuitaat : %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Bannhentoù : %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Tra ebet"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hiziv,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Dec'h,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(aozer ebet)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "Tizhet eo bet derou ar ginnigadenn gant %PRODUCTNAME Impress. Fellout a ra deoc'h kenderc'hel en derou ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "Tizhet eo bet derou ar ginnigadenn gant %PRODUCTNAME Impress. Fellout a ra deoc'h kenderc'hel en dibenn ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "Tizhet eo bet derou an teul gant %PRODUCTNAME Draw. Fellout a ra deoc'h kenderc'hel en derou ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "Tizhet eo bet derou an teul gant %PRODUCTNAME Draw. Fellout a ra deoc'h kenderc'hel en dibenn ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Enlakaat un askelenn"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Lemel an askelenn(où) kuit"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Dilec'hiañ an askelenn"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Embann an askelenn"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Respont da %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Lenn ar media"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Taolenn"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Teul"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Endalc'had"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Anv an dreyonenn"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Anv ar bajenn"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Deiziad hag eur"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Pajennadoù masklet"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Liv"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ment "
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "K_raflevr"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Tuioù ar pajennoù"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Enkorfañ"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Arverañ ar gludell baper diouzh gwellvezioù ar voullerez"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress a zo aet betek dibenn ar ginnigadenn. Ha fellout a ra deoc'h kenderc'hel gant ar c'hlask e deroù ar ginnigadenn ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress a zo aet betek deroù ar ginnigadenn. Ha fellout a ra deoc'h kenderc'hel gant ar c'hlask e dibenn ar ginnigadenn ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw a zo aet betek dibenn an teul. Ha fellout a ra deoc'h kenderc'hel gant ar c'hlask e deroù an teul ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw a zo aet betek deroù an teul. Ha fellout a ra deoc'h kenderc'hel gant ar c'hlask e dibenn an teul ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/br/svtools/messages.po b/source/br/svtools/messages.po
index e8139a61075..cf0d3ee17fa 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/br/sw/messages.po b/source/br/sw/messages.po
index d6e70cff56a..f7e11b4cf66 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17033,230 +17033,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Enlakaat un enankad ibil"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Enlakaat"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Ibil nevez personelaet"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Enankad pennañ"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Gerioù a-bezh hepken"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Teurel evezh ouzh an direnneg"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/brx/cui/messages.po b/source/brx/cui/messages.po
index 8121fcd1db5..e817bca5812 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16981,78 +16981,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "फराय बिजाब फोरमान बिलाइ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-फोरमान बिलाइ"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "गाहाय फोरमान बिलाइ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रेडशीट"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "प्रेजेन्टेसन"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "सावगारि"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "फरमुला"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/brx/officecfg/registry/data/org/openoffice/Office.po b/source/brx/officecfg/registry/data/org/openoffice/Office.po
index 94e19963fb2..2967388db1f 100644
--- a/source/brx/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/brx/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12511,85 +12511,85 @@ msgctxt ""
msgid "Notes"
msgstr "सुंद' लिरथाय"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "फराय बिजाब फोरमान बिलाइ"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "स्पेडशीटस"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "प्रेजेनटेसन"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "सावगारिफोर"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वेब बिखंफोर"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "गाहाय फोरमान बिलाइफोर"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "फरमुलाफोर"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "डाटाबेस फोरमान बिलाइफोर"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 1cd150f6863..16a3d79be1f 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2261,6 +2261,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "सारिखौ हुखुमोर"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9695,14 +9705,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11021,6 +11031,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "खाम्फाफोरखौ सोसन"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26973,36 +26993,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32346,15 +32336,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~बिखंनि अनजिमा"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33540,6 +33550,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "सारिखौ हुखुमोर"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~सारि"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/brx/sc/messages.po b/source/brx/sc/messages.po
index c5dcab1f9c9..e439bfe5f49 100644
--- a/source/brx/sc/messages.po
+++ b/source/brx/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33228,38 +33228,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "फोथारफोर"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/brx/sd/messages.po b/source/brx/sd/messages.po
index 9dcfa261912..6f45ee4bc8c 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1231,250 +1231,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "फराय बिजाब सोसन"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "सियान"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "आगसि"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "आगदा"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "सा"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "सिंथार बाहागो"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "सानि आगसि?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "सिंनि आगसि?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "सानि आगदा?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "सिंनि आगदा?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "समानथि"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "थोंगोर"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "गासैबो?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "बे हाबाखौ सोलिबाय थानाय महराव सालायनो हानाय नङा।"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "उन"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "सोलिगासिनो थानाय"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "अभारभिउ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "गाब सहायनो हानाय"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "क्रस-फेड खालामनाय"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "स्लाइड बांहोनाय"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "स्लाइड फारिलाइनि फारिलाइ"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "बे समाव जेबो SANE फुंखा मोननो हाथाव नङा।"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "दा, जेबो TWAIN फुंखा मोननो हाथाव नङा."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "थि"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "सोलायस्लु"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "थाखो मान"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "थाखो मान(गुसुं)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "थाखो मान (गोलाव)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "फाइलनि मुं"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "लामा/फाइलनि मुं"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "लामा"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "बारायनाय गैयाबालानो फाइलनि मुं"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "गोदान कास्टम स्लाइड दिनथिनाय"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "कपि"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मेटाफाइलखौ हानजागोयै खालाम..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "गासै एरनाय सावगारि मुवाफोरखौ हानजा बोखावनाया जाथावना नङा."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1484,157 +1514,157 @@ msgstr ""
"नोंथाङा बेखौ जायगा सोलाय होनो सानो नामा?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "फराय बिजाब"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हाइपारलिंक"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "नायखांनाय सोमोन्दो"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "मावथि सोमोन्दो"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "सुंद' लिनायफोर"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "फारि बिलाइफोरनि फारिलाइ"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "जागायनो थाखाय बेयाव क्लिक खालाम"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "लिरगिरि"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "गाहाय बिखं"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "गोबां मोनथिहोनाय"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "प्रेजेनटेसन डाउनल'ड खालाम"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "दुखुनांथावयै नोंथांनि ब्राउजारा फ्ल'टिं फ्रेमखौ मदत होया।"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "गोबो बिखं"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "जोबथा बिखं"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "फराय बिजाब"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "मुसुखा"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "फारि बिलाइफोर जों"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "फारि बिलाइफोर गैयालानो"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "होनाय बिखंसिम"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "बिटमेप निफ्राय गोबां आखानथि गोनां दबलायाव सोलाय हो"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "प्रेजेनटेसन निफ्राय ओंखार लांनो क्लिक खालाम..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "थादनाय..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D आंगो बाहाय"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1645,804 +1675,810 @@ msgstr ""
" आ मोनसे बाहाय जाथाव सोदोब फाइल नङा!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मेटाफाइल आव सोलाय हो"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "बिटमेपआव सोलाय हो"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) फाइलखौ सोरजिनो हाया"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) फाइलखौ खेवनो हाया"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1)आव फाइल $(URL2) खौ कपि खालामनो हायाखै।"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "स्लाइडखौ फिन मुं हो"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "मुं"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "अ'ट'लेआउटसनि थाखाय बिमुं ओनसोल"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "अ'ट'लेआउटसनि थाखाय मुवानि ओनसोल"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "फुटार ओनसोल"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "हेडार ओनसोल"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "अक्ट' ओनसोल"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "स्लाइड अनजिमा ओनसोल"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "बिखं अनजिमा ओनसोल"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<हेडार>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<फुटार>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<अक्ट'/सम>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<अनजिमा >"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "सुंद' लिरथाय ओनसोल"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हांगाल/हन्जा राव सोलाय होनाय"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "स्लाइडस"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "बिखं फोर"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "गिबि नुथाया मोननो हाथाव नङा"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "गिबि नुथाया थियारि जागासिनो दङ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "लेआउटस"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "प्रेजेनटेसन उफ्राफोर"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "खथासा आदबफोर"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "आयदाफोर"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "फारिलाइ सोसन"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "चार्ट फज"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "बिखं सोसन"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "जायगानि थांखि डिरेक्टरि '%FILENAME' आ लांदां नङा। माखासे फाइल फोरखौ लिरदेर बावनो हागौ। नोंथाङा सालाय लांबाय थानो सानो नामा?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "सावगारिनि उनथिं थानाय महर"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "सावगारिनि उनथिं थानाय बेसादफोर"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "लेआउट"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "दबथायनायफोर"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "बिबांनि हांखोफोर"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "स्लाइड"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "बिखं"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "स्लाइड"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "गाहाय बिखंफोर"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(सुंद' लिरथाय)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "हेण्डआउटस"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "बिमुं फराय बिजाब दाथाय सुजुनो क्लिक खालाम\""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "सिमाहांखो फराय बिजाब दाथाय सुजुनो क्लिक खालाम"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "नैथि सिमाहांखो लेभेल"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "थामथि सिमाहांखो लेभेल"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "ब्रैथि सिमाहांखो लेभेल"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "बाथि सिमाहांखो लेभेल"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "दथि सिमाहांखो लेभेल"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "स्निथि सिमाहांखो लेभेल"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "स्लाइड लोरिहोनो क्लिक खालाम"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "सुंद' लिरथाय दाथाय फोरनि सुजुनो क्लिक खालाम"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "डिफल्ट"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "बिमुं"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "स्लाइड्स लोरिनाय"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "आबुं नङै मुवा"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "फराय बिजाब"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "बिमुं"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "दालाय बिमुं"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "बायजोनि सारि"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "सावगारिनि उनथिं थानाय बेसादफोर"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "सावगारिनि उनथिं थानाय महर"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "सुंद' लिरथाय"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पावारपइन्ट लाबोनाय"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "फोरमान बिलाइ थिनाय"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2450,677 +2486,677 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "सावगारि नुथाय"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "सावगारि नुथाय"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "बायजोनि सिमा नुथाय"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "स्लाइडस नुथाय"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "बेनो बे जायगा जेराव नोंथाङा स्लाइडफोरखौ थाखो खालामो।"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "सुंद'लिरनाय नुथाय"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "हेन्डआउट नुथाय"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "प्रेजेनटेसन"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "प्रेजेनटेसन"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "प्रेजेनटेसन"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "हेण्डआउट "
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "प्रेजेन्टेसन म'ड"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "प्रेजेनटेसन"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME प्रेजेन्टसन"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "बिमुं"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "बायजोनि सारि"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "दालाय बिमुं"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "बिखं"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "सुंद' लिनायफोर"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "हेण्डआउट "
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "फुटार"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "हेडार"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "अक्ट'"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "अनजिमा"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(फरायनो-थाखायल')"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "रावबो नङा"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "उननि क्लिक खालामासिम"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "स्लाइड जोबनाय सिम"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "बिथिं"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "जुम"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "स्पकफोर"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "गिबि गाब"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "नैथि गाब"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "गिबि गाब"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "आदब:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "फन्ट"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "गिबि गाब"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "आदब:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "टाइपफेस"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "सारिनि गाब"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "फन्टनि महर"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "महर"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "बिबां"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "गाब"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(जेबो सोदोब गैया)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(गिबि सोदोबखौ बन्द खालाम)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "गुबुन सोदोब"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नुमुना"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिग्गार"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "रावबो नङा"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "दिनै"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress आ प्रेजेनटेसननि जोबनायखौ नागिरदों। नोंथाङा जागाय जेननायाव सोलि होबाय थानो सानो नामा?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress आ प्रेजेनटेसननि जागायनायखौ नागिरदों। नोंथाङा जोबनायाव सोलि होबाय थानो सानो नामा?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw आ फोरमान बिलाइनि जोबनायखौ नागिरदों। नोंथाङा जागाय जेननायाव सोलि होबाय थानो सानो नामा?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw आ फोरमान बिलाइनि जागायनायखौ नागिरदों। नोंथाङा जोबनायाव सोलि होबाय थानो सानो नामा?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "बिथोन सोसन"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "थानाय आयदाफोर हुखुमोर"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "सुंद' लिरनायखौ एसोखोमा"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "सुंद' लिरनायखौ सुजु"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "मेडिया प्लेबेक"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "फारिलाइ"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME कल्क"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "फोरमान बिलाइ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "आयदाफोर"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "स्लाइड पेन"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~बिखंनि मुं"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "अक्ट' आरो सम"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "एरसोनाय बिखंफोर"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "गाब"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "महर"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "बिजाबसा फोर"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "लाजाबनाय"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress आ प्रेजेनटेसननि जोबनायखौ नागिरदों। नोंथाङा जागाय जेननायाव सोलि होबाय थानो सानो नामा?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress आ प्रेजेनटेसननि जागायनायखौ नागिरदों। नोंथाङा जोबनायाव सोलि होबाय थानो सानो नामा?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw आ फोरमान बिलाइनि जोबनायखौ नागिरदों। नोंथाङा जागाय जेननायाव सोलि होबाय थानो सानो नामा?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw आ फोरमान बिलाइनि जागायनायखौ नागिरदों। नोंथाङा जोबनायाव सोलि होबाय थानो सानो नामा?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/brx/svtools/messages.po b/source/brx/svtools/messages.po
index 2427b0cef6e..48e58bf4733 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/brx/sw/messages.po b/source/brx/sw/messages.po
index af51e218b1f..2873191736a 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17436,234 +17436,240 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "नायखां बिलाइ हाबनाय सोसन"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "सोसन"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "गोदान बाहायग्र-थि खालामनाय नायखां बिलाइ"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "गाहाय हाबनाय"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "गासै सोदोबफोरल'"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "केस गोरोब हो"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/bs/cui/messages.po b/source/bs/cui/messages.po
index 0ba49a9b805..56b0ca65aba 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16992,75 +16992,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Uvijek sn_imi kao:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekst dokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Glavni dokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Tabela"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentacija"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Crtanje"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tip d_okumenta:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Uobičajeni format datoteke i ODF postavke"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/bs/helpcontent2/source/text/scalc.po b/source/bs/helpcontent2/source/text/scalc.po
index 3c9eca864c2..f24f3dd9564 100644
--- a/source/bs/helpcontent2/source/text/scalc.po
+++ b/source/bs/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-09 17:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Izbriši list</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Boja kartice lista"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/scalc/00.po b/source/bs/helpcontent2/source/text/scalc/00.po
index e05cc6cda8b..540783e4070 100644
--- a/source/bs/helpcontent2/source/text/scalc/00.po
+++ b/source/bs/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ubaci kolone"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po
index bf4abcc1f5d..5f2ea3b570b 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>unakrsne tablice; brisanje</bookmark_value><bookmark_value>listovi; brisanje</bookmark_value><bookmark_value>brisanje;unakrsne tablice</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Obriši tablicu"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Da"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "Ne"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Ubaci tablicu"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>listovi;kreiranje</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Ubaci tablicu"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Preimenuj tablicu"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Pokaži stranicu"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Pokaži stranicu"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/scalc/guide.po b/source/bs/helpcontent2/source/text/scalc/guide.po
index 93f207fe7b7..03d2affd816 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigacija Kroz Ploce i Tabove"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheets Tabs</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Po defoltu $[officename] prikazuje tri ploce \"Sheet1\" do \"Sheet3\", u svakoj drugoj radnoj tabeli. Mozete prebacivati izmedju ploca u radnim tabelama koristeci tabove ploca na dnu ekrana."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Koristite navigacijske tipke da prikažete sve ploče koje pripadaju vašem dokumentu. Klikanjem tipke na kraju lijevo ili na kraju desno prikazuje prvu ili posljednju tabelu. Srednje tipke omogućuju korisniku da se kreće naprijed i nazad kroz sve tabele. Da biste prikazali tabelu kliknite na njenu odgovarajuću karticu."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Apliciranje visestrukih Ploca"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>listovi; ubacivanje</bookmark_value><bookmark_value>ubacivanje; listovi</bookmark_value><bookmark_value>listovi; višestruki izbor</bookmark_value><bookmark_value>dodavanje listova</bookmark_value><bookmark_value>izbor;više listova</bookmark_value><bookmark_value>višestruki listovi</bookmark_value><bookmark_value>račun;višestruki listovi</bookmark_value><bookmark_value>listovi; istovremeno višestruklo popunjavanje</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"edit_multitables\"><link href=\"text/scalc/guide/edit_multitables.xhp\">Copying to Multiple Sheets</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Ubacivanje Ploce"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Izaberite <item type=\"menuitem\">Ubaci - Tabela</item> da biste ubacili novu tabelu ili postojeću iz druge datoteke."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otvara se okvir za dijalog s kojim možete dodavati, uređivati i ukloniti ikone.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/scalc/menu.po b/source/bs/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/bs/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index 11152cc4bf4..28b13e74584 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Bosnian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/bs/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr ""
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr ""
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Novo"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Otvori datoteku"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Snimi"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Snimi kao"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr ""
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index 9e232dbd1ef..428d8858f0b 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/01170000.xhp\">Izlaz</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Definira scenarij za odabrano podrucje tabele.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/swriter/00.po b/source/bs/helpcontent2/source/text/swriter/00.po
index 7e7274dd65f..14373bf1b1a 100644
--- a/source/bs/helpcontent2/source/text/swriter/00.po
+++ b/source/bs/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr ""
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po
index c1f5b9a1ae3..a22e0a3ed02 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Ne možete mijenjati vaš dokument dok ste u Pregledu stranice."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Zatvori pregled</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/bs/officecfg/registry/data/org/openoffice/Office.po b/source/bs/officecfg/registry/data/org/openoffice/Office.po
index 3233938c61a..0c86be220f2 100644
--- a/source/bs/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/bs/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12511,85 +12511,85 @@ msgctxt ""
msgid "Notes"
msgstr "Bilješke"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstualni dokumenti"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Tabelarni dokumenti"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentacije"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Crteži"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Eeb stranice"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Master dokumenti"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formule"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Baze podataka"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 13b5ddbb31c..ecbef66b9e6 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2255,6 +2255,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Obriši redove"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9670,14 +9680,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10996,6 +11006,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ubaci ko~lone"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26948,36 +26968,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32306,15 +32296,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Broj stranice"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33500,6 +33510,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Obriši redove"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Redovi"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/bs/sc/messages.po b/source/bs/sc/messages.po
index e96c7b3fbb9..4bbd2c6ca2f 100644
--- a/source/bs/sc/messages.po
+++ b/source/bs/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33141,40 +33141,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Ostale opcije"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ip kolone"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Raščlani tekst"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Polja"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/bs/sd/messages.po b/source/bs/sd/messages.po
index 289b9df562e..ce73b9ee8f2 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1230,249 +1230,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Ubacivanje teksta"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Pametno"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Lijevo"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Desno"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Vrh"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Dno"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Gornji lijevi?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Donji lijevi?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Gornji desni?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Donji desni?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Vodoravno"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Uspravno"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Sve?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ova akcija se ne može izvesti uživo."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Nazad"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Nastavi"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Pregled"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Mjenjač boja"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Pretapanje"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Proširi slajd"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Sadržaj"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Izvor SANE nije trenutno dostupan."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Trenutno, izvor TWAIN nije dostupan."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fiksno"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Promjenljivo"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standardno"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standardno (kratko)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standardno (dugo)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Naziv datoteke"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Staza/naziv datoteke"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Staza"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Naziv datoteke bez ekstenzije"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nova prilagođena prezentacija"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopija "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Razgrupiši metadatoteku(e)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Nije bilo moguće razgrupisati sve predmete crtanja."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1482,158 +1512,158 @@ msgstr ""
"Želite li ga zamijeniti?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiper-veza"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Posjećeni link"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktivni link"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Bilješke"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Sadržaj"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Pritisnite ovdje da počnete"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Web strana"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Dodatne informacije"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Skini prezentaciju"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Nažalost, vaš preglednik ne podržava pokretne okvire."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Prva strana"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Zadnja strana"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Slika"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Sa sadržajem"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bez sadržaja"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Na datu stranu"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Pretvori bitmapu u poligon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kliknite za izlaz iz prezentacije..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pauza..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Primijeni omiljeni 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,802 +1674,808 @@ msgstr ""
"nije važeća zvučna datoteka !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Pretvori u metadatoteku"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Pretvori u bitmapu"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Datoteku $(URL1) nije moguće kreirati."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Datoteku $(URL1) nije moguće otvoriti."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Datoteku $(URL1) nije moguće kopirati u $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Preimenuj slajd"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Ime"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Naslovni prostor za auto-raspored"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektni prostor za auto-raspored"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Prostor za podnožje"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Prostor za zaglavlje"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Prostor za datum"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Prostor za brojeve slajdova"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Prostor za brojeve stranica"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<zaglavlje>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<podnožje>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/vrijeme>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<broj>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<broj>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Prostor za zabilješke"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja konverzija"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slajdovi"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Stranice"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Pregled nije dostupan"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Pripremam pregled"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Raspored slajda"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Opcije prezentacije"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stilovi ćelija"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Lik %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentari"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Poništi raspored slajda"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Ubaci tabelu"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ubaci grafikon"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ubaci sliku"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Ubaci zvuk ili film"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Pomjeri stranice"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Pomjeri slajdove"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Molimo dodajte slike u album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekst slajda"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lokalni direktorij '%FILENAME' nije prazan. Neke datoteke bi mogle biti prepisane. Želite li nastaviti?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Pozadina"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Pozadinski predmeti"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Raspored"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontrole"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimenzijske linije"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slajd"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Stranica"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slajd"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Master stranice"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Bilješke)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Leci"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kliknite za izmjenu formata teksta u naslovu"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kliknite za izmjenu formata teksta u nacrtu"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Drugi nivo izvlačenja"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Treći nivo izvlačenja"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Četvrti nivo izvlačenja"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Peti nivo izvlačenja"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Šesti nivo izvlačenja"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sedmi nivo izvlačenja"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kliknite za premještanje slajda"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kliknite za izmjenu formata bilješki"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Kliknite za dodavanje naslova"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Kliknite za dodavanje teksta"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Kliknite za dodavanje teksta"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Kliknite za dodavanje bilješki"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dvo puta kliknite za dodavanje slike"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dva puta kliknite za dodavanje predmeta"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dva puta kliknite za dodavanje grafikona"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dva puta kliknite za dodavanje grafikona za organizaciju"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dva puta kliknite da dodate tablični proračun"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Uobičajeno"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Naslov"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Pomjeri slajdove"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Predmet bez punjenja"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekat bez punjenja i bez linije"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Naslov"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Podnaslov"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Samo tekst"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Pozadinski predmeti"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Pozadina"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Bilješke"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Uvoz iz PowerPoint-a"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Snimi dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,673 +2483,673 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Pogled crtanja"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Pogled crtanja"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Pogled sa rubovima"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Pogled slajdova"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ovdje sortirate slajdove."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Pregled bilješki"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Pregled letaka"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Prezentacija"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Prezentacija"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Prezentacija"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Letak"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Prezentacijski način"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Prezentacija"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME prezentacija"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Naslov"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Samo tekst"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Podnaslov"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Stranica"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Bilješke"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Letak"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "_Podnožje"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Zaglavlje"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "D_atum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Broj"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(samo za čitanje)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ništa"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Do slijedećeg klika"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Do kraja slajda"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "_Usmjerenje:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zumiraj"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Prečke"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Prva kolona"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Druga boja"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Prva kolona"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Prva kolona"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Font"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Boja linije"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Veličina fonta"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Veličina"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Iznos"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Boja"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Nema zvuka)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Zaustavi prethodni zvuk)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Drugi zvuk..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Uzorak"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Okidač"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Korisničke staze"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Staze kretanja"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ništa"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Danas,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Jučer,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(nema autora)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress došao do kraja prezentacije. Da li želite da nastavite od početka?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress došao do početka prezentacije. Da li želite da nastavite na kraju?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw došao do kraja dokumenta. Da li želite da nastavite od početka?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw došao do početka dokumenta. Da li želite da nastavite na kraju?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Ubaci komentar"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Obriši komentar(e)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Pomjeri komentar"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Izmijeni komentar"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Odgovori %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Puštanje medija"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabela"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Sadržaj"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Ime slajda"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Ime stranice"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Datum i vrijeme"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Skrivene stranice"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Boja"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Veličina"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "B_rošura"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Strane lista papira"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Uključi"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Poslužavnik za papir iz opcija štampača"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress je pretražio sve do kraja prezentacije. Želite li nastaviti od početka?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress je pretražio sve do početka prezentacije. Želite li nastaviti od kraja?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw je pretražio sve do kraja dokumenta. Želite li nastaviti od početka?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw je pretražio sve do početka dokumenta. Želite li nastaviti od kraja?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/bs/svtools/messages.po b/source/bs/svtools/messages.po
index bcc21979989..7cb6ad1e854 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/bs/sw/messages.po b/source/bs/sw/messages.po
index 67c8d47e6df..d08c946e41a 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17256,230 +17256,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Ubaci stavku u indeks"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr " Briše odabrani unos iz indeksa. Unos teksta u dokumentu se ne briše."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Umetni"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Novi korisnički definisani indeks"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Glavni unos"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Samo cijele riječi"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Da se podudaraju velika i mala slova"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ca-valencia/cui/messages.po b/source/ca-valencia/cui/messages.po
index af2a2b422f2..f349a4c4473 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Sempre _guarda com a:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Document de text"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Document HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Document mestre"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Full de càlcul"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentació"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dibuix"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fórmula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Indica el tipus de document per al qual voleu definir el format de fitxer predeterminat."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Indica com es guardaran els documents del tipus seleccionat a l'esquerra com a aquest tipus de fitxer. Podeu seleccionar un altre tipus de fitxer per al document actual en el diàleg Anomena i guarda."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tipus de d_ocument:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Format de fitxer per defecte i paràmetres ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "En la secció General, podeu seleccionar la configuració predeterminada per a guardar documents i seleccionar formats de fitxer predeterminats."
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc.po b/source/ca-valencia/helpcontent2/source/text/scalc.po
index f06407a5cec..26e66f74330 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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/textscalc/ca_VALENCIA/>\n"
@@ -728,15 +728,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Suprimeix el full</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Color de pestanya del full"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/00.po b/source/ca-valencia/helpcontent2/source/text/scalc/00.po
index 168654e4b95..0378957f8cc 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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/textscalc00/ca_VALENCIA/>\n"
@@ -188,42 +188,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Trieu <emph>Full ▸ Suprimeix les cel·les</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Trieu <emph>Full ▸ Suprimeix el full</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Obriu el menú contextual d'una pestanya del full."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Trieu <emph>Full ▸ Mou o copia el full</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Obriu el menú contextual d'una pestanya del full."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -422,15 +386,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insereix columnes"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Trieu <menuitem>Full ▸ Insereix un full</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -800,24 +755,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Trieu <emph>Full</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Trieu <emph>Full ▸ Canvia el nom del full</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Trieu <emph>Full ▸ Mostra el full</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2258,6 +2195,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menú de fulls"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/01.po b/source/ca-valencia/helpcontent2/source/text/scalc/01.po
index a540f5355e2..5d701732a15 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>fulls de càlcul; supressió</bookmark_value><bookmark_value>fulls; supressió</bookmark_value><bookmark_value>supressió; fulls de càlcul</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Suprimeix el full"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Suprimeix el full actual després de confirmar la consulta.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "No podeu suprimir un full mentre l'opció <emph>Edita ▸ Gestiona els canvis ▸ Enregistra</emph> estiga activada."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Suprimeix el full actual."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancel·la el diàleg. No se suprimirà res."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>fulls de càlcul; moviment</bookmark_value><bookmark_value>fulls de càlcul; còpia</bookmark_value><bookmark_value>moviment; fulls de càlcul</bookmark_value><bookmark_value>còpia; fulls de càlcul</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Mou o copia un full"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insereix un full"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>fulls;creació</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insereix un full"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43442,14 +43424,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>noms del full de treball</bookmark_value><bookmark_value>canvi; noms del full</bookmark_value><bookmark_value>fulls; reanomenar</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Canvia el nom del full"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43505,32 +43487,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Mostra el full"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>fulls; visualització</bookmark_value><bookmark_value>visualització; fulls</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Mostra el full"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Mostra fulls que anteriorment estaven amagats amb l'orde <emph>Amaga</emph>.</ahelp></variable> Seleccioneu només un full per cridar l'orde. El full actual sempre està seleccionat. Si està seleccionat un full que no siga l'actual, el podreu desseleccionar prement <switchinline select=\"sys\"> <caseinline select=\"MAC\">Orde</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> mentre feu clic a la pestanya corresponent del full a la part inferior de la finestra."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47591,13 +47582,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55277,6 +55268,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69794,6 +70019,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=FRACANY(\"2008-01-01\"; \"2008-07-01\";0)</item> retorna 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70100,6 +70388,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po b/source/ca-valencia/helpcontent2/source/text/scalc/guide.po
index f4268d6a2df..95611de438a 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navegació per les pestanyes dels fulls"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>fulls; mostrar múltiples</bookmark_value><bookmark_value>pestanyes del full;utilització</bookmark_value><bookmark_value>visualització;fulls múltiples</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navegació per les pestanyes dels fulls</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Per defecte, el $[officename] mostra tres fulls, des del \"Full1\" fins al \"Full3\", a cada full de càlcul nou. Podeu commutar els fulls d'un full de càlcul mitjançant les pestanyes situades a la part inferior de la pantalla."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Pestanyes del full</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icona</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Utilitzeu els botons de navegació per visualitzar tots els fulls que pertanyen al document. Si feu clic al botó situat més a l'esquerra o més a la dreta es mostrarà la primera o l'última pestanya del full, respectivament. Els botons intermedis vos permeten desplaçar-vos avant i arrere per totes les pestanyes del full. Per visualitzar el full en si, feu clic damunt la pestanya del full."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8990,14 +9035,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Aplicació de fulls múltiples"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>fulls; inserció</bookmark_value><bookmark_value>inserció; fulls</bookmark_value><bookmark_value>fulls; selecció múltiple</bookmark_value><bookmark_value>addició de fulls</bookmark_value><bookmark_value>selecció;fulls múltiples</bookmark_value><bookmark_value>fulls múltiples</bookmark_value><bookmark_value>càlcul;fulls múltiples</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9008,24 +9053,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Aplicació de fulls múltiples</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserció d'un full"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Trieu <item type=\"menuitem\">Insereix - Full</item> per inserir un full nou o un full ja existent d'un altre fitxer."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9035,15 +9062,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obri un quadre de diàleg on podeu assignar macros a esdeveniments del full.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Obri una finestra on podeu assignar un color a la pestanya del full.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/menu.po b/source/ca-valencia/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po
index 941e4061a22..7bbbccf9e06 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -1592,6 +1592,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Per accedir a esta orde...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6452,14 +6506,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menú Fitxer"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Trieu <emph>Fitxer ▸ Mostra la previsualització al navegador web</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6470,40 +6524,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Icona <emph>Nou</emph> a la barra <emph>Estàndard</emph> (la icona mostra el tipus de document nou)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nou"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6632,31 +6695,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6668,6 +6731,105 @@ msgctxt ""
msgid "Open File"
msgstr "Obri un fitxer"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7028,49 +7190,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Trieu <emph>Fitxer ▸ Tanca</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Obriu la barra <emph>Estàndard</emph> o <emph>Dades de taula</emph> i feu clic a"
+msgid "Close"
+msgstr ""
-#. rBbzR
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7082,13 +7262,40 @@ msgctxt ""
msgid "Save"
msgstr "Guarda"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7100,6 +7307,51 @@ msgctxt ""
msgid "Save As"
msgstr "Anomena i guarda"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7181,13 +7433,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7199,6 +7460,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7343,13 +7622,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7370,13 +7667,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7406,13 +7721,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7424,23 +7793,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Exporta directament com a EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7505,6 +7874,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7550,31 +7937,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7586,33 +7973,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "A la barra <emph>Previsualització de la impressió</emph> d'un document de text, feu clic a"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprimeix la previsualització de la pàgina"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7685,14 +8045,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Trieu <emph>Fitxer ▸ Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index 2417d445a95..c87ebc8334d 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -98,13 +98,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funció</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -125,13 +125,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -152,13 +152,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -179,13 +179,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -206,13 +206,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -233,13 +233,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -287,13 +287,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -314,13 +314,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -341,13 +341,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -368,13 +368,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2240,33 +2240,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Obri un document ubicat en un servei de fitxers remots.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Feu clic al botó <emph>Fitxers remots</emph> al <emph>Centre d'inici</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2663,15 +2636,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Guarda una còpia del document actual amb un altre nom o ubicació.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Trieu <item type=\"menuitem\">Fitxer ▸ Guarda'n una còpia</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3086,15 +3050,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exporta el document en els formats PDF o EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7802,14 +7757,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per a seleccionar totes les cel·les d'un full, feu clic al botó situat a la intersecció de la capçalera de les columnes i de les files a la cantonada superior esquerra del full.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per a seleccionar tots els fulls d'un full de càlcul, feu clic amb el botó dret del ratolí a la pestanya de nom d'un full i trieu <emph>Selecciona tots els fulls</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selecciona tots els fulls del full de càlcul actual.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Esdeveniments</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Permet assignar macros a esdeveniments del programa. La macro assignada s'executarà automàticament cada vegada que es produïsca l'esdeveniment seleccionat.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Les funcions del quadre de diàleg són més limitades quan s'obri des del menú Edita-Full d'un full de càlcul."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/00.po b/source/ca-valencia/helpcontent2/source/text/swriter/00.po
index bbb2d62fd7e..e4cf619d544 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-05-23 22:45+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Catalan <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/ca_VALENCIA/>\n"
@@ -2825,85 +2825,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Combinació de correu"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
index ff5e28ea4c4..8b2ff244e2c 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "No podeu editar el document mentre sou a la previsualització d'impressió."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Per a eixir de la previsualització d'impressió, feu clic al botó <emph>Tanca la previsualització</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1961,13 +1961,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Enllaços (LS i LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crea un enllaç per la part de l'entrada que envolteu amb les etiquetes d'obertura (LS) i de tancament (LE). En la línia <emph>Estructura</emph>, feu clic al quadre buit davant de la part per a la qual voleu crear l'enllaç i, a continuació, feu clic en este botó. Feu clic en el quadre buit després de la part on voleu crear l'enllaç i, a continuació, torneu a fer clic en este botó. Tots els enllaços han de ser únics. Esta opció només està disponible per al contingut de les taules.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,13 +28376,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po
index 9439cc95b85..d030ff67603 100644
--- a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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/officecfgregistrydataorgopenofficeoffice/ca_VALENCIA/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documents de text"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Fulls de càlcul"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentacions"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dibuixos"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Pàgines web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documents mestres"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fórmules"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documents de base de dades"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 30464c0e449..5f9cea63cb6 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Validació de les dades..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Suprimeix files"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Canvia la diapositiva mestra..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pàgina mestra..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insereix columnes"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Número de ~pàgina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Columnes ~abans"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Elimina les files"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Files"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Suprimeix les files selccionades"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ca-valencia/sc/messages.po b/source/ca-valencia/sc/messages.po
index fa04eb302f1..ecb37529791 100644
--- a/source/ca-valencia/sc/messages.po
+++ b/source/ca-valencia/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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/scmessages/ca_VALENCIA/>\n"
@@ -32424,38 +32424,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Quan s'activa aquesta opció, el Calc conserva el contingut previ de les cel·les en enganxar de buides. Altrament, el Calc suprimeix el contingut de les cel·les prèvies."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Altres opcions"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ipus de columna:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Trieu una columna a la finestra de previsualització i seleccioneu el tipus de dades que cal aplicar a les dades importades."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text a columnes"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Camps"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Estableix les opcions d'importació per a les dades delimitades."
diff --git a/source/ca-valencia/sd/messages.po b/source/ca-valencia/sd/messages.po
index 59706c65d29..99a6dd26142 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\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"
@@ -1217,249 +1217,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Insereix text"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Carrega la diapositiva mestra"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Elegant"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Esquerra"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Dreta"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Amunt"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Avall"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Esquerra superior?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Esquerra inferior?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Dreta superior?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Dreta inferior?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horitzontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Tots?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Aquesta acció no es pot realitzar en viu."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Arrere"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Continua"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Resum"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Reemplaçament de color"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Esvaïment encreuat"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Amplia la diapositiva"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva de la taula de continguts"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "De moment no hi ha cap font SANE disponible."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "De moment no hi ha cap font TWAIN disponible."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fix"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estàndard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estàndard (curt)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estàndard (llarg)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nom del fitxer"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Camí/Nom del fitxer"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Camí"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nom del fitxer sense extensió"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Presentació personalitzada nova"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Forma de presentació del %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Format de dibuix del %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Desagrupa els metafitxers..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "No s'han pogut desagrupar tots els dibuixos."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentació del %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Dibuix del %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1469,157 +1499,157 @@ msgstr ""
"Voleu sobreescriure'l?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Enllaç"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Enllaç visitat"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Enllaç actiu"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Taula de continguts"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Feu clic ací per a començar"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Adreça electrònica"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Pàgina inicial"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Altres informacions"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Baixa la presentació"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "El navegador no permet l'ús de marcs flotants."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Primera pàgina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Última pàgina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imatge"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Amb contingut"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sense contingut"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "A la pàgina indicada"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Converteix el mapa de bits en polígon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Feu clic ací per a acabar la presentació..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Aplica 3D preferit"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtre d'imatges"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1629,799 +1659,805 @@ msgstr ""
"no és un fitxer d'àudio vàlid!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Converteix en metafitxer"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Converteix en mapa de bits"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "No es pot crear el fitxer $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "No es pot obrir el fitxer $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "No es pot copiar el fitxer $(URL1) a $(URL2)."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Canvia el nom de la diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Canvia el nom de la pàgina"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "No es permeten noms duplicats o buits"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nom"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Canvia el nom de la diapositiva mestra"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Àrea de títol per als formats automàtics"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Àrea de l'objecte pels formats automàtics"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Àrea del peu de pàgina"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Àrea de la capçalera"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Àrea de la data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Àrea del número de diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Àrea del número de pàgina"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<capçalera>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<peu de pàgina>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data/hora>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<número>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<comptador>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nom-de-la-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nom-de-la-pàgina>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Àrea de notes"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversió hangul/hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositives"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pàgines"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Previsualització no disponible"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "S'està preparant la previsualització"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Formats"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Estils de dibuix"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Estils de presentació"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estils de cel·la"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Estableix la imatge de fons"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentaris"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reinicialitza el format de la diapositiva"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Insereix una taula"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Insereix un diagrama"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Insereix una imatge"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insereix un àudio o un vídeo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrossega i deixa anar les pàgines"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrossega i deixa anar les diapositives"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Afegiu imatges a l'àlbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de text"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "El destí local del directori «%FILENAME» no és buit. Es poden sobreescriure alguns fitxers. Voleu continuar?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fons"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objectes de fons"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Format"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controls"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Línies de dimensió"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pàgina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva mestra"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva mestra:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pàgina mestra"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Pàgina mestra:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Prospectes"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Feu clic per a editar el format del text del títol"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Feu clic per a editar el format del text de l'esquema"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Toqueu dues vegades per a editar el format de text del títol"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Toqueu dues vegades per a editar el format de text de l'esquema"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Segon nivell d'esquema"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tercer nivell d'esquema"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Quart nivell d'esquema"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Cinqué nivell d'esquema"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sisé nivell d'esquema"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seté nivell d'esquema"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Feu clic per a moure la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Feu clic per a editar el format de les notes"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Toqueu dues vegades per a moure la diapositiva"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Toqueu dues vegades per a editar el format de les notes"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Feu clic per a afegir un títol"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Feu clic per a afegir text"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Feu clic per a afegir text"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Feu clic per a afegir notes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Feu un doble toc per a afegir el títol"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Feu un doble toc per a afegir text"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Feu un doble toc per a afegir text"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Toqueu per a editar el text"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Feu un doble toc per a afegir notes"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Feu doble clic per a afegir una imatge"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Feu doble clic per a afegir un objecte"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Feu doble clic per a afegir un diagrama"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Feu doble clic per a afegir un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Feu doble clic per a afegir un full càlcul"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Per defecte"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Títol"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Estil de dibuix per defecte"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mou les diapositives"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Insereix pàgines"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Insereix una pàgina"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propietats de la diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objecte sense emplenament"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objecte sense emplenament ni línia"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Títol A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Encapçalament A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Text A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Títol A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Encapçalament A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Text A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Imatge"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formes"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Línies"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Línia amb fletxa"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Línia de traços"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Emplenat"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Emplenat blau"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Emplenat verd"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Emplenat groc"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Emplenat roig"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contorn"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contorn blau"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contorn verd"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contorn groc"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contorn roig"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Títol"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtítol"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Esquema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objectes de fons"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fons"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importació des del PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Guarda el document"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Redueix la mida de la lletra"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Augmenta la mida de la lletra"
@@ -2429,637 +2465,637 @@ msgstr "Augmenta la mida de la lletra"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Vista del dibuix"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Vista del dibuix"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Vista d'esquema"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Vista de les diapositives"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ací s'ordenen les diapositives."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Visualització de les notes"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Vista del prospecte"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TítolPresentació"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "EsquemaPresentació"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SubtítolPresentació"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PàginaPresentació"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotesPresentació"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Prospecte"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "FormaPresentacióAccessibleDesconeguda"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PeuPresentació"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "CapçaleraPresentació"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DataHoraPresentació"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NúmeroPàginaPresentació"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentació del %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Títol"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Esquema"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtítol"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pàgina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Prospecte"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma de presentació accessible desconeguda"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Peu"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Capçalera"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nombre"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(només lectura)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "cap"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Fins al proper clic"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Fins a la fi de la diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direcció:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Escala:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Rajos:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primer color:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segon color:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Color d'emplenament"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipus de lletra:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Color de la lletra:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Tipografia:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Color de la línia:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Mida de la lletra:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Mida:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Quantitat:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Color:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Sense so)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Para el so anterior)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Un altre so..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Mostra"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Activador"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Camins de l'usuari"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrada: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Èmfasi: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Eixida: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Camins de moviment: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Misc.: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Cap"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hui,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ahir,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(sense autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Impress ha buscat fins al final de la presentació. Voleu continuar la busca des de l'inici?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Impress ha buscat fins a l'inici de la presentació. Voleu continuar la busca des del final?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Draw ha buscat fins al final del document. Voleu continuar la busca des de l'inici?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Draw ha buscat fins a l'inici del document. Voleu continuar la busca des del final?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Insereix un comentari"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Suprimeix els comentaris"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mou el comentari"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edita el comentari"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Respon a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reproductor multimèdia"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Taula"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositives per pàgina:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ordenació:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Continguts"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Nom de la diapositiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nom de pàgin~a"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Data i hora"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Pàgines amagades"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Mida"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Fullet"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Cares de la pàgina"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inclou"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Utilitza només la safata de paper de les preferències de la impressora"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Pàgines:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositives:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Impress ha buscat fins a l'acabament de la presentació. Voleu continuar la busca des del començament?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Impress ha buscat fins al començament de la presentació. Voleu continuar la busca des de l'acabament?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Draw ha buscat fins a l'acabament del document. Voleu continuar la busca des del començament?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Draw ha buscat fins al començament del document. Voleu continuar la busca des de l'acabament?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animació"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Enllaç"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ca-valencia/svtools/messages.po b/source/ca-valencia/svtools/messages.po
index d353740bef7..f64e5b68a87 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ca-valencia/sw/messages.po b/source/ca-valencia/sw/messages.po
index ffa231e0c61..87f22f54474 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\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"
@@ -16933,230 +16933,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Insereix entrada d'índex"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Suprimeix l'entrada seleccionada de l'índex. No se suprimeix el text de l'entrada en el document."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Insereix"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Índex nou definit per l'usuari"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Actualitza l'entrada a partir de la selecció"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrada principal"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Només paraules senceres"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Distingeix entre majúscules i minúscules"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Salta a l'entrada d'índex anterior del mateix tipus del document."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Salta a l'entrada d'índex següent del mateix tipus del document."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ca/cui/messages.po b/source/ca/cui/messages.po
index a7b417d11fe..9042880d724 100644
--- a/source/ca/cui/messages.po
+++ b/source/ca/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-04 15:40+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+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"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Sempre de_sa com a:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Document de text"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Document HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Document mestre"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Full de càlcul"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentació"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dibuix"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fórmula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Indica el tipus de document per al qual voleu definir el format de fitxer predeterminat."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Indica com es desaran els documents del tipus seleccionat a l'esquerra com a aquest tipus de fitxer. Podeu seleccionar un altre tipus de fitxer per al document actual en el diàleg Anomena i desa."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tipus de d_ocument:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Format de fitxer per defecte i paràmetres ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "En la secció General, podeu seleccionar la configuració predeterminada per a desar documents i seleccionar formats de fitxer predeterminats."
@@ -17509,7 +17467,7 @@ msgstr "Accelera per ma_quinari"
#: cui/uiconfig/ui/optviewpage.ui:428
msgctxt "optviewpage|useaccel|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Cal reiniciar"
#. qw73y
#: cui/uiconfig/ui/optviewpage.ui:434
@@ -17527,7 +17485,7 @@ msgstr "Su_avitza les vores"
#: cui/uiconfig/ui/optviewpage.ui:449
msgctxt "optviewpage|useaa|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Cal reiniciar"
#. fUKV9
#: cui/uiconfig/ui/optviewpage.ui:455
@@ -17545,7 +17503,7 @@ msgstr "Utilitza l'Skia per a totes les renderitzacions"
#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|useskia|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Cal reiniciar"
#. RFqrA
#: cui/uiconfig/ui/optviewpage.ui:481
@@ -17575,7 +17533,7 @@ msgstr "L'Skia està desactivat."
#: cui/uiconfig/ui/optviewpage.ui:527
msgctxt "optviewpage|btnSkialog"
msgid "Copy skia.log"
-msgstr ""
+msgstr "Copia skia.log"
#. sy9iz
#: cui/uiconfig/ui/optviewpage.ui:543
diff --git a/source/ca/formula/messages.po b/source/ca/formula/messages.po
index 264a3a68bca..6458568d052 100644
--- a/source/ca/formula/messages.po
+++ b/source/ca/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-15 19:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/ca/>\n"
"Language: ca\n"
@@ -2726,7 +2726,7 @@ msgstr "Enumera les categories a les quals estan assignades les diverses funcion
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "_Funció:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
diff --git a/source/ca/helpcontent2/source/text/scalc.po b/source/ca/helpcontent2/source/text/scalc.po
index dd51b9ea905..54de2731f20 100644
--- a/source/ca/helpcontent2/source/text/scalc.po
+++ b/source/ca/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-07 20:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551190044.000000\n"
@@ -728,15 +728,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Suprimeix el full</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Color de pestanya del full"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/00.po b/source/ca/helpcontent2/source/text/scalc/00.po
index 6481dd3174c..b79f62c7851 100644
--- a/source/ca/helpcontent2/source/text/scalc/00.po
+++ b/source/ca/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-12-21 22:17+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ca/>\n"
"Language: ca\n"
@@ -188,42 +188,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Trieu <emph>Full ▸ Suprimeix les cel·les</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Trieu <emph>Full ▸ Suprimeix el full</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Obriu el menú contextual d'una pestanya del full."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Trieu <emph>Full ▸ Mou o copia el full</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Obriu el menú contextual d'una pestanya del full."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -422,15 +386,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insereix columnes"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Trieu <menuitem>Full ▸ Insereix un full</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -800,24 +755,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Trieu <emph>Full</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Trieu <emph>Full ▸ Canvia el nom del full</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Trieu <emph>Full ▸ Mostra el full</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2220,7 +2157,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Aquesta funció és disponible des de la versió 7.3 del %PRODUCTNAME."
#. GLr9s
#: avail_release.xhp
@@ -2229,7 +2166,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Aquesta funció és disponible des de la versió 7.4 del %PRODUCTNAME."
#. B89AE
#: avail_release.xhp
@@ -2238,7 +2175,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Aquesta funció és disponible des de la versió 7.5 del %PRODUCTNAME."
#. LSPBz
#: sheet_menu.xhp
@@ -2258,6 +2195,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menú Full"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index a35d15cc266..0dbb8ef0056 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 10:08+0000\n"
-"Last-Translator: AssumptaAn <assumptaanglada@gmail.com>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 15:33+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"
"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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1560441763.000000\n"
@@ -267,7 +267,7 @@ msgctxt ""
"par_id3159170\n"
"help.text"
msgid "<image id=\"img_id3148871\" src=\"cmd/lc_nextrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148871\">Icon End</alt></image>"
-msgstr "<image id=\"img_id3148871\" src=\"cmd/lc_nextrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148871\">Final de la icona</alt></image>"
+msgstr "<image id=\"img_id3148871\" src=\"cmd/lc_nextrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148871\">Icona Fi</alt></image>"
#. t3E2x
#: 02110000.xhp
@@ -303,7 +303,7 @@ msgctxt ""
"par_id3152869\n"
"help.text"
msgid "<image id=\"img_id3149126\" src=\"sw/res/sc20244.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149126\">Icon Toggle</alt></image>"
-msgstr "<image id=\"img_id3149126\" src=\"sw/res/sc20244.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149126\">Commutador de la icona</alt></image>"
+msgstr "<image id=\"img_id3149126\" src=\"sw/res/sc20244.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149126\">Icona Commuta</alt></image>"
#. neyie
#: 02110000.xhp
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>fulls de càlcul; supressió</bookmark_value><bookmark_value>fulls; supressió</bookmark_value><bookmark_value>supressió; fulls de càlcul</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Suprimeix el full"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Suprimeix el full actual després de confirmar la consulta.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "No podeu suprimir un full mentre l'opció <emph>Edita ▸ Gestiona els canvis ▸ Enregistra</emph> estigui activada."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Suprimeix el full actual."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancel·la el diàleg. No se suprimirà res."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>fulls de càlcul; moviment</bookmark_value><bookmark_value>fulls de càlcul; còpia</bookmark_value><bookmark_value>moviment; fulls de càlcul</bookmark_value><bookmark_value>còpia; fulls de càlcul</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Mou o copia un full"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insereix un full"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>fulls;creació</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insereix un full"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43743,14 +43725,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>noms del full de treball</bookmark_value><bookmark_value>canvi; noms del full</bookmark_value><bookmark_value>fulls; reanomenar</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Canvia el nom del full"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43806,32 +43788,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Mostra el full"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>fulls; visualització</bookmark_value><bookmark_value>visualització; fulls</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Mostra el full"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Mostra fulls que anteriorment estaven amagats amb l'ordre <emph>Amaga</emph>.</ahelp></variable> Seleccioneu només un full per cridar l'ordre. El full actual sempre està seleccionat. Si està seleccionat un full que no sigui l'actual, el podreu desseleccionar prement <switchinline select=\"sys\"> <caseinline select=\"MAC\">Ordre</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> mentre feu clic a la pestanya corresponent del full a la part inferior de la finestra."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47910,14 +47901,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecció dels fulls</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55666,6 +55657,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
#, fuzzy
@@ -70775,6 +71000,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=FRACANY(\"2008-01-01\"; \"2008-07-01\";0)</item> retorna 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
#, fuzzy
@@ -71083,6 +71371,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Perquè tots els canvis puguin identificar-se correctament, cada persona col·laboradora ha d'introduir el seu nom a <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferències</menuitem></caseinline><defaultinline><menuitem>Eines ▸ Opcions</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME ▸ Dades de l'usuari</menuitem>."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/guide.po b/source/ca/helpcontent2/source/text/scalc/guide.po
index c2cb7f63e6a..c02451e5da0 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-10 13:34+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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1551343811.000000\n"
@@ -8597,32 +8597,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navegació per les pestanyes dels fulls"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>fulls; mostrar múltiples</bookmark_value><bookmark_value>pestanyes del full;utilització</bookmark_value><bookmark_value>visualització;fulls múltiples</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navegació per les pestanyes dels fulls</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Per defecte, el $[officename] mostra tres fulls, des del \"Full1\" fins al \"Full3\", a cada full de càlcul nou. Podeu commutar els fulls d'un full de càlcul mitjançant les pestanyes situades a la part inferior de la pantalla."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8633,14 +8642,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Pestanyes del full</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icona</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8651,6 +8669,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Utilitzeu els botons de navegació per a visualitzar tots els fulls que pertanyen al document. Si feu clic al botó situat més a l'esquerra o més a la dreta es mostrarà la primera o l'última pestanya del full, respectivament. Els botons intermedis us permeten desplaçar-vos endavant i endarrere per totes les pestanyes del full. Per a visualitzar el full en si, feu clic damunt la pestanya del full."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8993,14 +9038,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Aplicació de fulls múltiples"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>fulls; inserció</bookmark_value><bookmark_value>inserció; fulls</bookmark_value><bookmark_value>fulls; selecció múltiple</bookmark_value><bookmark_value>addició de fulls</bookmark_value><bookmark_value>selecció;fulls múltiples</bookmark_value><bookmark_value>fulls múltiples</bookmark_value><bookmark_value>càlcul;fulls múltiples</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9011,24 +9056,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Aplicació de fulls múltiples</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserció d'un full"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Trieu <item type=\"menuitem\">Insereix ▸ Full</item> per inserir un full nou o un full ja existent d'un altre fitxer."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9038,15 +9065,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre un quadre de diàleg on podeu assignar macros a esdeveniments del full.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Obre una finestra on podeu assignar un color a la pestanya del full.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/menu.po b/source/ca/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ca/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ca/helpcontent2/source/text/sdraw.po b/source/ca/helpcontent2/source/text/sdraw.po
index 842f8ba13f0..033beafb4ea 100644
--- a/source/ca/helpcontent2/source/text/sdraw.po
+++ b/source/ca/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-04-03 04:34+0000\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/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.15.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557994534.000000\n"
@@ -299,7 +299,7 @@ msgctxt ""
"hd_id671683306520960\n"
"help.text"
msgid "Line Color"
-msgstr ""
+msgstr "Color de línia"
#. mb9UG
#: main0210.xhp
@@ -317,7 +317,7 @@ msgctxt ""
"hd_id361683306526098\n"
"help.text"
msgid "Fill Color"
-msgstr ""
+msgstr "Color d'emplenament"
#. GoGiJ
#: main0210.xhp
diff --git a/source/ca/helpcontent2/source/text/sdraw/00.po b/source/ca/helpcontent2/source/text/sdraw/00.po
index 95f3431cbeb..3d6ddb60cbc 100644
--- a/source/ca/helpcontent2/source/text/sdraw/00.po
+++ b/source/ca/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-01-20 17:27+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/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.15.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1557992900.000000\n"
@@ -42,7 +42,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menú Insereix"
#. UWBZA
#: insert_menu.xhp
@@ -51,7 +51,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Trieu <menuitem>Insereix ▸ Capa</menuitem>."
#. AUTMW
#: insert_menu.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index 2f44a83d38c..970cd7d4285 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-13 08:32+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ca/>\n"
"Language: ca\n"
@@ -1606,6 +1606,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Per a accedir a aquesta ordre...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6482,14 +6536,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menú Fitxer"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Trieu <emph>Fitxer ▸ Mostra la previsualització al navegador web</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6500,41 +6554,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Trieu <menuitem>Fitxer ▸ Nou</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Icona <emph>Nou</emph> a la barra <emph>Estàndard</emph> (la icona mostra el tipus de document nou)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icona Nou</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nou"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +N </keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6664,33 +6727,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Trieu Fitxer <menuitem>- Obre</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +O </keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "Icona <image id=\"imgid3149415\" src=\"cmd/scopen.png\" width=\"1cm\" height=\"1cm\"><alt id=\"altid3149415\"> Obre</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6701,6 +6763,105 @@ msgctxt ""
msgid "Open File"
msgstr "Obre un fitxer"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +O </keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
#, fuzzy
@@ -7067,52 +7228,69 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "Auxiliars de fonts d'adreces <variable id=\"addressimport5\"><emph> - Assignació de camp</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Trieu <emph>Fitxer ▸ Tanca</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Trieu Fitxer <menuitem>▸ Desa</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +S </keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Obriu la barra <emph>Estàndard</emph> o <emph>Dades de taula</emph> i feu clic a"
+msgid "Close"
+msgstr ""
-#. rBbzR
+#. GSRTM
#: 00000401.xhp
#, fuzzy
msgctxt ""
"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Trieu Fitxer <menuitem>▸ Desa</menuitem>."
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "Icona <image id=\"imgid3155939\" src=\"cmd/scsave.png\" width=\"1cm\" height=\"1cm\"><alt id=\"altid3155939\"> Desa</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7123,15 +7301,41 @@ msgctxt ""
msgid "Save"
msgstr "Desa"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +S </keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "Icona <image id=\"imgid8276619\" src=\"cmd/scsaveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"altid8276619\"> Desa com a</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7142,6 +7346,51 @@ msgctxt ""
msgid "Save As"
msgstr "Anomena i desa"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
#, fuzzy
@@ -7230,14 +7479,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Tria el fitxer <menuitem>- Desa-ho tot</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Tria el fitxer <menuitem>- Desa com a</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7249,6 +7507,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Trieu Fitxer <menuitem>▸ Torna a carregar</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
#, fuzzy
@@ -7397,14 +7673,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Menú <menuitem>Fitxer - Vista prèvia d'impressió</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icona Previsualització d'impressió</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7425,15 +7719,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Trieu <menuitem>Fitxer ▸ Paràmetres de la impressora</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "Menú <variable id=\"senden\">Fitxer <menuitem>- Envia</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7465,14 +7776,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Document de correu electrònic"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Trieu <menuitem>Fitxer ▸ Exporta</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7484,23 +7849,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Trieu Fitxer <menuitem>▸ Exporta com a ▸ Exporta com a EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icona Exporta com a EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Exporta directament com a EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7572,6 +7937,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Trieu Fitxer <menuitem>▸ Exporta com a ▸ Exporta com a PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
#, fuzzy
@@ -7620,32 +8003,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Trieu Fitxer <menuitem>▸ Imprimeix</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +P </keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "A la barra <emph>Estàndard</emph>, feu clic a"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Ordre</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> +P </keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Icona Imprimeix</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7656,34 +8039,6 @@ msgctxt ""
msgid "Print"
msgstr "Imprimeix"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "A la barra <emph>Previsualització de la impressió</emph> d'un document de text, feu clic a"
-
-#. 9bKE7
-#: 00000401.xhp
-#, fuzzy
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "Icona <image id=\"imgid3155362\" src=\"cmd/scprintpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"altid3155362\"> Vista prèvia de la pàgina</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprimeix la previsualització de la pàgina"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7758,14 +8113,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Trieu <menuitem>Fitxer ▸ Exporta</menuitem>; si el tipus de fitxer seleccionat és PBM, PPM o PGM, el diàleg s'obre automàticament.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Trieu <emph>Fitxer ▸ Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -13057,13 +13430,12 @@ msgstr "Menú Format"
#. dPY5J
#: 00040502.xhp
-#, fuzzy
msgctxt ""
"00040502.xhp\n"
"par_id3146857\n"
"help.text"
msgid "Choose <menuitem>Format - Line</menuitem> (Impress and Draw)."
-msgstr "Trieu Format <menuitem>- Línia</menuitem> (Impress i Draw)."
+msgstr "Trieu <menuitem>Format ▸ Línia</menuitem> (Impress i Draw)."
#. yDiGN
#: 00040502.xhp
@@ -13100,7 +13472,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icona Línia</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -15366,7 +15738,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icona Copia</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15411,7 +15783,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icona Enganxa</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15556,7 +15928,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icona Selecciona-ho tot</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15790,7 +16162,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Icona Cerca</alt></image>"
#. 8FD2j
#: edit_menu.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index 9477edf6109..294c0e19946 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 15:34+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"
@@ -98,14 +98,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funció</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icona Document de text</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -125,14 +125,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Crea un document de text al $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icona Full de càlcul</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -152,14 +152,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Crea un document de full de càlcul al $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icona Presentació</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -179,14 +179,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Crea un document de presentació al $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icona Dibuix</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -206,14 +206,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Crea un document de dibuix al $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icona Fórmula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -233,14 +233,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Crea un document de fórmula al $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icona Base de dades</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -287,14 +287,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Crea un document HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icona Document de formulari XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -314,14 +314,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crea un document <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icona Etiquetes</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -341,13 +341,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -368,13 +368,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2244,35 +2244,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Obre un document ubicat en un servei de fitxers remots.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-#, fuzzy
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Trieu Fitxer <item type=\"menuitem\">- Obre el</item>remot."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Feu clic al botó <emph>Fitxers remots</emph> al <emph>Centre d'inici</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-#, fuzzy
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Feu clic a la icona <emph>Open</emph> i seleccioneu <emph>Obre un fitxer remot</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2672,15 +2643,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Desa una còpia del document actual amb un altre nom o ubicació.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Trieu <item type=\"menuitem\">Fitxer ▸ Desa'n una còpia</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3098,15 +3060,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exporta el document en els formats PDF o EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7875,14 +7828,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per a seleccionar totes les cel·les d'un full, feu clic al botó situat a la intersecció de la capçalera de les columnes i de les files a la cantonada superior esquerra del full.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per a seleccionar tots els fulls d'un full de càlcul, feu clic amb el botó dret del ratolí a la pestanya de nom d'un full i trieu <emph>Selecciona tots els fulls</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selecciona tots els fulls del full de càlcul actual.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -9021,7 +8974,7 @@ msgctxt ""
"par_id821680694984368\n"
"help.text"
msgid "\\N{UNICODE CHARACTER NAME}"
-msgstr ""
+msgstr "\\N{NOM DEL CARÀCTER UNICODE}"
#. 6cAAB
#: 02100001.xhp
@@ -44699,14 +44652,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "Personalització <bookmarkvalue>; esdeveniments</bookmarkvalue> esdeveniments <bookmarkvalue>; personalització</bookmarkvalue>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Esdeveniments</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -44717,15 +44670,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Permet assignar macros a esdeveniments del programa. La macro assignada s'executarà automàticament cada vegada que es produeixi l'esdeveniment seleccionat.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Les funcions del quadre de diàleg són més limitades quan s'obre des del menú Edita-Full d'un full de càlcul."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/autopi.po b/source/ca/helpcontent2/source/text/shared/autopi.po
index 671a49c60bd..dee7a4e8076 100644
--- a/source/ca/helpcontent2/source/text/shared/autopi.po
+++ b/source/ca/helpcontent2/source/text/shared/autopi.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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2023-04-03 04:34+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsharedautopi/ca/>\n"
"Language: ca\n"
@@ -717,7 +717,7 @@ msgctxt ""
"par_idN106AC\n"
"help.text"
msgid "Complimentary close"
-msgstr "Tancament complementari"
+msgstr "Tancament de comiat"
#. CyBFN
#: 01010300.xhp
@@ -726,7 +726,7 @@ msgctxt ""
"par_idN106B0\n"
"help.text"
msgid "<ahelp hid=\".\">Includes a complimentary close on the letter template. Select the text from the list box.</ahelp>"
-msgstr "<ahelp hid=\".\">Inclou un tancament complementari a la plantilla de carta. Seleccioneu el text de la llista.</ahelp>"
+msgstr "<ahelp hid=\".\">Inclou un tancament de comiat a la plantilla de carta. Seleccioneu el text de la llista.</ahelp>"
#. hsSZh
#: 01010300.xhp
@@ -1491,7 +1491,7 @@ msgctxt ""
"par_idN105FA\n"
"help.text"
msgid "Complimentary close"
-msgstr "Tancament complementari"
+msgstr "Tancament de comiat"
#. cx5zi
#: 01020200.xhp
@@ -1500,7 +1500,7 @@ msgctxt ""
"par_idN105FE\n"
"help.text"
msgid "<ahelp hid=\".\">Includes a greeting. Select the greeting from the list box.</ahelp>"
-msgstr "<ahelp hid=\".\">Inclou un tancament complementari. Seleccioneu el tancament de la llista.</ahelp>"
+msgstr "<ahelp hid=\".\">Inclou un tancament de comiat. Seleccioneu el tancament de la llista.</ahelp>"
#. RP8EW
#: 01020200.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/guide.po b/source/ca/helpcontent2/source/text/shared/guide.po
index b78e2c668fb..ea19dd6c392 100644
--- a/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/source/ca/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+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"
@@ -12960,7 +12960,7 @@ msgctxt ""
"par_id891681132368390\n"
"help.text"
msgid "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icon Fontwork Gallery</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icona Galeria Fontwork</alt></image>"
#. B5fwe
#: fontwork.xhp
@@ -12969,7 +12969,7 @@ msgctxt ""
"par_id81681132368394\n"
"help.text"
msgid "Fontwork Gallery"
-msgstr ""
+msgstr "Galeria Fontwork"
#. 2jUYr
#: fontwork.xhp
@@ -20324,7 +20324,7 @@ msgctxt ""
"par_id0811200801491972\n"
"help.text"
msgid "In Excel, the formula =A1+A2 returns 2, but the formula =SUM(A1,A2) returns 0."
-msgstr "A l'Excel, la fórmula =A1+A2 torna 2 però la fórmula =SUMA(A1,A2) torna0."
+msgstr "A l'Excel, la fórmula =A1+A2 retorna 2, però la fórmula =SUMA(A1,A2) retorna 0."
#. 5hN87
#: ms_import_export_limitations.xhp
@@ -22517,7 +22517,7 @@ msgctxt ""
"par_id461682098105759\n"
"help.text"
msgid "Creates an accessible PDF file that follows the requirements of the PDF/UA (ISO 14289) specification."
-msgstr ""
+msgstr "Crea un fitxer PDF accessible que compleix els requisits de l'especificació PDF/UA (ISO 14289)."
#. 6jnKY
#: pdf_params.xhp
@@ -23165,7 +23165,7 @@ msgctxt ""
"par_id451682110379499\n"
"help.text"
msgid "0: The document cannot be printed."
-msgstr ""
+msgstr "0: no es pot imprimir el document."
#. R67Dw
#: pdf_params.xhp
@@ -23174,7 +23174,7 @@ msgctxt ""
"par_id971682110383819\n"
"help.text"
msgid "1: The document can be printed at low resolution only."
-msgstr ""
+msgstr "1: el document es pot imprimir només en resolució baixa."
#. hhBsT
#: pdf_params.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/optionen.po b/source/ca/helpcontent2/source/text/shared/optionen.po
index 7628583c47f..4817e1c166f 100644
--- a/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-24 15:33+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"
"Language: ca\n"
@@ -7562,7 +7562,7 @@ msgctxt ""
"hd_id331681490548345\n"
"help.text"
msgid "Anchor"
-msgstr ""
+msgstr "Ancoratge"
#. EPGrw
#: 01040600.xhp
diff --git a/source/ca/helpcontent2/source/text/simpress/00.po b/source/ca/helpcontent2/source/text/simpress/00.po
index 94cfd10a585..e67cd4f0616 100644
--- a/source/ca/helpcontent2/source/text/simpress/00.po
+++ b/source/ca/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/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.15.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1561328862.000000\n"
@@ -330,7 +330,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Visualitza ▸ Normal</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -402,7 +402,7 @@ msgctxt ""
"par_id3148768\n"
"help.text"
msgid "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Slide Show Icon</alt></image>"
-msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Icona de presentació de diapositives</alt></image>"
+msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Icona Presentació de diapositives</alt></image>"
#. uF2sr
#: 00000403.xhp
@@ -420,7 +420,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Visualitza ▸ Normal</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -789,7 +789,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Format ▸ Interacció</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -915,7 +915,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icona Animació personalitzada</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -1230,7 +1230,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icona Inverteix</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1266,7 +1266,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Trieu <emph>Forma ▸ Divideix</emph> (només al %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1320,7 +1320,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Trieu <emph>Forma</emph> (només al %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1374,7 +1374,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Trieu <emph>Forma ▸ Interseca</emph> (només al %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1455,7 +1455,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Trieu <menuitem>Diapositiva ▸ Diapositiva nova</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/00.po b/source/ca/helpcontent2/source/text/swriter/00.po
index 7d00d9c1c7a..e2dd316aca9 100644
--- a/source/ca/helpcontent2/source/text/swriter/00.po
+++ b/source/ca/helpcontent2/source/text/swriter/00.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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-03-07 22:32+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ca/>\n"
"Language: ca\n"
@@ -285,7 +285,7 @@ msgctxt ""
"par_id3151243\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
#. 6LT7E
#: 00000402.xhp
@@ -2840,85 +2840,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Combinació de correu"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ca/helpcontent2/source/text/swriter/01.po b/source/ca/helpcontent2/source/text/swriter/01.po
index 45f45aeb231..b54c2372c91 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-01 09:34+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+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"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "No podeu editar el document mentre sou a la previsualització d'impressió."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Per a sortir de la previsualització d'impressió, feu clic al botó <emph>Tanca la previsualització</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1200,7 +1200,7 @@ msgctxt ""
"hd_id3155308\n"
"help.text"
msgid "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">List Box</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">Quadre de llista</link></variable>"
#. bkwZ7
#: 02110000.xhp
@@ -1390,7 +1390,7 @@ msgctxt ""
"hd_id3154292\n"
"help.text"
msgid "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Drag Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Mode d'arrossegament</link></variable>"
#. G5FvJ
#: 02110000.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"hd_id3150938\n"
"help.text"
msgid "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insert As Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insereix com a hiperenllaç</link></variable>"
#. 8BVxG
#: 02110000.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"hd_id3154354\n"
"help.text"
msgid "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insert As Link</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insereix com a enllaç</link></variable>"
#. Q8EAG
#: 02110000.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3154371\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_DRAG_LINK\">Inserts the selected item as a link where you drag and drop in the current document. Text is inserted as protected sections. The contents of the link are automatically updated when the source is changed. To manually update the links in a document, choose <emph>Tools - Update - Links</emph>. You cannot create links for graphics, OLE objects, references and indexes.</ahelp>"
-msgstr "<ahelp hid=\"HID_NAVI_DRAG_LINK\">Insereix l'element seleccionat com a enllaç allà on l'arrossegueu i el deixeu anar en el document actual. El text s'insereix en forma de seccions protegides. El contingut de l'enllaç s'actualitza automàticament quan canvia la font. Per actualitzar manualment els enllaços d'un document, trieu <emph>Eines - Actualitza - Enllaços</emph>. No podeu crear enllaços a gràfics, a objectes OLE, a referències ni a índexs.</ahelp>"
+msgstr "<ahelp hid=\"HID_NAVI_DRAG_LINK\">Insereix l'element seleccionat com a enllaç allà on l'arrossegueu i el deixeu anar en el document actual. El text s'insereix en forma de seccions protegides. El contingut de l'enllaç s'actualitza automàticament quan canvia la font. Per a actualitzar manualment els enllaços d'un document, trieu <emph>Eines ▸ Actualitza ▸ Enllaços</emph>. No podeu crear enllaços a gràfics, a objectes OLE, a referències ni a índexs.</ahelp>"
#. SGQ9j
#: 02110000.xhp
@@ -1463,7 +1463,7 @@ msgctxt ""
"hd_id3155572\n"
"help.text"
msgid "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insert As Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insereix com a còpia</link></variable>"
#. GFSCB
#: 02110000.xhp
@@ -1558,7 +1558,7 @@ msgctxt ""
"hd_id911683912584456\n"
"help.text"
msgid "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copia</link></variable>"
#. 9ipGr
#: 02110000.xhp
@@ -1621,7 +1621,7 @@ msgctxt ""
"par_id3149025\n"
"help.text"
msgid "Select the document that you want to view."
-msgstr ""
+msgstr "Seleccioneu el document que voleu visualitzar."
#. sBGsH
#: 02110000.xhp
@@ -1630,7 +1630,7 @@ msgctxt ""
"hd_id11683919143308\n"
"help.text"
msgid "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Edit</link></variable>"
-msgstr ""
+msgstr "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Edita</link></variable>"
#. ck62e
#: 02110000.xhp
@@ -1675,7 +1675,7 @@ msgctxt ""
"par_id241683919972627\n"
"help.text"
msgid "Deletes the selected table."
-msgstr ""
+msgstr "Suprimeix la taula seleccionada."
#. X6A9S
#: 02110000.xhp
@@ -1711,7 +1711,7 @@ msgctxt ""
"par_id391683980193867\n"
"help.text"
msgid "Deletes the frame and all its contents."
-msgstr ""
+msgstr "Suprimeix el marc i tot el que conté."
#. 9PCbd
#: 02110000.xhp
@@ -1765,7 +1765,7 @@ msgctxt ""
"par_id101683980385919\n"
"help.text"
msgid "Deletes the image."
-msgstr ""
+msgstr "Suprimeix la imatge."
#. pRa7R
#: 02110000.xhp
@@ -1801,7 +1801,7 @@ msgctxt ""
"par_id881683980540620\n"
"help.text"
msgid "Deletes the OLE object."
-msgstr ""
+msgstr "Suprimeix l'objecte OLE."
#. J7vvC
#: 02110000.xhp
@@ -1828,7 +1828,7 @@ msgctxt ""
"hd_id901683980594188\n"
"help.text"
msgid "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Delete Bookmark</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Suprimeix el marcador</link></variable>"
#. uAwPx
#: 02110000.xhp
@@ -1837,7 +1837,7 @@ msgctxt ""
"par_id971683980619549\n"
"help.text"
msgid "Deletes the bookmark."
-msgstr ""
+msgstr "Suprimeix el marcador."
#. dYAKz
#: 02110000.xhp
@@ -1873,7 +1873,7 @@ msgctxt ""
"par_id801683980678191\n"
"help.text"
msgid "Deletes the hyperlink."
-msgstr ""
+msgstr "Suprimeix l'enllaç."
#. CHAwA
#: 02110000.xhp
@@ -1909,7 +1909,7 @@ msgctxt ""
"par_id91683980841097\n"
"help.text"
msgid "Deletes the reference."
-msgstr ""
+msgstr "Suprimeix la referència."
#. BomPF
#: 02110000.xhp
@@ -1936,7 +1936,7 @@ msgctxt ""
"hd_id521683981584628\n"
"help.text"
msgid "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Update</link></variable>"
-msgstr ""
+msgstr "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Actualitza</link></variable>"
#. D3Zo9
#: 02110000.xhp
@@ -1945,7 +1945,7 @@ msgctxt ""
"par_id271683981607144\n"
"help.text"
msgid "Updates the index."
-msgstr ""
+msgstr "Actualitza l'índex."
#. rHKXT
#: 02110000.xhp
@@ -1974,13 +1974,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -1990,7 +1990,7 @@ msgctxt ""
"hd_id971683980909048\n"
"help.text"
msgid "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Delete Index</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Suprimeix l'índex</link></variable>"
#. Xwre3
#: 02110000.xhp
@@ -1999,7 +1999,7 @@ msgctxt ""
"par_id701683980930568\n"
"help.text"
msgid "Deletes the index."
-msgstr ""
+msgstr "Suprimeix l'índex."
#. EzESp
#: 02110000.xhp
@@ -2035,7 +2035,7 @@ msgctxt ""
"par_id321683981750977\n"
"help.text"
msgid "Deletes the comment."
-msgstr ""
+msgstr "Suprimeix el comentari."
#. fPEME
#: 02110000.xhp
@@ -2071,7 +2071,7 @@ msgctxt ""
"par_id31683981815246\n"
"help.text"
msgid "Deletes the drawing object."
-msgstr ""
+msgstr "Suprimeix l'objecte de dibuix."
#. nhnFF
#: 02110000.xhp
@@ -2107,7 +2107,7 @@ msgctxt ""
"par_id21683981906703\n"
"help.text"
msgid "Deletes the field."
-msgstr ""
+msgstr "Suprimeix el camp."
#. i2qFg
#: 02110000.xhp
@@ -2143,7 +2143,7 @@ msgctxt ""
"par_id201683982301451\n"
"help.text"
msgid "Deletes the footnote."
-msgstr ""
+msgstr "Suprimeix la nota al peu."
#. egHVc
#: 02110000.xhp
@@ -2179,7 +2179,7 @@ msgctxt ""
"par_id361683982023583\n"
"help.text"
msgid "Deletes the endnote."
-msgstr ""
+msgstr "Suprimeix la nota final."
#. uyXQ7
#: 02110000.xhp
@@ -13757,14 +13757,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Enllaços (LS i LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crea un enllaç per la part de l'entrada que envolteu amb les etiquetes d'obertura (LS) i de tancament (LE). En la línia <emph>Estructura</emph>, feu clic al quadre buit davant de la part per a la qual voleu crear l'enllaç i, a continuació, feu clic en aquest botó. Feu clic en el quadre buit després de la part on voleu crear l'enllaç i, a continuació, torneu a fer clic en aquest botó. Tots els enllaços han de ser únics. Aquesta opció només està disponible per al contingut de les taules.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13991,6 +13991,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28477,14 +28486,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Propietats del control al contingut</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/ca/helpcontent2/source/text/swriter/guide.po b/source/ca/helpcontent2/source/text/swriter/guide.po
index 2951894d8e6..88390e451cf 100644
--- a/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/source/ca/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-27 06:07+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/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.15.2\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1564507881.000000\n"
@@ -18626,7 +18626,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Feu clic al text que heu introduït."
#. csEKP
#: text_rotate.xhp
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office.po b/source/ca/officecfg/registry/data/org/openoffice/Office.po
index af9c4dba8f6..e8b8c0f6d4a 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-02 02:43+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548164305.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documents de text"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Fulls de càlcul"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentacions"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dibuixos"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Pàgines web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documents mestres"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fórmules"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documents de base de dades"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.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 36631d11d7c..1452f546337 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 10:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562301193.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Validació de les dades..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Suprimeix files"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Canvia la diapositiva mestra..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pàgina mestra..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insereix columnes"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Suprimeix les columnes seleccionades"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Suprimex les files"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Suprimeix les ~files"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Suprimeix les files seleccionades"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Insereix el número de la pàgina"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Número de ~pàgina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Columnes ~abans"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Suprimeix les files"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Files"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Suprimeix les files selccionades"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
@@ -36036,7 +36076,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Block Quotation"
-msgstr ""
+msgstr "Citació en ~bloc"
#. 4D7Xe
#: WriterCommands.xcu
@@ -36046,7 +36086,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Block Quotation"
-msgstr ""
+msgstr "Citació en ~bloc"
#. Zp2mb
#: WriterCommands.xcu
@@ -36086,7 +36126,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Preformatted Text Paragraph Style"
-msgstr "Estil de paràgraf de text preformatat"
+msgstr "Estil de paràgraf Text preformatat"
#. G7oT7
#: WriterCommands.xcu
@@ -36096,7 +36136,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Cos de text"
#. jRjpR
#: WriterCommands.xcu
@@ -36106,7 +36146,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Cos de text"
#. UkAWw
#: WriterCommands.xcu
@@ -36116,7 +36156,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Body Text Paragraph Style"
-msgstr ""
+msgstr "Estil de paràgraf Cos de text"
#. 3LYMu
#: WriterCommands.xcu
diff --git a/source/ca/sc/messages.po b/source/ca/sc/messages.po
index e7c3a49e8c8..916280f8479 100644
--- a/source/ca/sc/messages.po
+++ b/source/ca/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ca/>\n"
@@ -32434,38 +32434,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Quan s'activa aquesta opció, el Calc conserva el contingut previ de les cel·les en enganxar de buides. Altrament, el Calc suprimeix el contingut de les cel·les prèvies."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Altres opcions"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ipus de columna:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Trieu una columna a la finestra de previsualització i seleccioneu el tipus de dades que cal aplicar a les dades importades."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text a columnes"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Camps"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Estableix les opcions d'importació per a les dades delimitades."
diff --git a/source/ca/sd/messages.po b/source/ca/sd/messages.po
index 564f962d264..78cf73415c6 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-12 11:48+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562916317.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Insereix text"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Carrega la diapositiva mestra"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Elegant"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Esquerra"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Dreta"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Amunt"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Avall"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Esquerra superior?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Esquerra inferior?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Dreta superior?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Dreta inferior?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horitzontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Tots?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Aquesta acció no es pot realitzar en viu."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Enrere"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Continua"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Resum"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Reemplaçament de color"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Esvaïment encreuat"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Amplia la diapositiva"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva de la taula de continguts"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "De moment no hi ha cap font SANE disponible."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "De moment no hi ha cap font TWAIN disponible."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fix"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estàndard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estàndard (curt)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estàndard (llarg)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nom del fitxer"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Camí/Nom del fitxer"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Camí"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nom del fitxer sense extensió"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Presentació personalitzada nova"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Forma de presentació del %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Format de dibuix del %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Desagrupa els metafitxers..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "No s'han pogut desagrupar tots els dibuixos."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentació del %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Dibuix del %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"El voleu reemplaçar?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Enllaç"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Enllaç visitat"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Enllaç actiu"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Taula de continguts"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Feu clic aquí per a començar"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Adreça electrònica"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Lloc web"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Altres informacions"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Baixa la presentació"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "El navegador no permet l'ús de marcs flotants."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Primera pàgina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Última pàgina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imatge"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Amb contingut"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sense contingut"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "A la pàgina indicada"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Converteix el mapa de bits en polígon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Feu clic per a sortir de la presentació..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Aplica 3D predilecte"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtre d'imatges"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"no és un fitxer d'àudio vàlid."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Converteix en metafitxer"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Converteix en mapa de bits"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "No s'ha pogut crear el fitxer $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "No s'ha pogut obrir el fitxer $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "No s'ha pogut copiar el fitxer $(URL1) a $(URL2)."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nom de la diapositiva mestra. Feu un clic dret per a obrir una llista, o bé, un clic, per a un diàleg."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Canvia el nom de la diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Canvia el nom de la pàgina"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "No es permeten noms duplicats o buits"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nom"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Canvia el nom de la diapositiva mestra"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Àrea de títol per disposicions automàtiques"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Àrea de l'objecte per a les disposicions automàtiques"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Àrea del peu de pàgina"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Àrea de la capçalera"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Àrea de la data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Àrea del número de diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Àrea del número de pàgina"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<capçalera>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<peu de pàgina>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data/hora>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<número>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<comptador>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nom-de-la-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nom-de-la-pàgina>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Àrea de notes"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversió hangul/hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositives"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pàgines"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Previsualització no disponible"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "S'està preparant la previsualització"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Disposicions"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Estils de dibuix"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Estils de presentació"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estils de cel·la"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Estableix la imatge de fons"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentaris"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reinicialitza la disposició de la diapositiva"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Insereix una taula"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Insereix un diagrama"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Insereix una imatge"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insereix un àudio o un vídeo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrossega i deixa anar les pàgines"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrossega i deixa anar les diapositives"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Afegiu imatges a l'àlbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de text"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "El destí local del directori «%FILENAME» no és buit. Es poden sobreescriure alguns fitxers. Voleu continuar?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fons"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objectes de fons"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disposició"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controls"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Línies de cota"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pàgina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva mestra"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva mestra:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pàgina mestra"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Pàgina mestra:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Prospectes"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Feu clic per a editar el format del text del títol"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Feu clic per a editar el format del text de l'esquema"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Toqueu dues vegades per a editar el format de text del títol"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Toqueu dues vegades per a editar el format de text de l'esquema"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Segon nivell de l'esquema"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tercer nivell de l'esquema"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Quart nivell de l'esquema"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Cinquè nivell de l'esquema"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sisè nivell de l'esquema"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Setè nivell de l'esquema"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Feu clic per a moure la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Feu clic per a editar el format de les notes"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Toqueu dues vegades per a moure la diapositiva"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Toqueu dues vegades per a editar el format de les notes"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Feu clic per a afegir un títol"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Feu clic per a afegir text"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Feu clic per a afegir text"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Feu clic per a afegir notes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Feu un doble toc per a afegir un títol"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Feu un doble toc per a afegir text"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Feu un doble toc per a afegir text"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Toqueu per a editar el text"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Feu un doble toc per a afegir notes"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Feu doble clic per a afegir una imatge"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Feu doble clic per a afegir un objecte"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Feu doble clic per a afegir un diagrama"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Feu doble clic per a afegir un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Feu doble clic per a afegir un full càlcul"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Per defecte"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Títol"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Estil de dibuix per defecte"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mou les diapositives"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Insereix pàgines"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Insereix una pàgina"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propietats de la diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objecte sense emplenament"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objecte sense emplenament ni línia"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Títol A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Encapçalament A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Text A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Títol A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Encapçalament A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Text A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Imatge"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formes"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Línies"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Línia amb fletxa"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Línia de traços"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Emplenat"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Emplenat blau"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Emplenat verd"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Emplenat groc"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Emplenat vermell"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contorn"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contorn blau"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contorn verd"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contorn groc"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contorn vermell"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Títol"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtítol"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Esquema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objectes de fons"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fons"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importació des del PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Desa el document"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Redueix la mida de la lletra"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Augmenta la mida de la lletra"
@@ -2431,637 +2467,637 @@ msgstr "Augmenta la mida de la lletra"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Vista del dibuix"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Vista del dibuix"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Vista d'esquema"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Vista de les diapositives"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Aquí s'ordenen les diapositives."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Visualització de les notes"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Vista del prospecte"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TítolPresentació"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "EsquemaPresentació"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SubtítolPresentació"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PàginaPresentació"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotesPresentació"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Prospecte"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "FormaPresentacióAccessibleDesconeguda"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PeuPresentació"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "CapçaleraPresentació"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DataHoraPresentació"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NúmeroPàginaPresentació"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentació del %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Títol"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Esquema"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtítol"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pàgina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Prospecte"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma de presentació accessible desconeguda"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Peu"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Capçalera"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nombre"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(només lectura)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "cap"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Fins al proper clic"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Fins a la fi de la diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direcció:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Escala:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Rajos:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primer color:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segon color:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Color d'emplenament:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Lletra tipogràfica:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Color de la lletra:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Tipografia:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Color de la línia:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Mida de la lletra:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Mida:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Quantitat:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Color:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Sense so)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Atura el so anterior)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Un altre so..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Mostra"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Activador"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Camins de l'usuari"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrada: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Èmfasi: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Sortida: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Camins de moviment: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Misc.: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Cap"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Avui,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ahir,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(sense autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Impress ha cercat fins al final de la presentació. Voleu continuar la cerca des de l'inici?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Impress ha cercat fins a l'inici de la presentació. Voleu continuar la cerca des del final?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Draw ha cercat fins al final del document. Voleu continuar la cerca des de l'inici?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Draw ha cercat fins a l'inici del document. Voleu continuar la cerca des del final?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Insereix un comentari"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Suprimeix els comentaris"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mou el comentari"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edita el comentari"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Respon a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reproductor multimèdia"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Taula"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositives per pàgina:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ordenació:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Continguts"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Nom de la diapositiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nom de pàgin~a"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Data i hora"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Pàgines amagades"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Mida"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Fullet"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Cares de la pàgina"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inclou"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Usa només la safata de paper de les preferències de la impressora"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Pàgines:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositives:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Impress ha cercat fins a l'acabament de la presentació. Voleu continuar la cerca des del començament?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Impress ha cercat fins al començament de la presentació. Voleu continuar la cerca des de l'acabament?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "El %PRODUCTNAME Draw ha cercat fins a l'acabament del document. Voleu continuar la cerca des del començament?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "El %PRODUCTNAME Draw ha cercat fins al començament del document. Voleu continuar la cerca des de l'acabament?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animació"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Enllaç"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "En~davant"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "En~rere"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Primera diapositiva"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Últi~ma diapositiva"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Tanca el panell"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Afegeix un disseny nou"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ca/sfx2/messages.po b/source/ca/sfx2/messages.po
index 41081253cd4..0847ff9d850 100644
--- a/source/ca/sfx2/messages.po
+++ b/source/ca/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-03 05:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/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.15.2\n"
"X-POOTLE-MTIME: 1559651981.000000\n"
#. bHbFE
@@ -735,7 +735,7 @@ msgstr "Obre un document..."
#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "Template Manager..."
-msgstr ""
+msgstr "Gestor de plantilles..."
#. FzJCj
#: include/sfx2/strings.hrc:140
diff --git a/source/ca/svtools/messages.po b/source/ca/svtools/messages.po
index a1fe1cc6e00..51259f57471 100644
--- a/source/ca/svtools/messages.po
+++ b/source/ca/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-20 14:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:36+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"
@@ -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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564413316.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Desplaçament a l'últim full"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Afegeix un full"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
@@ -1185,7 +1185,7 @@ msgstr "Inicials"
#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
-msgstr "Tancament complementari"
+msgstr "Tancament de comiat"
#. 8MWGd
#: include/svtools/strings.hrc:247
diff --git a/source/ca/sw/messages.po b/source/ca/sw/messages.po
index 420122a5c27..6710c9c227d 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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 10:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ca/>\n"
"Language: ca\n"
@@ -2613,7 +2613,7 @@ msgstr "Estil de paràgraf per defecte"
#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_TEXT"
msgid "Body Text"
-msgstr ""
+msgstr "Cos de text"
#. BthAg
#: sw/inc/strings.hrc:77
@@ -2631,13 +2631,13 @@ msgstr "Sagnat negatiu"
#: sw/inc/strings.hrc:79
msgctxt "STR_POOLCOLL_TEXT_MOVE"
msgid "Body Text, Indented"
-msgstr ""
+msgstr "Cos de text sagnat"
#. DDwDx
#: sw/inc/strings.hrc:80
msgctxt "STR_POOLCOLL_GREETING"
msgid "Complimentary Close"
-msgstr "Tancament complementari"
+msgstr "Tancament de comiat"
#. u4em4
#: sw/inc/strings.hrc:81
@@ -4681,7 +4681,7 @@ msgstr "Suprimeix el marcador: $1"
#: sw/inc/strings.hrc:440
msgctxt "STR_DELETE_BOOKMARKS"
msgid "Delete bookmarks"
-msgstr ""
+msgstr "Suprimeix els marcadors"
#. 54y8f
#: sw/inc/strings.hrc:441
@@ -4693,43 +4693,43 @@ msgstr "Insereix el marcador: $1"
#: sw/inc/strings.hrc:442
msgctxt "STR_UPDATE_BOOKMARK"
msgid "Update bookmark: $1"
-msgstr ""
+msgstr "Actualitza el marcador: $1"
#. d6wEB
#: sw/inc/strings.hrc:443
msgctxt "STR_UPDATE_BOOKMARKS"
msgid "Update bookmarks"
-msgstr ""
+msgstr "Actualitza els marcadors"
#. i7aeN
#: sw/inc/strings.hrc:444
msgctxt "STR_UPDATE_FIELD"
msgid "Update field: $1"
-msgstr ""
+msgstr "Actualitza el camp: $1"
#. GzFSP
#: sw/inc/strings.hrc:445
msgctxt "STR_UPDATE_FIELDS"
msgid "Update fields"
-msgstr ""
+msgstr "Actualitza els camps"
#. HACdT
#: sw/inc/strings.hrc:446
msgctxt "STR_DELETE_FIELDS"
msgid "Delete fields"
-msgstr ""
+msgstr "Suprimeix els camps"
#. gEXeo
#: sw/inc/strings.hrc:447
msgctxt "STR_UPDATE_SECTIONS"
msgid "Update sections"
-msgstr ""
+msgstr "Actualitza les seccions"
#. ZdcaY
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Suprimeix les seccions"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -4753,13 +4753,13 @@ msgstr "Insereix la taula: $1$2$3"
#: sw/inc/strings.hrc:452
msgctxt "STR_TEXTTOTABLE_UNDO"
msgid "Convert text -> table"
-msgstr "Converteix text -> taula"
+msgstr "Converteix text en taula"
#. h3EH7
#: sw/inc/strings.hrc:453
msgctxt "STR_TABLETOTEXT_UNDO"
msgid "Convert table -> text"
-msgstr "Converteix taula -> text"
+msgstr "Converteix taula en text"
#. uKreq
#: sw/inc/strings.hrc:454
@@ -10400,7 +10400,7 @@ msgstr "Translitera text en hongarès de dreta a esquerra a escriptura en hongar
#: sw/inc/utlui.hrc:52
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "DOI citation recognition"
-msgstr ""
+msgstr "Reconeixement de citacions DOI"
#. MEgcB
#: sw/uiconfig/swriter/ui/abstractdialog.ui:22
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Insereix entrada d'índex"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Suprimeix l'entrada seleccionada de l'índex. No se suprimeix el text de l'entrada en el document."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Insereix"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Índex:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Seleccioneu l'índex al qual voleu afegir l'entrada."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Índex nou definit per l'usuari"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Entrada:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Actualitza l'entrada a partir de la selecció"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Lectura fonètica:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Introduïu la lectura fonètica de l'entrada corresponent. Per exemple, si una paraula del kanji japonès té més d'una pronunciació, introduïu la correcta com a paraula katakana. La paraula kanji aleshores s'ordena d'acord amb la lectura fonètica de l'entrada."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Lectura fonètica:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Introduïu la lectura fonètica de l'entrada corresponent."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Lectura fonètica:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Introduïu la lectura fonètica de l'entrada corresponent."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1a clau:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2a clau:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Nivell de l'índex:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Introduïu el nivell d'índex de l'entrada, el que en determinarà l'aparença a l'índex generat."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrada principal"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Aplica a la resta d'ocurrències"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Només paraules senceres"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Distingeix entre majúscules i minúscules"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Entrada següent (mateix nom)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Salta a l'entrada d'índex següent del mateix tipus i amb el mateix nom al document."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Entrada anterior (mateix nom)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Salta a l'entrada anterior de l'índex del mateix tipus i amb el mateix nom al document."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Entrada anterior"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Salta a l'entrada d'índex anterior del mateix tipus del document."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Entrada següent"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Salta a l'entrada d'índex següent del mateix tipus del document."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Marca el text seleccionat com a entrada d'índex o taula de contingut. Edita l'entrada d'índex seleccionada."
@@ -25431,7 +25437,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:192
msgctxt "pagenumberdlg|pagetotalCheckbox"
msgid "Include page total"
-msgstr ""
+msgstr "Inclou el total de pàgines"
#. EHbmr
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:202
@@ -25449,7 +25455,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:226
msgctxt "pagenumberdlg|alignmentLabel-atkobject"
msgid "Number format"
-msgstr ""
+msgstr "Format numèric"
#. xuA2n
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:245
diff --git a/source/ckb/cui/messages.po b/source/ckb/cui/messages.po
index b2b90076908..0eb637060f1 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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -16571,74 +16571,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "هەمووکات پاشەک_ەوت بکە وەک:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "بەڵگەنامەی دەق"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "بەڵگەنامەی HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "بەڵگەنامەی سەرەکی"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "خشتە"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "پێشکەشکردن"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "کێشان"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "هاوکێشە"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ckb/officecfg/registry/data/org/openoffice/Office.po b/source/ckb/officecfg/registry/data/org/openoffice/Office.po
index 2d9c1626a59..503b5a1fed9 100644
--- a/source/ckb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ckb/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-08-17 10:44+0000\n"
"Last-Translator: jwtiyar ali nariman <jwtiyar@gmail.com>\n"
"Language-Team: Central Kurdish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ckb/>\n"
@@ -12506,84 +12506,84 @@ msgctxt ""
msgid "Notes"
msgstr "تێبینییەکان"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
+msgid "Text documents (Writer)"
msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "شیتی خشتەیی"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "پێشکەشکردن"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "کێشان"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "هاوکێشەکان"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
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 1480b09bfae..f6a7d5f27cc 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -2225,6 +2225,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ڕیز بسڕەوە"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9555,14 +9565,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10865,6 +10875,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ستوون زیاد بکە"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~ژمارەی پەڕە"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "ستوونەکانی ~پێشوو"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ڕیز بسڕەوە"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~ڕیزەکان"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "ڕیزی دیاریکراو بسڕەوە"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ckb/sc/messages.po b/source/ckb/sc/messages.po
index fb1e8427097..b017eb3ba5f 100644
--- a/source/ckb/sc/messages.po
+++ b/source/ckb/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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/scmessages/ckb/>\n"
@@ -32339,38 +32339,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "هەڵبژاردەی تر"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "جۆ_ری ستوون:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "دەق بۆ ستوون"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "خانەکان"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ckb/sd/messages.po b/source/ckb/sd/messages.po
index 1590b10fb82..9eb4236b539 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\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"
@@ -1210,249 +1210,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "دەق بهێنە"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "زیرەک"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "چەپ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ڕاست"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "سەرەوە"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "خوارەوە"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "سەرەوەی چەپ؟"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "خواروی چەپ؟"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "سەرەوەی ڕاست؟"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "خوارووی ڕاست؟"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ئاسۆیی"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ستوونی"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "هەمووی؟"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "بڕۆدواوە"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "بەردەوامبوون"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "پوختە"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "سڵاید بکەرەوە"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "جێگیر"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "گۆڕاو"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ستاندارد"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ستاندارد (کورت)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ستاندارد (درێژ )"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ناوی پەڕگە"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "ڕێڕەو/ ناوی پەڕگە"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "ڕێڕەو"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "لەبەرگرتنەوە "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1460,157 +1490,157 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "دەق"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr ""
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "بەستەری سەردانکراو"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "بەستەری چالاک"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "تێبینییەکان"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "خشتەی ناوەڕۆک"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "کرتە لێرەبکە بۆ دەستپێکردن"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "نووسەر"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "پۆستی ئەلکترۆنی"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ماڵپەڕی سەرەکی"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "زانیاری زیاتر"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "یەکەم پەڕە"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "کۆتا پەڕە"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "دەق"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "وێنە"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "لەگەڵ ناوەڕۆک"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "بێ ناوەڕۆک"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "بۆ پەڕەی دراو"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "گۆڕینی Bitmap بۆ چەندلا"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "کرتە بکە بۆ دەرچوون لە پێشکەشکردن…"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "وچان…"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "پاڵێوکردنی وێنە"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1618,799 +1648,805 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "گۆڕین بۆ metafile"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "گۆڕین بۆ Bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ناولێنانەوەی سڵاید"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "پەڕە ناوبنێرەوە"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ناو"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "سڵایدەکان"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "پەڕەکان"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "کڵێشەکان"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "شێوازی کێشان"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "شێوازی پێشکەشکردن"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "شێوەی خانەکان"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "شێوەی %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "پاشبنەمای وێنە دابنێ"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "لێدوانەکان"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "کڵێشەی سڵاید نوێبکەرەوە"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "خشتە بهێنە"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "هێڵکاری بهێنە"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "وێنە بهێنە"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ڤیدیۆ یان دەنگ بهێنە"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "هێنان و دانانی پەڕە"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "هێنان و دانانی سڵاید"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "تکایە وێنە زیادبکە بۆ ئەلبوومەکە"
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "پاشبنەما"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "تەنەکانی پاشبنەما"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "کڵێشە‬"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "کۆنترۆڵەکان"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "سڵاید"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "پەڕە"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "سڵاید"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "سڵایدی سەرەکی"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "سڵایدی سەرەکی:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "پەڕەی سەرەکی"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "پەڕەی سەرەکی:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(تێبینییەکان)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "دەستنووس"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "کرتە بکە بۆ نووسینی ناونیشان"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "کرتە بکە بۆ نووسین"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "کرتە بکە بۆ نووسین"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "کرتە بکە بۆ نووسینی تێبینی"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "دووکرتە بکە بۆ نووسینی ناونیشان"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "دووکرتە بکە بۆ نووسین"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "دووکرتە بکە بۆ نووسین"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "پەنجە دابنێ بۆ نووسین"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "دووجار پەنجە داگرا بۆ نووسینی تێبینی"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "دوو کرتە بۆ زیادکردنی وێنە"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "دوو کرتە بۆ زیادکردنی تەنێک"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "دوو کرتە بۆ زیادکردنی هێڵکاری"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "دوو کرتە بۆ زیادکردنی هێڵکاری ڕێکخراوەیی"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "بنەڕەت"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ناونیشان"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "سڵاید بجوڵێنە"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "پەڕە بهێنە"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "پەڕە بهێنە"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "دەق"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "‫A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "ناونیشان A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "سەرپەڕ A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "دەق A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "‫A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "ناونیشان A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "سەرپەڕە A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "دەق A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "گرافیک"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "شێوەکان"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "هێڵەکان"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "هێڵی تیر"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "هێڵی پچڕ پچر"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "پڕکراوە"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ناونیشان"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ژێرنووس"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "چێوەی دەرەوە"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "تەنەکانی پاشبنەما"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "پاشبنەما"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "تێبینییەکان"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "بەڵگەنامە پاشەکەوت بکە"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "قەبارەی جۆرەپیت پانبکە"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "قەبارەی جۆرەپیت زیادبکە"
@@ -2418,637 +2454,637 @@ msgstr "قەبارەی جۆرەپیت زیادبکە"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "پیشاندانی کێشان"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "پیشاندانی کێشان"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "پیشاندانی تێبینیی"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "پیشاندەری دەستنووس"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "دەستنووس"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ناونیشان"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ژێرنووس"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "پەڕە"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "تێبینییەکان"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "دەستنووس"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "پێپەرە"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "سەرپەڕە"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "بەروار"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ژمارە"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(تەنها خوێندنەوە)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "هیچ"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "تا کرتەی داهاتوو"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "تاوەکو سڵایدی کۆتایی"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ئاڕاستە:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "زووم"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "یەکەم ڕەنگ:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "دووەم ڕەنگ:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ڕەنگ پڕبکەرەوە:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "شێوە:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "جۆرەپیت:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ڕەنگی جۆرەپیت:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "شێوە:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "جۆری نووسین:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ڕەنگی هێڵ:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "قەبارەی جۆرە پیت:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "قەبارە:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "بڕ:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ڕەنگ:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(دەنگ نیە)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(دەنگی پێشوو بوەستێنە)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "دەنگی تر…"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "نموونە"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "هیج"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ئەمڕۆ،"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "دوێنێ،"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(نووسەر نیە)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "لێدوان زیادبکە"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "لێدوان بسڕەوە"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "لێدوان لابە"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "لێدوان دەستکاریبکە"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "وەڵامدانەوەی %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "لێدانەوەی میدیا"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "خشتە"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "‫%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "بەڵگەنامە"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "سڵاید بۆ هەر پەڕەیەک:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "ڕێکی:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~ناوەڕۆک"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~ناوی سڵاید"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "ناوی پە_ڕە"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~بەروار و کات"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "پەڕەی شاراوە"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ڕەنگ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~قەبارە"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "لاکانی پەڕە"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "تێخستن"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "پەڕەکان:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "سڵایدەکان:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "جوڵاو"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "بەستەر"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ckb/svtools/messages.po b/source/ckb/svtools/messages.po
index bb62595daa7..a9fff38f70d 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\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"
@@ -862,10 +862,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ckb/sw/messages.po b/source/ckb/sw/messages.po
index a76acea8144..0c3b31177f6 100644
--- a/source/ckb/sw/messages.po
+++ b/source/ckb/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\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/swmessages/ckb/>\n"
@@ -16920,230 +16920,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "هێنان"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/cs/cui/messages.po b/source/cs/cui/messages.po
index b2fe2ea8563..8db619ac4b7 100644
--- a/source/cs/cui/messages.po
+++ b/source/cs/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: raal <raal@post.cz>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/cs/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Vždy ukládat _jako:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Textový dokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Hlavní dokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Sešit"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentace"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Kresba"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Vzorec"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Určuje typ dokumentu, pro který chcete určit výchozí formát souborů."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Určuje, jak se budou dokumenty daného typu ukládat. Jiný formát pro aktuální dokument můžete vybrat v dialogovém okně Uložit jako."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Typ dokumentu:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Výchozí formát souborů a nastavení ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "V části Obecné můžete vybrat výchozí nastavení pro ukládání dokumentů a výchozí formáty souboru."
diff --git a/source/cs/helpcontent2/source/text/scalc.po b/source/cs/helpcontent2/source/text/scalc.po
index bb4f640a8c6..3b2b55f444f 100644
--- a/source/cs/helpcontent2/source/text/scalc.po
+++ b/source/cs/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:31+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/cs/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Smazat list</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Barva karty listu"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc/00.po b/source/cs/helpcontent2/source/text/scalc/00.po
index 36e9586204b..957cce2712d 100644
--- a/source/cs/helpcontent2/source/text/scalc/00.po
+++ b/source/cs/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:17+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/cs/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Zvolte <emph>List - Smazat buňky</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Zvolte <emph>List - Smazat list</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Otevřete místní nabídku karty listu."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Zvolte <emph>List - Přesunout nebo kopírovat list</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Otevřete místní nabídku karty listu."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Vložit sloupce"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Zvolte <menuitem>List - Vložit list</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Zvolte <emph>List</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Zvolte <emph>List - Přejmenovat list</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Zvolte <emph>List - Zobrazit list</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Nabídka List"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po
index 7b4944d6cd8..53ea997eb05 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-23 09:07+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"
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>sešity; odstranění</bookmark_value><bookmark_value>listy; odstranění</bookmark_value><bookmark_value>odstranění; sešity</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Odstranit list"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Po potvrzení odstraní aktuální list.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Pokud je aktivní <emph>Úpravy - Sledování změn - Zaznamenávat</emph>, nelze mazat listy."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "ano"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Smaže aktuální list."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "ne"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Zavře dialogové okno. Žádné odstranění se neprovede."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>sešity; přesouvání</bookmark_value><bookmark_value>sešity; kopírování</bookmark_value><bookmark_value>přesouvání; sešity</bookmark_value><bookmark_value>kopírování; sešity</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Přesunout nebo kopírovat list"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Vložit list"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>listy;vytváření</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Vložit list"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43442,14 +43424,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>názvy listů</bookmark_value><bookmark_value>změna; názvy listů</bookmark_value><bookmark_value>listy; přejmenování</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Přejmenovat list"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43505,32 +43487,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Zobrazit list"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>listy; zobrazení</bookmark_value><bookmark_value>zobrazení; listy</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Zobrazit list"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Zobrazí listy dříve skryté pomocí příkazu <emph>Skrýt listy</emph>.</ahelp></variable> Před vyvoláním příkazu musí být vybrán pouze jeden list. Aktuální list je vždy vybraný. Je-li vybraný jiný než jen aktuální list, lze ho odebrat z výběru stiskem klávesy <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> a klepnutím na kartu listu v dolní části okna."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47591,14 +47582,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>vložit řádky;zamknutý list</bookmark_value><bookmark_value>vložit sloupce;zamknutý list</bookmark_value><bookmark_value>smazat sloupce;zamknutý list</bookmark_value><bookmark_value>smazat řádky;zamknutý list</bookmark_value><bookmark_value>zamknutý list;vložit sloupce</bookmark_value><bookmark_value>zamknutý list;vložit řádky</bookmark_value><bookmark_value>zamknutý list;smazat řádky</bookmark_value><bookmark_value>zamknutý list;smazat sloupce</bookmark_value><bookmark_value>zamknout;list</bookmark_value><bookmark_value>výběr;v zamčených buňkách</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Uzamykání listu</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55277,6 +55268,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69794,6 +70019,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> vrátí 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70100,6 +70388,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Aby se správně mohl určit autor změn, měl by každý spolupracovník zadat své jméno v <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Předvolby</menuitem></caseinline><defaultinline><menuitem>Nástroje - Možnosti</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Uživatelské údaje</menuitem> v hlavní nabídce."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc/guide.po b/source/cs/helpcontent2/source/text/scalc/guide.po
index 93c6b1d0a0e..c2bce0dbef5 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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:17+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"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigace mezi listy sešitu"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>listy; zobrazení více listů</bookmark_value><bookmark_value>karty listů;použití</bookmark_value><bookmark_value>pohledy;více listů</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigace pomocí karet listů</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Ve výchozím nastavení $[officename] v novém sešitu zobrazuje tři listy: \"List1\" až \"List3\". Lze mezi nimi přecházet pomocí karet na spodním okraji obrazovky."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Karty listů</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikona</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Pomocí navigačních tlačítek lze zobrazit všechny listy patřící do dokumentu. Klepnutí na tlačítka úplně vlevo/vpravo zobrazí kartu prvního/posledního listu. Vnitřní tlačítka posouvají dopředu/dozadu v seznamu listů. Klepnutím na kartu zobrazíte obsah listu."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Práce s více listy"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>listy; vkládání</bookmark_value> <bookmark_value>vkládání; listy</bookmark_value> <bookmark_value>listy; vícenásobný výběr</bookmark_value> <bookmark_value>přidávání listů</bookmark_value> <bookmark_value>vybírání;více listů</bookmark_value> <bookmark_value>více listů</bookmark_value> <bookmark_value>výpočty;více listů</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Práce s více listy</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Vložení listu"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Zvolte <item type=\"menuitem\">Vložit - List</item> pro vložení nového listu či existujícího listu z jiného souboru."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otevře dialogové okno, ve kterém můžete k událostem listu přiřadit makra.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Otevře okno, ve kterém můžete kartě listu přiřadit barvu.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc/menu.po b/source/cs/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/cs/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index 1bc664f55d0..7e8666de054 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-27 11:24+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"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Pro přístup k tomuto příkazu...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Nabídka Soubor"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Zvolte <emph>Soubor - Náhled v prohlížeči</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Nový</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Ikona <emph>Nový</emph> na liště <emph>Standardní</emph> (ikona zobrazuje typ nového dokumentu)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Ikona Nový</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nový"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Klávesa <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Zvolte <menuitem>Soubor – Otevřít</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Ikona Otevřít</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Otevřít soubor"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Průvodce zdrojem dat adresáře - Přiřazení polí</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Zvolte <emph>Soubor - Zavřít</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Zvolte <menuitem>Soubor – Uložit</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Otevřete nabídku <emph>Standardní</emph> nebo <emph>Data tabulky</emph>, klikněte"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Zvolte <menuitem>Soubor – Uložit</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Ikona Uložit</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Uložit"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Ikona Uložit jako</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Uložit jako"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Zvolte <menuitem>Soubor - Uložit vše</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Zvolte <menuitem>Soubor - Uložít jako</menuitem>.</variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Znovu načíst</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Nabídka <menuitem>Soubor - Náhled tisku</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Ikona Náhled tisku</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Nastavení tiskárny</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Nabídka <menuitem>Soubor - Odeslat</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Dokument e-mailem"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Zvolte <menuitem>Soubor - Exportovat</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Exportovat jako - Exportovat jako EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Ikona Exportovat jako EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Přímý export do EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Exportovat jako - Exportovat jako PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Zvolte <menuitem>Soubor - Tisk</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na liště <emph>Standardní</emph> klepněte na"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Ikona Tisk</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Tisk"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Na liště <emph>Náhled tisku</emph> textového dokumentu klepněte na"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Ikona Náhled tisku</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Tisk dokumentu"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Zvolte <menuitem>Soubor - Exportovat</menuitem>, dialogové okno se otevře automaticky po vybrání formátu PBM, PPM nebo PGM.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Zvolte <emph>Soubor - Verze</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index 992c960efe4..c96d46a8da9 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-09 11:04+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"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funkce</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Ikona Textový dokument</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Vytvoří textový dokument v programu $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Ikona Sešit</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Vytvoří sešit v programu $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Ikona Prezentace</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Vytvoří prezentaci v programu $[název kanceláře] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Ikona Kresba</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Vytvoří kresbu v programu $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Ikona Vzorec</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Vytvoří vzorec v programu $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Ikona Databáze</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Vytvořit HTML dokument,"
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Ikona XML formulář</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Vytvoří dokument <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Ikona Štítky</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Otevře dialogové okno <link href=\"text/shared/01/01010200.xhp\"><emph>Štítky</emph></link>, kde můžete nastavit možnosti pro štítky, a poté pro ně vytvoří textový dokument v programu $[officename] Writer."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Ikona Vizitky</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Otevře dialogové okno <link href=\"text/shared/01/01010300.xhp\"><emph>Vizitky</emph></link>, kde je možné upravit nastavení pro vizitky, a poté vytvoří textový dokument v $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Ikona Hlavní dokument</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Otevře dokument umístěný ve vzdálené souborové službě.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Zvolte <item type=\"menuitem\">Soubor - Otevřít vzdálený</item> ."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Klepněte na tlačítko <emph>Vzdálené soubory</emph> na <emph>úvodní obrazovce</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Dlouze klepněte na tlačítko <emph>Otevřít</emph> a vyberte <emph>Otevřít vzdálený soubor</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Uloží kopii současného dokumentu pod jiným jménem nebo umístěním.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Zvolte <item type=\"menuitem\">Soubor - Uložit kopii</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exportuje dokument ve formátu PDF nebo EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Zvolte <emph>Soubor - Exportovat jako</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Chcete-li označit všechny buňky listu, klepněte na tlačítko v průsečíků záhlaví sloupců a řádků v levém horním rohu listu.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Chcete-li vybrat všechny listy sešitu, klepněte pravým tlačítkem na kartu s názvem listu a zvolte <emph>Vybrat všechny listy</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Vybere všechny listy aktuálního sešitu.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>přizpůsobení;události</bookmark_value><bookmark_value>události; přizpůsobení</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Události</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Přiřadí makro události. Přiřazené makro se spustí automaticky pokaždé, když nastane zvolená událost.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Dialogové okno má méně funkcí, pokud bylo zavoláno v sešitu z nabídky Úpravy - List."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/swriter/00.po b/source/cs/helpcontent2/source/text/swriter/00.po
index cd3bb3d033c..8c64e8df98d 100644
--- a/source/cs/helpcontent2/source/text/swriter/00.po
+++ b/source/cs/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/cs/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Hromadná korespondence"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/cs/helpcontent2/source/text/swriter/01.po b/source/cs/helpcontent2/source/text/swriter/01.po
index c86b0eec09a..b40198a1ce9 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:35+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"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Během náhledu tisku nemůžete dokument upravovat."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Náhled zavřete tlačítkem <emph>Zavřít náhled</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Odkaz (LS a LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Vytvoří odkaz pro část položky, která je uzavřena mezi (LS) a (LE). V řádku <emph>Struktura</emph> klepněte na prázdné pole před částí, pro kterou chcete odkaz vytvořit a klepněte na toto tlačítko. Poté vyberte prázdné pole za částí, pro kterou tvoříte odkaz, a opět klepněte na toto tlačítko. Všechny hypertextové odkazy musí být jedinečné. Je k dispozici jen pro obsah.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Vlastnosti ovládacího prvku s obsahem</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/cs/officecfg/registry/data/org/openoffice/Office.po b/source/cs/officecfg/registry/data/org/openoffice/Office.po
index ab22aef4b59..2ab8d2744a3 100644
--- a/source/cs/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/cs/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547392530.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Poznámky"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Textové dokumenty"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Sešity"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentace"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Kresby"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webové stránky"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Hlavní dokumenty"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Vzorce"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Databázové dokumenty"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
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 09cf511bfc9..c7905f37a26 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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-17 02:39+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"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Ověření ~platnosti dat..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Smazat řá~dky"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Změnit předlohu snímku..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Předloha stránky..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Vložit sloupce"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Smazat vybrané sloupce"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Smazat řádky"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Smazat řá~dky"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Smazat vybrané řádky"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Čís~lo stránky"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Sloupce ~před"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Smazat řádky"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Řá~dky"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Smazat vybrané řádky"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/cs/sc/messages.po b/source/cs/sc/messages.po
index 7e9b9cbbba0..6a76f20f254 100644
--- a/source/cs/sc/messages.po
+++ b/source/cs/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-14 22:09+0000\n"
"Last-Translator: Stanislav Horáček <stanislav.horacek@gmail.com>\n"
"Language-Team: Czech <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/cs/>\n"
@@ -32440,38 +32440,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Pokud je tato volba povolena, Calc zachovává předchozí obsah buněk při vkládání prázdných položek . V opačném případě Calc vymaže obsah předchozích buněk."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Ostatní možnosti"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_yp sloupce:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Zvolte sloupec v náhledovém okně a poté vyberte datový typ pro importované údaje."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text do sloupců"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Pole"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Nastavení pro import dat oddělených oddělovači."
diff --git a/source/cs/sd/messages.po b/source/cs/sd/messages.po
index 7b7758e0a01..a2e4331a97c 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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-04-22 04:32+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"
@@ -1220,249 +1220,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Vložit text"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Načíst předlohu snímku"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Chytře"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Vlevo"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Vpravo"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Nahoře"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Dole"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Nahoru doleva?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Dolů vlevo?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Nahoru dopravo?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Dolů vpravo?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontální"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikální"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Vše?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Tuto akci nelze spustit v živém režimu."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Zpět"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Pokračovat"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Přehled"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Náhrada barev"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Přechod tvarů"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Rozšířit snímek"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Snímek s obsahem"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Žádný zdroj SANE není momentálně dostupný."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Žádný zdroj TWAIN není momentálně dostupný."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Neměnný"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Proměnný"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standardní"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standardní (krátký)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standardní (dlouhý)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Název souboru"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Cesta / název souboru"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Cesta"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Název souboru bez přípony"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nová vlastní prezentace"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopírovat "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Formát prezentace %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Formát kresby %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Zrušit seskupení meta souborů..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Nebylo možné zrušit seskupení všech objektů kresby."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Prezentace %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Kresba %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1472,157 +1502,157 @@ msgstr ""
"Chcete jej nahradit?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hypertextový odkaz"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Navštívený odkaz"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktivní odkaz"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Poznámky"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Obsah"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kliknutím sem začnete"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Domovská stránka"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Další informace"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Stáhnout prezentaci"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Váš prohlížeč bohužel nepodporuje plovoucí rámy."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "První stránka"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Poslední stránka"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Obrázek"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "S obsahem"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bez obsahu"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Pro danou stránku"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Převést rastr na mnohoúhelník"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kliknutím ukončíte prezentaci..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pozastavit..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Použít 3D oblíbený"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtr obrázku"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1632,799 +1662,805 @@ msgstr ""
"není platný zvukový soubor!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Převést na metasoubor"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Převést na rastr"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Nelze vytvořit soubor $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Nelze otevřít soubor $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Soubor $(URL1) nemohl být zkopírován do $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Název předlohy snímku. Kliknutím pravým tlačítkem zobrazíte seznam, kliknutím dialogové okno."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Přejmenovat snímek"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Přejmenovat stránku"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Není možné použít duplicitní nebo prázdný název"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Název"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Přejmenovat předlohu snímku"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Oblast nadpisu v automatickém rozvržení"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Oblast objektu v automatickém rozvržení"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Oblast zápatí"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Oblast záhlaví"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Oblast data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Oblast čísla snímku"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Oblast čísla stránky"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<záhlaví>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<zápatí>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/čas>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<číslo>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<počet>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<název snímku>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<název stránky>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Oblast poznámek"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Převod hangul/handža"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Snímky"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Stránky"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Náhled není dostupný"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Připravuje se náhled"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Rozvržení"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Styly kresby"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Styly prezentace"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Styly buněk"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Tvar %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Nastavit obrázek pozadí"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentáře"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Obnovit rozvržení snímku"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Vložit tabulku"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Vložit graf"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Vložit obrázek"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Vložit zvuk nebo video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Přetáhnout stránky"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Přetáhnout snímky"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Přidejte do alba obrázky."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Textový snímek"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lokální cílový adresář '%FILENAME' není prázdný. Některé soubory by mohly být přepsány. Přejete si pokračovat?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Pozadí"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objekty pozadí"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Rozvržení"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Ovládací prvky"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Kótovací čáry"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Snímek"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Stránka"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Snímek"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Předloha snímku"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Předloha snímku:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Předloha stránky"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Předloha stránky:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Komentáře)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Podklady"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikněte pro úpravu formátu textu nadpisu"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikněte pro úpravu formátu textu osnovy"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Poklepáním upravíte formát nadpisu"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Poklepáním upravíte formát osnovy"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Druhá úroveň"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Třetí úroveň"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Čtvrtá úroveň osnovy"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Pátá úroveň osnovy"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Šestá úroveň"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sedmá úroveň"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikněte pro přesun snímku"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikněte pro úpravu formátu komentářů"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Poklepáním přesunete snímek"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Poklepáním upravíte formát poznámek"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klikněte pro vložení nadpisu"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klikněte pro vložení textu"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klikněte pro vložení textu"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klikněte pro vložení poznámek"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Poklepáním vložíte nadpis"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Poklepáním přidáte text"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Poklepáním přidáte text"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Klepnutím upravíte text"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Poklepáním přidáte poznámky"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dvojitým kliknutím přidáte obrázek"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dvojitým kliknutím přidáte objekt"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dvojitým kliknutím přidáte graf"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dvojitým kliknutím vložíte organizační diagram"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dvojitým kliknutím přidáte sešit"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Výchozí"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titulek"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Výchozí styl kresby"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Přesunout snímky"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Vložit stránky"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Vložit stránku"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Vlastnosti snímku"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt bez výplně"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt bez výplně a obrysu"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titulek A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Nadpis A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Text A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titulek A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Nadpis A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Text A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Obrázek"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Tvary"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Čáry"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Čára se šipkou"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Čárkovaná čára"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "S výplní"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Modrá výplň"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Zelená výplň"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Žlutá výplň"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Červená výplň"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "S obrysem"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Modrý obrys"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Zelený obrys"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Žlutý obrys"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Červený obrys"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Nadpis"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Podnadpis"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Osnova"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objekty pozadí"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Pozadí"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Poznámky"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Import z PowerPointu"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Uložit dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Zmenšit velikost písma"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Zvětšit velikost písma"
@@ -2432,637 +2468,637 @@ msgstr "Zvětšit velikost písma"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Pohled na kreslení"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Pohled na kreslení"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Pohled s osnovou"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Pohled na snímky"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Zde můžete řadit snímky."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Pohled na poznámky"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Pohled na podklady"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Nadpis prezentace"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Osnova prezentace"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Podnadpis prezentace"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Stránka prezentace"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Poznámky prezentace"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Podklady"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Neznámý přístupný tvar prezentace"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Zápatí prezentace"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Záhlaví prezentace"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Datum a čas prezentace"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Číslo stránky prezentace"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Prezentace %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Nadpis"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Osnova"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Podnadpis"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Stránka"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Poznámky"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Podklady"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Neznámý přístupný tvar prezentace"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Zápatí"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Záhlaví"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Číslo"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(jen pro čtení)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nic"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Do dalšího kliknutí"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Do konce snímku"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Směr:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Přiblížení:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Paprsky:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "První barva:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Druhá barva:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Barva výplně:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Písmo:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Barva písma:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Řez:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Barva čáry:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Velikost písma:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Velikost:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Množství:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Barva:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Bez zvuku)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Zastavit předchozí zvuk)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Jiný zvuk..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Vzorek"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Spouštěč"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Cesty uživatele"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Zobrazení: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Zdůraznění: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Zmizení: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Křivka pohybu: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Různé: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Žádný"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Dnes,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Včera,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(bez autora)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress došel na konec prezentace. Chcete pokračovat od začátku?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress došel na začátek prezentace. Chcete pokračovat od konce?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw došel na konec dokumentu. Chcete pokračovat od začátku?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw došel na začátek dokumentu. Chcete pokračovat od konce?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Vložit komentář"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Smazat komentáře"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Přesunout komentář"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Upravit komentář"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Odpověď na %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Přehrávač médií"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabulka"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Snímky na stránku:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Pořadí:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Obsah"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Název snímku"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Název ~stránky"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum a čas"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Skryté stránky"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Barva"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Velikost"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Příručka"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Strany stránek"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Zahrnout"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Použít pouze ~zásobník papíru z předvoleb tiskárny"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Stránky:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Snímky:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress hledal až do konce prezentace. Přejete si pokračovat v hledání od začátku?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress hledal až na začátek prezentace. Přejete si pokračovat v hledání od konce?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw hledal až do konce dokumentu. Přejete si pokračovat v hledání od začátku?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw hledal až na začátek dokumentu. Přejete si pokračovat v hledání od konce?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animace"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Odkaz"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Další"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Předchozí"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "P~rvní snímek"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Po~slední snímek"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Zavřít panel"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Přidat nový návrh"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/cs/svtools/messages.po b/source/cs/svtools/messages.po
index a7bbd09bd57..0da6eded3a0 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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-22 04:33+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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565904885.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Posunout na poslední list"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Přidat list"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/cs/sw/messages.po b/source/cs/sw/messages.po
index 232bd18d3fb..398482a9d4a 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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-04-02 07:32+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"
@@ -16942,230 +16942,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Vložit položku rejstříku"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Smaže vybranou položku rejstříku. Text položky z dokumentu není odstraněn."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Vložit"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Rejstřík:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Vyberte rejstřík, ke kterému si přejete přidat položku."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nový rejstřík (vytvořený uživatelem) "
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Položka:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Zobrazí text vybraný v dokumentu. Jako položku rejstříku můžete vložit jiné slovo; vybraný text v dokumentu zůstane nezměněn."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Aktualizovat položku z výběru"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Zadejte výslovnost odpovídající položky. Jestliže má například japonské slovo v kandži více výslovností, zadejte správnou výslovnost v katakaně. Slovo v kandži potom bude při řazení posuzováno podle zadané výslovnosti."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Zadejte výslovnost odpovídající položky."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Zadejte výslovnost odpovídající položky."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "První klíč:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "Druhý klíč:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Úroveň rejstříku:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Zadejte pro položku úroveň rejstříku, která určuje vzhled položky ve vytvořeném rejstříku."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Zadejte pro položku úroveň rejstříku. Úroveň rejstříku určuje vzhled položky, a to podle nastavení na kartách „Položky“ a „Styly“ dialogového okna „Obsah, rejstřík nebo seznam použité literatury“. Ve výchozím nastavení má ve výsledném rejstříku položka s vyšší úrovní větší odsazení."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hlavní položka"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Vytvoří z vybraného textu hlavní položku abecedního rejstříku."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Použít na všechny další výskyty"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Pouze celá slova"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Rozlišovat velikost"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Další položka (stejný název)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Přejde v dokumentu na další položku rejstříku stejného typu a se stejným názvem."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Předchozí položka (stejný název)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Přejde v dokumentu na předchozí položku rejstříku stejného typu a se stejným názvem."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Předchozí položka"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Přejde v dokumentu na předchozí položku rejstříku stejného typu."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Další položka"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Přejde v dokumentu na následující položku rejstříku stejného typu."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Označí vybraný text jako položku rejstříku nebo obsahu. Upraví vybranou položku rejstříku."
diff --git a/source/cy/cui/messages.po b/source/cy/cui/messages.po
index 4a84b3f6ee6..38d4b20656e 100644
--- a/source/cy/cui/messages.po
+++ b/source/cy/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/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: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565800847.000000\n"
#. GyY9M
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "_Cadw bob tro fel:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Dogfen testun"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Dogfen HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Prif ddogfen"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Taenlen"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Cyflwyniad"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Lluniadu"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fformiwla"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Yn pennu'r math o ddogfen rydych am ddiffinio'r fformat ffeil rhagosodedig ar ei chyfer."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Yn pennu sut y bydd dogfennau o'r math sydd wedi'u dewis ar y chwith bob amser yn cael eu cadw fel y math hwn o ffeil. Gallwch ddewis math arall o ffeil ar gyfer y ddogfen gyfredol yn y dialog Cadw fel."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Math dogfen:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Fformat Ffeil Rhagosodedig a Gosodiadau ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Yn yr adran Cyffredinol, gallwch ddewis y gosodiadau rhagosodedig ar gyfer cadw dogfennau a dewis y fformatau ffeil rhagosodedig."
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office.po b/source/cy/officecfg/registry/data/org/openoffice/Office.po
index 3f7d41a0271..834496a2195 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/cy/>\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==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547634526.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Nodiadau"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Dogfennau testun"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Taenlenni"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Cyflwyniadau"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Darluniau"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Tudalennau gwe"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Prif ddogfennau"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fformiwlâu"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Dogfennau Cronfa Ddata"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
index 3877ed2963f..b95ae554f47 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cy/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/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: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565779480.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Dilysu ~Data..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Dileu Rhesi"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Newid y Prif Sleid..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Prif Dudalen..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Mewnosod Colofnau"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Dileu'r colofnau hyn"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Dileu Rhesi"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Dileu ~Rhesi"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Dileu'r rhesi hyn"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Mewnosod rhif tudalen"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Rhif Tudalen"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Colofnau ~Cynt"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Dileu Rhesi"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rhesi"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Dileu'r rhesi hyn"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/cy/sc/messages.po b/source/cy/sc/messages.po
index a5f2588eadb..03846eaeb7b 100644
--- a/source/cy/sc/messages.po
+++ b/source/cy/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/cy/>\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==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565695958.000000\n"
#. kBovX
@@ -32459,38 +32459,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Pan fydd yr dewis hwn wedi'i alluogi, mae Calc yn cadw cynnwys blaenorol celloedd wrth ludo rhai gwag. Fel arall, mae Calc yn dileu cynnwys celloedd blaenorol."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Dewisiadau Eraill"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "_Math colofn:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Dewiswch golofn yn y ffenestr rhagolwg a dewis y math o ddata i gymhwyso'r data a fewnforiwyd."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Testun i Golofnau"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Meysydd"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Yn gosod y dewisiadau mewnforio ar gyfer data amffiniedig."
diff --git a/source/cy/sd/messages.po b/source/cy/sd/messages.po
index 4e5f3e3c87b..e555f86e964 100644
--- a/source/cy/sd/messages.po
+++ b/source/cy/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-11 15:41+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/cy/>\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==3) ? 3 :(n==6) ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565695968.000000\n"
#. WDjkB
@@ -1223,249 +1223,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Mewnosod Testun"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Llwytho Prif Sleid"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Chwith"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "De"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Brig"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Gwaelod"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Brig Chwith?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Gwaelod Chwith?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Brig De?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Gwaelod De?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Llorweddol"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Fertigol"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Popeth?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Methu rhedeg y weithred ym modd byw."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Nôl"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Parhau"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Trosolwg"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Goddefiad Lliw"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Trawsbylu"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Ymestyn Sleid"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Sleid Tabl Cynnwys"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Dim ffynhonnell SANE ar gael ar hyn o bryd."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Ar hyn o bryd, nid oes ffynhonnell TWAIN ar gael."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Sefydlog"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Newidyn"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Safonol"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Safonol (byr)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Safonol (hir)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Enw ffeil"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Enw Llwybr/Ffeil"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Llwybr"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Enw ffeil heb estyniad"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Sioe Sleidiau Cyfaddas Newydd"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copïo "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Fformat Cyflwyno %PRODUCTNAME Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Fformat Lluniadu %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Dad-grwpio Metaffeil(iau)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Methu dadgrwpio'r holl wrthrychau lluniadu."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Cyflwyniad %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Lluniadu %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1475,157 +1505,157 @@ msgstr ""
"Hoffech chi ei newid?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Testun"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Dolen"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Cysylltiad ymwelwyd ag ef"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Cysylltiad gweithredol"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Nodiadau"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Tabl cynnwys"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Clicio i gychwyn"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Awdur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-bost"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Tudalen Cartref"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Gwybodaeth bellach"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Llwytho cyflwyniad i lawr"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Yn anffodus nid yw eich porwr yn cynnal fframiau'n arnofio."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Tudalen gyntaf"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Tudalen olaf"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Testun"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Delwedd"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Gyda chynnwys"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Heb gynnwys"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "I dudalen"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Trosi didfap yn bolygon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Clicio i adael y cyflwyniad..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Oedi..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Gosod ffefryn 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Hidl Delwedd"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1635,799 +1665,805 @@ msgstr ""
"yn yn ffeil sain ddilys !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Trosi i metaffeil"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Trosi i didfap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Methu creu ffeil $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Methu agor ffeil $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Methu copïo ffeil $(URL1) i $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Enw'r Brif Sleid. Cliciwch i'r dde am y rhestr a chlicio am y ddeialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Ailenwi Sleid"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Ailenwi Tudalen"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Nid yw enwau dyblyg neu wag yn bosibl"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Enw"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Ailenwi Prif Sleid"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Ardal Teitl ar gyfer AwtoCynlluniau"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Ardal Gwrthrych ar gyfer AwtoCynlluniau"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Ardal Troedyn"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Ardal Pennyn"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Ardal Dyddiad"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Ardal Rhif Sleid"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Ardal Rhif Tudalen"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<pennyn>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<troedyn>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dyddiad/amser>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<rhif>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<slide-name>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<page-name>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Nodiadau Ardal"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Trosi Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Sleidiau"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Tudalennau"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Dim rhagolwg ar gael"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Paratoi rhagolwg"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Cynlluniau"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Arddulliau Lluniadu"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Arddulliau Cyflwyno"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Arddulliau Cell"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Siâp %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Gosod y Ddelwedd Gefndir"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Sylwadau"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Ailosod Cynllun Sleidiau"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Mewnosod Tab"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Mewnosod Siart"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Mewnosod Delwedd"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Mewnosod Sain neu Fideo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Llusgo a Gollwng Tudalennau"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Llusgo a Gollwng Sleidiau"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Ychwanegwch Ddelweddau i'r Albwm."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Sleid Testun"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Nid yw cyfeiriadur targed lleol '%FILENAME' yn wag. Bydd rhai ffeiliau yn cael eu trosysgrifo. Parhau?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Cefndir"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Gwrthrych cefndir"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Cynllun"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Rheolydd"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Llinellau Dimensiwn"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Sleid"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Tudalen"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Sleid"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Prif Sleid"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Prif Sleid:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Prif Dudalen"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Prif Dudalen:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Nodiadau)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Taflenni"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Clicio i olygu fformat testun y teitl"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Clicio i olygu fformat y testun amlinell"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Tapio dwbl i olygu fformat testun y teitl"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Tapio dwbl i olygu fformat y testun amlinell"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Lefel Ail Amlinell"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Lefel y Drydedd Amlinell"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Lefel y Bedwaredd Amlinell"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Lefel y Bumed Amlinell"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Lefel y Chweched Amlinell"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Lefel y Seithfed Amlinell"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Clicio i symud y sleid"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Clicio i olygu fformat y nodiadau"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Tap dwbl i symud y sleid"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Tapio dwbl i olygu fformat y nodiadau"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Cliciwch i ychwanegu Teitl"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Cliciwch i ychwanegu Testun"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Cliciwch i ychwanegu Testun"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Cliciwch i ychwanegu Nodiadau"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Tap dwbl i ychwanegu Teitl"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Tap dwbl i ychwanegu Testun"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Tap dwbl i ychwanegu Testun"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tapio i olygu testun"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Tap dwbl i ychwanegu Nodiadau"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Clic dwbl i ychwanegu Delwedd"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Clic dwbl i ychwanegu Delwedd"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Clic dwbl i ychwanegu Siart"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Clic dwbl i ychwanegu Siart Trefniadol"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Clic dwbl i ychwanegu Taenlen"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Rhagosodedig"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Teitl"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Arddull Lluniadu Rhagosodedig"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Symud sleidiau"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Mewnosod Tudalennau"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Mewnosod Tudalen"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Priodweddau Sleidiau..."
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Gwrthrych heb lenwad"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Gwrthrych heb lanw na llinell"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Testun"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Teitl A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Pennawd A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Testun A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Teitl A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Pennawd A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Testun A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Graffigol"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Siapiau"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Llinellau"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Llinell Saeth"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Llinell Dashedig"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Llanwyd"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Llanw Glas"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Llanw Gwyrdd"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Llanw Melyn"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Llanw Coch"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Amlinellwyd"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Amlinell Glas"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Amlinell Gwyrdd"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Amlinell Melyn"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Amlinell Coch"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Teitl"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Is deitl"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Amlinell"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Gwrthrych cefndir"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Cefndir"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Nodiadau"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Mewnforio o PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Cadw Dogfen"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Lleihau maint ffont"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Cynyddu maint ffont"
@@ -2435,637 +2471,637 @@ msgstr "Cynyddu maint ffont"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Golwg Lluniadu"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Golwg Lluniadu"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Golwg Amlinell"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Golwg Sleidiau"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Dyma lle rhydych yn trefnu sleidiau."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Golwg Nodiadau"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Golwg Taflen"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TeitlCyflwyniad"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "AmlinellwrCyflwyniad"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "IsdeitlCyflwyniad"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "TudalenCyflwyniad"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NodiadauCyflwyniad"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Taflen"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "SiâpCyflwyniadHygyrchAnhysbys"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "TroedynCyflwyniad"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PennynCyflwyniad"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DyddiadAcAmserCyflwyniad"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "RhifTudalenCyflwyniad"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Cyflwyniad %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Teitl"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Amlinellu"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Is Deitl"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Tudalen"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Nodiadau"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Taflen"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Siap Cyflwniad Hygyrchedd Anhysbys"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Troedyn"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Pennyn"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dyddiad"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Rhif"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(darllen yn unig)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "dim"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Tan y clic nesaf"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Tan ddiwedd y sleid"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Cyfeiriad:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Chwyddo:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Sbocau:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Lliw cyntaf:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Ail liw:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Lliw llanw:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Arddull:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Ffont:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Lliw ffont:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Arddull:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Ffurf-deip:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Lliw llinell:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Maint ffont:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Maint:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Swm:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Lliw:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Dim sain)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Atal y sain blaenorol)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Sain arall..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sampl"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Trigyr"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Llwybrau defnyddwyr"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Mynedfa: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Pwyslais: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Gadael: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Llwybrau Mudiant: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Amr: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Dim"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Heddiw,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ddoe,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(dim awdur)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "Mae %PRODUCTNAME Impress wedi cyrraedd diwedd y cyflwyniad. Hoffech chi barhau o'r cychwyn?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "Mae %PRODUCTNAME Impress wedi cyrraedd diwedd y cyflwyniad. Hoffech chi barhau o'r diwedd?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "Mae %PRODUCTNAME Draw wedi cyrraedd diwedd y ddogfen. Hoffech chi barhau o'r cychwyn?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "Mae %PRODUCTNAME Draw wedi cyrraedd dechrau'r ddogfen. Hoffech chi barhau o'r diwedd?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Mewnosod Sylw"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Dileu Sylw(adau)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Symud Sylwadau"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Golygu Nodyn"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Ateb i %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Ailchwarae'r Cyfrwng"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabl"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dogfen"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Sleidiau i'r dudalen:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Trefn:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Cynnwys"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Enw sleid"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Enw tudalen"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Dyddiad ac amser"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Tudalennau cudd"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Lliw"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Maint"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Llyfryn"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Dalennau"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Cynnwys"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Defnyddio dim ond y drôr papur o'r dewisiadau argraffu"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Tudalennau:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Sleidiau:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "Mae %PRODUCTNAME Impress wedi chwilio i ddiwedd y cyflwyniad. Hoffech chi barhau i'r diwedd?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "Mae %PRODUCTNAME Impress wedi chwilio i gychwyn y cyflwyniad. Hoffech chi barhau i'r diwedd?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "Mae %PRODUCTNAME Draw wedi chwilio i ddiwedd y ddogfen. Hoffech chi barhau o'r cychwyn?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "Mae %PRODUCTNAME Draw wedi chwilio i gychwyn y ddogfen. Hoffech chi barhau o'r diwedd?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animeiddio"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Cysylltiad"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "_Nesaf"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Blaenorol"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Sleid _Gyntaf"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Sleid _Olaf"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Cau'r Paen"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Ychwanegu cynllun newydd"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/cy/svtools/messages.po b/source/cy/svtools/messages.po
index eead937e4b7..e3621434a6b 100644
--- a/source/cy/svtools/messages.po
+++ b/source/cy/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-20 14:45+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/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: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563633284.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Sgrolio i'r ddalen olaf"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Ychwanegu dalen"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/cy/sw/messages.po b/source/cy/sw/messages.po
index a69b0e82651..8a9a6c07c9e 100644
--- a/source/cy/sw/messages.po
+++ b/source/cy/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Rhoslyn Prys <post@meddal.com>\n"
"Language-Team: Welsh <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/cy/>\n"
"Language: cy\n"
@@ -4745,7 +4745,7 @@ msgstr "Diweddaru adrannau"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Dileu adrannau"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9269,13 +9269,13 @@ msgstr "Rhes wedi ei Dileu"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Colofn Mewnosodwyd"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Colofn Dilëwyd"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16963,230 +16963,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Mewnosod Cofnod Mynegai"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Yn dileu'r cofnod a ddewiswyd o'r mynegai. Nid yw'r testun mynediad yn y ddogfen yn cael ei ddileu."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Mewnosod"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Mynegai"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Dewiswch y mynegai rydych chi am ychwanegu'r cofnod ato."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Mynegai Defnyddiwr Diffinedig Newydd"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Cofnod:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Yn dangos y testun a ddewiswyd yn y ddogfen. Os dymunwch, gallwch roi gair gwahanol ar gyfer y cofnod mynegai. Nid yw'r testun a ddewiswyd yn y ddogfen wedi'i newid."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Diweddaru'r cofnod o'r dewis"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Darlleniad ffonetig:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Rhowch y darlleniad ffonetig ar gyfer y cofnod cyfatebol. Er enghraifft, os oes gan air Kanji Japaneaidd fwy nag un ynganiad, rhowch yr ynganiad cywir fel gair Katakana. Yna mae'r gair Kanji yn cael ei ddidoli yn ôl y cofnod darllen ffonetig."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Darlleniad ffonetig:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Rhowch y darlleniad ffonetig ar gyfer y cofnod cyfatebol."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Darlleniad ffonetig:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Rhowch y darlleniad ffonetig ar gyfer y cofnod cyfatebol."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "Allwedd 1af:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Yn gwneud y dewisiad presennol yn is-gofnod o'r gair rydych chi'n ei nodi yma. Er enghraifft, os dewiswch \"oer\", a rhoi \"tywydd\" fel yr allwedd 1af, y cofnod mynegai fydd \"tywydd, oer\"."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2il allwedd:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Yn gwneud y dewis presennol yn is-gofnod o'r allwedd 1af. Er enghraifft, os dewiswch \"oer\", a nodi \"tywydd\" fel yr allwedd 1af a \"gaeaf\" fel yr 2il allwedd, y cofnod mynegai fydd \"tywydd, gaeaf, oer\"."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Lefel mynegai:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Rhowch lefel y mynegai ar gyfer y cofnod, sy'n pennu gwedd y cofnod yn y mynegai sy'n i'w gynhyrchu."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Rhowch lefel y mynegai ar gyfer y cofnod. Mae lefel y mynegai yn pennu gwedd y cofnod, yn ôl y gosodiadau ar gyfer y lefel honno yn y tab “Cofnodion” a'r tab “Arddulliau” yn y deialog “Tabl Cynnwys, Mynegai, neu Lyfryddiaeth”. Gyda gosodiadau rhagosodedig, mae lefel mynegai uwch yn arwain at fewnoliad uwch ar gyfer y cofnod yn y mynegai sydd i'w gynhyrchu."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Prif gofnod"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Yn gwneud y testun a ddewiswyd yn brif gofnod mewn mynegai yn nhrefn yr wyddor."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Gosod i bob enghraifft arall"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Ychwanegu cofnod mynegai at unrhyw ddigwyddiadau eraill o'r testun a ddewiswyd yn “Cofnod”."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Ychwanegu cofnod mynegai at unrhyw ddigwyddiadau eraill o'r testun a ddewiswyd i “Cofnod”. Ar gyfer cofnod wedi'i addasu, bydd y paru yn cael ei gynnal ar y dewis gwreiddiol, ond mae'r cofnod wedi'i addasu yn cael ei fewnosod, a bydd yn ymddangos yn y mynegai."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Geiriau cyfan yn unig"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Cydweddu maint"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Y Cofnod a Ddewiswyd"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Cofnod nesaf (yr un enw)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Yn neidio i'r cofnod mynegai nesaf o'r un math a gyda'r un enw yn y ddogfen."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Cofnod blaenorol (yr un enw)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Yn neidio i'r cofnod mynegai blaenorol o'r un math a gyda'r un enw yn y ddogfen."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Cofnod blaenorol"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Yn neidio i'r cofnod mynegai blaenorol o'r un math yn y ddogfen."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Cofnod nesaf"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Yn neidio i'r cofnod mynegai nesaf o'r un math yn y ddogfen."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Yn marcio'r testun a ddewiswyd fel cofnod mynegai neu dabl cynnwys. Yn golygu'r cofnod mynegai a ddewiswyd."
diff --git a/source/da/cui/messages.po b/source/da/cui/messages.po
index 753fc7f6147..913150e308c 100644
--- a/source/da/cui/messages.po
+++ b/source/da/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-12 12:04+0000\n"
"Last-Translator: David Lamhauge <davidlamhauge@gmail.com>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/da/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Gem altid _som:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstdokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Hoveddokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Regneark"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Præsentation"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tegning"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formel"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Angiver den dokumenttype, som du vil definere et et standardfilformat til."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Angiver, hvordan dokumenter af den type, der er valgt til venstre, altid bliver gemt som den filtype. Du kan måske vælge en anden filtype til det aktuelle dokument i dialogen Gem som."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okumenttype:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Standardfilformat og ODF-indstillinger"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "I sektionen Generelt kan du vælge standardindstillinger til lagring af dokumenter, og kan vælge standardfilformater."
diff --git a/source/da/helpcontent2/source/text/scalc.po b/source/da/helpcontent2/source/text/scalc.po
index 887e1eb5cbe..046070fc8a0 100644
--- a/source/da/helpcontent2/source/text/scalc.po
+++ b/source/da/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-01-14 20:38+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/da/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Slet Ark</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Farve på Arkfane"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/scalc/00.po b/source/da/helpcontent2/source/text/scalc/00.po
index 2fdfc37801c..009888ce503 100644
--- a/source/da/helpcontent2/source/text/scalc/00.po
+++ b/source/da/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-27 11:23+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/da/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Vælg <emph>Ark - Slet Celler...</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Vælg <emph>Ark - Slet ark</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Åbn en arkfanens genvejsmenu."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Vælg <emph>Ark - Flyt eller Kopier ark</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Åbn en arkfanes genvejsmenu."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Indsæt kolonner"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Vælg <menuitem>Ark - Indsæt ark</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Vælg <emph> Ark</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Vælg <emph>Ark - Omdøb ark</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Vælg <emph>Ark - Vis ark</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Arkmenu"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/scalc/01.po b/source/da/helpcontent2/source/text/scalc/01.po
index 495673ac637..aa138794411 100644
--- a/source/da/helpcontent2/source/text/scalc/01.po
+++ b/source/da/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-22 12:50+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/da/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>regneark; slette</bookmark_value><bookmark_value>ark; slette</bookmark_value><bookmark_value>slette; regneark</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Slet ark"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Sletter det aktuelle ark efter bekræftelse af handlingen.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Du kan ikke slette et ark, mens <emph>Rediger - Ændringssporing - Registrer</emph> er aktiveret."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Sletter det aktive ark."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Nej"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Annullerer dialogen. Ingen sletning udføres."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>regneark; flytte</bookmark_value><bookmark_value>regneark; kopiere</bookmark_value><bookmark_value>flytte; regneark</bookmark_value><bookmark_value>kopiere; regneark</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Flyt eller kopier et ark"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Indsæt ark"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>ark;opret</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Indsæt ark"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43448,14 +43430,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>regnearksnavne</bookmark_value><bookmark_value>skifte; arknavne</bookmark_value><bookmark_value>ark; omdøbe</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Omdøb ark"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43511,32 +43493,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Vis ark"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; vise</bookmark_value><bookmark_value>vise; ark</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Vis ark"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Viser ark, som tidligere blev skjult med kommandoen <emph>Skjul</emph>.</ahelp></variable> Marker kun ét ark for at kalde kommandoen. Det aktuelle ark er altid valgt. Hvis et andet ark end det aktuelle ark er valgt, kan du slå det fra ved at trykke på <switchinline select=\"sys\"> <caseinline select=\"MAC\">Æble</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> mens du klikker på den tilsvarende arkfane i bunden af vinduet."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47601,14 +47592,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>indsæt rækker;beskyttet ark</bookmark_value><bookmark_value>indsæt kolonner;beskyttet ark</bookmark_value><bookmark_value>slet kolonner;beskyttet ark</bookmark_value><bookmark_value>slet rækker;beskyttet ark</bookmark_value><bookmark_value>beskyttet ark;indsæt kolonner</bookmark_value><bookmark_value>beskyttet ark;indsæt rækker</bookmark_value><bookmark_value>beskyttet ark;slet rækker</bookmark_value><bookmark_value>beskyttet ark;slet rækker</bookmark_value><bookmark_value>beskyt;ark</bookmark_value><bookmark_value>markering;i beskyttede celler</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Beskytte ark</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55293,6 +55284,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69814,6 +70039,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=ÅR.BRØK(\"2008-01-01\"; \"2008-07-01\";0)</item> returnerer 0.50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70120,6 +70408,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/scalc/guide.po b/source/da/helpcontent2/source/text/scalc/guide.po
index 778679c9831..216c621ce46 100644
--- a/source/da/helpcontent2/source/text/scalc/guide.po
+++ b/source/da/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-03-13 15:16+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/da/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigering gennem arkfaner"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; vise flere</bookmark_value><bookmark_value>arkfaner;bruge</bookmark_value><bookmark_value>visninger;flere ark</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Naviger gennem ark faner</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "$[officename] viser som standard tre ark \"Ark1\" til \"Ark3\" i hvert nyt regnearksdokument. Du kan skifte mellem ark i et regneark ved at bruge arkfanerne i bunden af skærmen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Ark tabulatorer</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Brug navigationsknapperne for at vise alle arkene i dit dokument. Et klik på knappen længst til venstre eller længst til højre viser den første hhv. sidste arkfane. De midterste knapper tillader dig at rulle fremad og baglæns gennem alle arkfaner. For at vise selve arket, klik på arkets faneblad."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Anvende flere ark"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; indsætte</bookmark_value> <bookmark_value>indsætte; ark</bookmark_value> <bookmark_value>ark; vælge flere</bookmark_value> <bookmark_value>tilføje ark</bookmark_value> <bookmark_value>vælge; flere ark</bookmark_value> <bookmark_value>flere ark</bookmark_value> <bookmark_value>beregne;flere ark</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Anvende flere ark</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Indsætte et ark"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Vælg <item type=\"menuitem\">Indsæt - Ark</item> for at indsætte et nyt ark eller et eksisterende ark fra en anden fil."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Åbner en dialogboks hvor du kan tilknytte makroer til arkhændelser.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Åbner et vindue hvor du kan knytte en farve til en arkfane.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/scalc/menu.po b/source/da/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/da/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/da/helpcontent2/source/text/shared/00.po b/source/da/helpcontent2/source/text/shared/00.po
index 6e09cdec9ce..1887feb86cc 100644
--- a/source/da/helpcontent2/source/text/shared/00.po
+++ b/source/da/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-27 11:24+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/da/>\n"
@@ -1595,6 +1595,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">For at tilgå denne kommando...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6459,14 +6513,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menuen Filer"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Vælg <emph>Filer - Forhåndsvis i webbrowser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6477,41 +6531,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Vælg <menuitem>Filer - Ny(t)</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Ikonet <emph>Ny(t)</emph> på værktøjslinjen <emph>Standard</emph> (ikonet viser typen på det nye dokument)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Ikonet Ny(t)</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Ny"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Tasten <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6639,32 +6702,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Vælg <menuitem>Filer - Åbn</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "På værktøjslinjen <emph>Standard</emph> klikker du på"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Ikonet Åbn</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6675,6 +6738,105 @@ msgctxt ""
msgid "Open File"
msgstr "Åbn fil"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7035,50 +7197,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Adressedatakildeguider - Felttilknytning</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Vælg <emph>Filer - Luk</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Vælg <menuitem>Filer - Gem</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Åbn linjen <emph>Standard</emph> eller <emph>Tabeldata</emph>, klik på"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Vælg <menuitem>Filer - Gem</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Ikonet Gem</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7089,14 +7269,41 @@ msgctxt ""
msgid "Save"
msgstr "Gem"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Ikonet Gem som</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7107,6 +7314,51 @@ msgctxt ""
msgid "Save As"
msgstr "Gem som"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7188,14 +7440,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Vælg <menuitem>Filer - Gem alle</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Vælg <menuitem>Filer - Gem som</menuitem>.</variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7206,6 +7467,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Vælg <menuitem>Filer - Seneste dokumenter</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7350,14 +7629,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Menu <menuitem>Filer - Vis udskrift</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Ikonet Vis udskrift</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7377,14 +7674,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Vælg <menuitem>Filer - Udskriftindstillinger</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Menuen <menuitem>Filer - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7413,14 +7728,68 @@ msgctxt ""
msgid "Email Document"
msgstr "E-maildokument"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Vælg <menuitem>Filer - Eksport</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7431,23 +7800,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Vælg <menuitem>Filer - Eksporter som - Eksporter som EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Ikonet Eksporter som EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Eksporter direkte som EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7512,6 +7881,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Vælg <menuitem>Filer - Eksporter som - Eksporter som PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7557,32 +7944,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Vælg <menuitem>Filer - Udskriv</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "På værktøjslinjen <emph>Standard</emph> klikker du på"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Kommando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Ikonet Udskriv</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7593,33 +7980,6 @@ msgctxt ""
msgid "Print"
msgstr "Udskriv"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "På linjen <emph>Sidevisning</emph> i tekstdokumentet, klik"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Ikonet Vis udskrift</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Udskriv forhåndsvisning"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7692,14 +8052,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Vælg <menuitem>Filer - Eksporter</menuitem>, hvis PBM, PPM eller PGM er valgt som filtype, åbnes dialogen automatisk.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Vælg <emph>Filer - Versioner</emph></variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/da/helpcontent2/source/text/shared/01.po b/source/da/helpcontent2/source/text/shared/01.po
index a3987ec17a0..88bb442f943 100644
--- a/source/da/helpcontent2/source/text/shared/01.po
+++ b/source/da/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-04-25 17:42+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/da/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funktion</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Åbner et dokument placeret på en ekstern filserver.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Vælg <item type=\"menuitem\">Filer - Åbn ekstern...</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Klik på knappen <emph>Eksterne filer</emph> i <emph>Startcenteret</emph>"
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Langklik på ikonet <emph>Åbn</emph> og vælg <emph>Åbn ekstern fil</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Gemmer en kopi af det aktuelle dokument med et andet navn eller placering.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Vælg <item type=\"menuitem\">Filer - Gem en kopi</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Eksporterer dokumentet i PDF- eller EPUB-format.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Vælg <emph>Filer ▸ Eksporter som</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">For at markere alle cellerne i et ark, skal du klikke på knappen ved kolonne- og rækkeoverskrifternes skæringspunktet i øverste venstre hjørne af arket. </caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">For at vælge alle arkene i en regnearksfil højreklikker du på et arks navnefaneblad og vælger så <emph>Marker alle ark</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Markerer alle ark i det aktuelle regneark.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43942,14 +43897,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>tilpasse; hændelser</bookmark_value> <bookmark_value>hændelser; tilpasse</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Hændelser</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43960,15 +43915,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Tilknytter makroer til programbegivenheder. De tilknyttede makroer afvikles automatisk, hver gang de valgte begivenheder optræder.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Dialogfeltet har reduceret funktionalitet, når den bliver kaldt fra menuen Rediger - Ark i et regneark."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/swriter/00.po b/source/da/helpcontent2/source/text/swriter/00.po
index 4a54f128d17..475ee8f7ff7 100644
--- a/source/da/helpcontent2/source/text/swriter/00.po
+++ b/source/da/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-27 11:23+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/da/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Brevfletning"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/da/helpcontent2/source/text/swriter/01.po b/source/da/helpcontent2/source/text/swriter/01.po
index 39a55556712..d7a016ab76c 100644
--- a/source/da/helpcontent2/source/text/swriter/01.po
+++ b/source/da/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-27 11:23+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/da/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Du kan ikke redigere dit dokument, mens du er i udskriftsvisningen."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Klik på knappen <emph>Luk udskriftsvisning</emph> for at afslutte udskriftsvisning.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13707,14 +13707,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (HR og HS)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Opretter et hyperlink til den del af elementet, som du omgiver af Hyperlink-Start (HR) og -Slut (HS) mærkater. Klik i den tomme boks på <emph>Strukturlinjen</emph> foran den del, som du vil oprette et hyperlink til, og klik så på denne knap. Klik i den tomme boks efter den del, som du vil hyperlinke, og klik så på denne knap igen. Alle hyperlinks skal være entydige. Kun tilgængelig for indholdsfortegnelser</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13941,6 +13941,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28370,13 +28379,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/da/officecfg/registry/data/org/openoffice/Office.po b/source/da/officecfg/registry/data/org/openoffice/Office.po
index e5abad09fd6..f119806dd99 100644
--- a/source/da/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/da/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-16 04:36+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/da/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Noter"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstdokumenter"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Regneark"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Præsentationer"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tegninger"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Websider"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Hoveddokumenter"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formler"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Databasedokumenter"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/da/officecfg/registry/data/org/openoffice/Office/UI.po b/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
index d9235957de2..252d241c4f9 100644
--- a/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/da/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-21 10:35+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/da/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565537469.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Data ~validering..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Slet rækker"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Ændr diasmaster..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Masterdias..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Indsæt kolonner"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Slet valgte kolonner"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Slet rækker"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Slet ~rækker"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Slet valgte rækker"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Sidetal"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolonner foran"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Slet rækker"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rækker"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Slet valgte rækker"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/da/sc/messages.po b/source/da/sc/messages.po
index 562c08282fa..7f217069fe4 100644
--- a/source/da/sc/messages.po
+++ b/source/da/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-21 10:36+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/da/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562523528.000000\n"
#. kBovX
@@ -32436,38 +32436,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Når denne valgmulighed er aktivetet, gemmer Calc det tidligere indhold af cellerne, når der kopieres tomme ind. Ellers sletter Calc indholdet af de foregående celler."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Andre indstillinger"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolonnet_ype:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Vælg en kolonne i forhåndsvisningsvinduet og vælg herefter hvilken datatype du vil tildele de importerede data."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst til kolonner"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Felter"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Indstiller importindstillinger for adskilte data."
diff --git a/source/da/sd/messages.po b/source/da/sd/messages.po
index 74629167d08..fc3d2e63939 100644
--- a/source/da/sd/messages.po
+++ b/source/da/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-21 10:35+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/da/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562822671.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Indsæt tekst"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Indlæs master dias"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Venstre"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Højre"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Top"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Bund"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Øverst til venstre?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Nederst til venstre?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Øverst til højre?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Nederst til højre?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Vandret"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Lodret"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alle?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Det er ikke muligt at udføre denne handling i livetilstand."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Tilbage"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Fortsæt"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oversigt"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Farveerstatning"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Ton over"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Udvid dias"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Dias med indholdsfortegnelse"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Der er desværre ingen SANE-kilde tilgængelig i øjeblikket."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Der er desværre ingen TWAIN-kilde tilgængelig i øjeblikket."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fast"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (kort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (lang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Filnavn"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Sti/filnavn"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Sti"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Filnavn uden filendelse"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Ny brugerdefineret præsentation"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopi "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Præsentationsformat (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Tegneformat (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Opdel metafil(er)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Det var ikke muligt at opdele alle tegneobjekter!"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION-præsentation"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION-tegning"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Skal det overskrives?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besøgt hyperlink"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiv hyperlink"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Noter"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Indholdsfortegnelse"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klik her for at starte"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Forfatter"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Hjemmeside"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Flere oplysninger"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Hent præsentation"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Din browser understøtter desværre ikke objektrammer."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Første side"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Sidste side"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Billede"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Med indhold"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Uden indhold"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Til den angivne side"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Konverter bitmap til polygon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klik for at afslutte præsentationen..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Tildel 3D-foretrukken"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Billedfilter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"er ingen gyldig lydfil !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konverter til metafil"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konverter til bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Det var ikke muligt at oprette filen $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Det var ikke muligt at åbne filen $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Det var ikke muligt at kopiere filen $(URL1) til $(URL2)."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Navn på Masterdias. Højreklik viser en liste og klik en dialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Omdøb dias"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Omdøb side"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Dobbelte eller tomme navne er ikke mulige"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Navn"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Omdøb masterdias"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelområde til Autolayout"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektområde til Autolayout"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Sidefodsområde"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Sidehovedområde"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datoområde"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Diasnummerområde"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Sidetalområde"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<sidehoved>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<sidefod>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dato/klokkeslæt>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nummer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<dias navn>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<side-navn>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Noteområde"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja-konvertering"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Dias"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Sider"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Forhåndsvisning ikke tilgængelig"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Forbereder forhåndsvisning"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Layout"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Tegnetypografier"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Præsentationstypografier"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Celletypografier"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Figur %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Indstil baggrundsbillede"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Kommentarer"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Nulstil diaslayout"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Indsæt tabel"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Indsæt diagram"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Indsæt billede"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Indsæt lyd eller video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Træk og slip sider"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Træk og slip dias"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Tilføj venligst billeder til albummet."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstdias"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Den lokale målmappe '%FILENAME' er ikke tom. Nogle filer kan blive overskrevet. Vil du fortsætte?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Baggrund"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Baggrundsobjekter"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Layout"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontrolelementer"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Mållinjer"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Dias"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Side"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Dias"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Masterdias"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Masterdias:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Masterside"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Masterside:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Noter)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Uddelingskopier"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klik for at redigere titeltekstens format"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klik for at redigere dispositionstekstens format"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Dobbelttap for at redigere titeltekstens format"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Dobbeltklik for at redigere dispositionens tekstformat"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Andet dispositionsniveau"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tredje dispositionsniveau"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fjerde dispositionsniveau"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Femte dispositionsniveau"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sjette dispositionsniveau"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Syvende dispositionsniveau"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klik for at flytte dias"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klik for at redigere noternes format"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Dobbeltklik for at flytte diasset"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dobbeltklik for at redigere notatformatet"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik for at tilføje en titel"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik for at tilføje tekst"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik for at tilføje tekst"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klik for at tilføje noter"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dobbeltklik for at tilføje Titel"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dobbeltklik for at tilføje tekst"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dobbeltklik for at tilføje tekst"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Klik for at redigere tekst"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dobbeltklil for at tilføje Noter"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dobbeltklik for at tilføje et billede"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dobbeltklik for at tilføje et objekt"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dobbeltklik for at tilføje et diagram"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dobbeltklik for at tilføje et organisationsdiagram"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dobbeltklik for at tilføje et regneark"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standard Tegniningstypografi"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Flyt dias"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Indsæt sider"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Indsæt side"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Diasegenskaber"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt uden fyld"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt uden fyld og uden linjer"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Overskrift A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Overskrift A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafik"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Figurer"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linjer"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pilelinjer"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Stiplet linje"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Udfyldt"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Udfyldt blå"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Udfyldt grøn"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Udfyldt gul"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Udfyldt rød"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Kontur"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Skitseret blå"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Grøn kontur"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Gul kontur"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Rød kontur"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Undertitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Disposition"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Baggrundsobjekter"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Baggrund"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Noter"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-import"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Gem dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Formindsk størrelse på skrifttype"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Forøg størrelse på skrifttype"
@@ -2431,637 +2467,637 @@ msgstr "Forøg størrelse på skrifttype"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tegningsvisning"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tegningsvisning"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Dispositionsvisning"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Diasvisning"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Her kan du sortere dine dias."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notevisning"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Uddelingskopivisning"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Præsentationstitel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Præsentationsoversigt"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Præsentationsundertitel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Præsentationsside"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Præsentationsnoter"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Uddelingskopi"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Ukendt præsentationsfigur"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Præsentationssidefod"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Præsentationssidehoved"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Præsentation dato og tid"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Præsentationssidenummer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-præsentation"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Oversigt"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Undertitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Side"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Noter"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Uddelingskopi"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Ukendt tilgængelig præsentationsfigur"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Sidefod"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Sidehoved"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dato"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Tal"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(skrivebeskyttet)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ingen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Indtil næste klik"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Indtil slutning på dias"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Retning:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Eger:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Første farve:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Anden farve:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Udfyldningsfarve:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Typografi:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Skrifttype:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Skriftfarve:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Typografi:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Skrifttype:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linjefarve:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Skriftstørrelse:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Størrelse:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Mængde:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Farve:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ingen lyd)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop forrige lyd)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Anden lyd..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Prøve"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Udløser"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Brugerstier"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Indgang: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Fremhævning: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Udgang: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Bevægelsesstier: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Div: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ingen"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "I dag,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "I går,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ingen forfatter)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress er nået til slutningen af præsentationen. Vil du fortsætte fra begyndelsen?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress er nået til begyndelsen af præsentationen. Vil du fortsætte fra slutningen?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw er nået til slutningen af dokumentet. Vil du fortsætte fra begyndelsen?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw er nået til begyndelsen af dokumentet. Vil du fortsæt fra slutningen?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Indsæt kommentar"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Slet kommentar(er)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Flyt kommentar"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Rediger kommentar"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Svar til %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Medieafspilning"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Dias per side:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Rækkefølge:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Indhold"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Diasnavn"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Sidenavn"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Dato og klokkeslæt"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Skjulte sider"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Farve"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Størrelse"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brochure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Sidesider"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inkluder"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Brug kun papirbakke fra printerindstillinger"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Sider:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Dias:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress har nået slutningen af præsentationen. Skal søgningen fortsættes fra præsentationens begyndelse?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress har nået begyndelsen af præsentationen. Skal søgningen fortsættes fra præsentationens slutning?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw har nået slutningen af præsentationen. Skal søgningen fortsættes fra præsentationens begyndelse?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw har nået begyndelsen af præsentationen. Skal søgningen fortsættes fra præsentationens slutning?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animation"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Link"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Næste"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Forrige"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Første dias"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Sidste dias"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Luk ruden"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/da/svtools/messages.po b/source/da/svtools/messages.po
index c8924217c11..b641d9debb7 100644
--- a/source/da/svtools/messages.po
+++ b/source/da/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-03-15 14:37+0000\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/da/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/da/sw/messages.po b/source/da/sw/messages.po
index 48d12e4ecfb..c358c0123f4 100644
--- a/source/da/sw/messages.po
+++ b/source/da/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-21 10:36+0000\n"
"Last-Translator: Jørgen Madsen <jfma@mailme.dk>\n"
"Language-Team: Danish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/da/>\n"
@@ -16933,230 +16933,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Indsæt indekselement"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Sletter det valgte element i indekset. Teksten i dokumentet bliver ikke slettet."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Indsæt"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nyt brugerdefineret oversigt"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Opdatér element fra markering"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hovedelement"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Kun hele ord"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Match STORE og små bogstaver"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Næste indførsel (samme navn)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Hopper til den næste indeksindførsel af den samme type og med det samme navn i dokumentet."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Forrige indførsel (samme navn)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Hopper til den forrige indeksindførsel af den samme type og med det samme navn i dokumentet."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Forrige indførsel"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Springer til det forrige indeks element af samme type i dokumentet."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Næste indførsel"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Springer til det næste indeks element af samme type i dokumentet."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/de/cui/messages.po b/source/de/cui/messages.po
index 819b9aaa59d..976c38039e6 100644
--- a/source/de/cui/messages.po
+++ b/source/de/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/de/>\n"
"Language: de\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1566197858.000000\n"
#. GyY9M
@@ -16601,74 +16601,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "_Immer speichern als:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Textdokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-Dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Globaldokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Tabellendokument"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Präsentation"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Zeichnung"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formel"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Legt den Dokumenttyp fest, für den Sie das Standarddateiformat definieren möchten."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Legt fest, dass Dokumente des oberhalb ausgewählten Typs standardmäßig in diesem Dateiformat gespeichert werden. Sie können im Dialog „Speichern unter“ jederzeit ein anderes Dateiformat für das aktuelle Dokument auswählen."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Dokument_typ:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Einstellungen für Standarddateiformat und ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Im Abschnitt „Allgemein“ können Sie Voreinstellungen zum Speichern von Dokumenten und standardmäßigen Dateiformate auswählen."
@@ -20548,7 +20506,7 @@ msgstr "Regel _ignorieren"
#: cui/uiconfig/ui/spellingdialog.ui:566
msgctxt "spellingdialog|extended_tip|ignorerule"
msgid "While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error."
-msgstr "Während der Grammatikprüfung können Sie auf Regel ignoriere klicken, um die Regel zu ignorieren, für die gerade ein Fehler angezeigt wird."
+msgstr "Während der Grammatikprüfung können Sie auf Regel ignorieren klicken, um die Regel zu ignorieren, für die gerade ein Fehler angezeigt wird."
#. xcDLh
#: cui/uiconfig/ui/spellingdialog.ui:577
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index 205dcc16fec..a619cc96e36 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared.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: 2023-03-20 12:32+0100\n"
-"PO-Revision-Date: 2023-04-03 04:34+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -30281,7 +30281,7 @@ msgctxt ""
"par_id3153380\n"
"help.text"
msgid "<emph>0:</emph> If <literal>expression</literal> has a digit at the position of the 0 in the <literal>format</literal> code, the digit is displayed, otherwise a zero is displayed."
-msgstr "<emph>0:</emph> Wenn <literal>Ausdruck</literal> eine Ziffer an der Stelle von der 0 im Code für <literal>Format</literal> hat , wird diese Ziffer angezeigt. Ansonsten wird eine Null angezeigt."
+msgstr "<emph>0:</emph> Wenn <literal>Ausdruck</literal> eine Ziffer an der Stelle der 0 im Code für <literal>Format</literal> hat, wird diese Ziffer angezeigt. Ansonsten wird eine Null angezeigt."
#. MRyQ7
#: 03120301.xhp
@@ -30920,7 +30920,7 @@ msgctxt ""
"par_id3147530\n"
"help.text"
msgid "Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As String, Start As Long , Length As Long, Text As String)"
-msgstr "Mid (Text As String, Anfang As Integer [, Länge As Integer]) oder Mid (Text As String, Anfang As Integer , Länge As Integer, Text As String)"
+msgstr "Mid (Text As String, Anfang As Integer [, Länge As Integer]) oder Mid (Text As String, Anfang As Integer, Länge As Integer, Text As String)"
#. 5MG4F
#: 03120306.xhp
diff --git a/source/de/helpcontent2/source/text/sbasic/shared/03.po b/source/de/helpcontent2/source/text/sbasic/shared/03.po
index 1972f28a76d..aafe03bac1d 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared/03.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared/03.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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-21 07:35+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsbasicshared03/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -12371,7 +12371,7 @@ msgctxt ""
"par_id891598456980194\n"
"help.text"
msgid "For dates: \"Standard (short)\", \"Standard (short YY)\", \"Standard (short YYYY)\", \"Standard (long)\", \"DD/MM/YY\", \"MM/DD/YY\", \"YY/MM/DD\", \"DD/MM/YYYY\", \"MM/DD/YYYY\" , \"YYYY/MM/DD\", \"YY-MM-DD\", \"YYYY-MM-DD\"."
-msgstr "Für Daten: \"Standard (short)\", \"Standard (short YY)\", \"Standard (short YYYY)\", \"Standard (long)\", \"DD/MM/YY\", \"MM/DD/YY\", \"YY/MM/DD\", \"DD/MM/YYYY\", \"MM/DD/YYYY\" , \"YYYY/MM/DD\", \"YY-MM-DD\", \"YYYY-MM-DD\"."
+msgstr "Für Daten: \"Standard (short)\", \"Standard (short YY)\", \"Standard (short YYYY)\", \"Standard (long)\", \"DD/MM/YY\", \"MM/DD/YY\", \"YY/MM/DD\", \"DD/MM/YYYY\", \"MM/DD/YYYY\", \"YYYY/MM/DD\", \"YY-MM-DD\", \"YYYY-MM-DD\"."
#. CDCLC
#: sf_dialogcontrol.xhp
diff --git a/source/de/helpcontent2/source/text/scalc.po b/source/de/helpcontent2/source/text/scalc.po
index 9910c8304ea..82ca545dc4f 100644
--- a/source/de/helpcontent2/source/text/scalc.po
+++ b/source/de/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-19 17:18+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/de/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Tabelle löschen</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Farbe des Tabellenregisters"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/00.po b/source/de/helpcontent2/source/text/scalc/00.po
index de7a3ce0685..d970351f2b7 100644
--- a/source/de/helpcontent2/source/text/scalc/00.po
+++ b/source/de/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-04-21 07:35+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Wählen Sie <emph>Tabelle – Zellen löschen…</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Wählen Sie <emph>Tabelle – Tabelle löschen…</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Öffnen Sie das Kontextmenü eines Tabellenregisters."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Wählen Sie <emph>Tabelle – Tabelle verschieben/kopieren…</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Öffnen Sie das Kontextmenü eines Tabellenregisters."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Spalten einfügen"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Wählen Sie <menuitem>Tabelle – Tabelle einfügen…</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Wählen Sie <emph>Tabelle</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Wählen Sie <emph>Tabelle – Tabelle umbenennen…</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Wählen Sie <emph>Tabelle – Tabelle einblenden…</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Diese Funktion ist seit %PRODUCTNAME 7.3 verfügbar."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Diese Funktion ist seit %PRODUCTNAME 7.4 verfügbar."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Diese Funktion ist seit %PRODUCTNAME 7.5 verfügbar."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menü Tabelle"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index 2376c4a872a..7eecc39c8cf 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-08 05:34+0000\n"
-"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Tabellen; löschen</bookmark_value><bookmark_value>Tabellenblätter; löschen</bookmark_value><bookmark_value>Löschen; Tabellen</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Tabelle löschen"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Hier können Sie nach einer Sicherheitsabfrage die aktuelle Tabelle löschen.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Sie können eine Tabelle nicht löschen, solange <emph>Bearbeiten – Änderungen verfolgen – Aufzeichnen</emph> aktiviert ist."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Löscht die aktuelle Tabelle."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Nein"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Bricht den Vorgang ab. Es wird nicht gelöscht."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Tabellen; verschieben</bookmark_value><bookmark_value>Tabellen; kopieren</bookmark_value><bookmark_value>Verschieben; Tabellen</bookmark_value><bookmark_value>Kopieren; Tabellen</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Tabelle verschieben/kopieren"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Tabelle einfügen"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>Tabellen; erzeugen</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Tabelle einfügen"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -9824,7 +9806,7 @@ msgctxt ""
"par_id3155900\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_TYP\">Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TYP\">Ergibt den Typ von Werte, wobei 1 = Zahl, 2 = Text, 4 = boolescher Wert, 8 = Formel, 16 = Fehlerwert , 64 = Matrix bedeutet.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TYP\">Ergibt den Typ von Werte, wobei 1 = Zahl, 2 = Text, 4 = boolescher Wert, 8 = Formel, 16 = Fehlerwert, 64 = Matrix bedeutet.</ahelp>"
#. wEzA3
#: 04060104.xhp
@@ -18329,7 +18311,7 @@ msgctxt ""
"par_id541679331443608\n"
"help.text"
msgid "<input>{=INDEX({1,3,5;7,9,10},{2;1},1)}</input> return a 2 row array containing 7 and 1. The row index {2;1} pick row 2 then row 1. The columns index 1 picks the first column."
-msgstr ""
+msgstr "<input>{=INDEX({1,3,5;7,9,10},{2;1},1)}</input> ergibt eine 2-Zeilen-Matrix, welche 7 und 1 enthält. Der Zeilenindex {2;1} wählt zuerst Zeile 2, dann Zeile 1. Der Spaltenindex 1 wählt die erste Spalte."
#. RGnNr
#: 04060109.xhp
@@ -18338,7 +18320,7 @@ msgctxt ""
"par_id511679333116273\n"
"help.text"
msgid "<input>{=INDEX(D3:G12,{1;2;3;4},{3,1})}</input> return a 4 rows by 2 columns array. The row index array {1;2;3;4} picks rows 3 to 6 and {3;1} picks the third (F) and first column (D). Columns 1 and 3 of the source reference are swapped in the resulting array."
-msgstr ""
+msgstr "<input>{=INDEX(D3:G12,{1;2;3;4},{3,1})}</input> ergibt eine Matrix mit 4 Zeilen und 2 Spalten. Die Zeilenindex-Matrix {1;2;3;4} wählt die Zeilen 3 bis 6 und die Spaltenindex-Matrix {3;1} wählt die dritte Spalte (F) und die erste Spalte (D). Die Spalten 1 und 3 des Quellverweises werden in der hierdurch entstehenden Matrix vertauscht."
#. 7pFH2
#: 04060109.xhp
@@ -18365,7 +18347,7 @@ msgctxt ""
"par_id4109012\n"
"help.text"
msgid "<input>{=INDEX(A1:B6;1)}</input> returns the values of the first row of A1:B6. Enter the formula as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>."
-msgstr ""
+msgstr "<input>{=INDEX(A1:B6;1)}</input> ergibt die Werte der ersten Zeile von A1:B6. Geben Sie diese Formel als <link href=\"text/scalc/01/04060107.xhp\">Matrixfunktionen</link> ein."
#. jLKKJ
#: 04060109.xhp
@@ -18374,7 +18356,7 @@ msgctxt ""
"par_id9272133\n"
"help.text"
msgid "<input>{=INDEX(A1:B6;0;1)}</input> returns the values of the first column of A1:B6. Enter the formula as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>."
-msgstr ""
+msgstr "<input>{=INDEX(A1:B6;0;1)}</input> ergibt die Werte der ersten Spalte von A1:B6. Geben Sie diese Formel als <link href=\"text/scalc/01/04060107.xhp\">Matrixfunktionen</link> ein."
#. igC59
#: 04060109.xhp
@@ -18392,7 +18374,7 @@ msgctxt ""
"par_id9960020\n"
"help.text"
msgid "<input>{=INDEX((A1:B6;C1:D6);0;0;2)}</input> returns the values of the second range C1:D6 of the multiple range. Enter the formula as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>."
-msgstr ""
+msgstr "<input>{=INDEX((A1:B6;C1:D6);0;0;2)}</input> ergibt die Werte des zweiten Bereichs C1:D6 von mehreren Bereichen. Geben Sie diese Formel als <link href=\"text/scalc/01/04060107.xhp\">Matrixfunktionen</link> ein."
#. HSbEt
#: 04060109.xhp
@@ -18401,7 +18383,7 @@ msgctxt ""
"par_id701677016751508\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/INDEX\">INDEX wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/INDEX\">Wiki-Seite über INDEX (in Englisch)</link>."
#. LCBWC
#: 04060109.xhp
@@ -22532,7 +22514,7 @@ msgctxt ""
"hd_id3149566\n"
"help.text"
msgid "<variable id=\"ISLEAPYEARh1\"><link href=\"text/scalc/01/04060111.xhp#isleapyear\">ISLEAPYEAR</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ISLEAPYEARh1\"><link href=\"text/scalc/01/04060111.xhp#isleapyear\">ISTSCHALTJAHR</link></variable>"
#. FAqAb
#: 04060111.xhp
@@ -22595,7 +22577,7 @@ msgctxt ""
"par_id721677017247207\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ISLEAPYEAR\">ISLEAPYEAR wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ISLEAPYEAR\">Wiki-Seite über ISTSCHALTJAHR (in Englisch)</link>."
#. MaQes
#: 04060111.xhp
@@ -22613,7 +22595,7 @@ msgctxt ""
"hd_id3154656\n"
"help.text"
msgid "<variable id=\"YEARSh1\"><link href=\"text/scalc/01/04060111.xhp#years\">YEARS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"YEARSh1\"><link href=\"text/scalc/01/04060111.xhp#years\">JAHRE</link></variable>"
#. LoBLi
#: 04060111.xhp
@@ -22667,7 +22649,7 @@ msgctxt ""
"par_id871683137762172\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/YEARS\">YEARS wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/YEARS\">Wiki-Seite über JAHRE (in Englisch)</link>."
#. 3wsG2
#: 04060111.xhp
@@ -22685,7 +22667,7 @@ msgctxt ""
"hd_id3152898\n"
"help.text"
msgid "<variable id=\"MONTHSh1\"><link href=\"text/scalc/01/04060111.xhp#months\">MONTHS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"MONTHSh1\"><link href=\"text/scalc/01/04060111.xhp#months\">MONATE</link></variable>"
#. q2Jcr
#: 04060111.xhp
@@ -22739,7 +22721,7 @@ msgctxt ""
"par_id31683137789991\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/MONTHS\">MONTHS wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/MONTHS\">Wiki-Seite über MONATE (in Englisch)</link>."
#. rEsia
#: 04060111.xhp
@@ -22820,7 +22802,7 @@ msgctxt ""
"hd_id3151300\n"
"help.text"
msgid "<variable id=\"DAYSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#daysinyear\">DAYSINYEAR</link></variable>"
-msgstr ""
+msgstr "<variable id=\"DAYSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#daysinyear\">TAGEIMJAHR</link></variable>"
#. cyjpz
#: 04060111.xhp
@@ -22865,7 +22847,7 @@ msgctxt ""
"par_id651683137822891\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINYEAR\">DAYSINYEAR wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINYEAR\">Wiki-Seite über TAGEIMJAHR (in Englisch)</link>."
#. c7nbU
#: 04060111.xhp
@@ -22883,7 +22865,7 @@ msgctxt ""
"hd_id3154737\n"
"help.text"
msgid "<variable id=\"DAYSINMONTHh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">DAYSINMONTH</link></variable>"
-msgstr ""
+msgstr "<variable id=\"DAYSINMONTHh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">TAGEIMMONAT</link></variable>"
#. M8J3o
#: 04060111.xhp
@@ -22928,7 +22910,7 @@ msgctxt ""
"par_id741683137839471\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINMONTH\">DAYSINMONTH wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINMONTH\">Wiki-Seite über TAGEIMMONAT (in Englisch)</link>."
#. iJAzE
#: 04060111.xhp
@@ -22946,7 +22928,7 @@ msgctxt ""
"hd_id3149048\n"
"help.text"
msgid "<variable id=\"WEEKSh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">WEEKS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"WEEKSh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">WOCHEN</link></variable>"
#. W7FhE
#: 04060111.xhp
@@ -23072,7 +23054,7 @@ msgctxt ""
"par_id431683137857863\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKS\">WEEKS wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKS\">Wiki-Seite über WOCHEN (in Englisch)</link>."
#. 94JhK
#: 04060111.xhp
@@ -23090,7 +23072,7 @@ msgctxt ""
"hd_id3145237\n"
"help.text"
msgid "<variable id=\"WEEKSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#weeksinyear\">WEEKSINYEAR</link></variable>"
-msgstr ""
+msgstr "<variable id=\"WEEKSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#weeksinyear\">WOCHENIMJAHR</link></variable>"
#. Xs58F
#: 04060111.xhp
@@ -23135,7 +23117,7 @@ msgctxt ""
"par_id291683137884236\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKSINYEAR\">WEEKSINYEAR wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKSINYEAR\">Wiki-Seite über WOCHENIMJAHR (in Englisch)</link>."
#. ArNDo
#: 04060111.xhp
@@ -23153,7 +23135,7 @@ msgctxt ""
"par_id3149351\n"
"help.text"
msgid "Add-ins can also be implemented through the <link href=\"https://api.libreoffice.org/\">%PRODUCTNAME API</link>."
-msgstr ""
+msgstr "Add-ins lassen sich auch über die <link href=\"https://api.libreoffice.org/\">%PRODUCTNAME-API</link> implementieren."
#. KziFV
#: 04060112.xhp
@@ -41090,7 +41072,7 @@ msgctxt ""
"par_id0305200911372777\n"
"help.text"
msgid "If C is 0, WEIBULL calculates the probability density function."
-msgstr "Wenn K = 0 , berechnet WEIBULL die Wahrscheinlichkeitsdichtefunktion."
+msgstr "Wenn K = 0, berechnet WEIBULL die Wahrscheinlichkeitsdichtefunktion."
#. gLsBV
#: 04060185.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>Tabellennamen</bookmark_value><bookmark_value>Umbenennen; Tabellen</bookmark_value><bookmark_value>Tabellen; umbenennen</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Tabelle umbenennen"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Tabelle einblenden"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>Tabellen; einblenden</bookmark_value><bookmark_value>Einblenden; Tabellen</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Tabelle einblenden"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Zeigt Tabellen an, die zuvor mit dem Befehl <emph>Tabellen ausblenden</emph> verborgen wurden.</ahelp></variable> Um den Befehl aufzurufen, wählen Sie nur eine Tabelle aus. Die aktuelle Tabelle ist stets ausgewählt. Falls neben der aktuellen eine andere Tabelle ausgewählt sein sollte, können Sie deren Auswahl aufheben, indem Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline> drücken und gleichzeitig auf das entsprechende Tabellenregister am unteren Fensterrand klicken."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,14 +47581,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>Zeilen einfügen; geschützte Tabelle</bookmark_value><bookmark_value>Spalten einfügen; geschützte Tabelle</bookmark_value><bookmark_value>Spalten löschen; geschützte Tabelle</bookmark_value><bookmark_value>Zeilen löschen; geschützte Tabelle</bookmark_value><bookmark_value>Geschützte Tabelle; Spalten einfügen</bookmark_value><bookmark_value>Geschützte Tabelle; Zeilen einfügen</bookmark_value><bookmark_value>Geschützte Tabelle; Zeilen löschen</bookmark_value><bookmark_value>Geschützte Tabelle; Spalten löschen</bookmark_value><bookmark_value>Schützen; Tabellen</bookmark_value><bookmark_value>Auswahl; in geschützten Zellen</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Tabellen schützen</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -53375,7 +53366,7 @@ msgctxt ""
"par_idN1070D\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/validationcriteriapage/showlist\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option+Down Arrow</keycode></caseinline><defaultinline><keycode>Alt+Down Arrow</keycode></defaultinline></switchinline>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/validationcriteriapage/showlist\">Zeigt eine Liste aller gültigen Zeichenfolgen oder Werte zur Auswahl an. Die Liste kann auch geöffnet werden, indem die Zelle ausgewählt und <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option+Pfeil-nach-unten</keycode></caseinline><defaultinline><keycode>Alt+Pfeil-nach-unten</keycode></defaultinline></switchinline>.</ahelp>"
#. AuAaR
#: 12120100.xhp
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr "Wählen Sie <link href=\"text/shared/01/05020300.xhp\">Format – Zellen… – Register: Zahlen</link>"
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -56066,7 +56291,7 @@ msgctxt ""
"par_id631683055048736\n"
"help.text"
msgid "Microsoft Excel <link href=\"https://learn.microsoft.com/en-US/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year\">wrongly assumes year 1900 to be a leap year</link> and considers the inexistent day of 1900-02-29 as valid in date calculations. Dates prior to 1900-03-01 are therefore different in Excel and Calc."
-msgstr ""
+msgstr "Microsoft Excel <link href=\"https://learn.microsoft.com/en-US/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year\">geht fälschlicherweise davon aus, dass das Jahr 1900 ein Schaltjahr ist</link> und betrachtet den nicht existierenden Tag 29.02.1900 als gültigen Tag in Datumsberechnungen. Datumsangaben vor dem 01.03.1900 unterscheiden sich daher in Excel und Calc."
#. ebLBc
#: ful_func.xhp
@@ -56777,7 +57002,7 @@ msgctxt ""
"par_id230920152006414\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Returns maximum value for the range A2:A9 = 34."
-msgstr ""
+msgstr "<item type=\"input\">=AGGREGAT(4;2;A2:A9)</item><br/>Ergibt den Maximalwert des Bereichs A2:A9 = 34."
#. Tx8Vx
#: func_aggregate.xhp
@@ -67001,7 +67226,7 @@ msgctxt ""
"par_id961673376106137\n"
"help.text"
msgid "STYLE(\"Style\" [; Time [; \"Style2\"]])"
-msgstr ""
+msgstr "VORLAGE(\"Vorlage\" [; Zeit [; \"Vorlage2\"]])"
#. NkFMi
#: func_style.xhp
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=BRTEILJAHRE(\"01.01.2008\"; \"01.08.2008\";0)</item> gibt 0,50 zurück."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Um die Änderungen richtig zu identifizieren, sollte jeder Mitarbeiter seinen Namen unter <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME – Einstellungen</menuitem></caseinline><defaultinline><menuitem>Extras – Optionen…</menuitem></defaultinline></switchinline><menuitem> – %PRODUCTNAME – Benutzerdaten</menuitem> eingeben."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
@@ -72923,7 +73238,7 @@ msgctxt ""
"hd_id251681484186482\n"
"help.text"
msgid "Trim input range to actual data content"
-msgstr ""
+msgstr "Eingabebereich auf tatsächlichen Dateninhalt zuschneiden"
#. ehNLW
#: statistics_movingavg.xhp
@@ -72932,7 +73247,7 @@ msgctxt ""
"par_id141681485134081\n"
"help.text"
msgid "Check this box to allow trimming of the input range to the actual data content before computing moving-average. Trimming data ignores unused or empty cells after the last non-empty cell in the input range, thus reducing the computing load of the moving average to the actual data. This checkbox is enabled by default."
-msgstr ""
+msgstr "Aktivieren Sie dieses Markierfeld, um das Zuschneiden des Eingabebereichs auf den tatsächlichen Dateninhalt zu ermöglichen, bevor der gleitende Durchschnitt berechnet wird. Beim Zuschneiden von Daten werden nicht verwendete oder leere Zellen nach der letzten nicht leeren Zelle im Eingabebereich ignoriert, wodurch die Rechenlast des gleitenden Durchschnitts auf die tatsächlichen Daten reduziert wird. Dieses Markierfeld ist standardmäßig aktiviert."
#. eoQu3
#: statistics_movingavg.xhp
@@ -73841,7 +74156,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Paired t-test in Calc"
-msgstr ""
+msgstr "Abhängiger t-Test"
#. cKb9k
#: statistics_test_t.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/05.po b/source/de/helpcontent2/source/text/scalc/05.po
index 6ade41efe9b..243db1097d4 100644
--- a/source/de/helpcontent2/source/text/scalc/05.po
+++ b/source/de/helpcontent2/source/text/scalc/05.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-19 17:35+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalc05/de/>\n"
"Language: de\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.15.2\n"
"X-POOTLE-MTIME: 1565271401.000000\n"
#. Cxzki
@@ -689,7 +689,7 @@ msgctxt ""
"par_id601549825744677\n"
"help.text"
msgid "The maximum limit for sorting has exceeded (the maximum is twice the maximum number of rows, so for 1048576 rows 2097152 entries). The same Err:538 is also used whenever a temporary matrix could not be allocated due to its size requirement."
-msgstr ""
+msgstr "Die maximale Grenze für die Sortierung wurde überschritten (das Maximum ist doppelt so hoch wie die maximale Anzahl von Zeilen, also für 1048576 Zeilen 2097152 Einträge). Der Fehler Err:538 wird auch verwendet, wenn eine temporäre Matrix aufgrund ihrer Größenanforderung nicht zugeordnet werden konnte."
#. GXCEU
#: 02140000.xhp
@@ -725,7 +725,7 @@ msgctxt ""
"par_id881549825900965\n"
"help.text"
msgid "A function that requires (re)loading of external sources is encountered and the user has not confirmed reloading of external sources yet."
-msgstr ""
+msgstr "Eine Funktion, die ein (Neu-)Laden von externen Quellen erfordert, und der Benutzer hat das erneute Laden externer Quellen noch nicht bestätigt."
#. f9Foc
#: empty_cells.xhp
diff --git a/source/de/helpcontent2/source/text/scalc/guide.po b/source/de/helpcontent2/source/text/scalc/guide.po
index 42ad703dd6e..54138812516 100644
--- a/source/de/helpcontent2/source/text/scalc/guide.po
+++ b/source/de/helpcontent2/source/text/scalc/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: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-21 07:35+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/de/>\n"
"Language: de\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565411177.000000\n"
#. NXy6S
@@ -6728,7 +6728,7 @@ msgctxt ""
"par_id6848353\n"
"help.text"
msgid "You can enter formulas in several ways: using the icons, or by typing on the keyboard, or by a mixture of both methods."
-msgstr "Sie können Formeln auf verschiedenen Arten eingeben: Verwenden der Symbole , Eingeben über die Tastatur oder einer Mischung aus beiden Methoden."
+msgstr "Sie können Formeln auf verschiedenen Arten eingeben: Verwenden der Symbole, Eingeben über die Tastatur oder einer Mischung aus beiden Methoden."
#. HXqkB
#: formula_enter.xhp
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigieren durch Tabellenregister"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>Tabellen; mehrere anzeigen</bookmark_value><bookmark_value>Tabellenregister; verwenden</bookmark_value><bookmark_value>Ansicht; mehrere Tabellen</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigieren durch Tabellenregister</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "$[officename] Calc zeigt standardmäßig für jedes neue Tabellendokument drei Tabellen an, \"Tabelle1\" bis \"Tabelle3\". Mit den Registern der Tabellen am unteren Bildschirmrand können Sie zwischen den einzelnen Tabellen in einem Tabellendokument umschalten."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Tabellenregister</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Symbol</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Mit den Navigationsschaltflächen zeigen Sie sämtliche Tabellen Ihres Dokuments an. Durch Klicken auf die äußerst linke Schaltfläche wird das erste Tabellenregister, durch Klicken auf die äußerst rechte das letzte Tabellenregister angezeigt. Mit den Schaltflächen dazwischen durchlaufen Sie die Tabellenregister vorwärts beziehungsweise rückwärts. Um nicht nur ein Register, sondern die Tabelle selbst anzuzeigen, klicken Sie auf das entsprechende Register."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Arbeiten mit mehreren Tabellen"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>Tabellen; einfügen</bookmark_value><bookmark_value>Einfügen; Tabellen</bookmark_value><bookmark_value>Tabellen; mehrere auswählen</bookmark_value><bookmark_value>Tabellen anhängen</bookmark_value><bookmark_value>Auswählen; mehrere Tabellen</bookmark_value><bookmark_value>Mehrere Tabellen</bookmark_value><bookmark_value>Berechnen; mehrere Tabellen</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Arbeiten mit mehreren Tabellen</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Einfügen einer Tabelle"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Wählen Sie <item type=\"menuitem\">Tabelle – Tabelle einfügen…</item>, um eine neue Tabelle oder eine bestehende Tabelle aus einer anderen Datei einzufügen."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Öffnet einen Dialog, in dem Sie Makros bestimmten Tabellenereignissen zuweisen können.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Öffnet einen Dialog, in dem Sie dem Tabellenregister eine Farbe zuweisen können.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/menu.po b/source/de/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/de/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/de/helpcontent2/source/text/sdraw/00.po b/source/de/helpcontent2/source/text/sdraw/00.po
index 8d662e076e4..b8761040fb9 100644
--- a/source/de/helpcontent2/source/text/sdraw/00.po
+++ b/source/de/helpcontent2/source/text/sdraw/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-12-19 14:17+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/de/>\n"
"Language: de\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.15.2\n"
"X-POOTLE-MTIME: 1557891589.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menü Einfügen"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Wählen Sie <menuitem>Einfügen – Ebene…</menuitem>"
#. AUTMW
#: insert_menu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Öffnen Sie das Kontextmenü eines Registers einer Ebene – wählen Sie <menuitem>Ebene einfügen… </menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index c5190e53b6c..51d9e1c125e 100644
--- a/source/de/helpcontent2/source/text/shared/00.po
+++ b/source/de/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 17:35+0000\n"
"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/de/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563509840.000000\n"
#. 3B8ZN
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">So greifen Sie auf diesen Befehl zu:</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menü Datei"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Wählen Sie <emph>Datei – Vorschau in Webbrowser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Neu</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Symbol <emph>Neu</emph> in der Symbolleiste <emph>Standard</emph> (das Symbol zeigt den aktuellen Dokumententyp)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Symbol für Neu</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Neu"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Öffnen…</menuitem>"
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "Tastatur: <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Klicken Sie in der Symbolleiste <emph>Standard</emph> auf"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Symbol für Öffnen</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Datei öffnen"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "Tastatur: <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\">Wählen Sie <emph>Datei – Assistenten – Adressdatenquelle… – Register: Feldzuordnung</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Wählen Sie <emph>Datei – Schließen</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Wählen Sie <menuitem>Datei – Speichern</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "Tastatur: <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Klicken Sie in einer der Symbolleisten <emph>Extras</emph> oder <emph>Datentabelle</emph> auf"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Wählen Sie <menuitem>Datei – Speichern</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Symbol für Speichern</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Speichern"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "Tastatur: <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Symbol für Speichern unter</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Speichern unter"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Wählen Sie <menuitem>Datei – Alles speichern</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Wählen Sie <menuitem>Datei – Speichern unter…</menuitem></variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Neu laden</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Druckvorschau</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Symbol für Druckvorschau</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Druckereinstellungen…</menuitem>"
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Wählen Sie <menuitem>Datei – Senden</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Dokument als E-Mail…"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Wählen Sie <menuitem>Datei – Exportieren…</menuitem></variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Exportieren als – Als EPUB exportieren…</menuitem>"
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Symbol für Export als EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Direkt als EPUB exportieren"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Exportieren als – Als PDF exportieren…</menuitem>"
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Wählen Sie <menuitem>Datei – Drucken…</menuitem>"
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "Tastatur: <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Klicken Sie in der Symbolleiste <emph>Standard</emph> auf"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "Tastatur: <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Symbol für Drucken</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Drucken"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Klicken Sie in der Symbolleiste <emph>Druckvorschau</emph> eines Textdokuments auf"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Symbol für Drucken</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Seitenansicht drucken"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Wählen Sie <menuitem>Datei – Exportieren…</menuitem>, wenn PBM, PPM oder PGM als Dateityp ausgewählt ist, öffnet sich dieser Dialog automatisch.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Wählen Sie <emph>Datei – Versionen…</emph></variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po
index 0cd15701f7d..07695e076c7 100644
--- a/source/de/helpcontent2/source/text/shared/01.po
+++ b/source/de/helpcontent2/source/text/shared/01.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-19 17:35+0000\n"
-"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/de/>\n"
"Language: de\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565411332.000000\n"
#. 3u8hR
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funktion</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Symbol für Textdokument</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Erstellt ein Textdokument in $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Symbol für Tabellendokument</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Erstellt ein Tabellendokument in $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Symbol für Präsentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Erstellt ein Präsentationsdokument in $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Symbol für Zeichnung</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Erstellt ein Zeichnungsdokument in $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Symbol für Formel</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Erstellt ein Formeldokument in $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Symbol für Datenbank</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Erstellt ein HTML-Dokument."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Symbol für XML-Formulardokument</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Erstellt ein <link href=\"text/shared/guide/xforms.xhp\">XForms</link>-Dokument."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Symbolbeschriftungen</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Öffnet den Dialog <link href=\"text/shared/01/01010200.xhp\"><emph>Beschriftungen</emph></link>, in welchem Sie die Optionen für Ihre Beschriftungen auswählen können und erstellt dann ein Textdokument in $[officename] Writer für die Beschriftungen."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Symbol für Visitenkarten</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Öffnet den Dialog <link href=\"text/shared/01/01010300.xhp\"><emph>Visitenkarten</emph></link>, in dem Sie die Optionen für Ihre Visitenkarten festlegen können, und erstellt dann ein neues Textdokument in $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Symbol für Globaldokument</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Öffnet ein Dokument von einem Server.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Wählen Sie <item type=\"menuitem\">Datei – Vom Server öffnen…</item>"
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Klicken Sie auf die Schaltfläche <emph>Dateien auf Server</emph> im <emph>Startcenter</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Klicken Sie lange auf das Symbol <emph>Öffnen</emph> und wählen Sie <emph>Datei vom Server öffnen…</emph> aus."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Speichert eine Kopie des aktuellen Dokuments unter einem anderen Namen oder Pfad.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Wählen Sie <item type=\"menuitem\">Datei – Kopie speichern…</item>"
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exportiert das Dokument in das PDF- oder EPUB-Format.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Wählen Sie <emph>Datei – Exportieren als</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Um alle Zellen einer Tabelle auszuwählen, klicken Sie auf die Schaltfläche an der Schnittstelle zwischen Spalten- und Zeilenkopf in der linken oberen Ecke der Tabelle.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Um alle Tabellen eines Tabellendokuments auszuwählen, klicken Sie zunächst mit der rechten Maustaste auf ein Tabellenregister und wählen dann <emph>Alle Tabellen auswählen</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Wählt alle Tabellen des aktuellen Tabellendokuments aus.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -36968,7 +36923,7 @@ msgctxt ""
"par_id1024200804091149\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">While performing a grammar check, click Ignore Rule to ignore the rule that is currently flagged as a grammar error.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Während der Grammatikprüfung können Sie auf Regel ignoriere klicken, um die Regel zu ignorieren, für die gerade ein Fehler angezeigt wird.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Während der Grammatikprüfung können Sie auf Regel ignorieren klicken, um die Regel zu ignorieren, für die gerade ein Fehler angezeigt wird.</ahelp>"
#. AF8pP
#: 06010000.xhp
@@ -37805,7 +37760,7 @@ msgctxt ""
"par_id3150693\n"
"help.text"
msgid "<ahelp hid=\".\">The word or words in the \"Replace with\" text box will replace the original word in the document when you click the Replace button. You can also type text directly in this box.</ahelp>"
-msgstr "<ahelp hid=\".\">Das Wort oder die Wörter im Feld \"Ersetzen durch\" ersetzen das Originalwort im Dokument , wenn Sie auf die Schaltfläche Ersetzen klicken. Sie können auch direkt Text in dieses Feld eingeben.</ahelp>"
+msgstr "<ahelp hid=\".\">Das Wort oder die Wörter im Feld \"Ersetzen durch\" ersetzen das Originalwort im Dokument, wenn Sie auf die Schaltfläche Ersetzen klicken. Sie können auch direkt Text in dieses Feld eingeben.</ahelp>"
#. fG8zX
#: 06020000.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>Anpassen; Ereignisse</bookmark_value><bookmark_value>Ereignisse; anpassen</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Ereignisse</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Weist Programmereignissen bestimmte Makros zu. Ein zugewiesenes Makro wird jedes Mal automatisch ausgeführt, wenn das angegebene Ereignis eintritt.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Wenn der Dialog in einem Tabellendokument über Bearbeiten – Tabelle… aufgerufen wurde, ist die Funktionalität eingeschränkt."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
@@ -45986,7 +45932,7 @@ msgctxt ""
"par_id3155307\n"
"help.text"
msgid "When you import an HTML document, following META tags are automatically converted to $[officename] fields: <META HTTP-EQUIV=\"REFRESH\"...> and <META NAME=\"...\" ...> , where NAME equals to AUTHOR, CREATED, CHANGED, CHANGEDBY, DESCRIPTION, KEYWORDS or CLASSIFICATION."
-msgstr "Beim Import von HTML-Dokumenten werden die folgenden META-Tags automatisch in $[officename]-Felder umgesetzt: <META HTTP-EQUIV=\"REFRESH\" …> und <META NAME=\"…\" …> , wobei NAME den Feldern AUTHOR, CREATED, CHANGED, CHANGEDBY, DESCRIPTION, KEYWORDS oder CLASSIFICATION entspricht."
+msgstr "Beim Import von HTML-Dokumenten werden die folgenden META-Tags automatisch in $[officename]-Felder umgesetzt: <META HTTP-EQUIV=\"REFRESH\" …> und <META NAME=\"…\" …>, wobei NAME den Feldern AUTHOR, CREATED, CHANGED, CHANGEDBY, DESCRIPTION, KEYWORDS oder CLASSIFICATION entspricht."
#. J3kAk
#: about_meta_tags.xhp
diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po
index 07a8405872a..464d3ded1d1 100644
--- a/source/de/helpcontent2/source/text/shared/02.po
+++ b/source/de/helpcontent2/source/text/shared/02.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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-08 05:34+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/de/>\n"
"Language: de\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.15.2\n"
"X-POOTLE-MTIME: 1565413604.000000\n"
#. Edm6o
@@ -8330,7 +8330,7 @@ msgctxt ""
"par_id3149664\n"
"help.text"
msgid "<ahelp hid=\".\">The<emph> Before record change </emph>event occurs before the current record pointer - SQL cursor - is changed.</ahelp> Return <literal>True</literal> when moving is allowed, otherwise <literal>False</literal>."
-msgstr "<ahelp hid=\".\">Das Ereignis <emph>Vor dem Datensatzwechsel</emph> tritt ein, bevor der aktuelle Datensatzzeiger – der SQL-Cursor – geändert wird.</ahelp> Es gibt <literal>True</literal> zurück, wenn das Verschieben erlaubt ist , anderenfalls <literal>False</literal>."
+msgstr "<ahelp hid=\".\">Das Ereignis <emph>Vor dem Datensatzwechsel</emph> tritt ein, bevor der aktuelle Datensatzzeiger – der SQL-Cursor – geändert wird.</ahelp> Es gibt <literal>True</literal> zurück, wenn das Verschieben erlaubt ist, anderenfalls <literal>False</literal>."
#. vrG8D
#: 01170202.xhp
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index f2dd156bb63..d9354fc9b28 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.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: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-04-21 07:35+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/de/>\n"
"Language: de\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.15.2\n"
"X-POOTLE-MTIME: 1565411576.000000\n"
#. PzSYs
@@ -11030,7 +11030,7 @@ msgctxt ""
"par_id3151242\n"
"help.text"
msgid "<emph>Example</emph>: Cell E5 contains the text \"Europe\". Below, in cell E6, is the value 100 and in cell E7 the value 200. If the <emph>Automatically find column and row labels</emph> box is marked, you can write the following formula in cell A1: =SUM(Europe)."
-msgstr "<emph>Beispiel</emph>: Zelle E5 enthält den Text \"Europa\". Darunter, in der Zelle E6 steht die Zahl 100, und in der Zelle E7 200. Ist die Option <emph>Spalten-/Zeilenbeschriftungen automatisch suchen</emph> markiert , können Sie folgende Formel in die Zelle A1 eingeben: =SUMME(Europa)."
+msgstr "<emph>Beispiel</emph>: Zelle E5 enthält den Text \"Europa\". Darunter in der Zelle E6 steht die Zahl 100 und in der Zelle E7 200. Ist die Option <emph>Spalten-/Zeilenbeschriftungen automatisch suchen</emph> markiert, können Sie folgende Formel in die Zelle A1 eingeben: =SUMME(Europa)."
#. zDS7k
#: 01060500.xhp
diff --git a/source/de/helpcontent2/source/text/smath/01.po b/source/de/helpcontent2/source/text/smath/01.po
index 2094e973aac..46bdb7d9a90 100644
--- a/source/de/helpcontent2/source/text/smath/01.po
+++ b/source/de/helpcontent2/source/text/smath/01.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-11-14 13:33+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/de/>\n"
"Language: de\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.15.2\n"
"X-POOTLE-MTIME: 1565413690.000000\n"
#. QmNGE
@@ -3749,7 +3749,7 @@ msgctxt ""
"par_idN113E8\n"
"help.text"
msgid "For non-scaled brackets:"
-msgstr "Bei nicht skalierten Klammern:"
+msgstr "Für nicht skalierte Klammern:"
#. DCeGi
#: 03090500.xhp
@@ -3758,7 +3758,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "Für skalierte Klammern verwenden Sie <literal>none</literal> als Klammernname"
#. Ma9f7
#: 03090500.xhp
@@ -3767,7 +3767,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "Der Befehl <literal>Phantom</literal> stellt sicher, dass die letzte Klammer die korrekte Größe hat."
#. fpVQw
#: 03090500.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/00.po b/source/de/helpcontent2/source/text/swriter/00.po
index fabbe4e0aa7..5b223bac8dc 100644
--- a/source/de/helpcontent2/source/text/swriter/00.po
+++ b/source/de/helpcontent2/source/text/swriter/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-02-19 17:18+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/de/>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -284,7 +284,7 @@ msgctxt ""
"par_id3151243\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F3"
#. 6LT7E
#: 00000402.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3149048\n"
"help.text"
msgid "<image id=\"img_id3156418\" src=\"cmd/lc_editglossary.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156418\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156418\" src=\"cmd/lc_editglossary.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156418\">Symbol für AutoText</alt></image>"
#. kqPGC
#: 00000402.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"par_id3150536\n"
"help.text"
msgid "AutoText"
-msgstr "AutoText bearbeiten"
+msgstr "AutoText"
#. F7ALF
#: 00000402.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"par_id3153737\n"
"help.text"
msgid "Place the cursor in front of the index field, then choose <emph>Edit - Reference - Index Entry...</emph>"
-msgstr ""
+msgstr "Setzen Sie den Cursor vor einem Indexeintrag und wählen Sie <emph>Bearbeiten – Verweis – Indexeintrag…</emph>"
#. yKCex
#: 00000402.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"par_id3150928\n"
"help.text"
msgid "or right-click to open context menu - choose <menuitem>Edit Index Entry</menuitem>"
-msgstr ""
+msgstr "oder klicken Sie mit rechts, um das Kontextmenü zu öffnen – wählen Sie <menuitem>Indexeintrag bearbeiten…</menuitem>"
#. gBkCT
#: 00000402.xhp
@@ -752,7 +752,7 @@ msgctxt ""
"par_id3150760\n"
"help.text"
msgid "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146959\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146959\" src=\"cmd/sc_insertfield.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146959\">Symbol für Feldbefehl einfügen</alt></image>"
#. pZiTF
#: 00000404.xhp
@@ -761,7 +761,7 @@ msgctxt ""
"par_id3153619\n"
"help.text"
msgid "Insert Fields"
-msgstr "Feldbefehle einfügen"
+msgstr "Feldbefehl einfügen"
#. C3Avr
#: 00000404.xhp
@@ -869,7 +869,7 @@ msgctxt ""
"par_id3155899\n"
"help.text"
msgid "<variable id=\"section\">Choose <emph>Insert - Section - Section</emph> tab or choose <emph>Format - Sections</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"section\">Wählen Sie <emph>Einfügen – Bereich… – Register: Bereich</emph> oder <emph>Format – Bereiche…</emph></variable>"
#. i4FuV
#: 00000404.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id3154197\n"
"help.text"
msgid "<variable id=\"sectionindents\">Choose <menuitem>Insert - Section - Indents</menuitem> tab or choose <menuitem>Format - Sections</menuitem> - <widget>Options</widget> button - <emph>Indents</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"sectionindents\">Wählen Sie <menuitem>Einfügen – Bereich – Register: Einzüge</menuitem> oder <menuitem>Format – Bereiche…</menuitem> – Schaltfläche <widget>Optionen</widget> – <emph>Register: Einzüge</emph></variable>"
#. oCG8Q
#: 00000404.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3151261\n"
"help.text"
msgid "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149099\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149099\" src=\"cmd/sc_insertfootnote.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149099\">Symbol für Fußnote einfügen</alt></image>"
#. VgB6H
#: 00000404.xhp
@@ -932,7 +932,7 @@ msgctxt ""
"par_id3147579\n"
"help.text"
msgid "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147586\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147586\" src=\"cmd/sc_insertendnote.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147586\">Symbol für Endnote einfügen</alt></image>"
#. YsSsR
#: 00000404.xhp
@@ -1058,7 +1058,7 @@ msgctxt ""
"par_id3145131\n"
"help.text"
msgid "<image id=\"img_id3149551\" src=\"cmd/lc_insertindexesentry.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Icon Insert Index Entry</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149551\" src=\"cmd/lc_insertindexesentry.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Symbol für Verzeichniseintrag einfügen</alt></image>"
#. hG9d9
#: 00000404.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3150549\n"
"help.text"
msgid "Insert Index Entry"
-msgstr ""
+msgstr "Verzeichniseintrag einfügen"
#. k7zqb
#: 00000404.xhp
@@ -1130,7 +1130,7 @@ msgctxt ""
"par_id3148855\n"
"help.text"
msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Alphabetical Index is the selected type)</variable>"
-msgstr "<variable id=\"verz22\">Wählen Sie <emph>Einfügen – Verzeichnis – Verzeichnis… – Register: Typ</emph> (wo der ausgewählte Typ Stichwortverzeichnis ist).</variable>"
+msgstr "<variable id=\"verz22\">Wählen Sie <emph>Einfügen – Verzeichnis – Verzeichnis… – Register: Typ</emph> (bei ausgewähltem Typ Stichwortverzeichnis).</variable>"
#. FFhJq
#: 00000404.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id3155575\n"
"help.text"
msgid "<variable id=\"verz23\">Choose <menuitem>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</menuitem> tab (when Table of Figures is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz23\">Wählen Sie <menuitem>Einfügen – Verzeichnis – Verzeichnis… – Register: Typ</menuitem> (bei ausgewähltem Typ Abbildungsverzeichnis)</variable>"
#. zn7D3
#: 00000404.xhp
@@ -1220,7 +1220,7 @@ msgctxt ""
"par_id3156101\n"
"help.text"
msgid "<variable id=\"verz33\">Choose <menuitem>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Entries</menuitem> tab (when Table of Figures is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz33\">Wählen Sie <menuitem>Einfügen – Verzeichnis – Verzeichnis… – Register: Typ</menuitem> (bei ausgewähltem Typ Abbildungsverzeichnis)</variable>"
#. KxEAf
#: 00000404.xhp
@@ -1274,7 +1274,7 @@ msgctxt ""
"par_id3150918\n"
"help.text"
msgid "<variable id=\"stylestab\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Styles</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"stylestab\">Wählen Sie <emph>Einfügen – Verzeichnis – Verzeichnis… – Register: Vorlagen</emph>.</variable>"
#. DDiWX
#: 00000404.xhp
@@ -1391,7 +1391,7 @@ msgctxt ""
"par_id3154620\n"
"help.text"
msgid "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154627\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154627\" src=\"cmd/sc_grid.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154627\">Symbol für Tabelle einfügen</alt></image>"
#. 7XCPh
#: 00000404.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"par_id3147382\n"
"help.text"
msgid "Table"
-msgstr "Tabelle"
+msgstr "Tabelle einfügen"
#. EJeBg
#: 00000404.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"par_id3149959\n"
"help.text"
msgid "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149966\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149966\" src=\"cmd/sc_insertdoc.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149966\">Symbol für Text aus Datei einfügen</alt></image>"
#. e6VAk
#: 00000404.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"par_id3150599\n"
"help.text"
msgid "Text from File"
-msgstr "Text aus Datei"
+msgstr "Text aus Datei einfügen"
#. 5exGw
#: 00000404.xhp
@@ -1661,7 +1661,7 @@ msgctxt ""
"par_id3147525\n"
"help.text"
msgid "Choose <menuitem>View - Styles -</menuitem> open context menu <menuitem>Modify/New - Outline & List</menuitem> tab (Paragraph Styles)."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Ansicht – Formatvorlagen –</menuitem> und öffnen Sie das Kontextmenü <menuitem>Vorlage bearbeiten…/Neu… – Register: Gliederung & Liste</menuitem> (Absatzvorlage)."
#. Rp3Q3
#: 00000405.xhp
@@ -2813,7 +2813,7 @@ msgctxt ""
"par_idN10806\n"
"help.text"
msgid "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083452\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3083452\" src=\"cmd/sc_mergedialog.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083452\">Symbol für Seriendruck</alt></image>"
#. evE8T
#: 00000406.xhp
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Seriendruck"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/de/helpcontent2/source/text/swriter/01.po b/source/de/helpcontent2/source/text/swriter/01.po
index eeba0fce811..3ece6542317 100644
--- a/source/de/helpcontent2/source/text/swriter/01.po
+++ b/source/de/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-19 17:18+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/de/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "In der Druckvorschau ist keine Bearbeitung des Dokuments möglich."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Um die Druckvorschau zu beenden, klicken Sie auf die Schaltfläche <emph>Druckvorschau schließen</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Erstellt einen Hyperlink für den Teil des Eintrags, den Sie in die Anfangs- (LS) und Endtags (LE) für Hyperlinks einschließen. Klicken Sie in der Zeile <emph>Struktur</emph> in das leere Feld vor dem Element, für das Sie einen Hyperlink erstellen möchten, und klicken Sie dann auf diese Schaltfläche. Klicken Sie in das leere Feld hinter das Element, das zu einem Hyperlink werden soll, und klicken Sie dann noch einmal auf diese Schaltfläche. Alle Hyperlinks müssen einmalig sein. Nur verfügbar für Inhaltsverzeichnisse.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Eigenschaften des Inhaltssteuerelements</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/de/helpcontent2/source/text/swriter/guide.po b/source/de/helpcontent2/source/text/swriter/guide.po
index 050cf6013bd..114eef00215 100644
--- a/source/de/helpcontent2/source/text/swriter/guide.po
+++ b/source/de/helpcontent2/source/text/swriter/guide.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-03-26 06:21+0000\n"
-"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Mister Update <mr.update@yahoo.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/de/>\n"
"Language: de\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.15.2\n"
"X-POOTLE-MTIME: 1565411835.000000\n"
#. XAt2Y
@@ -266,7 +266,7 @@ msgctxt ""
"bm_id3149973\n"
"help.text"
msgid "<bookmark_value>headings;rearranging</bookmark_value><bookmark_value>rearranging headings</bookmark_value><bookmark_value>moving;headings</bookmark_value><bookmark_value>demoting outline levels</bookmark_value><bookmark_value>promoting outline levels</bookmark_value><bookmark_value>Navigator;outline levels and chapters</bookmark_value><bookmark_value>arranging;headings</bookmark_value><bookmark_value>outlines;arranging chapters</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Überschriften; neu anordnen</bookmark_value><bookmark_value>Überschriften neu anordnen</bookmark_value><bookmark_value>Überschriften verschieben</bookmark_value><bookmark_value>Gliederungsebenen herabstufen</bookmark_value><bookmark_value>Gliederungsebenen hochstufen</bookmark_value><bookmark_value>Navigator; Gliederungsebenen und Kapitel</bookmark_value><bookmark_value>Anordnen; Überschriften</bookmark_value><bookmark_value>Gliederung; Kapitel anordnen</bookmark_value>"
#. uGujR
#: arrange_chapters.xhp
@@ -275,7 +275,7 @@ msgctxt ""
"hd_id3149973\n"
"help.text"
msgid "<variable id=\"arrange_chapters\"><link href=\"text/swriter/guide/arrange_chapters.xhp\">Arranging Headings in the Navigator</link> </variable>"
-msgstr ""
+msgstr "<variable id=\"arrange_chapters\"><link href=\"text/swriter/guide/arrange_chapters.xhp\">Überschriften im Navigator anordnen</link></variable>"
#. YrKS4
#: arrange_chapters.xhp
@@ -284,7 +284,7 @@ msgctxt ""
"par_id3147795\n"
"help.text"
msgid "You can move <link href=\"text/shared/00/00000005.xhp#heading\">headings</link> and subordinate text up and down in a document by using the Navigator. You can also promote and demote outline levels for headings. To use this feature, format the headings in your document with one of the predefined “Heading N” (1–10) paragraph styles, or to use a custom paragraph style for a heading, choose <menuitem>Tools - </menuitem><link href=\"text/swriter/01/06060000.xhp\">Heading Numbering</link>, select a number in the <menuitem>Levels</menuitem> list, then select the style in the <emph>Paragraph Style</emph> box."
-msgstr ""
+msgstr "Mit dem Navigator können Sie <link href=\"text/shared/00/00000005.xhp#heading\">Überschriften</link> und untergeordneten Text in einem Dokument nach oben und unten verschieben. Sie können auch Gliederungsebenen für Überschriften hoch- und herabstufen. Um diese Funktion zu verwenden, formatieren Sie die Überschriften in Ihrem Dokument mit einer der vordefinierten Absatzvorlagen „Überschrift N“ (1–10). Um eine benutzerdefinierte Absatzvorlage für eine Überschrift zu verwenden, wählen Sie <menuitem>Extras – </menuitem><link href=\"text/swriter/01/06060000.xhp\">Kapitelnummerierung</link> – Register: Nummerierung, eine Zahl in der Liste <menuitem>Ebene</menuitem> und dann die Vorlage im Feld <emph>Absatzvorlage</emph>."
#. N2EW2
#: arrange_chapters.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3155461\n"
"help.text"
msgid "To dock the <emph>Navigator</emph>, drag the title bar to the edge of the workspace. To undock the <emph>Navigator</emph>, double-click its frame while holding the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key."
-msgstr ""
+msgstr "Um den <emph>Navigator</emph> anzudocken, ziehen Sie die Titelleiste an den Rand des Arbeitsbereichs. Um den <emph>Navigator</emph> abzudocken, doppelklicken Sie auf seinen Rahmen, während Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline> gedrückt halten."
#. Atf4S
#: arrange_chapters.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id0915200809400790\n"
"help.text"
msgid "Ensure that headings at all outline levels are shown in the Navigator. By default all levels are shown. See steps below how to change the outline levels that are shown."
-msgstr ""
+msgstr "Stellen Sie sicher, dass Überschriften auf allen Gliederungsebenen im Navigator angezeigt werden. Standardmäßig werden alle Ebenen angezeigt. Nachfolgend finden Sie die Schritte zum Ändern der angezeigten Gliederungsebenen."
#. qQBrz
#: arrange_chapters.xhp
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3151206\n"
"help.text"
msgid "On the <emph>Standard Bar</emph>, click the <emph>Navigator</emph> icon <image id=\"img_id5211883\" src=\"cmd/sc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5211883\">Icon navigator</alt></image> to open the <emph>Navigator</emph>."
-msgstr ""
+msgstr "Klicken Sie in der Symbolleiste <emph>Standard</emph> auf das Symbol <emph>Navigator</emph> <image id=\"img_id5211883\" src=\"cmd/sc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5211883\">Symbol für Navigator</alt></image>, um den <emph>Navigator</emph> zu öffnen."
#. yyoXc
#: arrange_chapters.xhp
@@ -338,7 +338,7 @@ msgctxt ""
"par_id3151238\n"
"help.text"
msgid "On the <emph>Navigator</emph>, click the <emph>Content Navigation View</emph> icon <image id=\"img_id3156338\" src=\"sw/res/sc20244.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156338\">Icon Content Navigation View</alt></image>."
-msgstr ""
+msgstr "Klicken Sie im <emph>Navigator</emph> auf das Symbol <emph>Inhalt der Navigationsansicht</emph> <image id=\"img_id3156338\" src=\"sw/res/sc20244.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156338\">Symbol für Inhalt der Navigationsansicht</alt></image>."
#. 26EiK
#: arrange_chapters.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id3155139\n"
"help.text"
msgid "Click a heading in the <emph>Navigator</emph> list, and then click the <menuitem>Move Chapter Up</menuitem> <image id=\"img_id4217546\" src=\"sw/res/sc20174.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id4217546\">Icon promote</alt></image> or <menuitem>Move Chapter Down</menuitem> icon <image id=\"img_id6505788\" src=\"sw/res/sc20171.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6505788\">Icon demote</alt></image>."
-msgstr ""
+msgstr "Klicken Sie auf eine Überschrift in der Liste des <emph>Navigators</emph> und dann auf das Symbol <menuitem>Kapitel nach oben verschieben</menuitem> <image id=\"img_id4217546\" src=\"sw/res/sc20174.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id4217546\">Symbol für Kapitel nach oben verschieben</alt></image> oder <menuitem>Kapitel nach unten verschieben</menuitem> <image id=\"img_id6505788\" src=\"sw/res/sc20171.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id6505788\">Symbol für Kapitel nach unten verschieben</alt></image>."
#. eBVCy
#: arrange_chapters.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id3145758\n"
"help.text"
msgid "To move the heading without the subordinate text, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> while you drag or click the <menuitem>Move Chapter Up</menuitem> or <menuitem>Move Chapter Down</menuitem> icons."
-msgstr ""
+msgstr "Um die Überschrift ohne den untergeordneten Text zu verschieben, halten Sie <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Befehl</keycode></caseinline><defaultinline><keycode>Strg</keycode> gedrückt </defaultinline></switchinline>, während Sie ziehen oder auf die Symbole <menuitem>Kapitel nach oben verschieben</menuitem> beziehungsweise <menuitem>Kapitel nach unten verschieben</menuitem> klicken."
#. Fizvk
#: arrange_chapters.xhp
@@ -383,7 +383,7 @@ msgctxt ""
"hd_id3155402\n"
"help.text"
msgid "To Promote or Demote the Outline Level of a Heading"
-msgstr ""
+msgstr "Um die Gliederungsebene einer Überschrift hoch- oder herabzustufen"
#. AfdUE
#: arrange_chapters.xhp
@@ -401,7 +401,7 @@ msgctxt ""
"par_idN1081C\n"
"help.text"
msgid "Click the <menuitem>Promote Outline Level</menuitem> <image id=\"img_id5564488\" src=\"sw/res/sc20172.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5564488\">Icon Promote Outline Level</alt></image> or <menuitem>Demote Outline Level</menuitem> icon <image id=\"img_id3159363\" src=\"sw/res/sc20173.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159363\">Icon Demote Outline Level</alt></image>."
-msgstr ""
+msgstr "Klicken Sie auf das Symbol <menuitem>Gliederungsebene hochstufen</menuitem> <image id=\"img_id5564488\" src=\"sw/res/sc20172.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id5564488\">Symbol für Gliederungsebene hochstufen</alt></image> oder <menuitem>Gliederungsebene herabstufen</menuitem><image id=\"img_id3159363\" src=\"sw/res/sc20173.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159363\">Symbol für Gliederungsebene herabstufen</alt></image>."
#. io4dG
#: arrange_chapters.xhp
@@ -410,7 +410,7 @@ msgctxt ""
"hd_id3155525\n"
"help.text"
msgid "Use Outline Levels to Change which Headings Are Displayed"
-msgstr ""
+msgstr "Verwenden Sie Gliederungsebenen, um zu ändern, welche Überschriften angezeigt werden"
#. PKNPA
#: arrange_chapters.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3151352\n"
"help.text"
msgid "Click the <menuitem>Show Up to Outline Level</menuitem> icon <image id=\"img_id3151310\" src=\"sw/res/sc20236.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151310\">Icon Show Up to Outline Level</alt></image>, and then select a number for the maximum outline level. Any heading with an outline level less than or equal to this number will be displayed in Navigator."
-msgstr ""
+msgstr "Klicken Sie auf das Symbol <menuitem>Anzeigen bis Gliederungsebene</menuitem> <image id=\"img_id3151310\" src=\"sw/res/sc20236.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151310\">Symbol für Anzeigen bis Gliederungsebene</alt></image> und wählen Sie dann eine Zahl für die maximale Gliederungsebene aus. Jede Überschrift mit einer Gliederungsebene kleiner oder gleich dieser Zahl wird im Navigator angezeigt."
#. 974h6
#: auto_numbering.xhp
@@ -932,7 +932,7 @@ msgctxt ""
"par_id3144875\n"
"help.text"
msgid "To quickly undo an AutoCorrect replacement, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z. This also adds the word or abbreviation that you typed to the AutoCorrect exceptions list."
-msgstr ""
+msgstr "Um eine Ersetzung der AutoKorrektur schnell rückgängig zu machen, drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+Z. Dadurch wird auch das von Ihnen eingegebene Wort oder die Abkürzung zur Ausnahmeliste der AutoKorrektur hinzugefügt."
#. L4Z3h
#: autotext.xhp
@@ -2543,7 +2543,7 @@ msgctxt ""
"par_id3155496\n"
"help.text"
msgid "Choose <emph>Tools - Calculate</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus Sign (+)."
-msgstr ""
+msgstr "Wählen Sie <emph>Extras – Berechnen</emph> oder drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+Pluszeichen (+)."
#. RCgMC
#: calculate_clipboard.xhp
@@ -2552,7 +2552,7 @@ msgctxt ""
"par_id5172582\n"
"help.text"
msgid "Place the cursor where you want to insert the result of the formula, and then choose <item type=\"menuitem\">Edit - Paste</item>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V.<br/>The selected formula is replaced by the result."
-msgstr ""
+msgstr "Platzieren Sie den Cursor an der Stelle, an der Sie das Ergebnis der Formel einfügen möchten, und wählen Sie dann <item type=\"menuitem\">Bearbeiten – Einfügen</item> oder drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+V.<br/>Die ausgewählte Formel wird durch das Ergebnis ersetzt."
#. jMhJC
#: calculate_intable.xhp
@@ -3056,7 +3056,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Adding Heading Numbers to Captions"
-msgstr ""
+msgstr "Kapitelnummern zu Beschriftungen hinzufügen"
#. W9SLG
#: captions_numbers.xhp
@@ -3065,7 +3065,7 @@ msgctxt ""
"bm_id3147684\n"
"help.text"
msgid "<bookmark_value>captions; adding chapter numbers</bookmark_value> <bookmark_value>captions; adding heading numbers</bookmark_value> <bookmark_value>objects; captioning automatically</bookmark_value> <bookmark_value>numbering; captions</bookmark_value> <bookmark_value>automatic numbering;of objects</bookmark_value> <bookmark_value>chapter numbers in captions</bookmark_value> <bookmark_value>inserting;chapter numbers in captions</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Beschriftungen; Kapitelnummern hinzufügen</bookmark_value><bookmark_value>Beschriftungen; Überschriftennummern hinzufügen</bookmark_value><bookmark_value>Objekte; Beschriftung automatisch</bookmark_value><bookmark_value>Nummerierung; Bildunterschriften</bookmark_value><bookmark_value>Automatische Nummerierung; von Objekten</bookmark_value><bookmark_value>Kapitelnummern in Bildunterschriften</bookmark_value><bookmark_value>Einfügen; Kapitelnummern in Bildunterschriften</bookmark_value>"
#. SRsoK
#: captions_numbers.xhp
@@ -3074,7 +3074,7 @@ msgctxt ""
"hd_id3147684\n"
"help.text"
msgid "<variable id=\"captions_numbers\"><link href=\"text/swriter/guide/captions_numbers.xhp\">Adding Heading Numbers to Captions</link></variable>"
-msgstr ""
+msgstr "<variable id=\"captions_numbers\"><link href=\"text/swriter/guide/captions_numbers.xhp\">Kapitelnummern zu Beschriftungen hinzufügen</link></variable>"
#. B3rST
#: captions_numbers.xhp
@@ -3083,7 +3083,7 @@ msgctxt ""
"par_id3147395\n"
"help.text"
msgid "You can include heading numbers in captions."
-msgstr ""
+msgstr "Sie können Kapitelnummern in Beschriftungen einfügen."
#. WwBM7
#: captions_numbers.xhp
@@ -3092,7 +3092,7 @@ msgctxt ""
"par_id3147408\n"
"help.text"
msgid "Ensure that your document has <link href=\"text/shared/00/00000005.xhp#heading\">headings</link>. You can use the predefined “Heading [1–10]” paragraph styles. You must also assign a numbering scheme to the heading paragraph styles. Use <menuitem>Tools - Heading Numbering</menuitem>."
-msgstr ""
+msgstr "Stellen Sie sicher, dass Ihr Dokument <link href=\"text/shared/00/00000005.xhp#heading\">Überschriften</link> hat. Sie können die vordefinierten Absatzvorlagen „Überschrift [1–10]“ verwenden. Außerdem müssen Sie den Absatzvorlagen Überschrift ein Nummerierungsschema zuweisen. Verwenden Sie <menuitem>Extras – Kapitelnummerierung…</menuitem>"
#. pddxC
#: captions_numbers.xhp
@@ -3101,7 +3101,7 @@ msgctxt ""
"par_id3154249\n"
"help.text"
msgid "Select the object to get a caption."
-msgstr ""
+msgstr "Wählen Sie das Objekt aus, welches eine Beschriftung erhalten soll."
#. v6EAS
#: captions_numbers.xhp
@@ -3119,7 +3119,7 @@ msgctxt ""
"par_id3150527\n"
"help.text"
msgid "Select a caption type from the <menuitem>Category</menuitem> box, and select a numbering scheme in the <menuitem>Numbering</menuitem> box. You can enter an optional caption text in the <menuitem>Caption</menuitem> box."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Kategorie</menuitem> einen Beschriftungstyp und im Feld <menuitem>Nummerierung</menuitem> ein Nummerierungsschema aus. Sie können optional einen Beschriftungstext in das Feld <menuitem>Beschriftung</menuitem> eingeben."
#. H329F
#: captions_numbers.xhp
@@ -3128,7 +3128,7 @@ msgctxt ""
"par_id3153166\n"
"help.text"
msgid "Click <emph>Options</emph>."
-msgstr "Klicken Sie auf <emph>Optionen</emph>."
+msgstr "Klicken Sie auf <emph>Optionen…</emph>"
#. r3TVD
#: captions_numbers.xhp
@@ -3137,7 +3137,7 @@ msgctxt ""
"par_id3153190\n"
"help.text"
msgid "In the <menuitem>Up to level</menuitem> box, select the outline level of the heading number to display before the caption number."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Bis zur Ebene</menuitem> die Gliederungsebene der Kapitelnummer aus, die vor der Beschriftungsnummer angezeigt werden soll."
#. 4CBNE
#: captions_numbers.xhp
@@ -3146,7 +3146,7 @@ msgctxt ""
"par_id3155553\n"
"help.text"
msgid "Type the character to appear between the heading number(s) and the caption number in the <menuitem>Separator</menuitem> box, then click <widget>OK</widget>."
-msgstr ""
+msgstr "Geben Sie im Feld <menuitem>Trennzeichen</menuitem> das Zeichen ein, das zwischen der/den Kapitelnummer(n) und der Beschriftungsnummer angezeigt werden soll, und klicken Sie dann auf <widget>OK</widget>."
#. HXGBr
#: captions_numbers.xhp
@@ -3155,7 +3155,7 @@ msgctxt ""
"par_id3155586\n"
"help.text"
msgid "In the <emph>Caption</emph> dialog, click <widget>OK</widget>."
-msgstr ""
+msgstr "Klicken Sie im Dialog <emph>Beschriftung</emph> auf <widget>OK</widget>."
#. Ynzjh
#: captions_numbers.xhp
@@ -3164,7 +3164,7 @@ msgctxt ""
"par_id601678410274542\n"
"help.text"
msgid "If the caption is already inserted in the document, then right-click on the caption number, choose <menuitem>Edit Fields</menuitem>, then enter values for <menuitem>Up to level</menuitem> and <menuitem>Separator</menuitem>."
-msgstr ""
+msgstr "Wenn die Beschriftung bereits in das Dokument eingefügt ist, klicken Sie mit der rechten Maustaste auf die Beschriftungsnummer, wählen Sie <menuitem>Feldbefehl bearbeiten</menuitem> und geben Sie dann Werte für <menuitem>Bis zur Ebene</menuitem> und <menuitem>Trennzeichen</menuitem> ein."
#. D6KRT
#: captions_numbers.xhp
@@ -3317,7 +3317,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Numbering for Headings"
-msgstr ""
+msgstr "Nummerierung für Überschriften"
#. qEcbq
#: chapter_numbering.xhp
@@ -3335,7 +3335,7 @@ msgctxt ""
"hd_id3147682\n"
"help.text"
msgid "<variable id=\"chapter_numbering\"><link href=\"text/swriter/guide/chapter_numbering.xhp\">Numbering for Headings</link></variable>"
-msgstr ""
+msgstr "<variable id=\"chapter_numbering\"><link href=\"text/swriter/guide/chapter_numbering.xhp\">Nummerierung für Überschriften</link></variable>"
#. qESHV
#: chapter_numbering.xhp
@@ -3344,7 +3344,7 @@ msgctxt ""
"par_id3155605\n"
"help.text"
msgid "Use the <link href=\"text/swriter/01/06060000.xhp\"><menuitem>Heading Numbering</menuitem></link> dialog to add numbering to <link href=\"text/shared/00/00000005.xhp#heading\">headings</link>. The different levels in the dialog enable you to assign different headings as an outline structure for your document. In the default settings, the “Heading 1” paragraph style is assigned outline level 1. It is considered to be the top level in the document outline structure. The “Heading 2” paragraph style is assigned outline level 2, and so forth. You can also use the dialog to assign a custom paragraph style as a heading in the document structure."
-msgstr ""
+msgstr "Verwenden Sie den Dialog <link href=\"text/swriter/01/06060000.xhp\"><menuitem>Kapitelnummerierung</menuitem></link>, um eine Nummerierung zu <link href=\"text/shared/00/00000005.xhp#heading\">Überschriften</link> hinzuzufügen. Die verschiedenen Ebenen im Dialog ermöglichen Ihnen die Zuordnung unterschiedlicher Überschriften als Gliederungsstruktur für Ihr Dokument. In den Standardeinstellungen ist der Absatzvorlage „Überschrift 1“ die Gliederungsebene 1 zugeordnet. Sie gilt als oberste Ebene in der Gliederungsstruktur des Dokuments. Der Absatzvorlage „Überschrift 2“ wird die Gliederungsebene 2 zugewiesen und so weiter. Sie können den Dialog auch verwenden, um eine benutzerdefinierte Absatzvorlage als Überschrift in der Dokumentstruktur zuzuweisen."
#. KZGvs
#: chapter_numbering.xhp
@@ -3353,7 +3353,7 @@ msgctxt ""
"hd_id3155626\n"
"help.text"
msgid "To Add Automatic Numbering to a Heading"
-msgstr ""
+msgstr "So fügen Sie einer Überschrift eine automatische Nummerierung hinzu"
#. ADFdZ
#: chapter_numbering.xhp
@@ -3362,7 +3362,7 @@ msgctxt ""
"par_id3154255\n"
"help.text"
msgid "Choose <menuitem>Tools - Heading Numbering</menuitem>, and then click the <menuitem>Numbering</menuitem> tab."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Extras – Kapitelnummerierung…</menuitem> – Register: <menuitem>Nummerierung</menuitem>."
#. 4FvST
#: chapter_numbering.xhp
@@ -3371,7 +3371,7 @@ msgctxt ""
"par_id911677925566575\n"
"help.text"
msgid "Select the <menuitem>Level</menuitem> to configure."
-msgstr ""
+msgstr "Wählen Sie die zu konfigurierende <menuitem>Ebene</menuitem> aus."
#. FMbhM
#: chapter_numbering.xhp
@@ -3380,7 +3380,7 @@ msgctxt ""
"par_id3155891\n"
"help.text"
msgid "In the <menuitem>Paragraph style</menuitem> box, select the paragraph style for the selected level."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Absatzvorlage</menuitem> die Absatzvorlage für die ausgewählte Ebene aus."
#. 8uFsb
#: chapter_numbering.xhp
@@ -3389,7 +3389,7 @@ msgctxt ""
"par_id3150513\n"
"help.text"
msgid "In the <menuitem>Number</menuitem> box, select the numbering scheme that you want to use for that heading, then click <widget>OK</widget>."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Nummer</menuitem> das Nummerierungsschema aus, das Sie für diese Überschrift verwenden möchten, und klicken Sie dann auf <widget>OK</widget>."
#. jcCBu
#: chapter_numbering.xhp
@@ -3398,7 +3398,7 @@ msgctxt ""
"par_idN107CE\n"
"help.text"
msgid "To Remove Automatic Numbering From a Heading"
-msgstr ""
+msgstr "So entfernen Sie die automatische Nummerierung aus einer Überschrift"
#. vvzDv
#: chapter_numbering.xhp
@@ -3434,7 +3434,7 @@ msgctxt ""
"par_id651677926469286\n"
"help.text"
msgid "This procedure removes the numbering for an individual heading. To remove or modify the automatic numbering for all headings, use the <menuitem>Heading Numbering</menuitem> dialog ."
-msgstr ""
+msgstr "Durch dieses Verfahren wird die Nummerierung einer einzelnen Überschrift entfernt. Um die automatische Nummerierung für alle Überschriften zu entfernen oder zu ändern, verwenden Sie den Dialog <menuitem>Kapitelnummerierung</menuitem>."
#. itdUu
#: chapter_numbering.xhp
@@ -3452,7 +3452,7 @@ msgctxt ""
"par_id3155571\n"
"help.text"
msgid "Choose <menuitem>Tools - Heading Numbering</menuitem>, and then click the <menuitem>Numbering</menuitem> tab."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Extras – Kapitelnummerierung…</menuitem> – Register: <menuitem>Nummerierung</menuitem>."
#. ZAn4q
#: chapter_numbering.xhp
@@ -3461,7 +3461,7 @@ msgctxt ""
"par_id3147782\n"
"help.text"
msgid "Click the level that you want to assign to the custom paragraph style in the <menuitem>Level</menuitem> list."
-msgstr ""
+msgstr "Klicken Sie in der Liste <menuitem>Ebene</menuitem> auf die Ebene, die Sie der benutzerdefinierten Absatzvorlage zuweisen möchten."
#. 5jDBU
#: chapter_numbering.xhp
@@ -3839,7 +3839,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using Content Controls in %PRODUCTNAME Writer"
-msgstr ""
+msgstr "Verwendung von Inhalts-Steuerelementen in %PRODUCTNAME Writer"
#. tW5cr
#: contentcontrols.xhp
@@ -3848,7 +3848,7 @@ msgctxt ""
"hd_id21672742797240\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/swriter/guide/contentcontrols.xhp\">Using Content Controls in %PRODUCTNAME Writer</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/swriter/guide/contentcontrols.xhp\">Verwenden von Inhalts-Steuerelementen in %PRODUCTNAME Writer</link></variable>"
#. tFMEQ
#: contentcontrols.xhp
@@ -3857,7 +3857,7 @@ msgctxt ""
"hd_id621672745482542\n"
"help.text"
msgid "Using Rich Text Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für Rich-Text"
#. AhNVh
#: contentcontrols.xhp
@@ -3866,7 +3866,7 @@ msgctxt ""
"par_id651672747009666\n"
"help.text"
msgid "<variable id=\"firstinlist\">Place the cursor at the insertion location.</variable>"
-msgstr ""
+msgstr "<variable id=\"firstinlist\">Platzieren Sie den Cursor an der Einfügeposition.</variable>"
#. AsXbD
#: contentcontrols.xhp
@@ -3875,7 +3875,7 @@ msgctxt ""
"par_id251672747811027\n"
"help.text"
msgid "<variable id=\"optionally\">Optionally, select <emph>Content is placeholder text</emph>, add a <emph>Title</emph> and a <emph>Tag</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"optionally\">Wählen Sie optional <emph>Inhalt ist Platzhaltertext</emph> aus und fügen Sie einen <emph>Titel</emph> und ein <emph>Tag</emph> hinzu.</variable>"
#. uDKGF
#: contentcontrols.xhp
@@ -3884,7 +3884,7 @@ msgctxt ""
"par_id201672750353603\n"
"help.text"
msgid "<variable id=\"clickok\">Click <emph>OK</emph> to close the <link href=\"text/swriter/01/contentcontrol00.xhp\"><emph>Content Control Properties</emph></link> dialog.</variable>"
-msgstr ""
+msgstr "<variable id=\"clickok\">Klicken Sie auf <emph>OK</emph>, um den Dialog <link href=\"text/swriter/01/contentcontrol00.xhp\"><emph>Eigenschaften Inhalts-Steuerelement</emph></link> zu schließen.</variable>"
#. 9owFA
#: contentcontrols.xhp
@@ -3893,7 +3893,7 @@ msgctxt ""
"par_id271672768162997\n"
"help.text"
msgid "To insert rich text, click in the control and type the text."
-msgstr ""
+msgstr "Um Rich-Text einzufügen, klicken Sie in das Steuerelement und geben Sie den Text ein."
#. YiDuA
#: contentcontrols.xhp
@@ -3902,7 +3902,7 @@ msgctxt ""
"hd_id111672745487857\n"
"help.text"
msgid "Using Plain Text Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für einfachen Text"
#. ztFCX
#: contentcontrols.xhp
@@ -3911,7 +3911,7 @@ msgctxt ""
"par_id541672768139134\n"
"help.text"
msgid "To insert plain text, click in the control and type the text."
-msgstr ""
+msgstr "Um einfachen Text einzufügen, klicken Sie in das Steuerelement und geben Sie den Text ein."
#. UR5pJ
#: contentcontrols.xhp
@@ -3920,7 +3920,7 @@ msgctxt ""
"hd_id911672745492634\n"
"help.text"
msgid "Using Picture Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für Bilder"
#. YCF5g
#: contentcontrols.xhp
@@ -3929,7 +3929,7 @@ msgctxt ""
"par_id581672749185614\n"
"help.text"
msgid "Click on the picture placeholder to open the <emph>Insert Image</emph> dialog, and select the image file. The image is anchored <link href=\"text/swriter/guide/anchor_object.xhp\"><emph>as-character</emph></link> in the document."
-msgstr ""
+msgstr "Klicken Sie auf den Bildplatzhalter, um den Dialog <emph>Bild einfügen</emph> zu öffnen, und wählen Sie die Bilddatei aus. Das Bild ist <link href=\"text/swriter/guide/anchor_object.xhp\"><emph>Als Zeichen</emph></link> im Dokument verankert."
#. eAdHB
#: contentcontrols.xhp
@@ -3938,7 +3938,7 @@ msgctxt ""
"hd_id351672745497657\n"
"help.text"
msgid "Using Check Box Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für Markierfelder"
#. AGnEj
#: contentcontrols.xhp
@@ -3947,7 +3947,7 @@ msgctxt ""
"par_id361672750636766\n"
"help.text"
msgid "Choose the checked and unchecked characters for the check box. Use the <widget>Select</widget> button to open the <link href=\"text/shared/01/04100000.xhp\"><emph>Special Character</emph></link> dialog and choose another character."
-msgstr ""
+msgstr "Wählen Sie die Zeichen für aktivierte und deaktivierte Markierfelder aus. Verwenden Sie die Schaltfläche <widget>Auswählen</widget>, um den Dialog <link href=\"text/shared/01/04100000.xhp\"><emph>Sonderzeichen</emph></link> zu öffnen und ein anderes Zeichen auszuwählen."
#. dWapD
#: contentcontrols.xhp
@@ -3956,7 +3956,7 @@ msgctxt ""
"par_id721672767988766\n"
"help.text"
msgid "Click on the check box to check or uncheck it."
-msgstr ""
+msgstr "Klicken Sie auf das Markierfeld, um es zu aktivieren oder zu deaktivieren."
#. WkA7y
#: contentcontrols.xhp
@@ -3965,7 +3965,7 @@ msgctxt ""
"hd_id321672745501882\n"
"help.text"
msgid "Using Drop-down List Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für Dropdown-Listen"
#. DXwet
#: contentcontrols.xhp
@@ -3974,7 +3974,7 @@ msgctxt ""
"par_id131672752219184\n"
"help.text"
msgid "In the <emph>List Items</emph> box:"
-msgstr ""
+msgstr "Im Feld <emph>Listenelemente</emph>:"
#. QB2zx
#: contentcontrols.xhp
@@ -3983,7 +3983,7 @@ msgctxt ""
"par_id361672751921825\n"
"help.text"
msgid "Use the <widget>Add</widget> button to add a new entry, entering the display name and the value of the item in the <emph>Content Control List Item Property</emph> dialog."
-msgstr ""
+msgstr "Verwenden Sie die Schaltfläche <widget>Hinzufügen</widget>, um einen neuen Eintrag hinzuzufügen, indem Sie den Anzeigenamen und den Wert des Elements im Dialog <emph>Eigenschaft Inhalts-Steuerelement-Listeneintrag</emph> eingeben."
#. y7onD
#: contentcontrols.xhp
@@ -3992,7 +3992,7 @@ msgctxt ""
"par_id951672751926433\n"
"help.text"
msgid "Use the <widget>Modify</widget> button to change the name and value pair of the selected entry."
-msgstr ""
+msgstr "Verwenden Sie die Schaltfläche <widget>Ändern</widget>, um das Namens- und Wertepaar des ausgewählten Eintrags zu ändern."
#. vTzyG
#: contentcontrols.xhp
@@ -4001,7 +4001,7 @@ msgctxt ""
"par_id741672751931470\n"
"help.text"
msgid "Use the <widget>Remove</widget> button to delete the selected entry of the list."
-msgstr ""
+msgstr "Mit der Schaltfläche <widget>Entfernen</widget> können Sie den ausgewählten Eintrag aus der Liste löschen."
#. KP7R7
#: contentcontrols.xhp
@@ -4010,7 +4010,7 @@ msgctxt ""
"par_id41672751936178\n"
"help.text"
msgid "Use the <widget>Move Up</widget> and <widget>Move Down</widget> buttons to position the selected entry in the list, respectively."
-msgstr ""
+msgstr "Verwenden Sie die Schaltflächen <widget>Nach oben verschieben</widget> und <widget>Nach unten verschieben</widget>, um den ausgewählten Eintrag in der Liste zu positionieren."
#. 7SAHx
#: contentcontrols.xhp
@@ -4019,7 +4019,7 @@ msgctxt ""
"par_id621672751395854\n"
"help.text"
msgid "<embedvar href=\"text/swriter/guide/contentcontrols.xhp#clickok\" markup=\"ignore\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/swriter/guide/contentcontrols.xhp#clickok\" markup=\"ignore\"/>"
#. 5yEEb
#: contentcontrols.xhp
@@ -4028,7 +4028,7 @@ msgctxt ""
"par_id721672767925728\n"
"help.text"
msgid "To insert a content, click on the control to open the drop-down list, select one of the items displayed."
-msgstr ""
+msgstr "Um einen Inhalt einzufügen, klicken Sie auf das Steuerelement, um die Dropdown-Liste zu öffnen, und wählen Sie eines der angezeigten Elemente aus."
#. FaKDf
#: contentcontrols.xhp
@@ -4037,7 +4037,7 @@ msgctxt ""
"hd_id61672745506193\n"
"help.text"
msgid "Using Combo Box List Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für Kombinationsfelder"
#. QnE58
#: contentcontrols.xhp
@@ -4046,7 +4046,7 @@ msgctxt ""
"par_id771672755699159\n"
"help.text"
msgid "Different from the <emph>Content Control Drop-down List</emph>, the <emph>Combo Box List</emph> allows you to directly insert text in the box, or choose one of the items in the list."
-msgstr ""
+msgstr "Im Gegensatz zu <emph>Inhalts-Steuerelementen Dropdown-Liste</emph> können Sie mit <emph>Kombinationsfeldern</emph> Text direkt in das Feld einfügen oder eines der Elemente in der Liste auswählen."
#. 6uKYC
#: contentcontrols.xhp
@@ -4055,7 +4055,7 @@ msgctxt ""
"par_id841672755499287\n"
"help.text"
msgid "Follow instructions for the <emph>Content Control Drop-down List</emph> to insert display names and values to the list."
-msgstr ""
+msgstr "Befolgen Sie die Anweisungen für die <emph>Inhalts-Steuerelemente Dropdown-Liste</emph>, um Anzeigenamen und Werte in die Liste einzufügen."
#. VYJXW
#: contentcontrols.xhp
@@ -4064,7 +4064,7 @@ msgctxt ""
"par_id961672767890705\n"
"help.text"
msgid "To insert a content, click on the control to open a drop-down list, select one of the items displayed or type your custom text."
-msgstr ""
+msgstr "Um einen Inhalt einzufügen, klicken Sie auf das Steuerelement, um eine Dropdown-Liste zu öffnen, wählen Sie eines der angezeigten Elemente aus oder geben Sie Ihren benutzerdefinierten Text ein."
#. 3SFgc
#: contentcontrols.xhp
@@ -4073,7 +4073,7 @@ msgctxt ""
"hd_id221672745510196\n"
"help.text"
msgid "Using Date Content Control"
-msgstr ""
+msgstr "Verwenden von Inhalts-Steuerelementen für Datum"
#. LYNb9
#: contentcontrols.xhp
@@ -4082,7 +4082,7 @@ msgctxt ""
"par_id391672755927187\n"
"help.text"
msgid "Choose one of the date formats in the <emph>Date Format</emph> list."
-msgstr ""
+msgstr "Wählen Sie eines der Datumsformate in der Liste <emph>Datumsformat</emph> aus."
#. BAczD
#: contentcontrols.xhp
@@ -4091,7 +4091,7 @@ msgctxt ""
"par_id291672767767937\n"
"help.text"
msgid "To insert a date, click on the control to open a calendar object and choose the date."
-msgstr ""
+msgstr "Um ein Datum einzufügen, klicken Sie auf das Steuerelement, um ein Kalenderobjekt zu öffnen und das Datum auszuwählen."
#. Aezoo
#: delete_from_dict.xhp
@@ -7259,7 +7259,7 @@ msgctxt ""
"hd_id3154244\n"
"help.text"
msgid "To Prepare a Paragraph Style for Chapter Titles"
-msgstr ""
+msgstr "So bereiten Sie eine Absatzvorlage für Kapiteltitel vor"
#. MSu2d
#: header_with_chapter.xhp
@@ -7268,7 +7268,7 @@ msgctxt ""
"par_id3155874\n"
"help.text"
msgid "Choose <menuitem>Tools - Heading Numbering - Numbering</menuitem> tab."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Extras – Kapitelnummerierung… – Register: Nummerierung</menuitem>."
#. 8gUeC
#: header_with_chapter.xhp
@@ -7277,7 +7277,7 @@ msgctxt ""
"par_id4555573\n"
"help.text"
msgid "In the <menuitem>Level</menuitem> box, select <literal>1</literal>."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Ebene</menuitem> die <literal>1</literal> aus."
#. wGD4H
#: header_with_chapter.xhp
@@ -7286,7 +7286,7 @@ msgctxt ""
"par_id3155898\n"
"help.text"
msgid "In the <menuitem>Paragraph style</menuitem> box, select the paragraph style that you want to use for chapter titles, for example, <literal>Heading 1</literal>."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Absatzvorlage</menuitem> die Absatzvorlage aus, die Sie für Kapiteltitel verwenden möchten, beispielsweise <literal>Überschrift 1</literal>."
#. GMDTu
#: header_with_chapter.xhp
@@ -7295,7 +7295,7 @@ msgctxt ""
"par_id3147124\n"
"help.text"
msgid "Select the numbering scheme for the chapter titles in the <menuitem>Number</menuitem> box, for example, <literal>1,2,3...</literal>."
-msgstr ""
+msgstr "Wählen Sie im Feld <menuitem>Nummer</menuitem> das Nummerierungsschema für die Kapiteltitel aus, zum Beispiel <literal>1, 2, 3, …</literal>."
#. S43i6
#: header_with_chapter.xhp
@@ -7304,7 +7304,7 @@ msgctxt ""
"par_id3150219\n"
"help.text"
msgid "Type <input>Chapter</input> followed by a space in the <menuitem>Before</menuitem> box."
-msgstr ""
+msgstr "Geben Sie <input>Kapitel</input> gefolgt von einem Leerzeichen in das Feld <menuitem>Vor</menuitem> ein."
#. hKE49
#: header_with_chapter.xhp
@@ -7313,7 +7313,7 @@ msgctxt ""
"par_id3150245\n"
"help.text"
msgid "Enter a space in the <menuitem>After</menuitem> box."
-msgstr ""
+msgstr "Geben Sie im Feld <menuitem>Nach</menuitem> ein Leerzeichen ein."
#. cn8EX
#: header_with_chapter.xhp
@@ -7376,7 +7376,7 @@ msgctxt ""
"par_id3153175\n"
"help.text"
msgid "Click <literal>Heading</literal> in the <menuitem>Type</menuitem> list, <literal>Heading number and contents</literal> in the <menuitem>Format</menuitem> list, and <literal>1</literal> in <menuitem>Up to level</menuitem>."
-msgstr ""
+msgstr "Klicken Sie auf <literal>Überschrift</literal> in der Liste <menuitem>Typ</menuitem>, auf <literal>Kapitelnummer und -inhalt</literal> in der Liste <menuitem>Format</menuitem> und auf <literal>1</literal> in <menuitem>Bis zur Ebene</menuitem>."
#. hVuGg
#: header_with_chapter.xhp
@@ -8375,7 +8375,7 @@ msgctxt ""
"par_id3155893\n"
"help.text"
msgid "To cycle through the index entries in your document, click the next or the previous arrows in the <link href=\"text/swriter/01/04120100.xhp\"><emph>Edit Index Entry</emph> dialog</link>."
-msgstr ""
+msgstr "Um durch die Verzeichniseinträge in Ihrem Dokument zu blättern, klicken Sie auf die Pfeile „Nächster“ oder „Vorheriger“ im Dialog <link href=\"text/swriter/01/04120100.xhp\"><emph>Verzeichniseintrag bearbeiten</emph></link>."
#. 3hNnR
#: indices_edit.xhp
@@ -8510,7 +8510,7 @@ msgctxt ""
"par_id3154258\n"
"help.text"
msgid "To add index entries for all other occurrences of the selected entry text in your document, select <menuitem>Apply to all other occurrences</menuitem>."
-msgstr ""
+msgstr "Um Verzeichniseinträge für alle anderen Vorkommen des ausgewählten Eintragstexts in Ihrem Dokument hinzuzufügen, wählen Sie <menuitem>Auf alle anderen Vorkommen anwenden</menuitem>."
#. 5YVSS
#: indices_enter.xhp
@@ -8537,7 +8537,7 @@ msgctxt ""
"par_id3147132\n"
"help.text"
msgid "The best way to generate a table of contents is to apply the predefined “Heading N” paragraph styles, such as “Heading 1”, to the paragraphs that you want to include in your table of contents."
-msgstr ""
+msgstr "Der beste Weg, ein Inhaltsverzeichnis zu erstellen, besteht darin, die vordefinierten Absatzvorlagen „Überschrift N“, beispielsweise „Überschrift 1“, auf die Absätze anzuwenden, die Sie in Ihr Inhaltsverzeichnis aufnehmen möchten."
#. SuiqC
#: indices_enter.xhp
@@ -8555,7 +8555,7 @@ msgctxt ""
"par_id3150933\n"
"help.text"
msgid "Choose <menuitem>Tools - Heading Numbering</menuitem> and click the <emph>Numbering</emph> tab."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Extras – Kapitelnummerierung…</menuitem> – Register: <emph>Nummerierung</emph>."
#. yiF3Z
#: indices_enter.xhp
@@ -8573,7 +8573,7 @@ msgctxt ""
"par_id3150523\n"
"help.text"
msgid "In the <emph>Level</emph> list, click the level for the paragraph style."
-msgstr ""
+msgstr "Klicken Sie in der Liste <emph>Ebene</emph> auf die Ebene für die Absatzvorlage."
#. JK8xZ
#: indices_enter.xhp
@@ -8636,7 +8636,7 @@ msgctxt ""
"par_id3147110\n"
"help.text"
msgid "Right-click in the index or table of contents, then choose <menuitem>Edit Index</menuitem>."
-msgstr ""
+msgstr "Klicken Sie mit der rechten Maustaste in das Verzeichnis und wählen Sie dann <menuitem>Verzeichnis bearbeiten</menuitem>."
#. iG8Gs
#: indices_form.xhp
@@ -8708,7 +8708,7 @@ msgctxt ""
"par_id3150712\n"
"help.text"
msgid "Right-click in the table of contents, then choose <menuitem>Edit Index</menuitem>."
-msgstr ""
+msgstr "Klicken Sie mit der rechten Maustaste in das Verzeichnis und wählen Sie dann <menuitem>Verzeichnis bearbeiten</menuitem>."
#. aVKdC
#: indices_form.xhp
@@ -8726,7 +8726,7 @@ msgctxt ""
"par_id3148399\n"
"help.text"
msgid "In the <menuitem>Level</menuitem> list click the index level for which you want to assign hyperlinks."
-msgstr ""
+msgstr "Klicken Sie in der Liste <menuitem>Ebene</menuitem> auf die Verzeichnisebene, für die Sie Hyperlinks zuweisen möchten."
#. umgCv
#: indices_form.xhp
@@ -8735,7 +8735,7 @@ msgctxt ""
"par_id3148424\n"
"help.text"
msgid "In the <menuitem>Structure</menuitem> area, click in the box in front of <menuitem>N#</menuitem>, and then click <menuitem>Hyperlink</menuitem>."
-msgstr ""
+msgstr "Klicken Sie im Bereich <menuitem>Struktur</menuitem> in das Feld vor <menuitem>N#</menuitem> und dann auf <menuitem>Hyperlink</menuitem>."
#. F8avB
#: indices_form.xhp
@@ -8753,7 +8753,7 @@ msgctxt ""
"par_id3147060\n"
"help.text"
msgid "Repeat for each index level that should use a hyperlink, or click the <menuitem>All</menuitem> button to apply the formatting to all levels."
-msgstr ""
+msgstr "Wiederholen Sie den Vorgang für jede Verzeichnisebene, die einen Hyperlink verwenden soll, oder klicken Sie auf die Schaltfläche <menuitem>Alle</menuitem>, um die Formatierung auf alle Ebenen anzuwenden."
#. BiZ3o
#: indices_index.xhp
@@ -9257,7 +9257,7 @@ msgctxt ""
"par_id3146896\n"
"help.text"
msgid "If you want to use a different paragraph style as a table of contents entry, select the <menuitem>Additional Styles</menuitem> check box in the <menuitem>Create from</menuitem> area, and then click the <menuitem>Assign styles</menuitem> button next to the check box. In the <menuitem>Assign Styles</menuitem> dialog, click the style in the <menuitem>Style</menuitem> list, and then click the index level for the selected style."
-msgstr ""
+msgstr "Wenn Sie eine andere Absatzvorlage als Verzeichniseintrag verwenden möchten, aktivieren Sie das Markierfeld <menuitem>Weitere Vorlagen</menuitem> im Bereich <menuitem>Erzeugen aus</menuitem> und klicken Sie dann auf die Schaltfläche <menuitem>Vorlagen zuweisen</menuitem> neben dem Markierfeld. Klicken Sie im Dialog <menuitem>Vorlagen zuweisen</menuitem> auf die Vorlage in der Liste <menuitem>Vorlagen</menuitem> und dann auf die Verzeichnisebene für die ausgewählte Vorlage."
#. pyfLD
#: indices_toc.xhp
@@ -9266,7 +9266,7 @@ msgctxt ""
"par_id1001574720273772\n"
"help.text"
msgid "%PRODUCTNAME creates the table of contents entries based on the outline level of the paragraph style and the paragraph contents. If the paragraph is empty, it will not be included in the table of contents. To force the empty paragraph to be listed in the table of contents, manually add a space or a non breaking space to the paragraph. Spaces added in the <emph>After</emph> text box of the Numbering tab in the Heading Numbering dialog will not work for this purpose, since they are part of the paragraph numbering, not the paragraph contents."
-msgstr ""
+msgstr "%PRODUCTNAME erstellt die Verzeichniseinträge basierend auf der Gliederungsebene der Absatzvorlage und dem Absatzinhalt. Ist der Absatz leer, wird er nicht in das Inhaltsverzeichnis aufgenommen. Um zu erzwingen, dass der leere Absatz im Inhaltsverzeichnis aufgeführt wird, fügen Sie dem Absatz manuell ein Leerzeichen oder ein geschütztes Leerzeichen hinzu. Leerzeichen, die im Textfeld <emph>Nach</emph> der Registerkarte „Nummerierung“ im Dialog „Kapitelnummerierung“ hinzugefügt werden, funktionieren für diesen Zweck nicht, da sie Teil der Absatznummerierung und nicht des Absatzinhalts sind."
#. Fdoe5
#: indices_toc.xhp
@@ -9806,7 +9806,7 @@ msgctxt ""
"par_id3155182\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">The scanner must support the TWAIN standard.</caseinline></switchinline><switchinline select=\"sys\"><caseinline select=\"UNIX\">The scanner must support the SANE standard.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Der Scanner muss den TWAIN-Standard unterstützen.</caseinline></switchinline><switchinline select=\"sys\"><caseinline select=\"UNIX\">Der Scanner muss den SANE-Standard unterstützen.</caseinline></switchinline>"
#. CaB7p
#: insert_graphic_scan.xhp
@@ -9851,7 +9851,7 @@ msgctxt ""
"bm_id3145078\n"
"help.text"
msgid "<bookmark_value>tab stops; inserting in lists</bookmark_value><bookmark_value>numbering; changing the level of</bookmark_value><bookmark_value>lists;changing levels</bookmark_value><bookmark_value>bullet lists;changing levels</bookmark_value><bookmark_value>promote level;in lists</bookmark_value><bookmark_value>demote level;in lists</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Tabulatoren; Einfügen in Listen</bookmark_value><bookmark_value>Nummerierung; Ändern der Ebene von</bookmark_value><bookmark_value>Listen; Ändern der Ebenen</bookmark_value><bookmark_value>Aufzählungslisten; Ändern der Ebenen</bookmark_value><bookmark_value>Hochstufen; in Listen</bookmark_value><bookmark_value>Herabstufen; in Listen</bookmark_value>"
#. ghdAG
#: insert_tab_innumbering.xhp
@@ -10031,7 +10031,7 @@ msgctxt ""
"par_id3155178\n"
"help.text"
msgid "To go to a specific <link href=\"text/shared/00/00000005.xhp#bookmark\">bookmark</link> in your document, <switchinline select=\"sys\"><caseinline select=\"MAC\">hold down <keycode>Ctrl</keycode> and click </caseinline><defaultinline>right-click</defaultinline></switchinline> in the <emph>Page</emph> field on the <emph>Status Bar</emph>, and then choose the bookmark."
-msgstr ""
+msgstr "Um zu einem bestimmten <link href=\"text/shared/00/00000005.xhp#bookmark\">Lesezeichen</link> in Ihrem Dokument zu wechseln, <switchinline select=\"sys\"><caseinline select=\"MAC\">halten Sie <keycode>Strg</keycode> gedrückt und klicken Sie</caseinline><defaultinline>klicken Sie mit der rechten Maustaste</defaultinline></switchinline> in das Feld <emph>Seite</emph> in der <emph>Statusleiste</emph> und wählen Sie dann das Lesezeichen aus."
#. Qur5T
#: jump2statusbar.xhp
@@ -11696,7 +11696,7 @@ msgctxt ""
"hd_id831673188050537\n"
"help.text"
msgid "To Quickly Insert a Page Number in Header or Footer of Page Style"
-msgstr ""
+msgstr "So fügen Sie schnell eine Seitenzahl in die Kopf- oder Fußzeile der Seitenvorlage ein"
#. PMWAC
#: pagenumbers.xhp
@@ -11705,7 +11705,7 @@ msgctxt ""
"par_id771673188070892\n"
"help.text"
msgid "Choose <link href=\"text/swriter/01/pagenumbering.xhp\"><menuitem>Insert - Page Numbers</menuitem></link> to open a dialog to guide you in inserting a page number in the current page style header or footer and setting the page number alignment."
-msgstr ""
+msgstr "Wählen Sie <link href=\"text/swriter/01/pagenumbering.xhp\"><menuitem>Einfügen – Seitennummer</menuitem></link>, um einen Dialog zu öffnen, das Sie beim Einfügen einer Seitennummer in die Kopfzeile oder Fußzeile der aktuellen Seitenvorlage unterstützt und beim Festlegen der Ausrichtung der Seitennummern."
#. FnxVE
#: pagenumbers.xhp
@@ -11723,7 +11723,7 @@ msgctxt ""
"par_id8611102\n"
"help.text"
msgid "Choose <menuitem>Insert - Field - Page Number</menuitem> to insert a page number at the current cursor position."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Einfügen – Feldbefehl – Seitennummer</menuitem>, um an der aktuellen Cursorposition eine Seitenzahl einzufügen."
#. dU382
#: pagenumbers.xhp
@@ -15170,7 +15170,7 @@ msgctxt ""
"par_id3153387\n"
"help.text"
msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed.</caseinline></switchinline>"
-msgstr ""
+msgstr "Aktivieren Sie im Bereich <item type=\"menuitem\">Verknüpfung</item> das Markierfeld <item type=\"menuitem\">Verknüpfung</item>.<switchinline select=\"sys\"><caseinline select=\"WIN\"> Unter Windows können Sie auch das Markierfeld <item type=\"menuitem\">DDE</item> aktivieren, um den Inhalt des Bereichs automatisch zu aktualisieren, wenn der Bereich im Quelldokument geändert wird.</caseinline></switchinline>"
#. Ag8HZ
#: section_insert.xhp
@@ -15476,7 +15476,7 @@ msgctxt ""
"par_id3149836\n"
"help.text"
msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B."
-msgstr ""
+msgstr "Drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+B."
#. EkKaM
#: shortcut_writing.xhp
@@ -15485,7 +15485,7 @@ msgctxt ""
"par_id3156112\n"
"help.text"
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
-msgstr ""
+msgstr "Sie können auch <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+B drücken, den Text, den Sie fett formatieren möchten, eintippen und <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+B erneut drücken, wenn Sie fertig sind."
#. ExVea
#: shortcut_writing.xhp
@@ -15647,7 +15647,7 @@ msgctxt ""
"par_id3856013\n"
"help.text"
msgid "Save the *.oxt-extension file to your hard drive, then double-click the *.oxt file in your file manager. Alternatively, in %PRODUCTNAME choose <menuitem>Tools - Extensions</menuitem> to open the Extensions dialog, click <emph>Add</emph> and browse to the file."
-msgstr ""
+msgstr "Speichern Sie die Erweiterungsdatei *.oxt auf Ihrer Festplatte und doppelklicken Sie dann in Ihrem Dateimanager auf die Datei *.oxt. Alternativ können Sie in %PRODUCTNAME <menuitem>Extras – Erweiterungsverwaltung…</menuitem> wählen, um den Dialog „Erweiterungsverwaltung“ zu öffnen, <emph>Hinzufügen…</emph> anklicken und zur Datei navigieren."
#. hAPoK
#: smarttags.xhp
@@ -16754,7 +16754,7 @@ msgctxt ""
"par_id3150965\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">DDE link (only under Windows)</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">DDE-Verknüpfung (nur unter Windows)</caseinline></switchinline>"
#. 7jjmA
#: table_insert.xhp
@@ -16763,7 +16763,7 @@ msgctxt ""
"par_id3154377\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Table structure and contents, without formatting. With updating</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Tabellenstruktur und -inhalte, ohne Formatierung. Mit Aktualisierung</caseinline></switchinline>"
#. EBbmB
#: table_insert.xhp
@@ -17834,7 +17834,7 @@ msgctxt ""
"bm_id3149487\n"
"help.text"
msgid "<bookmark_value>frames;inserting/editing/linking</bookmark_value><bookmark_value>editing;frames</bookmark_value><bookmark_value>inserting;frames</bookmark_value><bookmark_value>resizing;frames, by mouse</bookmark_value><bookmark_value>scaling;frames, by mouse</bookmark_value><bookmark_value>links;frames</bookmark_value><bookmark_value>text flow;from frame to frame</bookmark_value><bookmark_value>frames;linking</bookmark_value><bookmark_value>printing;hiding frames from printing</bookmark_value><bookmark_value>text frame;insert</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Rahmen; Einfügen/Bearbeiten/Verknüpfen</bookmark_value><bookmark_value>Bearbeiten; Rahmen</bookmark_value><bookmark_value>Einfügen; Rahmen</bookmark_value><bookmark_value>Größenänderung; Rahmen, per Maus</bookmark_value><bookmark_value>Skalieren; Rahmen, per Maus</bookmark_value><bookmark_value>Verknüpfungen; Rahmen</bookmark_value><bookmark_value>Textfluss; von Rahmen zu Rahmen</bookmark_value><bookmark_value>Rahmen; verknüpfen</bookmark_value><bookmark_value>Drucken; Rahmen vom Druck ausnehmen</bookmark_value><bookmark_value>Textrahmen; einfügen</bookmark_value>"
#. rwmMJ
#: text_frame.xhp
@@ -17879,7 +17879,7 @@ msgctxt ""
"par_id3149602\n"
"help.text"
msgid "Choose <menuitem>Insert - Frame - Frame</menuitem>."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Einfügen – Rahmen – Rahmen…</menuitem>"
#. TDcUM
#: text_frame.xhp
@@ -17906,7 +17906,7 @@ msgctxt ""
"par_id3156239\n"
"help.text"
msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <menuitem>Frame</menuitem>."
-msgstr ""
+msgstr "Um einen Rahmen zu bearbeiten, wählen Sie den Rahmen aus, klicken Sie mit der rechten Maustaste und wählen Sie dann eine Formatierungsoption. Sie können auch mit der rechten Maustaste auf den ausgewählten Rahmen klicken und <menuitem>Eigenschaften…</menuitem> wählen."
#. tNEw2
#: text_frame.xhp
@@ -17915,7 +17915,7 @@ msgctxt ""
"par_id3156261\n"
"help.text"
msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down <keycode>Shift</keycode> while you drag to maintain the proportion of the frame."
-msgstr ""
+msgstr "Um die Größe eines Rahmens zu ändern, klicken Sie auf eine Kante des Rahmens und ziehen Sie eine der Kanten oder Ecken des Rahmens. Halten Sie beim Ziehen <keycode>Umschalt</keycode> gedrückt, um die Proportionen des Rahmens beizubehalten."
#. buehC
#: text_frame.xhp
@@ -17951,7 +17951,7 @@ msgctxt ""
"par_id3155875\n"
"help.text"
msgid "Choose <menuitem>Format - Frame and Object - Properties - Options</menuitem>."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Format – Rahmen und Objekt – Eigenschaften… – Register: Optionen</menuitem>."
#. LPGwG
#: text_frame.xhp
@@ -17960,7 +17960,7 @@ msgctxt ""
"par_id3155899\n"
"help.text"
msgid "In the <emph>Properties</emph> area, uncheck the <emph>Print</emph> check box and click <widget>OK</widget>."
-msgstr ""
+msgstr "Deaktivieren Sie im Bereich <emph>Eigenschaften</emph> das Markierfeld <emph>Drucken</emph> und klicken Sie auf <widget>OK</widget>."
#. 85fLs
#: text_frame.xhp
@@ -17996,7 +17996,7 @@ msgctxt ""
"par_id3150223\n"
"help.text"
msgid "On the <menuitem>Frame</menuitem> bar, click the <menuitem>Link Frames</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3148968\">Link Frames icon</alt></image> icon."
-msgstr ""
+msgstr "Klicken Sie in der Leiste <menuitem>Rahmen</menuitem> auf das Symbol <menuitem>Verketten</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3148968\">Symbol für Verketten</alt></image>."
#. vEBwD
#: text_frame.xhp
@@ -18419,7 +18419,7 @@ msgctxt ""
"bm_id3155911\n"
"help.text"
msgid "<bookmark_value>text;rotating</bookmark_value><bookmark_value>rotating;text</bookmark_value><bookmark_value>rotate text</bookmark_value><bookmark_value>rotating text</bookmark_value><bookmark_value>text rotating</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Text; drehen</bookmark_value><bookmark_value>Drehen; Text</bookmark_value><bookmark_value>Text drehen</bookmark_value>"
#. eEvt6
#: text_rotate.xhp
@@ -18437,7 +18437,7 @@ msgctxt ""
"par_id3147410\n"
"help.text"
msgid "You can only rotate text that is contained in a <link href=\"text/shared/02/01140000.xhp\">drawing object</link>."
-msgstr ""
+msgstr "Sie können nur Text drehen, der in einem <link href=\"text/shared/02/01140000.xhp\">Zeichnungsobjekt</link> enthalten ist."
#. vNTy3
#: text_rotate.xhp
@@ -18446,7 +18446,7 @@ msgctxt ""
"S900001\n"
"help.text"
msgid "To illustrate this functionality we choose a text box in the example below."
-msgstr ""
+msgstr "Um diese Funktionalität zu veranschaulichen, wählen wir im folgenden Beispiel ein Textfeld."
#. gmY6A
#: text_rotate.xhp
@@ -18455,7 +18455,7 @@ msgctxt ""
"S900002\n"
"help.text"
msgid "You can choose whatever <link href=\"text/shared/02/01140000.xhp\">drawing object</link> fits your need from the <menuitem>Drawing</menuitem> toolbar."
-msgstr ""
+msgstr "Sie können das <link href=\"text/shared/02/01140000.xhp\">Zeichnungsobjekt</link> aus der Symbolleiste <menuitem>Zeichnung</menuitem> auswählen, das Ihren Anforderungen entspricht."
#. NAFsL
#: text_rotate.xhp
@@ -18464,7 +18464,7 @@ msgctxt ""
"par_id3153130\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Drawing</menuitem> to open the <menuitem>Drawing</menuitem> toolbar."
-msgstr ""
+msgstr "Wählen Sie <menuitem>Ansicht – Symbolleisten – Zeichnung</menuitem>, um die Symbolleiste <menuitem>Zeichnung</menuitem> zu öffnen."
#. mLEni
#: text_rotate.xhp
@@ -18473,7 +18473,7 @@ msgctxt ""
"par_id3149866\n"
"help.text"
msgid "Select the <menuitem>Insert Text Box</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Icon Insert Text Box</alt></image> icon."
-msgstr ""
+msgstr "Wählen Sie das Symbol <menuitem>Textfeld</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Symbol für Textfeld einfügen</alt></image>."
#. ov8Th
#: text_rotate.xhp
@@ -18491,7 +18491,7 @@ msgctxt ""
"par_id3154415\n"
"help.text"
msgid "Click outside of the object to close the text box."
-msgstr ""
+msgstr "Klicken Sie außerhalb des Objekts, um das Textfeld zu schließen."
#. ozxdT
#: text_rotate.xhp
@@ -18500,7 +18500,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Klicken Sie auf den von Ihnen eingegebenen Text."
#. csEKP
#: text_rotate.xhp
@@ -18509,7 +18509,7 @@ msgctxt ""
"S900004\n"
"help.text"
msgid "Click the <link href=\"text/shared/02/05090000.xhp\"><menuitem>Rotate</menuitem></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Icon Toggle Object Rotate Mode</alt></image> icon on the <menuitem>Drawing Object Properties</menuitem> toolbar."
-msgstr ""
+msgstr "Klicken Sie auf das Symbol <link href=\"text/shared/02/05090000.xhp\"><menuitem>Drehen</menuitem></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Symbol für „Objektdrehungsmodus umschalten“</alt></image> in der Symbolleiste <menuitem>Zeichnungsobjekteigenschaften</menuitem>."
#. txAbL
#: text_rotate.xhp
@@ -19247,7 +19247,7 @@ msgctxt ""
"par_id31616154131555\n"
"help.text"
msgid "If you want numbered headings, use <menuitem>Tools - </menuitem><link href=\"text/swriter/01/06060000.xhp\">Heading Numbering</link>, instead of numbering manually."
-msgstr ""
+msgstr "Wenn Sie nummerierte Überschriften wünschen, verwenden Sie <menuitem>Extras – </menuitem><link href=\"text/swriter/01/06060000.xhp\">Kapitelnummerierung</link>, anstatt manuell zu nummerieren."
#. Dh8sW
#: using_numbering.xhp
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office.po b/source/de/officecfg/registry/data/org/openoffice/Office.po
index 3c74e3b73f8..3e1ce5d75f7 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/de/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-23 07:34+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/de/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548393448.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Anmerkung"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Textdokumente"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Tabellendokumente"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Präsentationen"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Zeichnungen"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webseiten"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Globaldokumente"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formeln"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Datenbankdokumente"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
index e524b731a26..038de97fb89 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/de/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/de/>\n"
"Language: de\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565256511.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Daten~gültigkeit…"
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Ze~ilen löschen"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "M~asterfolie ändern…"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "M~asterseite ändern…"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "~Spalten einfügen"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Ausgewählte Spalten löschen"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Zeilen löschen"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Zeilen löschen"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Ausgewählte Zeilen löschen"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31476,7 +31466,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Index Entry..."
-msgstr "~Indexeintrag…"
+msgstr "V~erzeichniseintrag…"
#. iAFni
#: WriterCommands.xcu
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Seitennummer einfügen"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Seiten~nummer"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Spalten davor"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Zeilen löschen"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Ze~ilen"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Ausgewählte Zeilen löschen"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
@@ -33196,7 +33236,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Index Entry..."
-msgstr "~Indexeintrag…"
+msgstr "~Verzeichniseintrag…"
#. BuzN5
#: WriterCommands.xcu
@@ -33206,7 +33246,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Edit Index Entry..."
-msgstr "~Indexeintrag bearbeiten"
+msgstr "~Verzeichniseintrag bearbeiten…"
#. W4PVB
#: WriterCommands.xcu
@@ -35516,7 +35556,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "P~aragraph"
-msgstr "~Absatz"
+msgstr "A~bsatz"
#. KK3Ab
#: WriterCommands.xcu
@@ -35526,7 +35566,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~List"
-msgstr "Liste"
+msgstr "~Liste"
#. ZmR9V
#: WriterCommands.xcu
diff --git a/source/de/sc/messages.po b/source/de/sc/messages.po
index fefe0268db7..a1ad4d3ce0d 100644
--- a/source/de/sc/messages.po
+++ b/source/de/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/de/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565592942.000000\n"
#. kBovX
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Wenn diese Option aktiviert ist, behält Calc vorherige Zellinhalte bei, wenn leere Zellen eingefügt werden. Anderenfalls löscht Calc die vorherigen Zellinhalte."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Weitere Optionen"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Spaltent_yp:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Wählen Sie einen Datentyp für die im Vorschaufenster ausgewählte Spalte."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text in Spalten"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Feldbefehle"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Wählen Sie hier die Optionen für den Import von Daten aus einer Textdatei mit Feldtrennzeichen."
diff --git a/source/de/sd/messages.po b/source/de/sd/messages.po
index 4233b101da4..7525f693228 100644
--- a/source/de/sd/messages.po
+++ b/source/de/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/de/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562386789.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Text einfügen"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Masterfolie laden"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Links"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Rechts"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Oben"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Unten"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Links oben?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Links unten?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Rechts oben?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Rechts unten?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alle?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Diese Aktion kann nicht im Livemodus ausgeführt werden."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Zurück"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Weiter"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Übersicht"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Farbersetzung"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Überblenden"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Folie erweitern"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Folie mit Inhaltsverzeichnis"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Zur Zeit ist leider keine SANE-Quelle verfügbar."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Zur Zeit ist leider keine TWAIN-Quelle verfügbar."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fix"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (kurz)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (lang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Dateiname"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Pfad/Dateiname"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Pfad"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Dateiname ohne Erweiterung"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Neue individuelle Bildschirmpräsentation"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopie "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Präsentation-Format (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Zeichnung-Format (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Metadatei(en) aufbrechen…"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Es konnten nicht alle Zeichnungsobjekte aus der Gruppierung gelöst werden."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Präsentation"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION Zeichnung"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Soll es überschrieben werden?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besuchte Verknüpfung"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktive Verknüpfung"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notizen"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Inhaltsverzeichnis"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Zum Starten hier klicken"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-Mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Homepage"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Weitere Informationen"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Präsentationsquelle herunterladen"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Ihr Browser unterstützt leider keine schwebenden Rahmen."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Erste Seite"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Letzte Seite"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Bild"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Mit Inhalt"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Ohne Inhalt"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Zur angegebenen Seite"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bitmap in Polygon umwandeln"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Bitte klicken Sie, um die Präsentation zu beenden …"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause…"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D Favorit zuweisen"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Bildfilter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"ist keine gültige Audiodatei!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konvertieren in Metadatei"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konvertieren zu Bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Die Datei $(URL1) konnte nicht erzeugt werden."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Die Datei $(URL1) konnte nicht geöffnet werden."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Die Datei $(URL1) konnte nicht nach $(URL2) kopiert werden"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Name des Folienmasters. Rechtsklick zeigt die Liste und Linksklick den Dialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Folie umbenennen"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Seite umbenennen"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Doppelte oder leere Namen sind nicht erlaubt"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Name:"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Masterfolie umbenennen"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelbereich für AutoLayouts"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektbereich für AutoLayouts"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Fußzeilenbereich"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Kopfzeilenbereich"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumsbereich"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Foliennummernbereich"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Seitennummernbereich"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<Kopfzeile>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<Fußzeile>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<Datum/Uhrzeit>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<Foliennummer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<Anzahl>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<Folienname>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<Seitenname>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Bereich für Notizen"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja-Konvertierung"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Folien"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Seiten"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Vorschau nicht verfügbar"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Erzeuge Vorschau"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Layouts"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Zeichnungsvorlagen"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Präsentationsvorlagen"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Zellvorlagen"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Form %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Hintergrundbild festlegen…"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Kommentare"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Folienlayout zurücksetzen"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabelle einfügen"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagramm einfügen"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Bild einfügen"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Audio oder Video einfügen"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Seiten Ziehen-und-Ablegen"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Folien Ziehen-und-Ablegen"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Bitte fügen Sie Bilder zu dem Album hinzu."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Textfolie"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Das lokale Verzeichnis '%FILENAME' ist nicht leer. Einige Dateien könnten überschrieben werden. Möchten Sie fortfahren?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Hintergrund"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Hintergrundobjekte"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Layout"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Steuerelemente"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Maßlinien"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Folie"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Seite"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Folie"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Masterfolie"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Masterfolie:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Masterseite"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Masterseite:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notizen)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Handzettel"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Format des Titeltextes durch Klicken bearbeiten"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Format des Gliederungstextes durch Klicken bearbeiten"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Format des Titeltextes durch Doppelklick bearbeiten"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Format des Gliederungstextes durch Doppelklick bearbeiten"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Zweite Gliederungsebene"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Dritte Gliederungsebene"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Vierte Gliederungsebene"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Fünfte Gliederungsebene"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sechste Gliederungsebene"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Siebte Gliederungsebene"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Folie mittels Klicken verschieben"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Format der Notizen mittels Klicken bearbeiten"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Folie mittels Doppelklick verschieben"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Format der Notizen mittels Doppelklick bearbeiten"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Titel durch Klicken hinzufügen"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Text durch Klicken hinzufügen"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Text durch Klicken hinzufügen"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Notizen durch Klicken hinzufügen"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Titel durch Doppelklick hinzufügen"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Text durch Doppelklick hinzufügen"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Text durch Doppelklick hinzufügen"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Text durch Doppelklick bearbeiten"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Notizen durch Doppelklick hinzufügen"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Bild durch Doppelklicken hinzufügen"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Objekt durch Doppelklicken hinzufügen"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Diagramm durch Doppelklicken hinzufügen"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Organisationsdiagramm durch Doppelklicken hinzufügen"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Tabelle durch Doppelklicken hinzufügen"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standard"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Folien verschieben"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Seiten einfügen"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Seite einfügen"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Folieneigenschaften"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt ohne Füllung"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt ohne Füllung und Linie"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Überschrift A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Text A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Überschrift A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Text A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafik"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formen"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linien"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pfeillinie"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Gestrichelte Linie"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Ausgefüllt"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Ausgefüllt blau"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Ausgefüllt grün"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Ausgefüllt gelb"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Ausgefüllt rot"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Umrandet"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Umrandet blau"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Umrandet grün"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Umrandet gelb"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Umrandet rot"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Untertitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Gliederung"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Hintergrundobjekte"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Hintergrund"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notizen"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint Import"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokument speichern"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Schriftgröße verkleinern"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Schriftgröße vergrößern"
@@ -2431,637 +2467,637 @@ msgstr "Schriftgröße vergrößern"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Zeichnungsansicht"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Zeichnungsansicht"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Gliederungsansicht"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Folienansicht"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Hier können Sie Folien sortieren."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notizansicht"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Handzettelansicht"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Präsentation Titel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Präsentation Gliederung"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Präsentation Untertitel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Präsentation Seite"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Präsentation Notizen"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Handzettel"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Unbekannte Zugänglichkeits-Präsentationsform"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Präsentation Fußzeile"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Präsentation Kopfzeile"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Präsentation Datum und Zeit"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Präsentation Seitennummer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-Präsentation"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Gliederung"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Untertitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Seite"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notizen"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Handzettel"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Unbekannte Zugänglichkeits-Präsentationsform"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Fußzeile"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Kopfzeile"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Anzahl"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(schreibgeschützt)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "Keine"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Bis zum nächsten Klick"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Bis zum Ende der Folie"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Richtung:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Maßstab:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Speichen:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Erste Farbe:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Zweite Farbe:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Füllfarbe:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Schriftart:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Schriftfarbe:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Schriftart:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linienfarbe:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Schriftgröße:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Größe:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Menge:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Farbe:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ohne Klang)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Vorherigen Klang anhalten)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Anderer Klang…"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Beispiel"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Auslöser"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Benutzerdefinierte Pfade"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Eingang: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Betont: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Ausgang: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animationspfade: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Sonstige: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Keine"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Heute,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Gestern,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(kein Autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress das Ende der Präsentation erreicht. Möchten Sie am Anfang fortsetzen?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress hat den Anfang der Präsentation erreicht. Möchten Sie am Ende fortsetzen?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw hat das Ende des Dokuments erreicht. Möchten Sie am Anfang fortsetzen?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw hat den Anfang des Dokuments erreicht. Möchten Sie am Ende fortsetzen?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Kommentar einfügen"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Kommentar(e) löschen"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Kommentar verschieben"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Kommentar bearbeiten"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "An %1 antworten"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Medienwiedergabe"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabelle"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Folien pro Seite:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Reihenfolge:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Inhalt"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Folienname"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Seiten~name"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Da~tum und Uhrzeit"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Ausgeblendete Seiten"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Farbe"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Größe"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Broschüre"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Seitenränder"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Einschließen"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Nur den Papierschacht der Druckereinstellungen ~verwenden"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Seiten:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Folien:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress hat bis zum Ende der Präsentation gesucht. Möchten Sie die Suche am Anfang fortsetzen?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress hat bis zum Anfang der Präsentation gesucht. Möchten Sie die Suche am Ende fortsetzen?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw hat bis zum Ende des Dokuments gesucht. Möchten Sie die Suche am Anfang fortsetzen?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw hat bis zum Anfang des Dokuments gesucht. Möchten Sie die Suche am Ende fortsetzen?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animation"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Verknüpfung"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Nächste"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Vor~herige"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Erste Folie"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Letzte Folie"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Bereich schließen"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Eine neue Vorlage hinzufügen"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/de/svtools/messages.po b/source/de/svtools/messages.po
index fd638a96763..0e9120b257f 100644
--- a/source/de/svtools/messages.po
+++ b/source/de/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Annabelle Wübbelsmann <translowl@web.de>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/de/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559619492.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Zur letzten Tabelle wechseln"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Tabelle hinzufügen"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/de/sw/messages.po b/source/de/sw/messages.po
index 39d1d4ad6aa..c393c8f4fe2 100644
--- a/source/de/sw/messages.po
+++ b/source/de/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-30 04:44+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: German <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/de/>\n"
"Language: de\n"
@@ -4729,7 +4729,7 @@ msgstr "Bereiche aktualisieren"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Bereiche löschen"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9241,13 +9241,13 @@ msgstr "Zeile gelöscht"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Spalte eingefügt"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Zeile eingefügt"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -12032,7 +12032,7 @@ msgstr "Geben Sie das Zeichen ein, das zwischen der Kapitelnummer und der Beschr
#: sw/uiconfig/swriter/ui/captionoptions.ui:296
msgctxt "captionoptions|label5"
msgid "_Up to level:"
-msgstr "Bis Ebene:"
+msgstr "Bis zur Ebene:"
#. 3istp
#: sw/uiconfig/swriter/ui/captionoptions.ui:310
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Verzeichniseintrag einfügen"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Löscht den ausgewählten Eintrag aus dem Verzeichnis. Der Eintragstext im Dokument wird dabei nicht gelöscht."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Einfügen"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Verzeichnis:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Wählen Sie das Verzeichnis aus, dem Sie den Eintrag hinzufügen möchten."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Neues benutzerdefiniertes Verzeichnis"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Eintrag:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Zeigt den Text an, der im Dokument ausgewählt ist. Wenn Sie möchten, können Sie für den Verzeichniseintrag ein anderes Wort eingeben. Der ausgewählte Text im Dokument wird nicht geändert."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Eintrag aus Auswahl aktualisieren"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Phonetische Lesung:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Geben Sie die phonetische Lesung für den entsprechenden Eintrag ein. Wenn beispielsweise ein japanisches Kanji-Wort mehr als eine Aussprache hat, geben Sie die korrekte Aussprache als Katakana-Wort ein. Das Kanji-Wort wird dann nach dem phonetisch gelesenen Eintrag sortiert."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Phonetische Lesung:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Geben Sie die phonetische Lesung für den entsprechenden Eintrag ein."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Phonetische Lesung:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Geben Sie die phonetische Lesung für den entsprechenden Eintrag ein."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1. Schlüssel:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Macht die aktuelle Auswahl zu einem Untereintrag des Wortes, das Sie hier eingeben. Wenn Sie beispielsweise „kalt“ auswählen und als ersten Schlüssel „Wetter“ eingeben, lautet der Indexeintrag „Wetter, kalt“."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2. Schlüssel:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Macht die aktuelle Auswahl zu einem Unter-Untereintrag des 1. Schlüssels. Wenn Sie beispielsweise „kalt“ auswählen und als 1. Schlüssel „Wetter“ und als 2. Schlüssel „Winter“ eingeben, lautet der Indexeintrag „Wetter, Winter, kalt“."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Verzeichnisebene:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Geben Sie die Verzeichnisebene für den Eintrag ein, die das Erscheinen des Eintrags im generierten Verzeichnis bestimmt."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Geben Sie die Verzeichnisebene für den Eintrag ein. Die Verzeichnisebene bestimmt das Erscheinungsbild des Eintrags gemäß den Einstellungen für diese Ebene in den Registern „Einträge“ und „Vorlagen“ des Dialogs „Verzeichnis“. Bei Standardeinstellungen bewirkt eine höhere Gliederungsebene eine stärkere Einrückung des Eintrags im generierten Verzeichnis."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Haupteintrag"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Macht den ausgewählten Text zum Haupteintrag in einem alphabetischen Verzeichnis."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Auf alle anderen Vorkommen anwenden"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Fügt allen anderen Vorkommen des unter „Eintrag“ ausgewählten Textes einen Indexeintrag hinzu."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Fügt allen anderen Vorkommen des unter „Eintrag“ ausgewählten Textes einen Indexeintrag hinzu. Bei einem geänderten Eintrag bleibt die Übereinstimmung mit der ursprünglichen Auswahl erhalten, aber der geänderte Eintrag wird eingefügt und erscheint im Index."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Nur ganze Wörter"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Groß- und Kleinschreibung beachten"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Für ausgewählten Eintrag"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Nächster Eintrag (gleicher Name)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Springt zum nächsten Verzeichniseintrag desselben Typs und mit demselben Namen im Dokument."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Vorheriger Eintrag (gleicher Name)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Springt zum vorherigen Verzeichniseintrag desselben Typs und mit demselben Namen im Dokument."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Vorheriger Eintrag"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Springt zum vorhergehenden gleichartigen Verzeichniseintrag im Dokument."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Nächster Eintrag"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Springt zum nächsten gleichartigen Verzeichniseintrag im Dokument."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Markiert den ausgewählten Text als Verzeichniseintrag. Bearbeitet den ausgewählten Verzeichniseintrag."
@@ -30074,7 +30080,7 @@ msgstr "_Vorlagen"
#: sw/uiconfig/swriter/ui/tocindexpage.ui:545
msgctxt "tocindexpage|styles"
msgid "Assign styles..."
-msgstr "Vorlagen z_uweisen…"
+msgstr "Vorlagen zuweisen…"
#. QKGJv
#: sw/uiconfig/swriter/ui/tocindexpage.ui:556
diff --git a/source/dgo/cui/messages.po b/source/dgo/cui/messages.po
index ff946ca3eb1..ea1b8a181c6 100644
--- a/source/dgo/cui/messages.po
+++ b/source/dgo/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17083,74 +17083,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "इबारत दस्तावेज"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML दस्तावेज"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "मास्टर दस्तावेज"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रैडशीट"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "प्रस्तुति"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "चित्रकारी"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "फार्मूला"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/dgo/officecfg/registry/data/org/openoffice/Office.po b/source/dgo/officecfg/registry/data/org/openoffice/Office.po
index 0bae0e3f893..7cb01df249d 100644
--- a/source/dgo/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/dgo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12513,85 +12513,85 @@ msgctxt ""
msgid "Notes"
msgstr "नोट(बहु․)"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "इबारत दस्तावेज "
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "स्प्रैडशीटां"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "प्रस्तुतियां "
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "रेखाचित्र "
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वैब सफे "
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "मास्टर दस्तावेज "
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "फार्मूले "
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "डेटाबेस दस्तावेज "
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
index c5a83ca3269..78073ab087b 100644
--- a/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/dgo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2261,6 +2261,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पंगतालां म्हेसो\t"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9706,14 +9716,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11034,6 +11044,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तंभें दा समावेश करो\t"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -27001,36 +27021,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32393,15 +32383,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr " ~ सफा नंबर\t"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33586,6 +33596,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पंगतालां म्हेसो\t"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "पंगतालां"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/dgo/sc/messages.po b/source/dgo/sc/messages.po
index 745b4253a68..98cbb52992e 100644
--- a/source/dgo/sc/messages.po
+++ b/source/dgo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33375,40 +33375,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "स्तंभें च इबारत... (~x)"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
#, fuzzy
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "खेतर(बहु.) "
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/dgo/sd/messages.po b/source/dgo/sd/messages.po
index a26031dc064..40fbf146a23 100644
--- a/source/dgo/sd/messages.po
+++ b/source/dgo/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1228,250 +1228,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "इबारत दा समावेश करो "
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "स्मार्ट "
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "खब्बा"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "सज्जा"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "धुर उप्पर"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "थल्ला "
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "धुर उप्पर खब्बा? "
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "थल्लै खब्बा ? "
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "धुर उप्पर सज्जा ? "
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "थल्लै सज्जा ? "
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "आडा "
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "खड़ोतमां "
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "सब? "
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "एह् अमल सजीव अवस्था च नेईं चली सकदा. "
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "पिच्छें"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "जारी रक्खो "
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "व्यापक द्रिश्श"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "रंग सैह्‌नशीलता "
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "क्रास-फेडकरण "
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "स्लाइड फलाओ "
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "विशे-सूची स्लाइड "
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "इसलै SANE स्रोत उपलब्ध नेईं."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "वर्तमान च , कोई TWAIN स्रोत उपल्बध नेईं. "
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "स्थिर"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "बदलनशील"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "मानक"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "मानक (छुट्टा) "
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "मानक (लम्मा) "
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "फाइल नांऽ "
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "रस्ता / फाइल नांऽ "
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "रस्ता"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "विस्तार बिजन फाइल नांऽ "
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "नमां लोड़ मताबक स्लाइड शो "
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "नकल"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मैटाफाइल(एं)दे समूह् गी अनकीता करो. "
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "सभनें चित्रकारी चीजें दे समूह्‌करण गी अनकीता करना मुमकन नेईं हा. "
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1479,157 +1509,157 @@ msgid ""
msgstr "इस नांऽ कन्नै इक डजैन पैह्‌लें शा मजूद ऐ. क्या तुस इसी प्रतिस्थापत करना चांह्‌दे ओ ? "
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "इबारत "
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हायपरलिंक "
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "दिक्खी दी कड़ी "
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "क्रियाशील कड़ी "
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "नोट (बहु.) "
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "विशे-सूची "
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "शुरू करने लेई इत्थै क्लिक करो "
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "लेखक "
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "उद्‌गम सफा"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "होर अग्गें जानकारी "
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "प्रस्तुति डाऊनलोड करो"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "बदकिस्मती कन्नै थुआढ़ा तपाशी चलायमान चगाठें दा समर्थन नेईं करदा. "
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "पैह्‌ला सफा"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "खीरी सफा"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "इबारत "
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "बिंब"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "विशे-सूची सनैं"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "बिजन विशे-सूची"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "दित्ते दे सफे च"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "बिटमैप गी बहुभुज च रूपांतरत करो "
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "प्रस्तुति चा निकास करने लेई क्लिक करो "
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "थम्हा देओ"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "त्रै आयामी मनपसंद इस्तेमाल करो "
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1640,806 +1670,812 @@ msgstr ""
" इक मान्य ध्वनि फाइल नेईं ऐ. "
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मैटाफाइल च रूपांतरत करो"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "बिटमैप रूपांतरत करो "
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "फाइल $(URL1) नेईं सरजोई सकदी. "
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "फाइल $(URL1) नेईं खुॕल्ली नेईं सकी. "
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "फाइल $(URL1)दी नकल $(URL2) च नेईं होई सकी. "
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "स्लाइड गी परतियै नांऽ देओ "
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "नांऽ"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "स्वचलत खाकें लेई शीर्शक खित्ता"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "स्वचलत खाकें लेई चीज खित्ता"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "पैरलेख खित्ता"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "सिरालेख खित्ता"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "तरीक खित्ता"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "स्लाइड संख्या खित्ता"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "सफा संख्या खित्ता"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<सिरालेख>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<पैरलेख>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<तिथि/समय>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<संख्या>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<संख्या>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "नोट (बहु.) खित्ता "
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हांगुल/हंजा रूपांतरण"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "स्लाइडां "
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "सफेसफा "
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "पूर्वद्रिश्श उपलब्ध नेईं "
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "पूर्वद्रिश्श त्यार होआ करदा ऐ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "खाके "
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "प्रस्तुति विकल्प (बहु․)"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "सैल्ल शैलियां "
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "आकार%1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "विशे-सूची "
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "स्लाइड खाका परतियै सैट्ट करो"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "टेबल दा समावेश करो"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr " चार्ट दा समावेश करो\t"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "सफे दा समावेश करो"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "अगली स्लाइड"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "स्थानी लक्ष्य डरैक्टरी '%FILENAME' सक्खना नेईं ऐ.किश फाइलां ओवरराइट होई सकदियां न. क्या तुस जारी रक्खना चांह्‌दे ओ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "पछौकड़"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "पछौकड़ चीजां"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "खाका "
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "नियंत्रण(बहु.) "
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "आयाम लकीरां "
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "स्लाइड "
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "सफा"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "स्लाइड "
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "मास्टर सफे"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(नोट(बहु.)) "
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "प्रचार पत्तरे "
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "शीर्शक इबारत रूप-रचना गी संपादत करने लेई क्लिक करो"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "रूपरेखा इबारत रूप-रचना गी संपादत करने लेई क्लिक करो"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "दूआ रूपरेखा स्तर "
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "त्रिया रूपरेखा स्तर "
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "चौथा रूपरेखा स्तर"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "पॕञमां रूपरेखा स्तर "
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "छेमां रूपरेखा स्तर "
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "सतमां रूपरेखा स्तर "
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "स्लाइड लेने लेई क्लिक करो"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "नोट (बहु.) रूप-रचना गी संपादत करने लेई क्लिक करो"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "बिलानिर्देश"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "शीर्शक "
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "स्लाइडां लेओ"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "बिजन भराई चीज "
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "इबारत "
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "शीर्शक "
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "उपशीर्शक "
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "रूपरेखा"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "पछौकड़ चीजां"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "पछौकड़"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "नोट (बहु.)"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पावर पोआइंट दरामद"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "दस्तावेज बचाइयै रक्खो"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,612 +2483,612 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "चित्रकारी द्रिश्श "
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "चित्रकारी द्रिश्श "
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr " रूपरेखा द्रिश्श "
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "स्लाइडें दा द्रिश्श "
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "एह् ओह् जगह ऐ जित्थै तुस स्लाइडां छांटदे ओ."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "नोटें दा द्रिश्श "
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "प्रचार-पत्तरा द्रिश्श "
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "प्रस्तुति "
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "प्रस्तुति "
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "प्रस्तुति "
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "प्रचार-पत्तरा"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "प्रस्तुति अवस्था "
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "प्रस्तुति "
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME प्रस्तुति"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "शीर्षक"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "रूपरेखा "
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "सफा"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "नोट"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "प्रचार-पत्तरा"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "पैरालेख"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "सिरालेख"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "तरीक"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "संख्या"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(सिर्फ पढ़न जोग)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "कोई नेईं "
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "अगले क्लिक तगर "
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "स्लाइडा दी समाप्ति तगर "
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "दिशा"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ज़ूम करो"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "कलिंजां "
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "पैह्‌ला रंग "
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "दूआ रंग "
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "पैह्‌ला रंग "
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली: "
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "फांट"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "पैह्‌ला रंग "
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली: "
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "टाइपफेस "
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "लकीर रंग "
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "फांट नाप "
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "नाप "
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "रकम "
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "रंग "
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(कोई ध्वनि नेईं) "
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(पिछली ध्वनि रोको) "
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "दूई ध्वनि "
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नमूना "
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिग्गर "
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "बरतूनी रस्ते"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "चाल रस्ता"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "कोई नेईं "
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "अज्ज "
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "पिछले कल्ल,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "( कोई रचेता नेईं)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रैस्स ने प्रस्तुति दी समाप्ति तगर खोजी लेआ ऐ. क्या तुस शुरुआत च खोज जारी रक्खना चांह्‌दे ओ? "
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रैस्स ने प्रस्तुति दी शुरुआत तगर खोजी लेआ ऐ. क्या तुस समाप्ति च खोज जारी रक्खना चांह्‌दे ओ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME चित्रण ने दस्तावेज दी समाप्ति तगर खोजी लेआ ऐ. क्या तुस शुरुआत च खोज जारी रक्खना चांह्‌दे ओ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAMEचित्रण ने प्रस्तुति दी शुरुआत तगर खोजी लेआ ऐ. क्या तुस समाप्ति च खोज जारी रक्खना चांह्‌दे ओ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "आदेश दा समावेश करो "
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "विशे-सूची म्हेसो"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "नोट छपैलो "
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "नोट दा संपादन करो "
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
#, fuzzy
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "$1 गी परता देओ"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
#, fuzzy
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "मीडिया प्ले बैक "
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "सारणी"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME API "
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "दस्तावेज "
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "विशे-सूची "
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "स्लाइड फलक "
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~सफा नांऽ "
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "तरीक ते समां"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "छप्पे दे सफे "
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "रंग "
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "नाप "
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "सूचना-पोथी"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "सफा पास्से"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "शामल करो "
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रैस्स ने प्रस्तुति दी समाप्ति तगर खोजी लेआ ऐ. क्या तुस शुरुआत च खोज जारी रक्खना चांह्‌दे ओ? "
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
@@ -3060,7 +3096,7 @@ msgstr ""
" समाप्ति च खोज जारी रक्खना चांह्‌दे ओ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
@@ -3068,7 +3104,7 @@ msgstr ""
" खोज जारी रक्खना चांह्‌दे ओ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
@@ -3076,55 +3112,55 @@ msgstr ""
" खोज जारी रक्खना चांह्‌दे ओ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/dgo/svtools/messages.po b/source/dgo/svtools/messages.po
index 6e79c67c00a..f380ed46063 100644
--- a/source/dgo/svtools/messages.po
+++ b/source/dgo/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/dgo/sw/messages.po b/source/dgo/sw/messages.po
index d315c27dc1e..890584d77e2 100644
--- a/source/dgo/sw/messages.po
+++ b/source/dgo/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17430,233 +17430,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "इंडैक्स प्रविश्टी दा समावेश करो "
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "समावेश"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "नमीं बरतूनी परिभाशत इंडैक्स "
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~मुक्ख प्रविश्टी "
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "सिर्फ समूलचे शब्द "
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "केस मेचो "
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/dsb/cui/messages.po b/source/dsb/cui/messages.po
index 897061f7972..57bb109b340 100644
--- a/source/dsb/cui/messages.po
+++ b/source/dsb/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564571080.000000\n"
#. GyY9M
@@ -16601,74 +16601,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Pśecej _składowaś ako:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstowy dokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Globalny dokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Tabelowy dokument"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentacija"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Kreslanka"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Pódawa dokumentowy typ, za kótaryž cośo standardny datajowy format definěrowaś."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Pódawa, kak se dokumenty nalěwo wubranego typa pśecej ako datajowy typ składuju. Móžośo drugi datajowy typ za aktualny dokument w dialogu „Składowaś ako“ wubraś."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okumentowy typ:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Nastajenja za standardny datajowy format a ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Móžośo we wótrězku „Powšykne“ standardne nastajenja za składowanje dokumentow a standardne datajowe formaty wubraś."
diff --git a/source/dsb/helpcontent2/source/text/scalc.po b/source/dsb/helpcontent2/source/text/scalc.po
index ebb293f13ad..ed2d4f901ff 100644
--- a/source/dsb/helpcontent2/source/text/scalc.po
+++ b/source/dsb/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-11 13:54+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. ZxQeC
#: main0000.xhp
@@ -726,15 +726,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Tabelu wulašowaś</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Barwa tabelowego rejtarika"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/dsb/helpcontent2/source/text/scalc/00.po b/source/dsb/helpcontent2/source/text/scalc/00.po
index 9d7fb75f1c5..c1b577589a5 100644
--- a/source/dsb/helpcontent2/source/text/scalc/00.po
+++ b/source/dsb/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-11-25 12:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/dsb/>\n"
"Language: dsb\n"
@@ -186,42 +186,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Wubjeŕśo <emph>Tabela – Cele wulašowaś…</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Wubjeŕśo <emph>Tabela – Tabelu wuprozniś…</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Wubjeŕśo kontekstowy meni za tabelowy rejtarik."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Wubjeŕśo <emph>Tabela – Tabelu pśesunuś abo kopěrowaś…</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Wubjeŕśo kontekstowy meni za tabelowy rejtarik."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -420,15 +384,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Słupy zasajźiś"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Wubjeŕśo <menuitem>Tabela – Tabelu zasajźiś…</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -798,24 +753,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Wubjeŕśo <emph>Tabela</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Wubjeŕśo <emph>Tabela – Tabelu pśemjeniś…</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Wubjeŕśo <emph>Tabela – Tabelu pokazaś</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2218,7 +2155,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Toś ta funkcija jo wót %PRODUCTNAME 7.3 k dispoziciji."
#. GLr9s
#: avail_release.xhp
@@ -2227,7 +2164,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Toś ta funkcija jo wót %PRODUCTNAME 7.4 k dispoziciji."
#. B89AE
#: avail_release.xhp
@@ -2236,7 +2173,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Toś ta funkcija jo wót %PRODUCTNAME 7.5 k dispoziciji."
#. LSPBz
#: sheet_menu.xhp
@@ -2256,6 +2193,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Meni Tabela"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/dsb/helpcontent2/source/text/scalc/01.po b/source/dsb/helpcontent2/source/text/scalc/01.po
index 66b4e9678fe..0d522c66c84 100644
--- a/source/dsb/helpcontent2/source/text/scalc/01.po
+++ b/source/dsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
@@ -2479,22 +2479,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2506,40 +2506,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr ""
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2560,13 +2542,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3586,22 +3568,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43438,13 +43420,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43501,31 +43483,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47587,13 +47578,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55273,6 +55264,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69790,6 +70015,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70096,6 +70384,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/dsb/helpcontent2/source/text/scalc/guide.po b/source/dsb/helpcontent2/source/text/scalc/guide.po
index ea433a54d7f..ac6dccf5822 100644
--- a/source/dsb/helpcontent2/source/text/scalc/guide.po
+++ b/source/dsb/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-20 06:53+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. NXy6S
#: address_auto.xhp
@@ -8592,32 +8592,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Pó rejtarikach tabele nawigěrowaś"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>tabele; někotare pokazaś</bookmark_value><bookmark_value>tabelowe rejtariki; wužywaś</bookmark_value><bookmark_value>naglědy; někotare tabele</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Pó rejtarikach tabele nawigěrowaś</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Pó standarźe $[officename] tśi tabele „Tabela1“ do „Tabela3“ w kuždem nowem tabelowem dokumenśe pokazujo. Móžośo mjazy tabelami w tabelowem dokumenśe z pomocu tabelowych rejtarikow dołojce na wobrazowce pśešaltowaś."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8628,14 +8637,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Tabelowe rejtariki</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Symbol</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8646,6 +8664,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Wužywajśo nawigaciske tłocaški, aby wšykne tabele pokazał, kótarež k wašomu dokumentoju słušaju. Gaž na tłocašk nalěwo wenka abo napšawo wenka klikaśo, se prědny abo slědny tabelowy rejtarik pokazujo. Srjejźne tłocaški wužywarjeju zmóžnjaju, doprědka abo slědk pó tabelowych rejtarikach hyś. Aby tabelu samu pokazał, klikniśo na tabelowy rejtarik."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8988,14 +9033,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Někotare tabele wužywaś"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>tabele; zasajźiś</bookmark_value><bookmark_value>zasajźiś; tabele</bookmark_value><bookmark_value>tabele; někotare wubraś</bookmark_value><bookmark_value>tabele pśipowjesyś</bookmark_value><bookmark_value>wubraś; někotare tabele</bookmark_value><bookmark_value>někotare tabele</bookmark_value><bookmark_value>woblicyś; někotare tabele</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9006,24 +9051,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Někotare tabele wužywaś</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Tabelu zasajźiś"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Wubjeŕśo <item type=\"menuitem\">Zasajźiś – Tabelu zasajźiś…</item>, aby nowu tabelu abo eksistěrujucu tabelu z drugeje dataje zasajźił."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9033,15 +9060,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wócynja dialogowe pólo, źož móžośo tabelowym tšojenjam makra pśipokazaś.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Wócynja wokno, źož móžośo tabelowemu rejtarikoju barwu pśipokazaś.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/dsb/helpcontent2/source/text/scalc/menu.po b/source/dsb/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/dsb/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/dsb/helpcontent2/source/text/sdraw/00.po b/source/dsb/helpcontent2/source/text/sdraw/00.po
index 2bcab9c9ee4..f6cb0334f06 100644
--- a/source/dsb/helpcontent2/source/text/sdraw/00.po
+++ b/source/dsb/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-12-07 12:19+0000\n"
+"PO-Revision-Date: 2023-05-23 13:35+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/dsb/>\n"
"Language: dsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. EDSDr
#: 00000004.xhp
@@ -40,7 +40,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Meni Zasajźiś"
#. UWBZA
#: insert_menu.xhp
@@ -49,7 +49,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Zasajźiś – Rownina</menuitem>."
#. AUTMW
#: insert_menu.xhp
@@ -58,7 +58,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Wócyńśo kontekstowy meni rowninowych rejtarikow – wubjeŕśo <menuitem>Rowninu zasajźiś</menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/dsb/helpcontent2/source/text/shared/00.po b/source/dsb/helpcontent2/source/text/shared/00.po
index 44226832083..9a53cbcb372 100644
--- a/source/dsb/helpcontent2/source/text/shared/00.po
+++ b/source/dsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-14 05:01+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/dsb/>\n"
@@ -1590,6 +1590,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Pśistup k toś tomu pśikazoju …</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6450,13 +6504,13 @@ msgctxt ""
msgid "File Menu"
msgstr ""
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6468,40 +6522,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
+msgid "New (the icon shows the type of the new document)."
msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6630,31 +6693,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6666,6 +6729,105 @@ msgctxt ""
msgid "Open File"
msgstr ""
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7026,49 +7188,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
msgstr ""
-#. 8UBzJ
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7080,13 +7260,40 @@ msgctxt ""
msgid "Save"
msgstr ""
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7098,6 +7305,51 @@ msgctxt ""
msgid "Save As"
msgstr ""
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7179,13 +7431,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7197,6 +7458,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7341,13 +7620,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7368,13 +7665,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7404,13 +7719,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7422,22 +7791,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7503,6 +7872,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7548,31 +7935,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7584,33 +7971,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr ""
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7683,13 +8043,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/dsb/helpcontent2/source/text/shared/01.po b/source/dsb/helpcontent2/source/text/shared/01.po
index 49716c5c324..32bca59c22b 100644
--- a/source/dsb/helpcontent2/source/text/shared/01.po
+++ b/source/dsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
@@ -94,13 +94,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -121,13 +121,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -148,13 +148,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -175,13 +175,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -202,13 +202,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -229,13 +229,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -283,13 +283,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -310,13 +310,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -337,13 +337,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -364,13 +364,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2236,33 +2236,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2659,15 +2632,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3082,15 +3046,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7798,13 +7753,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43933,13 +43888,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43951,15 +43906,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/dsb/helpcontent2/source/text/simpress/00.po b/source/dsb/helpcontent2/source/text/simpress/00.po
index 56d80fe3798..2c55ea22c7b 100644
--- a/source/dsb/helpcontent2/source/text/simpress/00.po
+++ b/source/dsb/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-18 04:44+0000\n"
+"PO-Revision-Date: 2023-05-25 19:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/dsb/>\n"
"Language: dsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. sqmGT
#: 00000004.xhp
@@ -49,7 +49,7 @@ msgctxt ""
"par_id5316324\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the <menuitem>Custom Animation</menuitem> sidebar deck.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wócynja rejtarik <menuitem>Swójska animacija</menuitem> w bocnicy.</ahelp>"
#. bAS7D
#: 00000004.xhp
@@ -166,7 +166,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<variable id=\"dtvlc\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dtvlc\">Wubjeŕśo <menuitem>Dataja – Eksportěrowaś…</menuitem>.</variable>"
#. Cjh6J
#: 00000402.xhp
@@ -193,7 +193,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "Choose <menuitem>Edit - Duplicate</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Wobźěłaś – Pódwójś</menuitem>."
#. iFMuz
#: 00000402.xhp
@@ -211,7 +211,7 @@ msgctxt ""
"par_id3149263\n"
"help.text"
msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (%PRODUCTNAME Draw only).</variable>"
-msgstr ""
+msgstr "<variable id=\"bearbueber\">Wubjeŕśo <emph>Forma – Pśeblendować</emph> (jano w %PRODUCTNAME Draw).</variable>"
#. CSEE8
#: 00000402.xhp
@@ -220,7 +220,7 @@ msgctxt ""
"par_id3149666\n"
"help.text"
msgid "<variable id=\"basl\">Choose <menuitem>Slide - Delete Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"basl\">Wubjeŕśo <menuitem>Folija – Foliju wulašowaś</menuitem>.</variable>"
#. FXCWY
#: 00000402.xhp
@@ -229,7 +229,7 @@ msgctxt ""
"par_id3147397\n"
"help.text"
msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <menuitem>Delete Layer</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"baebl\">Wócyńśo kontekstow meni zasajźoneje rowniny a wubjeŕśo pón <menuitem>Rowninu wulašowaś</menuitem>.</variable>"
#. nGzts
#: 00000402.xhp
@@ -238,7 +238,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<variable id=\"feldbefehl\">Choose <menuitem>Edit - Fields</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"feldbefehl\">Wubjeŕśo <menuitem>Wobźěłaś – Póla…</menuitem>.</variable>"
#. n6xfJ
#: 00000402.xhp
@@ -247,7 +247,7 @@ msgctxt ""
"par_id8695944\n"
"help.text"
msgid "<variable id=\"gluebar\">Click the <emph>Show Gluepoint Functions</emph> icon on the <menuitem>Drawing</menuitem> bar.</variable>"
-msgstr ""
+msgstr "<variable id=\"gluebar\">Klikniśo na Symbol <emph>Funkcije lipatych dypkow pokazaś</emph> w symbolowej rědce <menuitem>Kreslanka</menuitem>.</variable>"
#. RE44L
#: 00000402.xhp
@@ -292,7 +292,7 @@ msgctxt ""
"par_id3148798\n"
"help.text"
msgid "<variable id=\"aslal\">Choose <menuitem>View - Rulers</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aslal\">Wubjeŕśo <menuitem>Naglěd – Lineale</menuitem>.</variable>"
#. PvGBf
#: 00000403.xhp
@@ -301,7 +301,7 @@ msgctxt ""
"par_id3153771\n"
"help.text"
msgid "<variable id=\"option\">Choose <menuitem>View - Toolbars - Options</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"option\">Wubjeŕśo <menuitem>Naglěd – Symbolowe rědki – Nastajenja</menuitem>.</variable>"
#. ZZCEC
#: 00000403.xhp
@@ -310,7 +310,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Presentation</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Symbolowe rědki – Prezentacija</menuitem>."
#. xFTvM
#: 00000403.xhp
@@ -319,7 +319,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "<variable id=\"quali\">Choose <menuitem>View - Color/Grayscale</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"quali\">Wubjeŕśo <menuitem>Naglěd – Barwa/Šerosći</menuitem>.</variable>"
#. nefGE
#: 00000403.xhp
@@ -328,7 +328,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Normalny</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -337,7 +337,7 @@ msgctxt ""
"par_id3157982\n"
"help.text"
msgid "Choose <menuitem>View - Outline</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Rozrědowanje</menuitem>."
#. RtvDG
#: 00000403.xhp
@@ -346,7 +346,7 @@ msgctxt ""
"par_id3149875\n"
"help.text"
msgid "Choose <menuitem>View - Slide Sorter</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Folijowe sortěrowanje</menuitem>."
#. ZjiEB
#: 00000403.xhp
@@ -355,7 +355,7 @@ msgctxt ""
"par_id3149352\n"
"help.text"
msgid "Choose <menuitem>View - Notes</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Notice</menuitem>."
#. EmvCe
#: 00000403.xhp
@@ -364,7 +364,7 @@ msgctxt ""
"par_id3155255\n"
"help.text"
msgid "Choose <menuitem>View - Master Handout</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Wugótowak cedlkow do ruki</menuitem>."
#. WWEFs
#: 00000403.xhp
@@ -373,7 +373,7 @@ msgctxt ""
"par_id3154328\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Slide Show</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Prezentacija – Swójska prezentacija…</menuitem>."
#. cvTps
#: 00000403.xhp
@@ -418,7 +418,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Normalny</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -427,7 +427,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <menuitem>View - Master Slide</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Naglěd – Folijowa pśedłoga</menuitem>."
#. 6FLRL
#: 00000403.xhp
@@ -436,7 +436,7 @@ msgctxt ""
"par_idN10AF7\n"
"help.text"
msgid "<variable id=\"masterlayouts\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"masterlayouts\">Wubjeŕśo <menuitem>Naglěd – Folijowa pśedłoga</menuitem>.</variable>"
#. 8irtd
#: 00000403.xhp
@@ -445,7 +445,7 @@ msgctxt ""
"par_idN10B19\n"
"help.text"
msgid "<variable id=\"notesmaster\">Choose <menuitem>View - Master Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"notesmaster\">Wubjeŕśo <menuitem>Naglěd – Noticowy wugótowak</menuitem>.</variable>"
#. UJCwj
#: 00000403.xhp
@@ -454,7 +454,7 @@ msgctxt ""
"par_idN10B07\n"
"help.text"
msgid "<variable id=\"master\">Choose <menuitem>Slide - Master Elements</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master\">Wubjeŕśo <menuitem>Folija – Elementy pśedłogi…</menuitem>.</variable>"
#. kt9yt
#: 00000403.xhp
@@ -463,7 +463,7 @@ msgctxt ""
"par_idN10B57\n"
"help.text"
msgid "Choose <menuitem>Insert - Header and Footer</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Zasajźiś – Głowowa a nogowa smužka…</menuitem>."
#. pt9GN
#: 00000403.xhp
@@ -472,7 +472,7 @@ msgctxt ""
"par_idN10B6E\n"
"help.text"
msgid "Choose <menuitem>Insert - Page number</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Zasajźiś – Numer boka</menuitem>."
#. mFj7j
#: 00000403.xhp
@@ -481,7 +481,7 @@ msgctxt ""
"par_idN10B74\n"
"help.text"
msgid "Choose <menuitem>Insert - Date and time</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Zasajźiś – Datum a cas</menuitem>."
#. DYHTa
#: 00000403.xhp
@@ -490,7 +490,7 @@ msgctxt ""
"par_id3149286\n"
"help.text"
msgid "<variable id=\"hinterzeichnung\">Choose <menuitem>View - Normal</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinterzeichnung\">Wubjeŕśo <menuitem>Naglěd – Normalny</menuitem>.</variable>"
#. NLD2D
#: 00000403.xhp
@@ -499,7 +499,7 @@ msgctxt ""
"par_id3153480\n"
"help.text"
msgid "<variable id=\"master_drawing\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master_drawing\">ubjeŕśo <menuitem>Naglěd – Folijowa pśedłoga</menuitem>.</variable>"
#. nAKB2
#: 00000403.xhp
@@ -508,7 +508,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Wubjeŕśo <menuitem>Naglěd – Notice</menuitem>.</variable>"
#. yDXA6
#: 00000404.xhp
@@ -769,7 +769,7 @@ msgctxt ""
"par_id3154765\n"
"help.text"
msgid "Select the layer and choose <menuitem>Format - Layer</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo rowninu a pón <menuitem>Format – Rownina</menuitem>."
#. HEbr2
#: 00000405.xhp
@@ -778,7 +778,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "Open context menu of the layer tab - choose <menuitem>Modify Layer</menuitem>."
-msgstr ""
+msgstr "Wócyńśo kontekstowy meni rowninowego rejtarika – wubjeŕśo <menuitem>Rowninu změniś</menuitem>."
#. 3ozJT
#: 00000405.xhp
@@ -787,7 +787,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Format – Interakcija…</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -841,7 +841,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<variable id=\"silbentrennung\">Choose <menuitem>Tools - Language - Hyphenation</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"silbentrennung\">Wubjeŕśo <menuitem>Rědy – Rěc – Źělenje złožkow</menuitem>.</variable>"
#. DpRab
#: 00000406.xhp
@@ -877,7 +877,7 @@ msgctxt ""
"par_id3158394\n"
"help.text"
msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"etdaw\">Wubjeŕśo <menuitem>Naglěd – Folijowy pśechad</menuitem>.</variable>"
#. MFQbE
#: 00000407.xhp
@@ -886,7 +886,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>Insert - Animated Image</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Zasajźiś – Animěrowany wobraz</menuitem>."
#. w3vLq
#: 00000407.xhp
@@ -895,7 +895,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Custom Animation</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Prezentacija – Swójska animacija</menuitem>."
#. GjRGc
#: 00000407.xhp
@@ -913,7 +913,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Symbol za Swójska animacija</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -931,7 +931,7 @@ msgctxt ""
"par_id3152987\n"
"help.text"
msgid "<variable id=\"praesent\">Choose <menuitem>Slide Show - Slide Show Settings</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"praesent\">Wubjeŕśo <menuitem>Prezentacija – Nastajenja prezentacije…</menuitem>.</variable>"
#. BWo6W
#: 00000407.xhp
@@ -940,7 +940,7 @@ msgctxt ""
"par_id3155089\n"
"help.text"
msgid "<variable id=\"indipra\">Choose <menuitem>Slide Show - Custom Slide Show</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"indipra\">Wubjeŕśo <menuitem>Prezentacija – Swójska prezentacija…</menuitem>.</variable>"
#. 3GUFv
#: 00000413.xhp
@@ -967,7 +967,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Choose <menuitem>Shape - Convert</menuitem> (%PRODUCTNAME Draw only)."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Forma – Pśetwóriś</menuitem> (jano %PRODUCTNAME Draw)."
#. 8sqbB
#: 00000413.xhp
@@ -985,7 +985,7 @@ msgctxt ""
"par_id3149124\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Curve</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do kśiwanki</emph> (jano %PRODUCTNAME Draw)"
#. cjVjh
#: 00000413.xhp
@@ -1003,7 +1003,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Polygon</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do polygona</emph> (jano %PRODUCTNAME Draw)"
#. vFDG5
#: 00000413.xhp
@@ -1021,7 +1021,7 @@ msgctxt ""
"par_id3147001\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do 3D</emph> (jano %PRODUCTNAME Draw)"
#. ZM2qM
#: 00000413.xhp
@@ -1039,7 +1039,7 @@ msgctxt ""
"par_id3150205\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D Rotation Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do rotaciskego objekta 3D</emph> (jano %PRODUCTNAME Draw)"
#. 6GqEg
#: 00000413.xhp
@@ -1057,7 +1057,7 @@ msgctxt ""
"par_id3152986\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Bitmap</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do bitmapa</emph> (jano %PRODUCTNAME Draw)"
#. zYDUA
#: 00000413.xhp
@@ -1075,7 +1075,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Metafile</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do metadataje</emph> (jano %PRODUCTNAME Draw)"
#. FKBs3
#: 00000413.xhp
@@ -1093,7 +1093,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Contour</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Pśetwóriś – Do kontury</emph> (jano %PRODUCTNAME Draw)"
#. JexGE
#: 00000413.xhp
@@ -1111,7 +1111,7 @@ msgctxt ""
"par_id3153008\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - In Front of Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Rědowaś – Pśed objekt</emph> (jano %PRODUCTNAME Draw)"
#. d8mib
#: 00000413.xhp
@@ -1138,7 +1138,7 @@ msgctxt ""
"par_id3150537\n"
"help.text"
msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Icon In Front of Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Symbol za Pśed objekt</alt></image>"
#. BEnZu
#: 00000413.xhp
@@ -1156,7 +1156,7 @@ msgctxt ""
"par_id3150654\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Behind Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Rědowaś – Za objekt</emph> (jano %PRODUCTNAME Draw)"
#. ECTJD
#: 00000413.xhp
@@ -1174,7 +1174,7 @@ msgctxt ""
"par_id3149886\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "Wócyńśo w symbolowej rědce <menuitem>Kreslanka</menuitem> symbolowej rědku <menuitem>Rědowaś</menuitem> a klikniśo na:"
#. HWm5x
#: 00000413.xhp
@@ -1183,7 +1183,7 @@ msgctxt ""
"par_id3150865\n"
"help.text"
msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Icon Behind Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Symbol za Objekt</alt></image>"
#. zJ8mS
#: 00000413.xhp
@@ -1201,7 +1201,7 @@ msgctxt ""
"par_id3150002\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Reverse</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Zrědowanje – Wuměniś</emph> (jano %PRODUCTNAME Draw)"
#. kQ8FJ
#: 00000413.xhp
@@ -1219,7 +1219,7 @@ msgctxt ""
"par_id3145164\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "Wócyńśo w symbolowej rědce <menuitem>Kreslanka</menuitem> symbolowej rědku <menuitem>Zrědowanje</menuitem> a klikniśo na:"
#. yLqU3
#: 00000413.xhp
@@ -1228,7 +1228,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/lc_reverseorder.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Symbol za Wuměniś</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1246,7 +1246,7 @@ msgctxt ""
"par_id3145298\n"
"help.text"
msgid "Choose <emph>Shape - Combine</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Kombiněrowaś</emph> (jano %PRODUCTNAME Draw)"
#. PP2FD
#: 00000413.xhp
@@ -1264,7 +1264,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Rozdźěliś</emph> (jano %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1282,7 +1282,7 @@ msgctxt ""
"par_id3154872\n"
"help.text"
msgid "Choose <emph>Shape - Connect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Zwězaś</emph> (jano %PRODUCTNAME Draw)"
#. DNEs5
#: 00000413.xhp
@@ -1300,7 +1300,7 @@ msgctxt ""
"par_id3153920\n"
"help.text"
msgid "Choose <emph>Shape - Break</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Łamaś</emph> (jano %PRODUCTNAME Draw)"
#. EZSR4
#: 00000413.xhp
@@ -1318,7 +1318,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma</emph> (jano %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1336,7 +1336,7 @@ msgctxt ""
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Shape - Merge</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Zjadnośiś</emph> (jano %PRODUCTNAME Draw)"
#. izMq7
#: 00000413.xhp
@@ -1354,7 +1354,7 @@ msgctxt ""
"par_id3150874\n"
"help.text"
msgid "Choose <emph>Shape - Subtract</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Subtrahěrowaś</emph> (jano %PRODUCTNAME Draw)"
#. dyi5b
#: 00000413.xhp
@@ -1372,7 +1372,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjeŕśo <emph>Forma – Prěcyś</emph> (jano %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1399,7 +1399,7 @@ msgctxt ""
"par_id3155530\n"
"help.text"
msgid "<variable id=\"frtite\">Choose <menuitem>Slide - Slide Properties</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtite\">Wubjeŕśo <menuitem>Folija - Kakosći folije…</menuitem>.</variable>"
#. 2zhS7
#: slide_menu.xhp
@@ -1408,7 +1408,7 @@ msgctxt ""
"par_id3145386\n"
"help.text"
msgid "<variable id=\"frtites\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Page</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtites\">Wubjeŕśo <menuitem>Folija – Kakosći folije…</menuitem> a klikniśo na rejtarik <menuitem>Bok</menuitem>.</variable>"
#. zxATD
#: slide_menu.xhp
@@ -1417,7 +1417,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<variable id=\"frtiteh\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Background</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtiteh\">Wubjeŕśo <menuitem>Folija - Kakosći folije…</menuitem> a klikniśo na rejtarik <menuitem>Slězyna</menuitem>.</variable>"
#. inJ9s
#: slide_menu.xhp
@@ -1426,7 +1426,7 @@ msgctxt ""
"par_id3155266\n"
"help.text"
msgid "<variable id=\"adnsei\">Choose <menuitem>Slide - Layout</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"adnsei\">Wubjeŕśo <menuitem>Folija – Wugótowanje</menuitem>.</variable>"
#. hVZ8b
#: slide_menu.xhp
@@ -1435,7 +1435,7 @@ msgctxt ""
"par_id3153012\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <menuitem>Slide - Change Slide Master</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"seitenvorlage\">Wubjeŕśo <menuitem>Folija – Folijowy wugótowak změniś…</menuitem>.</variable>"
#. mga5s
#: slide_menu.xhp
@@ -1444,7 +1444,7 @@ msgctxt ""
"par_id911634055593609\n"
"help.text"
msgid "<variable id=\"loadslidedesign\">Choose <menuitem>Slide - Change Slide Master - Load</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"loadslidedesign\">Wubjeŕśo <menuitem>Folija – Folijowy wugótowak změniś… – Zacytaś…</menuitem>.</variable>"
#. JMpSR
#: slide_menu.xhp
@@ -1453,7 +1453,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Wubjeŕśo <menuitem>Folija – Nowa folija</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/dsb/helpcontent2/source/text/smath/01.po b/source/dsb/helpcontent2/source/text/smath/01.po
index 11131672e2f..9747b526a5c 100644
--- a/source/dsb/helpcontent2/source/text/smath/01.po
+++ b/source/dsb/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-02-28 22:04+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/dsb/>\n"
"Language: dsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. QmNGE
#: 02080000.xhp
@@ -3757,7 +3757,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "Za skalěrowane spinki wužywaśo <literal>none</literal> ako spinkowe mě"
#. Ma9f7
#: 03090500.xhp
@@ -3766,7 +3766,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "Pśikaz <literal>phantom</literal>> zawěsćujo, až slědna spinka korektnu wjelikosć ma."
#. fpVQw
#: 03090500.xhp
diff --git a/source/dsb/helpcontent2/source/text/swriter/00.po b/source/dsb/helpcontent2/source/text/swriter/00.po
index b6c1022aade..5f3af138a75 100644
--- a/source/dsb/helpcontent2/source/text/swriter/00.po
+++ b/source/dsb/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-20 06:53+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. E9tti
#: 00000004.xhp
@@ -2823,86 +2823,86 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Serijowy list"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
-msgstr "Meni Formular"
+msgid "The Content Controls Menu"
+msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
+msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Lutny text</menuitem></variable>."
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
+msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Wobraz</menuitem></variable>."
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
+msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Kontrolny kašćik</menuitem></variable>."
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
+msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Kombinaciske pólo</menuitem></variable>."
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
+msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Wuběrańska lisćina</menuitem></variable>."
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
+msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Datumowy wóźeński element</menuitem></variable>."
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
+msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
-msgstr "<variable id=\"rchtxt\">Wubjeŕśo <menuitem>Formular – Wopśimjeśowe wóźeńske elementy – Kakosći</menuitem></variable>."
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
+msgstr ""
#. pwCa2
#: stylesmenu.xhp
diff --git a/source/dsb/helpcontent2/source/text/swriter/01.po b/source/dsb/helpcontent2/source/text/swriter/01.po
index 4e5b0f51f74..e48f7a9573a 100644
--- a/source/dsb/helpcontent2/source/text/swriter/01.po
+++ b/source/dsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
@@ -67,13 +67,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1957,13 +1957,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13702,13 +13702,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13936,6 +13936,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28363,13 +28372,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/dsb/officecfg/registry/data/org/openoffice/Office.po b/source/dsb/officecfg/registry/data/org/openoffice/Office.po
index 43a383a762b..e34c92fcbf3 100644
--- a/source/dsb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/dsb/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-07 16:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547386603.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Pśipiski"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstowe dokumenty"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Tabelowe dokumenty"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentacije"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Kreslanki"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webboki"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Globalne dokumenty"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formule"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Dokumenty datoweje banki"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po
index dea4a753ee7..ff3df5567cc 100644
--- a/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/dsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565003328.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Płaśiwosć datow..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Smužki wulašowaś"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Folijowy wugótowak změniś..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Folijowy wugótowak..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Słupy zasajźiś"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Wubrane słupy wulašowaś"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Smužki wulašowaś"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "S~mužki wulašowaś"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Wubrane smužki wulašowaś"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Numer boka zasajźiś"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Numer boka"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Słupy ~pśed tym"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Smužki wulašowaś"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Smužki"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Wubrane smužki wulašowaś"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/dsb/sc/messages.po b/source/dsb/sc/messages.po
index 9cd535d5aff..072eeb37975 100644
--- a/source/dsb/sc/messages.po
+++ b/source/dsb/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/dsb/>\n"
@@ -32447,38 +32447,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Gaž toś to nastajenje jo zmóžnjone, Calc pjerwjejšne wopśimjeśe celow wobchowajo, gaž se prozne cele zasajźuju. Howac Calc wopśimjeśe pjerwjejšnych celow wulašujo."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Dalšne nastajenja"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Słupowy _typ:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Wubjeŕśo słup we woknje pśeglěda a pótom datowy typ, kótaryž se ma na importěrowane daty nałožyś."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst do słupow"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Póla"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Póstaja importowe nastajenja za daty ze źěleńskimi znamuškami."
diff --git a/source/dsb/sd/messages.po b/source/dsb/sd/messages.po
index 72b3fdad758..75698301b55 100644
--- a/source/dsb/sd/messages.po
+++ b/source/dsb/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562269141.000000\n"
#. WDjkB
@@ -1221,249 +1221,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Tekst zasajziś"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Folijowu pśedłogu zacytaś"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Inteligentny"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Nalěwo"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Napšawo"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Górjejce"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Dołojce"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Górjejce nalěwo?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Dołojce nalěwo?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Górjejce napšawo?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Dołojce napšawo?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horicontalny"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Wertikalny"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Wšykne?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Toś ta akcija njedajo se w livemodusu wuwjasć."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Slědk"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Pókšacowaś"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Pśeglěd"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Pipeta"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Pśeblendowaś"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Foliju rozšyriś"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Folija ze zapisom wopśimjeśa"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Žedno žrědło SANE njejo we wokognuśu k dispoziciji."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Tuchylu žedno TWAIN-žrědło njejo k dispoziciji."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Njepśeměnjaty"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Wariabla"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (krotki)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (dłujki)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Datajowe mě"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Sćažka/datajowe mě"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Sćažka"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Datajowe mě bźez sufiksa"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nowa swójska prezentacija"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopěrowaś "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME prezentaciski format (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Format kreslankow %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Kupku metadatajow rozpušćiś..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Njejo móžno było, kupku wšych kreslańskich objektow rozpušćiś."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Prezentacija %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Kreslanka %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1473,157 +1503,157 @@ msgstr ""
"Cośo jen wuměniś?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperwótkaz"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Woglědany wótkaz"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiwny wótkaz"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notice"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Zapis wopśimjeśa"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klikniśo how, aby zachopił"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Awtor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Startowy bok"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Dalšne informacije"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Prezentaciju ześěgnuś"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Bóžko waš wobglědowak zmawajuce se ramiki njepódpěra."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Prědny bok"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Slědny bok"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Wobraz"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Z wopśimjeśim"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bźez wopśimjeśa"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "K pódanemu bokoju"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bitmap do polygona konwertěrowaś"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klikniśo, aby prezentaciju skóńcył..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pawza..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D-faworit nałožyś"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Wobrazowy filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1633,799 +1663,805 @@ msgstr ""
"njejo płaśiwa awdiodataja!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Do metadataje konwertěrowaś"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Do bitmapa konwertěrowaś"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Dataja $(URL1) njedajo se napóraś."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Dataja $(URL1) njedajo se wócyniś."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Dataja $(URL1) njedajo se do $(URL2) kopěrowaś"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Mě folijowego wugótowaka. Klikniśo z pšaweju tastu za lisćinu abo klikniśo za dialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Foliju pśemjeniś"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Bok pśemjeniś"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Dwójne abo prozne mjenja njejsu móžne"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Mě"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Folijowu pśedłogu pśemjeniś"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelowy wobceŕk za awtomatiske wugótowanja"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektowy wobceŕk za awtomatiske wugótowanja"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Wobceŕk nogoweje smužki"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Wobceŕk głowoweje smužki"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumowy wobceŕk"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Wobceŕk folijowego numera"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Wobceŕk numera boka"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<głowa>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<noga>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/cas>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<numer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<licba>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<folijowe-mě>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<mě-boka>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Wobceŕk za notice"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Konwertěrowanje hangul/handźa"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Folije"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Boki"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Pśeglěd njejo k dispoziciji"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Pśeglěd se pśigótujo"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Wugótowanja"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Pśedłogi kreslankow"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Prezentaciske pśedłogi"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Celowe pśedłogi"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Slězynowy wobraz nastajiś"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentary"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Folijowe wugótowanje wótnowiś"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabelu zasajźiś"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagram zasajźiś"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Wobraz zasajźiś"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Awdio abo wideo zasajźiś"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Boki śěgnuś a pušćiś"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Folije śěgnuś a pušćiś"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Pšosym pśidajśo albumoju wobraze."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstowa folija"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lokalny celowy zapis FTP '%FILENAME' njejo prozny. Někotare dataje mógli se pśepisaś. Cośo pókšacowaś?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Slězyna"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Slězynowe objekty"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Wugótowanje"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Wóźeńske elementy"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Linije měry"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Folija"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Bok"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Folija"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Folijowa pśedłoga"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Folijowa pśedłoga:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Folijowy wugótowak"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Folijowy wugótowak:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notice)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Cedliki do ruki"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikniśo, aby format titelowego teksta wobźěłał"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikniśo, aby format tekstowego rozrědowanja wobźěłał"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Pótusniśo dwójcy, aby format titelowego teksta wobźěłał"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Pótusniśo dwójcy, aby format tekstowego rozrědowanja wobźěłał"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Druga rozrědowańska rownina"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tśeśa rozrědowańska rownina"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Stwórta rozrědowańska rownina"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Pěta rozrědowańska rownina"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Šesta rozrědowańska rownina"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sedyma rozrědowańska rownina"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikniśo, aby foliju pśesunuł"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikniśo, aby format noticow wobźěłował"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Pótusniśo dwójcy, aby foliju pśesunuł"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Pótusniśo dwójcy, aby format noticow wobźěłował"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klikniśo, aby titel pśidał"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klikniśo, aby tekst pśidał"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klikniśo, aby tekst pśidał"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klikniśo, aby notice pśidał"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Pótusniśo dwójcy, aby titel pśidał"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Pótusniśo dwójcy, aby tekst pśidał"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Pótusniśo dwójcy, aby tekst pśidał"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Pótusniśo, aby tekst pśidał"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Pótusniśo dwójcy, aby notice pśidał"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Klikniśo dwójcy, aby wobraz pśidał"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Klikniśo dwójcy, aby objekt pśidał"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Klikniśo dwójcy, aby diagram pśidał"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Klikniśo dwójcy, aby organigram pśidał"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Klikniśo dwójcy, aby tabelu pśidał"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standardny kreslański stil"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Folije pśesunuś"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Bok zasajźiś"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Bok zasajźiś"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Kakosći folije"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt bźez połnjenja"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt bźez połnjenja a linije"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Nadpismo A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Nadpismo A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formy"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linije"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Šypowa linija"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Smužkowana linija"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Wupołnjony"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Wopołnjony módry"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Wupołnjony zeleny"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Wupołnjony žołty"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Wupołnjony cerwjeny"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Z wobcerjenim"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Z módrym wobcerjenim"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Ze zelenym wobcerjenim"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Ze žołtym wobcerjenym"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Z cerwjenym wobcerjenim"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Pódtitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Wobceŕ"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Slězynowe objekty"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Slězyna"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notice"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Import z PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokument składowaś"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Pismowu wjelikosć pómjeńšyś"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Pismowu wjelikosć pówětšyś"
@@ -2433,637 +2469,637 @@ msgstr "Pismowu wjelikosć pówětšyś"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Kreslański naglěd"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Kreslański naglěd"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Rozrědowański naglěd"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Folijowy naglěd"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "How móžośo folije sortěrowaś."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Naglěd noticow"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Naglěd cedlikow do ruki"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Titel prezentacije"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Rozrědowanje prezentacije"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Pódtitel prezentacije"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Bok prezentacije"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Notice prezentacije"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Cedlik do ruki"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Njeznata pśistupna forma prezentacije"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Nogowa smužka prezentacije"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Głowowa smužka prezentacije"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Datum a cas prezentacije"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Numer boka prezentacije"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Prezentacija %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Rozrědowanje"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Pódtitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Bok"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notice"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Cedlik do ruki"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Njeznata pśistupna forma prezentacije"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Nogowa smužka"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Głowowa smužka"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Licba"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(jano za cytanje)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "žeden"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Až do pśiducego kliknjenja"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Až do kóńca folije"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Směr:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Měritko:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Špice:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Prědna barwa:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Druga barwa:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Połnjeca barwa:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Formatowa pśedłoga:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Pismo:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Pismowa barwa:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Formatowa pśedłoga:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Pismowy rěz:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linijowa barwa:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Pismowa wjelikosć:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Wjelikosć:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Tšocha:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Barwa:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Žeden zuk)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Pjerwjejšny zuk zastajiś)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Drugi zuk..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Pśikład"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Zapušćak"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Wužywaŕske sćažki"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Zachod: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Doraznosć: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Wuchod: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animaciske sćažki: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Wšake: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Žeden"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Źinsa,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Cora,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(žeden awtor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress jo dostał kóńc prezentacije. Cośo na zachopjeńku pókšacowaś?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress jo dostał zachopjeńk prezentacije. Cośo na kóńcu pókšacowaś?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw jo dostał kóńc dokumenta. Cośo na zachopjeńku pókšacowaś?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw jo dostał zachopjeńk dokumenta. Cośo na kóńcu pókšacowaś?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Komentar zasajźiś"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Komentary wulašowaś"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Komentar pśesunuś"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Komentar wobźěłaś"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Wótegrono na %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Wótgrawanje medijow"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabela"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Folije na bok:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Pórěd:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "W~opśimjeśe"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Folijowe mě"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Mě ~boka"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum a cas"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Schowane boki"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Barwa"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Wje~likosć"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brošura"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Kšomy boka"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Zapśimjeś"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Jano wótkładnicu papjery z nastajenjow śišćaka wužywaś"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Boki:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Folije:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress jo pytał až do kóńca prezentacije. Cośo z pytanim na zachopjeńku pókšacowaś?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress jo pytał až do zachopjeńka prezentacije. Cośo z pytanim na kóńcu pókšacowaś?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw jo pytał až do kóńca dokumenta. Cośo na zachopjeńku pókšacowaś?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw jo pytał až do zachopjeńka dokumenta. Cośo na kóńcu pókšacowaś?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animacija"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Zwězaś"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Dalej"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Slědk"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Prědna folija"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Slědna folija"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Wokno zacyniś"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Nowy design pśidaś"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/dsb/svtools/messages.po b/source/dsb/svtools/messages.po
index 7bae2ad32f6..8b63ea710b4 100644
--- a/source/dsb/svtools/messages.po
+++ b/source/dsb/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-07 16:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/dsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559381574.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "K slědnej tabeli kulnuś"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Tabelu pśidaś"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/dsb/sw/messages.po b/source/dsb/sw/messages.po
index 9548fa63401..a178f9fe533 100644
--- a/source/dsb/sw/messages.po
+++ b/source/dsb/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-22 18:38+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Lower Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/dsb/>\n"
"Language: dsb\n"
@@ -4737,7 +4737,7 @@ msgstr "Wótrězki aktualizěrowaś"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Wótrězki wulašowaś"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9255,13 +9255,13 @@ msgstr "Smužka wulašowana"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Słup jo se zasajźił"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Słup jo se wulašował"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16949,230 +16949,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Zapisowy zapisk zasajźiś"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Lašujo wubrany zapisk ze zapisa. Tekst zapiska w dokumenśe se njelašujo."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Zasajźiś"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Zapis:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Wubjeŕśo zapis, kótaremuž cośo zapisk pśidaś."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nowy swójski zapis"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Zapisk:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Pokazujo tekst, kótaryž jo w dokumenśe wubrany. Jolic cośo, móžośo druge słowo za zapisk zapisa zapódaś. Wubrany tekst w dokumenśe se njezměnijo."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Zapisk z wuběrka aktualizěrowaś"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Fonetiske cytanje:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Zapódajśo fonetiske cytanje za wótpowědny zapisk. Jolic na pśikład japańske słowo Kanźija wěcej ako jadno wugrono ma, zapódajśo korektne wugrono ako słowo Katakany. Słowo Kanźija se pón pó fonetiskem cytańskem zapisku sortěrujo."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Fonetiske cytanje:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Zapódajśo fonetiske cytanje wótpowědnego zapiska."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Fonetiske cytanje:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Zapódajśo fonetiske cytanje wótpowědnego zapiska."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1. kluc:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Cyni aktualny wuběrk k pódzapiskoju słowa, kótarež how zapódawaśo. Jolic na pśikład „zymne“ wuběraśo a „wjedro“ ako 1. kluc zapódawaśo, buźo zapisowy zapisk „wjedro, zymne“."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2. kluc:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Cyni aktualny wuběrk k pódpódzapiskoju słowa 1. kluca. Jolic na pśikład „zymne“ wuběraśo a „wjedro“ ako 1. kluc zapodawaśo a „zyma“ ako 2. kluc, buźo zapisowy zapisk „wjedro, zyma, zymne“."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Zapisowa rownina:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Zapódajśo zapisowu rowninu za zapisk, kótaraž naglěd zapiska w napóranem zapisu póstaja."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Zapódajśo zapisowu rowninu za zapisk. Zapisowa rownina naglěd zapiska pó nastajenjach teje rowniny w rejtariku „Zapiski“ a w rejtariku „Pśedłogi“ w dialogu „Zapis wopśimjeśa, gronidłowy zapis abo zapis literatury“ póstaja. Ze standardnymi nastajenjami wuša zapisowa rownina k wětšemu zasunjenjeju za zapisk w napóranem zapisu wjeźo."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Głowny zapisk"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Cyni wubrany tekst ku głownemu zapiskoju w alfabetiskem zapisu."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Na wšykne druge wustupowanja nałožyś"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Pśidajśo drugim wustupowanjam wubranego teksta zapisowy zapisk, kótaryž jo w „Zapisk“ pódany."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Pśidajśo drugim wustupowanjam wubranego teksta zapisowy zapisk, kótaryž jo w „Zapisk“ pódany. Za změnjony zapisk se wótpowědnik na spócetny wuběrk nałožujo, ale změnjony zapisk se zasajźijo, a buźo se w zapisu pokazowaś."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Jano cełe słowa"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Na wjelikopisanje źiwaś"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Za wubrany zapisk"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Pśiducy zapisk (samske mě)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Skócyjo k pśiducemu zapisowemu zapiskoju samskego typa a ze samskim mjenim w dokumenśe."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Pjerwjejšny zapisk (samske mě)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Skócyjo k pjerwjejšnemu zapisowemu zapiskoju samskego typa a ze samskim mjenim w dokumenśe."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Pjerwjejšny zapisk"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Skócyjo k pjerwjejšnemu zapisowemu zapiskoju togo samskego typa w dokumenśe."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Pśiducy zapisk"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Skócyjo k pśiducemu zapisowemu zapiskoju togo samskego typa w dokumenśe."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Markěrujo wubrany tekst ako zapisk zapisa abo zapisa wopśimjeśa. Wobźěłujo wubrany zapisk zapisa."
diff --git a/source/dz/cui/messages.po b/source/dz/cui/messages.po
index c48d0c4bf2f..f1729d92d0f 100644
--- a/source/dz/cui/messages.po
+++ b/source/dz/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17032,77 +17032,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "ཡིག་ཆ་གསརཔ།"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ཡིག་ཆ།"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ཡིག་ཆ་ཨམ།"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "ཤོག་ཁྲམ།"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "གསལ་སྟོན།"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "པར་རིས།"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "མན་ངག"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/dz/helpcontent2/source/text/scalc.po b/source/dz/helpcontent2/source/text/scalc.po
index 6c009ddde44..36174bbe6c2 100644
--- a/source/dz/helpcontent2/source/text/scalc.po
+++ b/source/dz/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-09 19:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">ནང་ཐིག་ཚུ་བཏོན་གཏང་</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/scalc/00.po b/source/dz/helpcontent2/source/text/scalc/00.po
index e4767926b9a..82e4590755f 100644
--- a/source/dz/helpcontent2/source/text/scalc/00.po
+++ b/source/dz/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ཀེར་ཐིག་ཚུ་བཙུགས།"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/scalc/01.po b/source/dz/helpcontent2/source/text/scalc/01.po
index 9ab372898d0..b70f4b4a962 100644
--- a/source/dz/helpcontent2/source/text/scalc/01.po
+++ b/source/dz/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value> ཤོག་ཁྲམ་ཚུ་ ; བཏོན་གཏང་དོ་ </bookmark_value><bookmark_value> ཤོག་ཁྲམ་ཚུ་ ; བཏོན་གཏང་དོ་ </bookmark_value><bookmark_value> བཏོན་གཏང་དོ་ ; ཤོག་ཁྲམ་ཚུ་ </bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "ཤོག་ཁྲམ་བཏོན་གཏང་།"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\"> འདྲི་དཔྱད་ངེས་དཔྱད་ཀྱི་ཤུལ་ལས་ད་ལྟོའི་ཤོག་ཁྲམ་བཏོན་གཏངམ་ཨིན། </ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "ཨིན།"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "མེན།"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "ཌའི་ལོག་ཆ་མེད་གཏངམ་ཨིན། བཏོན་གཏང་ནི་འདི་ལཱ་འགན་འགྲུབ་སྟེ་མེདཔ་ཨིན།"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ཤོག་ཁྲམ་ཚུ་ ; སྤོ་དོ་ </bookmark_value><bookmark_value> ཤོག་ཁྲམ་ཚུ་ ; འདྲ་བཤུས་རྐྱབ་དོ་ </bookmark_value><bookmark_value> སྤོ་དོ་ ; ཤོག་ཁྲམ་ཚུ་ </bookmark_value><bookmark_value> འདྲ་བཤུས་རྐྱབ་དོ་ ; ཤོག་ཁྲམ་ཚུ་ </bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ལེབ་གྲངས་ཅིག་སྤོ་ ཡང་ན་འདྲ་བཤུས་རྐྱབས།"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "ཤོག་ཁྲམ་བཙུགས།"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ རྩིས་ལས་ཚུ།</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "ཤོག་ཁྲམ་བཙུགས།"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value> ལཱའི་ཤོག་ཁྲམ་མིང་ཚུ་ </bookmark_value><bookmark_value> བསྒྱུར་བཅོས་འབད་ནི་; ཤོག་ཁྲམ་མིང་ཚུ་ </bookmark_value><bookmark_value> ཤོག་ཁྲམ་ཚུ་; བསྐྱར་མིང་བཏགས་ནི། </bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "ཤོག་ཁྲམ་བསྐྱར་མིང་བཏགས།"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "ཤོག་ཁྲམ་སྟོན།"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value> ཤོག་ཁྲམ་ཚུ་ ; བཀྲམ་སྟོན་འབད་དོ་ </bookmark_value><bookmark_value> བཀྲམ་སྟོན་འབད་དོ་ ; ཤོག་ཁྲམ་ཚུ་ </bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "ཤོག་ཁྲམ་སྟོན།"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\"> ཧེ་མ་ལས་རང་ <emph> བརྡ་བཀོད་སྦ་དང་ </emph> བཅསཔ་སྦེ་ སྦ་ཡོད་པའི་ ཤོག་ཁྲམ་ཚུ་བཀྲམ་སྟོན་འབདཝ་ཨིན། </ahelp></variable> བརྡ་བཀོད་བོད་ནིའི་དོན་ལུ་ ཤོག་ཁྲམ་གཅིག་རྐྱངམ་ཅིག་སེལ་འཐུ་འབད། ད་ལྟོའི་ཤོག་ཁྲམ་དེ་ ཨ་རྟག་རང་སེལ་འཐུ་གྲུབ་ཡོད། ད་ལྟོའི་ཤོག་ཁྲམ་མ་ཡིན་པའི་ཤོག་ཁྲམ་གཞན་སེལ་འཐུ་གྲུབ་ཡོད་པ་ཅིན་ ཁྱོད་ཀྱིས་ སྒོ་སྒྲིག་གི་མཇུག་ལུ་ མཉམ་ཐོག་པའི་ཤོག་ཁྲམ་ཨེབ་གཏང་བའི་སྐབས་སུ་ <switchinline select=\"sys\"> <caseinline select=\"MAC\"> བརྡ་བཀོད་ </caseinline> <defaultinline> ཚད་འཛིན་ </defaultinline> </switchinline> ཨེབ་ཐོག་ལས་ སེལ་འཐུ་བཤོལ་ཚུགསཔ་ཨིན།"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/scalc/guide.po b/source/dz/helpcontent2/source/text/scalc/guide.po
index 4d526256edb..42c4a54ab1b 100644
--- a/source/dz/helpcontent2/source/text/scalc/guide.po
+++ b/source/dz/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "ལེབ་གྲངས་མཆོང་ལྡེ་ལས་བརྒྱུད་དེ་ འགྲུལ་བསྐྱོད་འབད་དོ།"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ལེབ་གྲངས་ཚུ་ སྣ་མང་སྟོན་དོ་</bookmark_value><bookmark_value>ལེབ་གྲངས་མཆོང་ལྡེ་ ལག་ལེན་འཐབ་དོ་</bookmark_value><bookmark_value>མཐོང་སྣང་ཚུ་ སྣ་མང་ལེབ་གྲངས་ཚུ་</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">ལེབ་གྲངས་མཆོང་ལྡེ་ལས་བརྒྱུད་དེ་ འགྲུལ་བསྐྱོད་འབད་དོ་</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "སྔོན་སྒྲིག་ $[officename] གི་ཐོག་ལས་ ཤོག་ཁྲམ་གསརཔ་རེ་རེ་ནང་ ལེབ་གྲངས་གསུམ་ \"Sheet1\" ལས་ \"Sheet3\" བར་བཀྲམ་སྟོན་འབདཝ་ཨིན། ཁྱོད་ཀྱིས་ གསལ་གཞིའི་མཇུག་ལུ་ ལེབ་གྲངས་མཆོང་ལྡེ་ལག་ལེན་གྱི་ཐོག་ལས་ ཤོག་ཁྲམ་ནང་སྦེ་ ལེབ་གྲངས་ཀྱི་བར་ན་སོར་བསྒྱུར་འབད་བཏུབ།"
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"84.67mm\" height=\"19.4mm\" localize=\"true\"><alt id=\"alt_id4829822\">ལེབ་གྲངས་མཆོང་ལྡེ་</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"1.667cm\" height=\"0.37cm\"><alt id=\"alt_id3156441\">ངོས་པར་</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "ཐག་རིང་གཡོན་དང་གཡས་གུའི་ཨེབ་རྟ་ཨེབ་གཏང་འབད་མི་འདི་གིས་ རིམ་བཞིན་མཆོང་ལྡེ་དང་པམ་ ཡང་ན་ མཇུག་གཉིས་བཀྲམ་སྟོན་འབདཝ་ཨིན། བར་ནའི་ཨེབ་རྟ་གིས་ལག་ལེན་པ་ལུ་ ལུབ་གྲངས་མཆོང་ལྡེ་ཆ་མཉམ་ལས་བརྒྱུད་དེ་ གདོང་བསྐྱོད་དང་རྒྱབ་བསྐྱོད་བཤུད་སྒྲིལ་འབད་བཅུགཔ་ཨིན། ལེབ་གྲངས་འདི་བཀྲམ་སྟོན་འབད་ནི་ལུ་ ལེབ་གྲངས་མཆོང་ལྡེ་ལུ་ཨེབ་གཏང་འབད།"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "སྣ་མང་ལེབ་གྲངས་ འཇུག་སྤྱོད་འབད་དོ།"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">སྣ་མང་ལེབ་གྲངས་ཚུ་འཇུག་སྤྱོད་འབད་དོ་</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "ལེབ་གྲངས་ཅིག་བཙུགས་དོ།"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "ལེབ་གྲངས་གསརཔ་ཅིག་ ཡང་ན་ ཡིག་སྣོད་གཞན་མི་ཅིག་ནང་ལས་ ཡོད་བཞིན་པའི་ལེབ་གྲངས་བཙུགས་ནི་གི་དོན་ལུ་ <item type=\"menuitem\">བཙུགས་ - ལེབ་གྲངས་</item> གདམ་ཁ་རྐྱབས།"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">གཞི་རྟེན་ཨའི་ཌི་ཨི་ཁྱོད་ཀྱིས་འབྲི་ནི་དང་མེཀརོསི་ཞུན་དག་ཁ་ཕྱེཝ་ཨིན།</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/scalc/menu.po b/source/dz/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/dz/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/dz/helpcontent2/source/text/shared/00.po b/source/dz/helpcontent2/source/text/shared/00.po
index 75166884271..255929c8dc2 100644
--- a/source/dz/helpcontent2/source/text/shared/00.po
+++ b/source/dz/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">བརྡ་བཀོད་འདི་འཛུལ་སྤྱོད་འབད་ནི་ལུ... </variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "ཡིག་སྣོད་ཀྱི་དཀར་ཆག"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "གསརཔ།"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ཡིག་སྣོད་ཁ་ཕྱེ།"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "སྲུངས་བཞག"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "དེ་སྦེ་སྲུངས།"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "དཔར་བསྐྲུན་ཤོག་ལེབ་སྔོན་ལྟ།"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/dz/helpcontent2/source/text/shared/01.po b/source/dz/helpcontent2/source/text/shared/01.po
index 57039adb898..00f5fc4085a 100644
--- a/source/dz/helpcontent2/source/text/shared/01.po
+++ b/source/dz/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>ལས་འགན།</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">བྱུང་ལས་ཚུ།</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<ahelp hid=\"HID_CONFIG_EVENT\">གིས་ མེཀ་རོ་འདི་ལས་རིམ་བྱུང་ལས་ཚུ་ལུ་འགན་སྤྲོད་འབདཝ་ཨིན། འགན་སྤྲོད་འབད་ཡོད་པའི་མེཀ་རོ་འདི་ཨ་རྟག་རང་ སེལ་འཐུ་འབད་ཡོད་པའི་བྱུང་ལས་བྱུངམ་ད་ རང་བཞིན་གྱིས་ གཡོག་བཀོལཝ་ཨིན།</ahelp>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/dz/helpcontent2/source/text/swriter/00.po b/source/dz/helpcontent2/source/text/swriter/00.po
index e83fa26f89e..0a3fca44f4d 100644
--- a/source/dz/helpcontent2/source/text/swriter/00.po
+++ b/source/dz/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "ཡིག་འཕྲིན་མཉམ་བསྡོམ་འབད་ནི།"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/dz/helpcontent2/source/text/swriter/01.po b/source/dz/helpcontent2/source/text/swriter/01.po
index 368a3727b23..fb4233d6b9b 100644
--- a/source/dz/helpcontent2/source/text/swriter/01.po
+++ b/source/dz/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "ཧའི་པལ་ལིངཀི་(ཨེལ་ཨེསི་ཐང་ ཨེལ་ཨི་)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">ཁྱོད་ཀྱིས་ ཧའི་པར་ལིངཀི་ངོ་རྟགས་(LS) ཁ་ཕྱེ་བའི་ཐོག་ལས་དང་(LE) ཁ་བསྡམ་པའི་ཐོག་ལས་ མཉམ་སྦྲགས་འབད་མི་ཐོ་འགོད་ཡན་ལག་གི་དོན་ལུ་ ཧའི་པར་ལིངཀི་ཅིག་གསར་བསྐྲུན་འབདཝ་ཨིན། <emph>གཞི་བཀོད་ </emph>གྲལ་ཐིག་གུ་ ཁྱོད་ཀྱིས་ ཧའི་པར་ལིངཀི་ཅིག་གི་དོན་ལུ་གསར་བསྐྲུན་འབད་དགོ་མནོ་མི་ཡན་ལག་གི་ གདོང་ཁ་ཡོད་མི་སྒྲོམ་སྟོངམ་དེ་ནང་ལུ ་ཨེབ་གཏང་འབད་ཞིནམ་ལས་ དེ་ལས་ ཨེབ་རྟ་འདི་ལུ་ཨེབ་གཏང་འབད། ཁྱོད་ཀྱིས་ ཧའི་པར་ལིངཀི་སྦེ་བཟོ་དགོ་མནོ་མི་ཡན་ལག་གི་ཤུལ་ལས་ སྒྲོམ་སྟོངམ་དེ་ལུ་ཨེབ་གཏང་འབད་ཞིནམ་ལས་ དེ་ལས་ ཨེབ་རྟ་དེ་ལུ་དོ་རུང་ཨེབ་གཏང་འབད།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/dz/officecfg/registry/data/org/openoffice/Office.po b/source/dz/officecfg/registry/data/org/openoffice/Office.po
index ed80d8ccc03..519afb1de33 100644
--- a/source/dz/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/dz/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12526,86 +12526,85 @@ msgctxt ""
msgid "Notes"
msgstr "དྲན་འཛིན་ཚུ།"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ཚིག་ཡིག་གི་ཡིག་ཆ་ཚུ།"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "ཤོག་ཁྲམ་ཚུ།"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "གསལ་སྟོན་ཚུ།"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "པར་རིས་ཚུ།"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ཝེབ་ཤོག་ལེབ།"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ཡིག་ཆ་ཨམ་ཚུ།"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "མན་ངག་ཚུ།"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "གནད་སྡུད་གཞི་རྟེན་གྱི་ཡིག་ཆ་ཚུ།"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po b/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
index 40043c98088..a29a186dd2f 100644
--- a/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/dz/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2263,6 +2263,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "གྲལ་ཐིག་བཏོན་གཏང་།"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9680,14 +9690,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11005,6 +11015,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ཀེར་ཐིག་བཙུགས།(~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26960,36 +26980,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32342,15 +32332,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "ཤོག་ལེབ་ཨང་།(~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33535,6 +33545,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "གྲལ་ཐིག་བཏོན་གཏང་།"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "གྲལ་ཐིག(~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/dz/sc/messages.po b/source/dz/sc/messages.po
index 8ca42c6c340..373f7eea0e4 100644
--- a/source/dz/sc/messages.po
+++ b/source/dz/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33408,40 +33408,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "སྔོན་ལྟ་གི་སྒོ་སྒྲིག་ནང་ཀེར་ཐིག་ཅིག་སེལ་འཐུ་འབད་ནི་དང་ ནང་འདྲེན་འབད་ཡོད་པའི་གནད་སྡུད་ལུ་འཇུག་སྤྱོད་འབད་ནི་ལུ་ གནད་སྡུད་སེལ་འཐུ་འབད། "
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "ཚིག་ཡིག་ཀེར་ཐིག་ཚུ་ལུ་(~x)"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
#, fuzzy
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ས་སྒོ་ཚུ།"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "དབྱེ་རྟགས་གནད་སྡུད་ཀྱི་དོན་ལས་ ནང་འདྲེན་གྱི་གདམ་ཁ་འདི་གཞི་སྒྲིག་འབདཝ་ཨིན།"
diff --git a/source/dz/sd/messages.po b/source/dz/sd/messages.po
index dab78bd9a99..90b2ad016bb 100644
--- a/source/dz/sd/messages.po
+++ b/source/dz/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1231,250 +1231,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ཚིག་ཡིག་བཙུགས།"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "སྤུར་བསྒྱིར་དྲགས།"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "གཡོན།"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "གཡས་པོ།"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "མགོ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "མཇུག"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "གཡོན་མགོ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "གཡོན་མཇུག?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "གཡས་མགོ་ལུ།?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "གཡས་མཇུག་ལུ།?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ཐད་སྙོམས།"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ཀེར་ཕྲང་།"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ཆ་མཉམ།?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "དངོས་མཐོང་ཐབས་ལམ་ནང་ལུ་འ་ནི་བྱ་བ་གིས་གཡོག་བཀོལ་མི་བཏུབ།"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "རྒྱབ།"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "འཕྲོ་མཐུད།"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "སྤྱི་མཐོང་།"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ཚོས་གཞི་ཊོ་ལི་རེནས།"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "སྐེདཔ་བཏོག་བསྐྱག་ཉམས་པ།"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "བཤུད་བརྙན་རྒྱ་འཕར་འབད།"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "ཐིག་ཁྲམ་གྱི་བཤུད་བརྙན་ནང་དོན་ཚུ།"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ད་ལྟོའི་དུས་སྐབས་འདི་ནང་ ཨེསི་ཨེ་ཨེན་ཨི གི་འབྱུང་ཁུངས་ཐོབ་མི་ཚུགས།"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ད་ལྟོ་ ཊིཌྲཱབུ་ཨེ་ཨའི་ཨེན་ གྱི་འབྱུང་ཁུངས་ཐོབ་མི་ཚུགས།"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "གཏན་བཟོ།"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "འགྱུར་ཅན།"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ཚད་ལྡན།"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ཚད་ལྡན། (ཐུང་ཀུ།)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ཚད་ལྡན།(རིངམ།)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ཡིག་སྣོད་མིང་།"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "འགྲུལ་ལམ།/ཡིག་སྣོད་མིང་།"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "འགྲུལ་ལམ།"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ཡིག་སྣོད་མིང་རྒྱ་བསྐྱེད་མེདཔ།"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "བཤུད་བརྙན་སྲོལ་སྒྲིག་གསརཔ།"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "འདྲ་བཤུས།"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "མེ་ཊ་ཡིག་སྣོད་སྡེ་ཚན་མེདཔ་བཟོ།(ཨེསི།)"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "པར་རིས་དངོས་པོ་ཚུ་ཆ་མཉམ་སྡེ་ཚན་མེདཔ་བཟོ་ནི་མི་ཚུགས་པས།"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1484,157 +1514,157 @@ msgstr ""
"ཁྱོད་ཀྱིས་ཚབ་བཙུགས་ནི་ཨིན་ན?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ཚིག་ཡིག"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ཧའི་པར་ལིངཀི།"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "འབྲེལ་མཐུད་བལྟ་སྤྱོད་འབད་ཡོདཔ།"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "ཤུགས་ལྡན་འབྲེལ་ལམ།"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "དྲན་ཚིག་ཚུ།"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "ཐིག་ཁྲམ་གྱི་ནང་དོན་ཚུ།"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "འགོ་བཙུགས་ནིའི་དོན་ལུ་འ་ན་ཨེབ་གཏང་།"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "རྩོམ་པ་པོ།"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ཁྱིམ་གྱི་ཤོག་ལེབ།"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "བརྡ་དོན་ཐེབས།"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "གསལ་སྟོན་ཕབ་ལེན།"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "ཁྱོད་ཁ་རྗེ་མེད་པ་བརའུ་ཟར་གྱིས་འཕུར་ལྡིང་གཞི་ཁྲམ་ཚུའི་རྒྱབ་སྐྱོར་མི་འབད་བས།"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ཤོག་ལེབ་དང་པ།"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "ཤོག་ལེབ་མཇུག"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ཚིག་ཡིག"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "གཟུགས་བརྙན།"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ནང་དོན་ཚུ་དང་གཅིག་ཁར།"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ནང་དོན་ཚུ་མེདཔ།"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "གྲ་སྒྲིག་ཤོག་ལེབ་ནང་ལུ།"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "བི་ཌི་ས་ཁྲ་འདི་ཟུར་མང་དབྱིབས་ལུ་གཞི་བསྒྱུར་འབད།"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "གསལ་སྟོན་ཕྱིར་ཐོན་ནི་དོན་ལུ་ཨེབ་གཏང་།"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ཐེམ།"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "༣ཌི་དགའ་མི་འཇུག་སྤྱོད་འབད།"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1645,804 +1675,810 @@ msgstr ""
"སྒྲ་སྐད་ནུས་ཅན་གྱི་ཡིག་སྣོད་མེན་པས།"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "མེ་ཊ་ཡིག་སྣོད་ལུ་གཞི་བསྒྱུར་འབད།"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "བི་ཌི་ས་ཁྲ་ལུ་གཞི་བསྒྱུར་འབད།"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ཡིག་སྣོད་$(URL1)འདི་གསར་བསྐྲུན་འབད་མི་བཏུབ་པས།"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ཡིག་སྣོད་$(URL1)འདི་ཁ་ཕྱེ་མི་བཏུབ་པས།"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ཡིག་སྣོད་$(URL1)འདི་$(URL2)ནང་ལུ་འདྲ་བཤུས་འབད་མི་བཏུབ་པས།"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "བཤུད་བརྙན་བསྐྱར་མིང་བཏགས།"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "མིང་།"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "རང་བཞིན་སྒྲིག་བཀོད་ཚུ་གི་དོན་ལུ་མགོ་མིང་མངའ་ཁོངས།"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "རང་བཞིན་སྒྲིག་བཀོད་ཚུ་གི་དོན་ལུ་དངོས་པོའི་མངའ་ཁོངས།"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "མཇུག་ཡིག་མངའ་ཁོངས།"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "མགོ་ཡིག་མངའ་ཁོངས།"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ཚེས་ཀྱི་མངའ་ཁོངས།"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "བཤུད་བརྙན་ཨང་གི་མངའ་ཁོངས།"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ཤོག་ལེབ་གྲངས་ཀྱི་མངའ་ཁོངས།"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "དྲན་ཚིག་ཚུ་གི་མངའ་ཁོངས།"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ཧེན་གུལ།/ཧན་ཇ་གཞི་བསྒྱུར།"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "བཤུད་བརྙན་ཚུ།"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ཤོག་ལེབ་ཚུ།"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "སྔོན་ལྟ་ཐོབ་མི་ཚུགསཔ།"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "སྔོན་ལྟ་གྲ་སྒྲིག་འབད་དོ།"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "སྒྲིག་བཀོད་ཚུ།"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "གསལ་སྟོན་གདམ་ཁ།"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ནང་ཐིག་གི་བཟོ་རྣམ།(~C)"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "ནང་དོན་ཚུ།"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ཡིག་སྣོད་བཙུགས།"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "དཔེ་རིས་བཙུགས།"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ཤོག་ལེབ་ བཙུགས།"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ཉེ་གནས་དམིགས་གཏད་སྣོད་ཐོ་ '%FILENAME'འདི་སྟོངམ་མིན་འདུག ཡིག་སྣོད་ལ་ལོ་ཅིག་ཚབ་སྲུང་འབད་བཏུབ་འོང་། ཁྱོད་ཀྱིས་འདི་འཕྲོ་མཐུད་དེ་འབད་ནི་ཨིན་ན?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "རྒྱབ་གཞི།"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "རྒྱབ་གཞིའི་དངོས་པོ་ཚུ།"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "སྒྲིག་བཀོད།"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "ཚད་འཛིན་ཚུ།"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "རྒྱ་འཁོན་གྱལ་རིམ་ཚུ།"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "བཤུད་བརྙན།"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ཤོག་ལེབ།"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "བཤུད་བརྙན།"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ཨམ་གྱི་ཤོག་ལེབ་ཚུ།"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(དྲན་ཚིག་ཚུ།)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ལག་བཀྲམ་ཚུ།"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "མགོ་མིང་ཚིག་ཡིག་རྩ་སྒྲིག་ཞུན་དག་འབད་ནིའི་དོན་ལུ་ཨེབ་གཏང་།"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "མཐའ་ཐིག་ཚིག་ཡིག་རྩ་སྒྲིག་ཞུན་དག་འབད་ནིའི་དོན་ལུ་ཨེབ་གཏང་།"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "མཐའ་ཐིག་གཉིས་པའི་གནས་རིམ།"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "མཐའ་ཐིག་གསུམ་པའི་གནས་རིམ།"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "མཐའ་ཐིག་བཞི་པའི་གནས་རིམ།"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "མཐའ་ཐིག་ལྔ་པའི་གནས་རིམ།"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "མཐའ་ཐིག་དྲུག་པའི་གནས་རིམ།"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "མཐའ་ཐིག་བདུན་པའི་གནས་རིམ།"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "བཤུད་བརྙན་སྤོ་བཤུད་ཀྱི་དོན་ལུ་ཨེབ་གཏང་།"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "དྲནའཛིན་གྱི་རྩ་སྒྲིག་ཞུན་དག་་འབད་ནའི་དོན་ལུ་ཨེབ་གཏང་འབད།"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "སྔོན་སྒྲིག"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "མགོ་མིང་།"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "བཤུད་བརྙན་སྤོ་བཤུད་ཚུ།"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "དངོས་པོ་ས་སྒོ་མེདཔ་སྦེ།"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ཚིག་ཡིག་"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "མགོ་མིང་།"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "མགོ་མིང་ཡན་ལག།"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "མཐའ་ཐིག"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "རྒྱབ་གཞི་དངོས་པོ་ཚུ།"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "རྒྱབ་གཞི།"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "དྲན་འཛིན་ཚུ།"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "པ་ཝར་པོའིནཊི་ནང་འདྲེན།"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ཡིག་ཆ་སྲུངས་བཞག་འབད།"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2450,679 +2486,679 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "པར་རིས་སྟོན།"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "པར་རིས་སྟོན།"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "མཐའ་ཐིག་སྟོན།"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "བཤུད་བརྙན་ཚུ་སྟོན།"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "འ་ནི་ཁྱོད་ཀྱི་བཤུད་བརྙནཚུ་དབྱེ་སེལ་འབད་སཨིན།"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "དྲན་ཚིག་ཚུ་སྟོན།"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ལག་བཀྲམ་སྟོན།"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "གསལ་སྟོན།"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "གསལ་སྟོན།"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "གསལ་སྟོན།"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ལག་བཀྲམ།"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "གསལ་སྟོན་ཐབས་ལམ།"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "གསལ་སྟོན།"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME གསལ་སྟོན།"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "མགོ་མིང་།"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "མཐའ་ཐིག"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "མགོ་མིང་ཡན་ལག།"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ཤོག་ལེབ།"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "དྲན་འཛིན་ཚུ།"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ལག་བཀྲམ།"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "མཇུག་ཡིག"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "མགོ་ཡིག"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ཚེས་གྲངས།"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ཨང་གྲངས།"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (ལྷག་ནི་-ཙམ།)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ཅི་མེད།"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "ཤུལ་མམ་གྱི་ཨེབ་ནི་ཚུན་ཚོད།"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "མཇུག་གི་བཤུད་བརྙན་ཚུན་ཚོད།"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ཁ་ཕྱོགས།"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ཕྱིར་རྒྱས།"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "རྩིབས་ཚུ།"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "ཚོད་གཞི་དང་པ།"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ཚོད་གཞི་གཉིས་པ།"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ཚོད་གཞི་དང་པ།"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "བཟོ་རྣམ།:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ཡིག་གཟུགས།"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ཚོད་གཞི་དང་པ།"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "བཟོ་རྣམ།:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ཡིག་བཟོ།"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "གྲལ་ཐིག་ཚོས་གཞི།"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ཡིག་གཟུགས་ཀྱི་ཚད།"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "ཚད།"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "དངུལ་བསྡོམས།"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ཚོས་གཞི།"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(སྒྲད་སྐད་མེདཔ་།)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "ཧེ་མམ་གྱི་སྒྲ་སྐད་བཀག"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "སྒྲད་སྐད་གཞན།"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "དཔེ་ཚད།"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "འབྱུང་སག་ས།"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ཅི་མེད།"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ད་རིས།"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ཨིམ་པེརེསི་གིས་གསལ་སྟོན་མཇུག་གི་དོན་ལུ་འཚོལ་ཞིབ་འབད་ནིག །ཁྱོད་ཀྱིས་འགོ་ལས་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ཨིམ་པེརེསི་གིས་གསལ་སྟོན་གྱི་གུ་ལས་མར་འཚོལ་ཞིབ་འབད་ནུག །ཁྱོད་ཀྱིས་མཇུག་ལུ་འཕྲོ་མཐུད་འབད་ནི་ཨིན་ན?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME འབྲི་ནི་གི་ཡིག་ཆས་ཀྱི་མཇུག་ལུ་འཚོལ་ཞིབ་འབད་ནུག །ཁྱོད་ཀྱིས་གུ་ལས་ར་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME འབྲི་ནི་གིས་ཡིག་ཆས་ཀྱི་གུ་ལས་ར་འཚོལ་ཞིབ་འབད་ནུག །ཁྱོད་ཀྱིས་མཇུག་ལུ་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "བརྡ་བཀོད་བཙུགས།"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "ནང་དོན་བཏོན་གཏང་།"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ཡིག་ཆ་ཞུན་དག་འབད།"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "བརྡ་བརྒྱུད་གླུ་གཞས་གཏང་ནི།"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ཐིག་ཁྲམ།"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME ཀེལ་སི།"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ཡིག་ཆས།"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "ནང་དོན་ཚུ།"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "བཤུད་བརྙན་པེན།"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "ཤོག་ལེབ་ཀྱི་(~P)མིང་།"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ཚེས་གྲངས་དང་ དུས་ཚོད།"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "གསང་ཡོད་པའི་ཤོག་ལེབ་ཚུ།(~i)"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ཚོས་གཞི།"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ཚད།"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "དེབ་ཆུང་ཚུ།"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "གྲངས་སུ་བཙུགས།"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ཨིམ་པེརེསི་གིས་གསལ་སྟོན་མཇུག་གི་དོན་ལུ་འཚོལ་ཞིབ་འབད་ནིག །ཁྱོད་ཀྱིས་འགོ་ལས་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ཨིམ་པེརེསི་གིས་གསལ་སྟོན་གྱི་གུ་ལས་མར་འཚོལ་ཞིབ་འབད་ནུག །ཁྱོད་ཀྱིས་མཇུག་ལུ་འཕྲོ་མཐུད་འབད་ནི་ཨིན་ན?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME འབྲི་ནི་གི་ཡིག་ཆས་ཀྱི་མཇུག་ལུ་འཚོལ་ཞིབ་འབད་ནུག །ཁྱོད་ཀྱིས་གུ་ལས་ར་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME འབྲི་ནི་གིས་ཡིག་ཆས་ཀྱི་གུ་ལས་ར་འཚོལ་ཞིབ་འབད་ནུག །ཁྱོད་ཀྱིས་མཇུག་ལུ་འཕྲོ་མཐུད་ནི་ཨིན་ན?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/dz/svtools/messages.po b/source/dz/svtools/messages.po
index e96299dd4af..c9fbb8aed85 100644
--- a/source/dz/svtools/messages.po
+++ b/source/dz/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/dz/sw/messages.po b/source/dz/sw/messages.po
index dc6e100899b..87bdba83a13 100644
--- a/source/dz/sw/messages.po
+++ b/source/dz/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17502,233 +17502,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "ཟུར་ཐོའི་ཐོ་བཀོད་ བཙུགས།"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "སེལ་འཐུ་འབད་དེ་ཡོད་མི་ཐོ་བཀོད་ཚུ་ ཟུར་ཐོ་དེ་ནང་ལས་བཏོན་གཏངམ་ཨིན། ཡིག་ཆ་དེ་ནང་ལུ་ཡོད་མི་ཐོ་བཀོད་ཚིག་ཡིག་དེ་བཏོན་མ་གཏང་པས།"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "བཙུགས།"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "ལག་ལེན་པ་-ངེས་འཛིན་འབད་ཡོད་པའི་ཟུར་ཐོ་གསརཔ།"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "ཐོ་བཀོད་ངོ་མ།(~M)"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "གནད་དོན་ མཐུན་སྒྲིག(~M)"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/el/cui/messages.po b/source/el/cui/messages.po
index 1946d4981f7..44a749af73a 100644
--- a/source/el/cui/messages.po
+++ b/source/el/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-03-17 02:39+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/el/>\n"
"Language: el\n"
@@ -1826,7 +1826,7 @@ msgstr "Αναγνώριση URL"
#: cui/inc/strings.hrc:335
msgctxt "RID_SVXSTR_DETECT_DOI"
msgid "DOI citation recognition"
-msgstr ""
+msgstr "Αναγνώριση παραπομπών DOI"
#. JfySE
#: cui/inc/strings.hrc:336
@@ -2181,7 +2181,7 @@ msgstr "Τα αποτελέσματα αποθηκεύτηκαν με επιτυ
#: cui/inc/strings.hrc:407
msgctxt "RID_CUISTR_OPT_READONLY"
msgid "This property is locked for editing."
-msgstr ""
+msgstr "Αυτή η ιδιότητα είναι κλειδωμένη για επεξεργασία."
#. RAA72
#: cui/inc/strings.hrc:409
@@ -6023,7 +6023,7 @@ msgstr "Διατήρηση αναλογιών"
#: cui/uiconfig/ui/bulletandposition.ui:702
msgctxt "bulletandposition|extended_tip|keepratio"
msgid "Check this box to preserve the height-to-width ratio of the graphic bullet."
-msgstr ""
+msgstr "Επιλέξτε αυτό το πλαίσιο για να διατηρήσετε την αναλογία ύψους προς πλάτος της κουκκίδας γραφικών."
#. EhFU7
#: cui/uiconfig/ui/bulletandposition.ui:734
@@ -6047,7 +6047,7 @@ msgstr "Πλάτος:"
#: cui/uiconfig/ui/bulletandposition.ui:795
msgctxt "bulletandposition|indentmf"
msgid "0.00"
-msgstr ""
+msgstr "0,00"
#. nCTvW
#: cui/uiconfig/ui/bulletandposition.ui:801
@@ -6059,7 +6059,7 @@ msgstr "Εισαγάγετε την απόσταση από την αριστε
#: cui/uiconfig/ui/bulletandposition.ui:815
msgctxt "bulletandposition|numberingwidthmf"
msgid "0.00"
-msgstr ""
+msgstr "0,00"
#. EEFpF
#: cui/uiconfig/ui/bulletandposition.ui:821
@@ -7091,25 +7091,25 @@ msgstr "Κρυφό χρώμα γραμμής/στήλης"
#: cui/uiconfig/ui/colorconfigwin.ui:1301
msgctxt "colorconfigwin|textoverflow"
msgid "Text overflow"
-msgstr ""
+msgstr "Υπερχείλιση κειμένου"
#. Vz3no
#: cui/uiconfig/ui/colorconfigwin.ui:1334
msgctxt "colorconfigwin|textoverflow_lb"
msgid "Text overflow color"
-msgstr ""
+msgstr "Χρώμα υπερχείλισης κειμένου"
#. MS6yj
#: cui/uiconfig/ui/colorconfigwin.ui:1357
msgctxt "colorconfigwin|comments_lb"
msgid "Comments color"
-msgstr ""
+msgstr "Χρώμα σχολίων"
#. RzbUK
#: cui/uiconfig/ui/colorconfigwin.ui:1372
msgctxt "colorconfigwin|comments"
msgid "Comments"
-msgstr ""
+msgstr "Σχόλια"
#. mA6HV
#: cui/uiconfig/ui/colorconfigwin.ui:1387
@@ -9886,13 +9886,13 @@ msgstr "Έλλειψη"
#: cui/uiconfig/ui/gradientpage.ui:223
msgctxt "gradientpage|gradienttypelb"
msgid "Square (Quadratic)"
-msgstr ""
+msgstr "Τετραγωνικός (Δευτεροβάθμιος)"
#. AXDGj
#: cui/uiconfig/ui/gradientpage.ui:224
msgctxt "gradientpage|gradienttypelb"
msgid "Rectangular"
-msgstr ""
+msgstr "Ορθογώνιος"
#. XasEx
#: cui/uiconfig/ui/gradientpage.ui:228
@@ -11362,13 +11362,13 @@ msgstr "Εμφανίζει τις προτάσεις συλλαβισμού γι
#: cui/uiconfig/ui/hyphenate.ui:211
msgctxt "hyphenate|tooltip|left"
msgid "Left"
-msgstr ""
+msgstr "Αριστερά"
#. xdABf
#: cui/uiconfig/ui/hyphenate.ui:217
msgctxt "hyphenate|button_name|left"
msgid "Left"
-msgstr ""
+msgstr "Αριστερά"
#. HAF8G
#: cui/uiconfig/ui/hyphenate.ui:218
@@ -11380,13 +11380,13 @@ msgstr "Καθορίζει την θέση του ενωτικού. Η επιλ
#: cui/uiconfig/ui/hyphenate.ui:232
msgctxt "hyphenate|tooltip|right"
msgid "Right"
-msgstr ""
+msgstr "Δεξιά"
#. pzLSc
#: cui/uiconfig/ui/hyphenate.ui:238
msgctxt "hyphenate|button_name|right"
msgid "Right"
-msgstr ""
+msgstr "Δεξιά"
#. 5gKXt
#: cui/uiconfig/ui/hyphenate.ui:239
@@ -14216,25 +14216,25 @@ msgstr "Επιλέξτε τον σχήμα χρωμάτων που θέλετε
#: cui/uiconfig/ui/optappearancepage.ui:216
msgctxt "optappearancepage|autocolor"
msgid "_Automatic:"
-msgstr ""
+msgstr "_Αυτόματα"
#. GsYTZ
#: cui/uiconfig/ui/optappearancepage.ui:231
msgctxt "optappearancepage|cbSchemeEntry1"
msgid "System Theme"
-msgstr ""
+msgstr "Θέμα συστήματος"
#. XVPV4
#: cui/uiconfig/ui/optappearancepage.ui:232
msgctxt "optappearancepage|cbSchemeEntry2"
msgid "Light"
-msgstr ""
+msgstr "Φωτεινό"
#. m6FAx
#: cui/uiconfig/ui/optappearancepage.ui:233
msgctxt "optappearancepage|cbSchemeEntry3"
msgid "Dark"
-msgstr ""
+msgstr "Σκούρο"
#. HFLPF
#: cui/uiconfig/ui/optappearancepage.ui:253
@@ -16422,13 +16422,13 @@ msgstr "Φορτώνει τις αποθηκευμένες ρυθμίσεις τ
#: cui/uiconfig/ui/optsavepage.ui:72
msgctxt "optsavepage|load_anyuser"
msgid "Load view position with the document even if it was saved by a different user"
-msgstr ""
+msgstr "Φόρτωση θέσης προβολής με το έγγραφο, ακόμα κι αν έχει αποθηκευτεί από διαφορετικό χρήστη"
#. FLNEA
#: cui/uiconfig/ui/optsavepage.ui:80
msgctxt "load_anyuser"
msgid "Loads the view position settings saved in a document with the document even if it was saved by a different user."
-msgstr ""
+msgstr "Φορτώνει τις ρυθμίσεις θέσης προβολής που είναι αποθηκευμένες σε ένα έγγραφο με το έγγραφο, ακόμα κι αν έχει αποθηκευτεί από διαφορετικό χρήστη."
#. js6Gn
#: cui/uiconfig/ui/optsavepage.ui:95
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Να απο_θηκεύεται πάντα ως:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Έγγραφο κειμένου"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Έγγραφο HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Πρωτεύον έγγραφο"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Υπολογιστικό φύλλο"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Παρουσίαση"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Σχεδίαση"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Τύπος"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Καθορίζει τον τύπο του εγγράφου για το οποίο θέλετε να καθορίσετε την προεπιλεγμένη μορφή του αρχείου."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Καθορίζει πώς έγγραφα του επιλεγμένου τύπου στα αριστερά θα αποθηκεύονται πάντα ως αυτός ο τύπος αρχείου. Μπορείτε να επιλέξετε έναν άλλο τύπο αρχείου για το τρέχον έγγραφο στον διάλογο αποθήκευση ως."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Τύπος ε_γγράφου:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Προεπιλεγμένη μορφή αρχείου και ρυθμίσεις ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Στη γενική ενότητα, μπορείτε να επιλέξετε τις προεπιλεγμένες ρυθμίσεις για την αποθήκευση εγγράφων και μπορείτε να επιλέξετε τις προεπιλεγμένες μορφές αρχείων."
@@ -17509,7 +17467,7 @@ msgstr "Χρήση επιτάχυνσης _υλικού"
#: cui/uiconfig/ui/optviewpage.ui:428
msgctxt "optviewpage|useaccel|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Απαιτείται επανεκκίνηση"
#. qw73y
#: cui/uiconfig/ui/optviewpage.ui:434
@@ -17527,7 +17485,7 @@ msgstr "Χρήση ε_ξομάλυνσης"
#: cui/uiconfig/ui/optviewpage.ui:449
msgctxt "optviewpage|useaa|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Απαιτείται επανεκκίνηση"
#. fUKV9
#: cui/uiconfig/ui/optviewpage.ui:455
@@ -17545,7 +17503,7 @@ msgstr "Χρησιμοποιήστε Skia για κάθε απόδοση"
#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|useskia|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Απαιτείται επανεκκίνηση"
#. RFqrA
#: cui/uiconfig/ui/optviewpage.ui:481
@@ -17575,7 +17533,7 @@ msgstr "Το Skia είναι προς το παρόν απενεργοποιημ
#: cui/uiconfig/ui/optviewpage.ui:527
msgctxt "optviewpage|btnSkialog"
msgid "Copy skia.log"
-msgstr ""
+msgstr "Αντιγράψτε το skia.log"
#. sy9iz
#: cui/uiconfig/ui/optviewpage.ui:543
@@ -22010,13 +21968,13 @@ msgstr "Έλλειψη"
#: cui/uiconfig/ui/transparencytabpage.ui:292
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Square (Quadratic)"
-msgstr ""
+msgstr "Τετραγωνικός (Δευτεροβάθμιος)"
#. zBJ6o
#: cui/uiconfig/ui/transparencytabpage.ui:293
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Rectangular"
-msgstr ""
+msgstr "Ορθογώνιος"
#. 9hAzC
#: cui/uiconfig/ui/transparencytabpage.ui:297
@@ -22352,7 +22310,7 @@ msgstr "Εμφανίζει το έγγραφο στο τρέχον μέγεθο
#: cui/uiconfig/ui/zoomdialog.ui:197
msgctxt "zoomdialog|variable"
msgid "Custom:"
-msgstr ""
+msgstr "Προσαρμοσμένο:"
#. zSg6i
#: cui/uiconfig/ui/zoomdialog.ui:209
@@ -22364,7 +22322,7 @@ msgstr "Εισάγετε τον συντελεστή εστίασης στον
#: cui/uiconfig/ui/zoomdialog.ui:231
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Custom"
-msgstr ""
+msgstr "Προσαρμοσμένο"
#. tnqjj
#: cui/uiconfig/ui/zoomdialog.ui:232
diff --git a/source/el/dbaccess/messages.po b/source/el/dbaccess/messages.po
index e3e0a4225be..0554c05658c 100644
--- a/source/el/dbaccess/messages.po
+++ b/source/el/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2022-12-07 12:12+0000\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/el/>\n"
"Language: el\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.15.2\n"
"X-POOTLE-MTIME: 1562571214.000000\n"
#. BiN6g
@@ -2107,7 +2107,7 @@ msgstr "Ρύθμιση της σύνδεσης MySQL/MariaDB"
#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_POSTGRES"
msgid "Set up PostgreSQL connection"
-msgstr ""
+msgstr "Ρυθμίστε τη σύνδεση PostgreSQL"
#. uJuNs
#: dbaccess/inc/strings.hrc:370
@@ -2321,7 +2321,7 @@ msgstr "~Τοποθεσία και όνομα αρχείου"
#: dbaccess/inc/strings.hrc:401
msgctxt "STR_POSTGRES_HEADERTEXT"
msgid "Set up a connection to a PostgreSQL database"
-msgstr ""
+msgstr "Ρυθμίστε μια σύνδεση σε μια βάση δεδομένων PostgreSQL"
#. 3AEhs
#: dbaccess/inc/strings.hrc:402
@@ -2330,12 +2330,14 @@ msgid ""
"Please enter the required information to connect to a PostgreSQL database, either by entering the host name, port number and server, or by entering the connection string.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
+"Εισαγάγετε τις απαιτούμενες πληροφορίες για να συνδεθείτε σε μια βάση δεδομένων PostgreSQL, είτε εισάγοντας το όνομα του κεντρικού υπολογιστή, τον αριθμό θύρας και τον διακομιστή, είτε εισάγοντας τη συμβολοσειρά σύνδεσης.\n"
+"Επικοινωνήστε με τον διαχειριστή του συστήματός σας εάν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις."
#. CHYCA
#: dbaccess/inc/strings.hrc:403
msgctxt "STR_POSTGRES_DEFAULT"
msgid "Default: 5432"
-msgstr ""
+msgstr "Προεπιλογή: 5432"
#. og5kg
#: dbaccess/inc/strings.hrc:404
@@ -4112,43 +4114,43 @@ msgstr "Χρήστης “$name$: $”"
#: dbaccess/uiconfig/ui/postgrespage.ui:26
msgctxt "specialpostgrespage|header"
msgid "Set up connection to a PostgreSQL database"
-msgstr ""
+msgstr "Ρύθμιση της σύνδεσης σε μια βάση δεδομένων PostgreSQL"
#. cwtYL
#: dbaccess/uiconfig/ui/postgrespage.ui:46
msgctxt "specialpostgrespage|helpLabel"
msgid "Please enter the required information to connect to a PostgreSQL database. Please contact your system administrator if you are unsure about the following settings. "
-msgstr ""
+msgstr "Εισαγάγετε τις απαιτούμενες πληροφορίες για να συνδεθείτε σε μια βάση δεδομένων PostgreSQL. Επικοινωνήστε με τον διαχειριστή του συστήματός σας, εάν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις. "
#. EJzdP
#: dbaccess/uiconfig/ui/postgrespage.ui:74
msgctxt "specialpostgrespage|dbNameLabel"
msgid "_Database name:"
-msgstr ""
+msgstr "Όνομα _βάσης δεδομένων:"
#. P2FVr
#: dbaccess/uiconfig/ui/postgrespage.ui:88
msgctxt "specialpostgrespage|hostNameLabel"
msgid "_Server:"
-msgstr ""
+msgstr "_Διακομιστής:"
#. MgpLR
#: dbaccess/uiconfig/ui/postgrespage.ui:102
msgctxt "specialpostgrespage|portNumLabel"
msgid "_Port number:"
-msgstr ""
+msgstr "Αριθμός _θύρας:"
#. oa9jC
#: dbaccess/uiconfig/ui/postgrespage.ui:163
msgctxt "specialpostgrespage|portNumDefLabel"
msgid "Default: 5432"
-msgstr ""
+msgstr "Προεπιλογή: 5432"
#. KvN6B
#: dbaccess/uiconfig/ui/postgrespage.ui:198
msgctxt "specialpostgrespage|connectionStringLabel"
msgid "And/OR Enter the DBMS/driver-specific connection string here"
-msgstr ""
+msgstr "Και/ή Εισαγάγετε τη συμβολοσειρά σύνδεσης για το DBMS/προγράμματα οδήγησης εδώ"
#. 9sAsA
#: dbaccess/uiconfig/ui/querycolmenu.ui:12
diff --git a/source/el/formula/messages.po b/source/el/formula/messages.po
index d058b71658c..b04ec402b20 100644
--- a/source/el/formula/messages.po
+++ b/source/el/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-09 03:15+0000\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/el/>\n"
"Language: el\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.15.2\n"
"X-POOTLE-MTIME: 1555681749.000000\n"
#. YfKFn
@@ -2648,31 +2648,31 @@ msgstr "_Επόμενο >"
#: formula/uiconfig/ui/formuladialog.ui:153
msgctxt "formuladialog|functiontab"
msgid "Functions"
-msgstr ""
+msgstr "Συναρτήσεις"
#. 54kbd
#: formula/uiconfig/ui/formuladialog.ui:176
msgctxt "formuladialog|structtab"
msgid "Structure"
-msgstr ""
+msgstr "Δομή"
#. RGrYD
#: formula/uiconfig/ui/formuladialog.ui:208
msgctxt "formuladialog|label2"
msgid "Function result:"
-msgstr ""
+msgstr "Αποτέλεσμα συνάρτησης:"
#. dN9gA
#: formula/uiconfig/ui/formuladialog.ui:356
msgctxt "formuladialog|formula"
msgid "For_mula:"
-msgstr ""
+msgstr "_Τύπος:"
#. jvCvJ
#: formula/uiconfig/ui/formuladialog.ui:371
msgctxt "formuladialog|label1"
msgid "Result:"
-msgstr ""
+msgstr "Αποτέλεσμα:"
#. rJsXw
#: formula/uiconfig/ui/formuladialog.ui:417
@@ -2690,7 +2690,7 @@ msgstr "Μεγιστοποίηση"
#: formula/uiconfig/ui/functionpage.ui:26
msgctxt "functionpage|label_search"
msgid "_Search:"
-msgstr ""
+msgstr "Α_ναζήτηση:"
#. kBsGA
#: formula/uiconfig/ui/functionpage.ui:45
@@ -2702,7 +2702,7 @@ msgstr "Αναζήτηση ονόματος συνάρτησης. Ταιριάζ
#: formula/uiconfig/ui/functionpage.ui:60
msgctxt "functionpage|label1"
msgid "_Category:"
-msgstr ""
+msgstr "_Κατηγορία:"
#. WQC5A
#: formula/uiconfig/ui/functionpage.ui:75
@@ -2726,7 +2726,7 @@ msgstr "Παραθέτει όλες τις κατηγορίες στις οπο
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "_Συνάρτηση:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
@@ -2798,7 +2798,7 @@ msgstr "Επιλογή"
#: formula/uiconfig/ui/structpage.ui:28
msgctxt "structpage|label1"
msgid "_Structure:"
-msgstr ""
+msgstr "_Δομή:"
#. KGSPW
#: formula/uiconfig/ui/structpage.ui:77
diff --git a/source/el/helpcontent2/source/text/scalc.po b/source/el/helpcontent2/source/text/scalc.po
index e166bc94cf7..cc4d4441a6e 100644
--- a/source/el/helpcontent2/source/text/scalc.po
+++ b/source/el/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/el/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Διαγραφή φύλλου</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Χρώμα καρτέλας φύλλου"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/scalc/00.po b/source/el/helpcontent2/source/text/scalc/00.po
index c5faccd9214..4844b3a6c5e 100644
--- a/source/el/helpcontent2/source/text/scalc/00.po
+++ b/source/el/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/el/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Επιλέξτε <emph>Φύλλο - Διαγραφή κελιών</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Επιλέξτε <emph>Φύλλο - Διαγραφή φύλλου</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Άνοιγμα μενού περιβάλλοντος για καρτέλα φύλλου."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Επιλέξτε <emph>Φύλλο - Μετακίνηση ή αντιγραφή φύλλου</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Άνοιγμα μενού περιβάλλοντος για καρτέλα φύλλου."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Εισαγωγή στηλών"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Επιλέξτε <menuitem>Φύλλο - Εισαγωγή φύλλου</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Επιλέξτε <emph>Φύλλο</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Επιλέξτε <emph>Μορφή - Μετονομασία φύλλου</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Επιλέξτε <emph>Φύλλο - Εμφάνιση φύλλου</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Μενού φύλλου"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/scalc/01.po b/source/el/helpcontent2/source/text/scalc/01.po
index 94e1e1a03ce..71fc79ff763 100644
--- a/source/el/helpcontent2/source/text/scalc/01.po
+++ b/source/el/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/el/>\n"
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>υπολογιστικά φύλλα; διαγραφή</bookmark_value><bookmark_value>φύλλα; διαγραφή</bookmark_value><bookmark_value>διαγραφή; υπολογιστικά φύλλα</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Διαγραφή φύλλου"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Διαγράφει το τρέχον φύλλο ύστερα από ερώτηση επιβεβαίωσης.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Δεν μπορείτε να διαγράψετε ένα φύλλο ενώ είναι ενεργοποιημένο το <emph>Επεξεργασία - Παρακολούθηση αλλαγών - Καταγραφή</emph>."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Ναι"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Διαγράφει το τρέχον φύλλο."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Όχι"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Ακυρώνει το παράθυρο διαλόγου. Δεν πραγματοποιείται η διαγραφή."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>υπολογιστικά φύλλα; μετακίνηση</bookmark_value><bookmark_value>υπολογιστικά φύλλα; αντιγραφή</bookmark_value><bookmark_value>μετακίνηση; υπολογιστικά φύλλα</bookmark_value><bookmark_value>αντιγραφή; υπολογιστικά φύλλα</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Μετακίνηση ή αντιγραφή φύλλου"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Εισαγωγή φύλλου"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>φύλλα;δημιουργία</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Εισαγωγή φύλλου"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43442,14 +43424,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>ονόματα φύλλων εργασίας</bookmark_value><bookmark_value>αλλαγή; ονόματα φύλλων</bookmark_value><bookmark_value>φύλλα; μετονομασία</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Μετονομασία φύλλου"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43505,32 +43487,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Εμφάνιση φύλλου"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>φύλλα; εμφάνιση</bookmark_value><bookmark_value>εμφάνιση; φύλλα</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Εμφάνιση φύλλου"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Εμφανίζει φύλλα που είχαν αποκρυφτεί με την εντολή <emph>Απόκρυψη φύλλων</emph>.</ahelp></variable> Επιλέξτε μόνο ένα φύλλο για να καλέσετε την εντολή. Το τρέχον φύλλο είναι πάντοτε επιλεγμένο. Αν έχει επιλεχθεί ένα φύλλο άλλο από το τρέχον, μπορείτε να το αποεπιλέξετε πατώντας <switchinline select=\"sys\"> <caseinline select=\"MAC\">Εντολή</caseinline> <defaultinline>Ctrl</defaultinline></switchinline> ενώ πατάτε στην αντίστοιχη καρτέλα φύλλου στο κάτω μέρος του παραθύρου."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47591,14 +47582,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>εισαγωγή γραμμών;προστατευμένο φύλλο</bookmark_value><bookmark_value>εισαγωγή στηλών;προστατευμένο φύλλο</bookmark_value><bookmark_value>διαγραφή στηλών;προστατευμένο φύλλο</bookmark_value><bookmark_value>διαγραφή γραμμών;προστατευμένο φύλλο</bookmark_value><bookmark_value>προστατευμένο φύλλο;εισαγωγή στηλών</bookmark_value><bookmark_value>προστατευμένο φύλλο;εισαγωγή γραμμών</bookmark_value><bookmark_value>προστατευμένο φύλλο;διαγραφή γραμμών</bookmark_value><bookmark_value>προστατευμένο φύλλο;διαγραφή στηλών</bookmark_value><bookmark_value>προστασία;φύλλο</bookmark_value><bookmark_value>επιλογή;σε προστατευμένα κελιά</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Προστασία φύλλου</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55277,6 +55268,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69794,6 +70019,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> επιστρέφει 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70100,6 +70388,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Για να εντοπίσετε σωστά τις αλλαγές, κάθε συνεργάτης θα πρέπει να εισαγάγει το όνομά του στο <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Προτιμήσεις</menuitem></caseinline><defaultinline><menuitem>Εργαλεία - Επιλογές</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Δεδομένα χρήστη</menuitem> στη γραμμή μενού."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/scalc/guide.po b/source/el/helpcontent2/source/text/scalc/guide.po
index 63ca8ede672..d8f94ace97f 100644
--- a/source/el/helpcontent2/source/text/scalc/guide.po
+++ b/source/el/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-25 11:31+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/el/>\n"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Εμφάνιση πολλαπλών φύλλων"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>φύλλα; εμφάνιση πολλαπλών</bookmark_value><bookmark_value>καρτέλες φύλλων; χρήση</bookmark_value><bookmark_value>προβολή; πολλαπλά φύλλα</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Περιήγηση σε καρτέλες φύλλου</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Ως προεπιλογή, το $[officename] εμφανίζει τρία φύλλα \"Φύλλο1\" έως \"Φύλλο3\", σε κάθε νέο υπολογιστικό φύλλο. Μπορείτε να μετακινήστε από φύλλο σε φύλλο χρησιμοποιώντας τις καρτέλες φύλλων στο κάτω μέρος της οθόνης."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Καρτέλες φύλλου</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Εικονίδιο</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Χρησιμοποιήστε τα κουμπιά περιήγησης για να εμφανίσετε όλα τα φύλλων του έγγραφου σας. Πατήστε στο κουμπί στο αριστερό ή στο δεξιό άκρο εμφανίζει, αντίστοιχα, την πρώτη ή τελευταία καρτέλα φύλλου. Τα μεσαία πλήκτρα επιτρέπουν στον χρήστη να μετακινηθεί προς τα μπροστά και προς τα πίσω μέσα από όλες τις καρτέλες φύλλων. Για να εμφανιστεί το ίδιο το φύλλο, πατήστε στην καρτέλα φύλλου."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8990,14 +9035,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Εφαρμογή πολλαπλών φύλλων"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>φύλλα, εισαγωγή</bookmark_value><bookmark_value>εισαγωγή; φύλλα</bookmark_value><bookmark_value>φύλλα; επιλογή πολλαπλών</bookmark_value><bookmark_value>προσθήκη φύλλων</bookmark_value><bookmark_value>επιλογή; πολλαπλά φύλλα</bookmark_value><bookmark_value>πολλαπλά φύλλα</bookmark_value><bookmark_value>υπολογισμός; πολλαπλά φύλλα</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9008,24 +9053,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Εφαρμογή πολλαπλών φύλλων</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Εισαγωγή φύλλου"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Επιλέξτε την εντολή <item type=\"menuitem\">Εισαγωγή- Φύλλο</item> για να εισαγάγετε ένα νέο φύλλο ή ένα υπάρχον φύλλο από άλλο αρχείο μπροστά από το ενεργό φύλλο."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9035,15 +9062,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ανοίγει ένα πλαίσιο διαλόγου όπου μπορείτε να αποδώσετε μακροεντολές στα γεγονότα φύλλου.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Ανοίγει ένα παράθυρο όπου μπορείτε να δώσετε ένα χρώμα στην καρτέλα του φύλλου.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/scalc/menu.po b/source/el/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/el/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/el/helpcontent2/source/text/shared/00.po b/source/el/helpcontent2/source/text/shared/00.po
index 26d21ee7bc7..95bc1da381d 100644
--- a/source/el/helpcontent2/source/text/shared/00.po
+++ b/source/el/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-14 13:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/el/>\n"
@@ -1592,6 +1592,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Για να έχετε πρόσβαση σε αυτήν τη λειτουργία...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6452,14 +6506,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Αρχείο"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Επιλέξτε <emph>Αρχείο - Προεπισκόπηση στον πλοηγητή ιστού</emph></variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6470,41 +6524,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Νέο</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Το εικονίδιο<emph>Δημιουργία</emph>στην <emph>Βασική</emph> γραμμή εργαλείων (το εικονίδιο εμφανίζει τον τύπο του νέου εγγράφου)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Εικονίδιο νέου</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Δημιουργία"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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 "Πλήκτρα <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6632,32 +6695,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Άνοιγμα</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Στην <emph>Βασική</emph> γραμμή εργαλείων, πατήστε"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Εικονίδιο ανοίγματος</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6668,6 +6731,105 @@ msgctxt ""
msgid "Open File"
msgstr "Άνοιγμα αρχείου"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7028,50 +7190,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Οδηγοί προέλευσης δεδομένων διευθύνσεων - Ανάθεση Πεδίου</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Επιέξτε <emph>Αρχείο - Κλείσιμο</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Επιλέξτε <menuitem>Αρχείο - Αποθήκευση</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Ανοίξτε τη <emph>βασική</emph> γραμμή ή τη γραμμή <emph>δεδομένα πίνακα</emph>, πατήστε"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Επιλέξτε <menuitem>Αρχείο - Αποθήκευση</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Εικονίδιο αποθήκευσης</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7082,14 +7262,41 @@ msgctxt ""
msgid "Save"
msgstr "Αποθήκευση"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Εικονίδιο αποθήκευση ως</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7100,6 +7307,51 @@ msgctxt ""
msgid "Save As"
msgstr "Αποθήκευση ως"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7181,14 +7433,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Επιλέξτε <menuitem>Αρχείο - Αποθήκευση όλων</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Επιλέξτε <menuitem>Αρχείο - Αποθήκευση ως</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7199,6 +7460,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Επαναφόρτωση</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7343,14 +7622,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Μενού <menuitem>Αρχείο - Προεπισκόπηση εκτύπωσης</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Εικονίδιο προεπισκόπησης εκτύπωσης</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7370,14 +7667,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Ρυθμίσεις εκτυπωτή</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Μενού <menuitem>Αρχείο - Αποστολή</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7406,14 +7721,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Έγγραφο ηλ. αλληλογραφίας"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Επιλέξτε <menuitem>Αρχείο - Εξαγωγή</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7424,23 +7793,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Εξαγωγή ως - Εξαγωγή ως EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Εικονίδιο εξαγωγής ως EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Απευθείας εξαγωγή ως EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7505,6 +7874,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Εξαγωγή ως - Εξαγωγή ως PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7550,32 +7937,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Επιλέξτε <menuitem>Αρχείο - Εκτύπωση</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Στην <emph>Βασική</emph> γραμμή εργαλείων, πατήστε"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Εικονίδιο εκτύπωσης</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7586,33 +7973,6 @@ msgctxt ""
msgid "Print"
msgstr "Εκτύπωση"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Στη γραμμή <emph>Προεπισκόπηση εκτύπωσης</emph> ενός αρχείου κειμένου, πατήστε"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Εικονίδιο προεπισκόπησης εκτύπωσης σελίδας</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Προεπισκόπηση εκτύπωσης σελίδας"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7685,14 +8045,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Επιλέξτε <menuitem>Αρχείο - Εξαγωγή</menuitem>, εάν είναι επιλεγμένο PBM, PPM ή PGM ως τύπος αρχείου, ο διάλογος ανοίγει αυτόματα.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Επιλέξτε <emph>Αρχείο - Εκδόσεις</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/el/helpcontent2/source/text/shared/01.po b/source/el/helpcontent2/source/text/shared/01.po
index c3b2cafe2b9..5a9a2eeb121 100644
--- a/source/el/helpcontent2/source/text/shared/01.po
+++ b/source/el/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/el/>\n"
@@ -98,13 +98,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Λειτουργία</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -125,13 +125,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -152,13 +152,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -179,13 +179,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -206,13 +206,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -233,13 +233,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -287,13 +287,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -314,13 +314,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -341,13 +341,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -368,13 +368,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2240,33 +2240,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Ανοίγει έγγραφο που βρίσκεται σε υπηρεσία απομακρυσμένου αρχείου.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Επιλέξτε <item type=\"menuitem\">Αρχείο - Άνοιγμα απομακρυσμένου</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Πατήστε το πλήκτρο <emph>Απομακρυσμένα αρχεία</emph> στο <emph>Κέντρο έναρξης</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Παρατεταμένο πάτημα του εικονιδίου <emph>Άνοιγμα</emph> και επιλογή <emph>Άνοιγμα απομακρυσμένου αρχείου</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2663,15 +2636,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Αποθήκευση αντιγράφου του τρέχοντος εγγράφου με άλλο όνομα ή θέση.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Επιλέξτε <item type=\"menuitem\">Αρχείο - Αποθήκευση αντιγράφου</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3086,15 +3050,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Εξαγωγή του εγγράφου σε μορφές PDF ή EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Επιλέξτε <emph>Αρχείο - Εξαγωγή ως</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7802,14 +7757,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Για να επιλέξετε όλα τα κελιά ενός φύλλου, πατήστε το πλήκτρο στη τομή των κεφαλίδων της στήλης και της γραμμής στην πάνω αριστερή γωνία του φύλλου.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Για να επιλέξετε όλα τα φύλλα ενός αρχείου υπολογιστικών φύλλων, δεξιοπατήστε στο όνομα της καρτέλας ενός φύλλου και στη συνέχεια επιλέξτε <emph>Επιλογή όλων των φύλλων</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Επιλέγει όλα τα φύλλα στο τρέχον υπολογιστικό φύλλο.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>προσαρμογή;συμβάντα</bookmark_value><bookmark_value>συμβάντα;προσαρμογή</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Γεγονότα</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Αναθέτει μακροεντολές σε γεγονότα προγράμματος. Η αντίστοιχη μακροεντολή εκτελείται αυτόματα κάθε φορά που συμβαίνει το επιλεγμένο γεγονός.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Το πλαίσιο διαλόγου έχει μειωμένη λειτουργικότητα όταν καλείται από το μενού Επεξεργασία-Φύλλο ενός λογιστικού φύλλου."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/el/helpcontent2/source/text/swriter/00.po b/source/el/helpcontent2/source/text/swriter/00.po
index 2d00d6f72dd..7aee57151a7 100644
--- a/source/el/helpcontent2/source/text/swriter/00.po
+++ b/source/el/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-02 09:22+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/el/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Συγχώνευση αλληλογραφίας"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/el/helpcontent2/source/text/swriter/01.po b/source/el/helpcontent2/source/text/swriter/01.po
index ea8120a44f8..10e2ab85ed9 100644
--- a/source/el/helpcontent2/source/text/swriter/01.po
+++ b/source/el/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-19 05:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/el/>\n"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Δεν μπορείτε να επεξεργαστείτε το έγγραφό σας, όταν βρίσκεστε στην προεπισκόπηση εκτύπωσης."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Για να βγείτε από την προεπισκόπηση εκτύπωσης, πατήστε στο κουμπί <emph>Κλείσιμο προεπισκόπησης</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1961,13 +1961,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Υπερσύνδεσμος (LS και LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Δημιουργεί έναν υπερσύνδεσμο για το τμήμα της καταχώρισης που περικλείεται από τις ετικέτες υπερσυνδέσμου ανοίγματος (LS) και κλεισίματος (LE). Στη γραμμή <emph>Δομή</emph>, πατήστε στο κενό πλαίσιο πριν από το τμήμα για το οποίο θέλετε να δημιουργήσετε τον υπερσύνδεσμο και μετά πατήστε στο κουμπί. Πατήστε στο κενό πλαίσιο μετά το τμήμα που θέλετε να δημιουργήσετε τον υπερσύνδεσμο και μετά πατήστε στο κουμπί ξανά. Όλοι οι υπερσύνδεσμοι πρέπει να είναι μοναδικοί. Διαθέσιμο μόνο για τον πίνακα περιεχομένων.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,14 +28376,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Ιδιότητες ελέγχου περιεχομένου</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/el/officecfg/registry/data/org/openoffice/Office.po b/source/el/officecfg/registry/data/org/openoffice/Office.po
index ba26ae5cdbf..e48bebb4f26 100644
--- a/source/el/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/el/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/el/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1547408543.000000\n"
@@ -12507,85 +12507,85 @@ msgctxt ""
msgid "Notes"
msgstr "Σημειώσεις"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Έγγραφα κειμένων"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Υπολογιστικά φύλλα"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Παρουσιάσεις"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Σχέδια"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Ιστοσελίδες"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Κύρια έγγραφα"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Τύποι"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Έγγραφα βάσεων δεδομένων"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/el/officecfg/registry/data/org/openoffice/Office/UI.po b/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
index 81ae6e7c755..0d617967ce6 100644
--- a/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/el/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-15 12:33+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-28 19:35+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/el/>\n"
"Language: el\n"
@@ -595,7 +595,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeze Panes"
-msgstr ""
+msgstr "Πάγωμα παραθύρων"
#. fkGDv
#: CalcCommands.xcu
@@ -605,7 +605,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Freeze Rows and Columns"
-msgstr ""
+msgstr "Πάγωμα σειρών και στηλών"
#. HYDb8
#: CalcCommands.xcu
@@ -615,7 +615,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Freeze Rows and Columns"
-msgstr ""
+msgstr "Πάγωμα σειρών και στηλών"
#. GFfAZ
#: CalcCommands.xcu
@@ -2227,6 +2227,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Επι~κύρωση δεδομένων..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Διαγραφή γραμμών"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9557,15 +9567,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Αλλαγή κύριας διαφάνειας..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Κύρια σελίδα..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10745,7 +10755,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Table Position and Size"
-msgstr ""
+msgstr "Θέση και μέγεθος πίνακα"
#. bjdy5
#: DrawImpressCommands.xcu
@@ -10867,6 +10877,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Εισαγωγή στηλών"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26517,7 +26537,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Non-br~eaking Hyphen"
-msgstr ""
+msgstr "Εισαγωγή εν~ωτικού συλλαβισμού"
#. EGU5u
#: GenericCommands.xcu
@@ -26527,7 +26547,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert S~oft Hyphen"
-msgstr ""
+msgstr "Εισαγωγή π~ροαιρετικού ενωτικού"
#. Qnw5x
#: GenericCommands.xcu
@@ -26537,7 +26557,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert ~Non-breaking Space"
-msgstr ""
+msgstr "Εισαγωγή διαστήματος ~χωρίς διακοπή"
#. KZXXb
#: GenericCommands.xcu
@@ -26639,36 +26659,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Διαγραφή επιλεγμένων στηλών"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Διαγραφή γραμμών"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Διαγραφή ~γραμμών"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Διαγραφή επιλεγμένων γραμμών"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -26837,7 +26827,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Apply Document Classification"
-msgstr ""
+msgstr "Εφαρμογή ταξινόμησης εγγράφων"
#. owQR2
#: GenericCommands.xcu
@@ -29097,7 +29087,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Accessibility Check"
-msgstr ""
+msgstr "Έλεγχος προσβασιμότητας"
#. g8fyJ
#: Sidebar.xcu
@@ -29297,7 +29287,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Accessibility Issues"
-msgstr ""
+msgstr "Ζητήματα προσβασιμότητας"
#. 4FE4o
#: Sidebar.xcu
@@ -31467,7 +31457,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Index Entry"
-msgstr ""
+msgstr "Εισαγωγή καταχώρισης ευρετηρίου"
#. ukK6N
#: WriterCommands.xcu
@@ -31477,7 +31467,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Index Entry..."
-msgstr ""
+msgstr "Καταχώρηση ε~υρετηρίου…"
#. iAFni
#: WriterCommands.xcu
@@ -31917,17 +31907,37 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert page number"
-msgstr ""
+msgstr "Εισαγωγή αριθμού σελίδας"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Αριθμός ~σελίδας"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -32817,7 +32827,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Update Selected Field"
-msgstr ""
+msgstr "Ενημέρωση επιλεγμένου πεδίου"
#. U9LvE
#: WriterCommands.xcu
@@ -33099,6 +33109,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Στήλες π~ριν"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Διαγραφή γραμμών"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Γραμ~μές"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Διαγραφή επιλεγμένων γραμμών"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
@@ -33187,7 +33227,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Edit Index Entry"
-msgstr ""
+msgstr "Επεξεργασία καταχώρισης ευρετηρίου"
#. yBFFa
#: WriterCommands.xcu
@@ -33197,7 +33237,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Index Entry..."
-msgstr ""
+msgstr "Καταχώρηση ε~υρετηρίου…"
#. BuzN5
#: WriterCommands.xcu
@@ -33207,7 +33247,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Edit Index Entry..."
-msgstr ""
+msgstr "Ε~πεξεργασία καταχώρισης ευρετηρίου…"
#. W4PVB
#: WriterCommands.xcu
@@ -34517,7 +34557,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Index Entry to Index"
-msgstr ""
+msgstr "Εισαγωγή ευρετηρίου στο ευρετήριο"
#. PxbvA
#: WriterCommands.xcu
@@ -34827,7 +34867,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Go to Next Index Entry"
-msgstr ""
+msgstr "Μετάβαση στην επόμενη καταχώρηση ευρετηρίου"
#. CNZhp
#: WriterCommands.xcu
@@ -34837,7 +34877,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Go to Previous Index Entry"
-msgstr ""
+msgstr "Μετάβαση στην προηγούμενη καταχώρηση ευρετηρίου"
#. 3FES4
#: WriterCommands.xcu
@@ -36097,7 +36137,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Σώμα κειμένου"
#. jRjpR
#: WriterCommands.xcu
@@ -36107,7 +36147,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Σώμα κειμένου"
#. UkAWw
#: WriterCommands.xcu
@@ -36117,7 +36157,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Body Text Paragraph Style"
-msgstr ""
+msgstr "Τεχνοτροπία παραγράφου σώματος κειμένου"
#. 3LYMu
#: WriterCommands.xcu
@@ -36757,7 +36797,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Open the Accessibility Check Deck"
-msgstr ""
+msgstr "Άνοιγμα της προσάρτησης ελέγχου προσβασιμότητας"
#. joS9f
#: WriterFormWindowState.xcu
diff --git a/source/el/sc/messages.po b/source/el/sc/messages.po
index 1fad046c480..f928c6429a8 100644
--- a/source/el/sc/messages.po
+++ b/source/el/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-03-17 02:39+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/el/>\n"
"Language: el\n"
@@ -469,7 +469,7 @@ msgstr "Επεξεργασία τεχνοτροπίας σελίδας"
#: sc/inc/globstr.hrc:87
msgctxt "STR_UNDO_EDITGRAPHICSTYLE"
msgid "Edit Drawing Style"
-msgstr ""
+msgstr "Επεξεργασία τεχνοτροπίας σχεδίασης"
#. vMyjF
#: sc/inc/globstr.hrc:88
@@ -913,13 +913,13 @@ msgstr "Ομάδα"
#: sc/inc/globstr.hrc:158
msgctxt "STR_PIVOT_ROW_LABELS"
msgid "Row Labels"
-msgstr ""
+msgstr "Ετικέτες γραμμών"
#. FNBev
#: sc/inc/globstr.hrc:159
msgctxt "STR_PIVOT_COL_LABELS"
msgid "Column Labels"
-msgstr ""
+msgstr "Ετικέτες στηλών"
#. 9YfrB
#. To translators: $1 == will be replaced by STR_SELCOUNT_ROWARG, and $2 by STR_SELCOUNT_COLARG
@@ -1371,7 +1371,7 @@ msgstr "Εσωτερικό σφάλμα σύνταξης"
#: sc/inc/globstr.hrc:244
msgctxt "STR_LONG_ERR_NO_CODE"
msgid "Error: No code or intersection"
-msgstr ""
+msgstr "Σφάλμα: Δεν υπάρχει κωδικός ή τομή"
#. 7PBrr
#: sc/inc/globstr.hrc:245
@@ -2080,13 +2080,13 @@ msgstr "Η αυτόματη ενημέρωση των εξωτερικών συ
#: sc/inc/globstr.hrc:362
msgctxt "STR_TRUST_DOCUMENT_WARNING"
msgid "Are you sure you trust this document?"
-msgstr ""
+msgstr "Είστε βέβαιοι ότι εμπιστεύεστε αυτό το έγγραφο;"
#. XAfRK
#: sc/inc/globstr.hrc:363
msgctxt "STR_WEBSERVICE_WITH_LINKS_WARNING"
msgid "Links to remote locations can be constructed that transmit local data to the remote server."
-msgstr ""
+msgstr "Μπορούν να δημιουργηθούν σύνδεσμοι προς απομακρυσμένες τοποθεσίες που μεταδίδουν τοπικά δεδομένα στον απομακρυσμένο διακομιστή."
#. qkto7
#: sc/inc/globstr.hrc:364
@@ -2677,7 +2677,7 @@ msgstr "Τεχνοτροπίες σελίδας"
#: sc/inc/globstr.hrc:452
msgctxt "STR_STYLE_FAMILY_GRAPHICS"
msgid "Drawing Styles"
-msgstr ""
+msgstr "Τεχνοτροπίες σχεδίασης"
#. GJEem
#: sc/inc/globstr.hrc:453
@@ -12866,7 +12866,7 @@ msgstr "Ο δεύτερος πίνακας εγγραφών."
#: sc/inc/scfuncs.hrc:3005
msgctxt "SC_OPCODE_T_TEST"
msgid "Calculates the t-test."
-msgstr ""
+msgstr "Υπολογίζει τη δοκιμή t."
#. vU5V2
#: sc/inc/scfuncs.hrc:3006
@@ -12914,13 +12914,13 @@ msgstr "Τύπος"
#: sc/inc/scfuncs.hrc:3013
msgctxt "SC_OPCODE_T_TEST"
msgid "The type of the t-test."
-msgstr ""
+msgstr "Ο τύπος της δοκιμής t."
#. 8TDFT
#: sc/inc/scfuncs.hrc:3019
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "Calculates the t-test."
-msgstr ""
+msgstr "Υπολογίζει τη δοκιμή t."
#. 5fHC3
#: sc/inc/scfuncs.hrc:3020
@@ -12968,7 +12968,7 @@ msgstr "Τύπος"
#: sc/inc/scfuncs.hrc:3027
msgctxt "SC_OPCODE_T_TEST_MS"
msgid "The type of the t-test."
-msgstr ""
+msgstr "Ο τύπος της δοκιμής t."
#. GLrcB
#: sc/inc/scfuncs.hrc:3033
@@ -16689,25 +16689,25 @@ msgstr "Προσαρμοσμένες τεχνοτροπίες"
#: sc/inc/scstyles.hrc:46
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "All Styles"
-msgstr ""
+msgstr "Όλες οι τεχνοτροπίες"
#. LgxjD
#: sc/inc/scstyles.hrc:47
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Hidden Styles"
-msgstr ""
+msgstr "Κρυφές τεχνοτροπίες"
#. gfQvA
#: sc/inc/scstyles.hrc:48
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Applied Styles"
-msgstr ""
+msgstr "Εφαρμοσμένες τεχνοτροπίες"
#. KY3qY
#: sc/inc/scstyles.hrc:49
msgctxt "RID_GRAPHICSTYLEFAMILY"
msgid "Custom Styles"
-msgstr ""
+msgstr "Προσαρμοσμένες τεχνοτροπίες"
#. GzpwA
#. Strings for interface names -------------------------------------------
@@ -16823,7 +16823,7 @@ msgstr "Αυτόματα"
#: sc/inc/strings.hrc:46
msgctxt "SCSTR_SORT_COLOR"
msgid "Sort by Color"
-msgstr ""
+msgstr "Ταξινόμηση κατά χρώμα"
#. Wgy7r
#: sc/inc/strings.hrc:47
@@ -17322,25 +17322,25 @@ msgstr "Η περιοχή περιέχει ετικέτες ~γραμμών"
#: sc/inc/strings.hrc:133
msgctxt "SCSTR_INCLUDE_NOTES_COL_LABEL"
msgid "Include boundary column(s) containing only comments"
-msgstr ""
+msgstr "Να συμπεριλαμβάνονται οι οριακές στήλες που περιέχουν μόνο σχόλια."
#. WzGFS
#: sc/inc/strings.hrc:134
msgctxt "SCSTR_INCLUDE_NOTES_ROW_LABEL"
msgid "Include boundary row(s) containing only comments"
-msgstr ""
+msgstr "Να συμπεριλαμβάνονται οριακές σειρές που περιέχουν μόνο σχόλια"
#. EGvxt
#: sc/inc/strings.hrc:135
msgctxt "SCSTR_INCLUDE_IMAGES_COL_LABEL"
msgid "Include boundary column(s) containing only images"
-msgstr ""
+msgstr "Να συμπεριλαμβάνονται οι οριακές στήλες που περιέχουν μόνο εικόνες."
#. nAjuE
#: sc/inc/strings.hrc:136
msgctxt "SCSTR_INCLUDE_IMAGES_ROW_LABEL"
msgid "Include boundary row(s) containing only images"
-msgstr ""
+msgstr "Να συμπεριλαμβάνονται οριακές σειρές που περιέχουν μόνο εικόνες"
#. ujjcx
#: sc/inc/strings.hrc:137
@@ -17749,7 +17749,7 @@ msgstr "<κενό>"
#: sc/inc/strings.hrc:210
msgctxt "STR_CHG_UNKNOWN_AUTHOR"
msgid "Unknown Author"
-msgstr ""
+msgstr "Άγνωστος συντάκτης"
#. dAt5Q
#: sc/inc/strings.hrc:212
@@ -18080,7 +18080,7 @@ msgstr "Αρνητική διωνυμική"
#: sc/inc/strings.hrc:273
msgctxt "STR_DISTRIBUTION_POISSON"
msgid "Poisson"
-msgstr ""
+msgstr "Πουασόν"
#. BNZPE
#: sc/inc/strings.hrc:274
@@ -19191,7 +19191,7 @@ msgstr "Άλφα:"
#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:367
msgctxt "analysisofvariancedialog|alpha-spin"
msgid "0.05"
-msgstr ""
+msgstr "0,05"
#. UQDCP
#: sc/uiconfig/scalc/ui/analysisofvariancedialog.ui:382
@@ -21495,7 +21495,7 @@ msgstr "Διάταξη περιγράμματος με μερικά αθροίσ
#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:294
msgctxt "datafieldoptionsdialog|layout"
msgid "Compact layout"
-msgstr ""
+msgstr "Συμπαγής διάταξη"
#. CocpF
#: sc/uiconfig/scalc/ui/datafieldoptionsdialog.ui:298
@@ -22527,103 +22527,103 @@ msgstr "Εισάγετε ή αλλάξτε την τιμή της επιλεγμ
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:8
msgctxt "drawtemplatedialog|DrawTemplateDialog"
msgid "Drawing Style"
-msgstr ""
+msgstr "Τεχνοτροπία σχεδίασης"
#. RtX4T
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:41
msgctxt "drawtemplatedialog|standard"
msgid "_Standard"
-msgstr ""
+msgstr "_Τυπικό"
#. jyFCi
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:152
msgctxt "drawtemplatedialog|organizer"
msgid "Organizer"
-msgstr ""
+msgstr "Οργανωτής"
#. qSfk8
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:199
msgctxt "drawtemplatedialog|line"
msgid "Line"
-msgstr ""
+msgstr "Γραμμή"
#. GFaA9
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:247
msgctxt "drawtemplatedialog|area"
msgid "Area"
-msgstr ""
+msgstr "Περιοχή"
#. JcspJ
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:295
msgctxt "drawtemplatedialog|shadowing"
msgid "Shadowing"
-msgstr ""
+msgstr "Σκίαση"
#. sQnEr
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:343
msgctxt "drawtemplatedialog|transparency"
msgid "Transparency"
-msgstr ""
+msgstr "Διαφάνεια"
#. nrmzw
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:391
msgctxt "drawtemplatedialog|font"
msgid "Font"
-msgstr ""
+msgstr "Γραμματοσειρά"
#. MfVx4
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:439
msgctxt "drawtemplatedialog|fonteffect"
msgid "Font Effects"
-msgstr ""
+msgstr "Εφέ γραμματοσειράς"
#. wvB6g
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:487
msgctxt "drawtemplatedialog|indents"
msgid "Indents & Spacing"
-msgstr ""
+msgstr "Εσοχές και αποστάσεις"
#. BuWKT
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:535
msgctxt "drawtemplatedialog|text"
msgid "Text"
-msgstr ""
+msgstr "Κείμενο"
#. buF9B
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:583
msgctxt "drawtemplatedialog|animation"
msgid "Text Animation"
-msgstr ""
+msgstr "Κινούμενο κείμενο"
#. pLtGk
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:631
msgctxt "drawtemplatedialog|dimensioning"
msgid "Dimensioning"
-msgstr ""
+msgstr "Διαστασιολόγηση"
#. CDEt8
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:679
msgctxt "drawtemplatedialog|alignment"
msgid "Alignment"
-msgstr ""
+msgstr "Στοίχιση"
#. Bh59e
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:727
msgctxt "drawtemplatedialog|asiantypo"
msgid "Asian Typography"
-msgstr ""
+msgstr "Ασιατική τυπογραφία"
#. eCHjk
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:775
msgctxt "drawtemplatedialog|tabs"
msgid "Tabs"
-msgstr ""
+msgstr "Καρτέλες"
#. 6emuB
#: sc/uiconfig/scalc/ui/drawtemplatedialog.ui:823
msgctxt "drawtemplatedialog|background"
msgid "Highlighting"
-msgstr ""
+msgstr "Με έμφαση"
#. Bp3Fw
#: sc/uiconfig/scalc/ui/dropmenu.ui:12
@@ -23127,13 +23127,13 @@ msgstr "Αφαίρεση σειράς"
#: sc/uiconfig/scalc/ui/filterdropdown.ui:155
msgctxt "filterdropdown|select_field_label"
msgid "Select Field"
-msgstr ""
+msgstr "Επιλογή πεδίου"
#. Pu3Vn
#: sc/uiconfig/scalc/ui/filterdropdown.ui:168
msgctxt "filterdropdown|multi_field_combo"
msgid "Select Field"
-msgstr ""
+msgstr "Επιλογή πεδίου"
#. cd5X5
#: sc/uiconfig/scalc/ui/filterdropdown.ui:182
@@ -28293,13 +28293,13 @@ msgstr "Επιλέξτε αυτό το πεδίο ελέγχου και διπλ
#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:740
msgctxt "pivottablelayoutdialog|check-show-expand-collapse"
msgid "Show expand/collapse buttons"
-msgstr ""
+msgstr "Εμφάνιση πλήκτρων επέκτασης/σύμπτυξης"
#. GqjMu
#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:748
msgctxt "pivottablelayoutdialog|extended_tip|check-show-expand-collapse"
msgid "Select this check box to show expand/collapse buttons for field members"
-msgstr ""
+msgstr "Επιλέξτε αυτό το πλαίσιο ελέγχου για να εμφανιστούν τα πλήκτρα επέκτασης/σύμπτυξης για μέλη του πεδίου"
#. iFA3A
#: sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui:763
@@ -28725,7 +28725,7 @@ msgstr "Αρνητική διωνυμική"
#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:243
msgctxt "randomnumbergenerator|distribution-liststore"
msgid "Poisson"
-msgstr ""
+msgstr "Πουασόν"
#. sAgsR
#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:247
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Όταν αυτή η επιλογή είναι ενεργή, το Calc διατηρεί το προηγούμενο περιεχόμενο των κελιών κατά την επικόλληση κενών κελιών. Αλλιώς, το Calc διαγράφει το προηγούμενο περιεχόμενο των κελιών."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Άλλες επιλογές"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Τύπος σ_τήλης:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Διαλέξτε μία στήλη στο παράθυρο προεπισκόπησης και επιλέξτε τον τύπο δεδομένων ο οποίος θέλετε να εφαρμοστεί στα εισαγόμενα δεδομένα ."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Κείμενο σε στήλες"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Πεδία"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Προσδιορίζει τις επιλογές εισαγωγής για διαχωρισμένα δεδομένα."
@@ -33141,7 +33153,7 @@ msgstr "Εμφάνιση _καταλόγου επιλογής"
#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:232
msgctxt "validationcriteriapage|extended_tip|showlist"
msgid "Shows a list of all valid strings or values to select from."
-msgstr ""
+msgstr "Εμφανίζει έναν κατάλογο με όλες τις έγκυρες συμβολοσειρές, ή επιλέξιμες τιμές."
#. vwNGC
#: sc/uiconfig/scalc/ui/validationcriteriapage.ui:243
@@ -33231,7 +33243,7 @@ msgstr "Βοήθεια ε_ισαγωγής:"
#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:116
msgctxt "validationhelptabpage|extended_tip|inputhelp_text"
msgid "Enter the message that you want to display when the cell or cell range is selected."
-msgstr ""
+msgstr "Εισαγάγετε το μήνυμα που θέλετε να εμφανίζεται, όταν είναι επιλεγμένα τα κελία, ή το εύρος κελιών."
#. epdvk
#: sc/uiconfig/scalc/ui/validationhelptabpage.ui:133
diff --git a/source/el/sd/messages.po b/source/el/sd/messages.po
index eba13f5611e..c8d8978cf16 100644
--- a/source/el/sd/messages.po
+++ b/source/el/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/el/>\n"
"Language: el\n"
@@ -441,19 +441,19 @@ msgstr "Αντικατάσταση"
#: sd/inc/strings.hrc:32
msgctxt "STR_NEXT_SLIDE"
msgid "Next slide"
-msgstr ""
+msgstr "Επόμενη διαφάνεια"
#. 8cA5i
#: sd/inc/strings.hrc:33
msgctxt "STR_PREV_SLIDE"
msgid "Previous slide"
-msgstr ""
+msgstr "Προηγούμενη διαφάνεια"
#. A8tmu
#: sd/inc/strings.hrc:34
msgctxt "STR_MENU_SLIDE"
msgid "Menu slide"
-msgstr ""
+msgstr "Διαφάνεια μενού"
#. eh6CM
#: sd/inc/strings.hrc:35
@@ -857,13 +857,13 @@ msgstr "Διαφάνεια %1 από %2 (%3)"
#: sd/inc/strings.hrc:100
msgctxt "STR_SD_PAGE_COUNT_DRAW"
msgid "Page %1 of %2"
-msgstr ""
+msgstr "Σελίδα %1 από %2"
#. hdhKG
#: sd/inc/strings.hrc:101
msgctxt "STR_SD_PAGE_COUNT_CUSTOM_DRAW"
msgid "Page %1 of %2 (%3)"
-msgstr ""
+msgstr "Σελίδα %1 από %2 (%3)"
#. WsRvh
#: sd/inc/strings.hrc:102
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Εισαγωγή κειμένου"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Φόρτωση κύριας διαφάνειας"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Αριστερά"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Δεξιά"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Πάνω"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Κάτω"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Πάνω αριστερά;"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Κάτω αριστερά;"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Πάνω δεξιά;"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Κάτω δεξιά;"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Οριζόντια"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Κάθετα"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Όλα;"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Η ενέργεια αυτή δεν εκτελείται σε ενεργή κατάσταση."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Πίσω"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Συνέχεια"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Επισκόπηση"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Αντικαταστάτης χρώματος"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Βαθμιαία ενδυνάμωση"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Ανάπτυξη διαφάνειας"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Πίνακας περιεχομένων διαφάνειας"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Δεν υπάρχει διαθέσιμη πηγή SANE αυτή τη στιγμή."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Προς το παρόν, δεν είναι διαθέσιμη καμιά πηγή TWAIN."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Σταθερά"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Μεταβλητή"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Τυπικό"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Τυπικό (σύντομο)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Τυπικό (μακρύ)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Όνομα αρχείου"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Όνομα διαδρομής/αρχείου"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Διαδρομή"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Όνομα αρχείου χωρίς επέκταση"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Δημιουργία προσαρμοσμένης παρουσίασης διαφανειών"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Αντίγραφο "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Μορφή παρουσίασης του %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Μορφή σχεδίασης του %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Απομαδοποίηση μετααρχείων..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Αδύνατη η αποομαδοποίηση όλων των αντικειμένων της σχεδίασης."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Παρουσίαση του %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Σχεδίαση του %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Θέλετε να αντικατασταθεί;"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Κείμενο"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Υπερσύνδεσμος"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Αναγνωσμένος σύνδεσμος"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Ενεργός σύνδεσμος"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Σημειώσεις"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Πίνακας περιεχομένων"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Πατήστε εδώ για εκκίνηση"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Συντάκτης"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Ηλ. μήνυμα"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Αρχική σελίδα"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Πρόσθετες πληροφορίες"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Λήψη παρουσίασης"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Δυστυχώς, ο περιηγητής σας δεν υποστηρίζει αιωρούμενα πλαίσια."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Πρώτη σελίδα"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Τελευταία σελίδα"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Κείμενο"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Εικόνα"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Με περιεχόμενο"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Δίχως περιεχόμενο"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Στην επιλεγμένη σελίδα"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Μετατροπή ψηφιογραφίας σε πολύγωνο"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Πατήστε για το τέλος την παρουσίασης..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Παύση..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Εφαρμογή 3Δ αγαπημένου"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Φίλτρο εικόνας"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"δεν είναι έγκυρο αρχείο ήχου!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Μετατροπή σε μετααρχείο"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Μετατροπή σε ψηφιογραφία"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Αδύνατη η δημιουργία του αρχείου $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Αδύνατο το άνοιγμα του αρχείου $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Αδύνατη η αντιγραφή του αρχείου $(URL1) στο $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Όνομα κύριας διαφάνειας. Δεξιοπατήστε για κατάλογο ή πατήστε για διάλογο."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Μετονομασία διαφάνειας"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Μετονομασία σελίδας"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Διπλά ή κενά ονόματα δεν είναι εφικτά."
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Όνομα"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Μετονομασία κύριας διαφάνειας"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Περιοχή τίτλου για αυτόματες διατάξεις"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Περιοχή αντικειμένου για αυτόματες διατάξεις"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Περιοχή υποσέλιδου"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Περιοχή κεφαλίδας"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Περιοχή ημερομηνίας"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Περιοχή αριθμού διαφάνειας"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Περιοχή αριθμού σελίδας"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<κεφαλίδα>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<υποσέλιδο>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ημερομηνία/ώρα>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<αριθμός>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<πλήθος>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<όνομα-διαφάνειας>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<όνομα-σελίδας>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Περιοχή σημειώσεων"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Μετατροπή Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Διαφάνειες"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Σελίδες"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Η προεπισκόπηση δεν είναι διαθέσιμη"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Προετοιμασία προεπισκόπησης"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Διατάξεις"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Τεχνοτροπίες σχεδίου"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Τεχνοτροπίες παρουσίασης"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Τεχνοτροπίες κελιού"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Σχήμα %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Ορισμός εικόνας παρασκηνίου"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Σχόλια"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Επαναφορά διάταξης διαφάνειας"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Εισαγωγή πίνακα"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Εισαγωγή διαγράμματος"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Εισαγωγή εικόνας"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Εισαγωγή ήχου ή βίντεο"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Μεταφορά και απόθεση σελίδων"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Μεταφορά και απόθεση διαφανειών"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Παρακαλούμε προσθέστε εικόνες στη συλλογή."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Διαφάνεια κειμένου"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Ο τοπικός κατάλογος προορισμού '%FILENAME' δεν είναι άδειος. Κάποια αρχεία μπορεί να αντικατασταθούν. Θέλετε να συνεχίσετε;"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Παρασκήνιο"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Αντικείμενα παρασκηνίου"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Διάταξη"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Στοιχεία ελέγχου"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Γραμμές διαστάσεων"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Διαφάνεια"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Σελίδα"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Διαφάνεια"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Υπόδειγμα διαφανειών"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Κύρια διαφάνεια:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Κύρια σελίδα"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Κύρια σελίδα:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Σημειώσεις)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Σημειώματα"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Πατήστε για επεξεργασία της μορφής κειμένου του τίτλου"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Πατήστε για επεξεργασία της μορφής κειμένου διάρθρωσης"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Διπλό πάτημα για επεξεργασία της μορφής κειμένου τίτλου"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Διπλό πάτημα για επεξεργασία της μορφής κειμένου διάρθρωσης"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Δεύτερο επίπεδο διάρθρωσης"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Τρίτο επίπεδο διάρθρωσης"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Τέταρτο επίπεδο διάρθρωσης"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Πέμπτο επίπεδο διάρθρωσης"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Έκτο επίπεδο διάρθρωσης"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Έβδομο επίπεδο διάρθρωσης"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Πατήστε για μετακίνηση της διαφάνειας"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Πατήστε για επεξεργασία της μορφής των σημειώσεων"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Διπλό πάτημα για μετακίνηση της διαφάνειας"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Διπλό πάτημα για επεξεργασία της μορφής σημειώσεων"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Πατήστε για προσθήκη τίτλου"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Πατήστε για προσθήκη κειμένου"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Πατήστε για προσθήκη κειμένου"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Πατήστε για προσθήκη σημειώσεων"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Διπλό πάτημα για προσθήκη τίτλου"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Διπλό πάτημα για προσθήκη κειμένου"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Διπλό πάτημα για προσθήκη κειμένου"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Πατήστε για επεξεργασία κειμένου"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Διπλό πάτημα για προσθήκη σημειώσεων"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Διπλοπατήστε για τη προσθήκη εικόνας"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Διπλοπατήστε για τη προσθήκη αντικειμένου"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Διπλοπατήστε για τη προσθήκη διαγράμματος"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Διπλοπατήστε για τη προσθήκη διαγράμματος οργάνωσης."
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Διπλοπατήστε για την προσθήκη υπολογιστικού φύλλου"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Προεπιλογή"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Τίτλος"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Προεπιλεγμένη τεχνοτροπία σχεδίασης"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Μετακίνηση διαφανειών"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Εισαγωγή σελίδων"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Εισαγωγή σελίδας"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Ιδιότητες διαφάνειας"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Αντικείμενο χωρίς γέμισμα"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Αντικείμενο χωρίς γέμισμα και χωρίς γραμμή"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Κείμενο"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Τίτλος Α4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Επικεφαλίδα Α4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Κείμενο Α4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Τίτλος Α0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Επικεφαλίδα Α0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Κείμενο Α0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Γραφικό"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Σχήματα"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Γραμμές"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Γραμμή βέλους"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Γραμμή με παύλες"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Γεμάτο"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Γεμάτο με γαλάζιο"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Γεμάτο με πράσινο"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Γεμάτο με κίτρινο"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Γεμάτο με κόκκινο"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Με περίγραμμα"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Με γαλάζιο περίγραμμα"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Με πράσινο περίγραμμα"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Με κίτρινο περίγραμμα"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Με κόκκινο περίγραμμα"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Τίτλος"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Υπότιτλος"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Διάρθρωση"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Αντικείμενα παρασκηνίου"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Παρασκήνιο"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Σημειώσεις"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Εισαγωγή του PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Αποθήκευση εγγράφου"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Μείωση του μεγέθους της γραμματοσειράς"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Αύξηση του μεγέθους της γραμματοσειράς"
@@ -2431,637 +2467,637 @@ msgstr "Αύξηση του μεγέθους της γραμματοσειράς
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Προβολή σχεδίασης"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Προβολή σχεδίασης"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Προβολή διάρθρωσης"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Προβολή διαφανειών"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Εδώ ταξινομείτε τις διαφάνειες."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Προβολή σημειώσεων"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Προβολή σημειωμάτων"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Τίτλος παρουσίασης"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Διάρθρωση παρουσίασης"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Υπότιτλος παρουσίασης"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Σελίδα παρουσίασης"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Σημειώσεις παρουσίασης"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Σημείωμα"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Μορφή παρουσίασης με άγνωστη προσβασιμότητα"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Υποσέλιδο παρουσίασης"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Κεφαλίδα παρουσίασης"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Ημερομηνία και ώρα παρουσίασης"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Αριθμός σελίδας παρουσίασης"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Παρουσίαση του %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Τίτλος"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Διάρθρωση"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Υπότιτλος"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Σελίδα"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Σημειώσεις"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Σημείωμα"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Μορφή παρουσίασης άγνωστης προσβασιμότητας"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Υποσέλιδο"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Κεφαλίδα"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Ημερομηνία"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Αριθμός"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(μόνο για ανάγνωση)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "κανένα"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Μέχρι το επόμενο πάτημα"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Μέχρι το τέλος της διαφάνειας"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Κατεύθυνση:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Εστίαση:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Ακτίνες:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Πρώτο χρώμα:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Δεύτερο χρώμα:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Χρώμα γεμίσματος:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Τεχνοτροπία:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Γραμματοσειρά:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Χρώμα γραμματοσειράς:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Τεχνοτροπία:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Οικογένεια γραμματοσειρών:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Χρώμα γραμμής:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Μέγεθος γραμματοσειράς:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Μέγεθος:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Ποσό:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Χρώμα:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Χωρίς ήχο)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Διακοπή προηγούμενου ήχου)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Άλλος ήχος..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Δείγμα"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Έναυσμα"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Διαδρομές χρήστη"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Είσοδος: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Έμφαση: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Έξοδος: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Διαδρομές κίνησης: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Λοιπά: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Καμία"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Σήμερα,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Χθες,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(χωρίς συντάκτη)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "Το %PRODUCTNAME Impress έφτασε στο τέλος της παρουσίασης. Θέλετε να συνεχίσετε από την αρχή;"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "Το %PRODUCTNAME Impress έφτασε στην αρχή της παρουσίασης. Θέλετε να συνεχίσετε από το τέλος;"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "Το %PRODUCTNAME Draw έφτασε στο τέλος του εγγράφου. Θέλετε να συνεχίσετε από την αρχή;"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "Το %PRODUCTNAME Draw έφτασε στην αρχή του εγγράφου. Θέλετε να συνεχίσετε από το τέλος;"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Εισαγωγή σχολίου"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Διαγραφή σχολίων"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Μετακίνηση σχολίου"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Επεξεργασία σχολίου"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Απάντηση στο %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Αναπαραγωγή πολυμέσων"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Πίνακας"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Έγγραφο"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Διαφάνειες ανά σελίδα:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Σειρά:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Περιεχόμενα"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Όνομα δια~φάνειας"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Όνομα ~σελίδας"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Ημε~ρομηνία και ώρα"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Κρυφές σελίδες"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Χρώμα"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Μέγεθος"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Διαφημιστικό φυλλάδιο"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Όψεις σελίδας"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Συμπερίληψη"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Χρήση μόνο τροφοδοσίας χαρτιού από τις προτιμήσεις του εκτυπωτή"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Σελίδες:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Διαφάνειες:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "Το %PRODUCTNAME Impress έψαξε ως το τέλος της παρουσίασης. Θέλετε να συνεχιστεί η αναζήτηση από την αρχή;"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "Το %PRODUCTNAME Impress έψαξε ως την αρχή της παρουσίασης. Θέλετε να συνεχιστεί η αναζήτηση από το τέλος;"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "Το %PRODUCTNAME Draw έψαξε ως το τέλος του εγγράφου. Θέλετε να συνεχιστεί η αναζήτηση από την αρχή;"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "Το %PRODUCTNAME Draw έψαξε ως την αρχή του εγγράφου. Θέλετε να συνεχιστεί η αναζήτηση από το τέλος;"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Κίνηση"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Σύνδεσμος"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Επόμενο"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Προηγούμενο"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Πρώτη διαφάνεια"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Τελευταία διαφάνεια"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Κλείσιμο παραθύρου"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Προσθήκη νέου σχεδίου"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -6763,13 +6799,13 @@ msgstr "Όλα τα σχήματα"
#: sd/uiconfig/simpress/ui/navigatorpanel.ui:303
msgctxt "navigatorpanel|STR_NAVIGATOR_FRONT_TO_BACK"
msgid "Front to back"
-msgstr ""
+msgstr "Από μπροστά προς τα πίσω"
#. 4e3oj
#: sd/uiconfig/simpress/ui/navigatorpanel.ui:313
msgctxt "navigatorpanel|STR_NAVIGATOR_BACK_TO_FRONT"
msgid "Back to front"
-msgstr ""
+msgstr "Από πίσω προς τα μπροστά"
#. qGFEo
#: sd/uiconfig/simpress/ui/notebookbar.ui:3189
@@ -8018,7 +8054,7 @@ msgstr "Καθορίζει τη μονάδα μέτρησης για παρου
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:327
msgctxt "optimpressgeneralpage|tabstoplabel"
msgid "Ta_b stops:"
-msgstr ""
+msgstr "Στάσεις _στηλοθέτη:"
#. WQBqF
#: sd/uiconfig/simpress/ui/optimpressgeneralpage.ui:350
@@ -8684,7 +8720,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/presentationdialog.ui:674
msgctxt "presentationdialog|extended_tip|shownavigationbutton"
msgid "Test scroll"
-msgstr ""
+msgstr "Δοκιμή κύλισης"
#. zdH6V
#: sd/uiconfig/simpress/ui/presentationdialog.ui:692
diff --git a/source/el/svtools/messages.po b/source/el/svtools/messages.po
index 8a304cd11f1..30635e02766 100644
--- a/source/el/svtools/messages.po
+++ b/source/el/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-15 12:33+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/el/>\n"
"Language: el\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Κύλιση στο τελευταίο φύλλο"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Προσθήκη φύλλου"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
@@ -5046,7 +5046,7 @@ msgstr "Ροχίνγκια Χανίφι"
#: svtools/inc/langtab.hrc:445
msgctxt "STR_ARR_SVT_LANGUAGE_TABLE"
msgid "Morisyen"
-msgstr ""
+msgstr "Μορισιέν"
#. fXSja
#: svtools/uiconfig/ui/addresstemplatedialog.ui:8
diff --git a/source/el/svx/messages.po b/source/el/svx/messages.po
index 0457eb11933..d1d36d70266 100644
--- a/source/el/svx/messages.po
+++ b/source/el/svx/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-03-30 21:33+0000\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/el/>\n"
"Language: el\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.15.2\n"
"X-POOTLE-MTIME: 1559713756.000000\n"
#. 3GkZj
@@ -2063,61 +2063,61 @@ msgstr "Προοπτική σκιάς"
#: include/svx/strings.hrc:368
msgctxt "SIP_SA_CAPTIONTYPE"
msgid "Type of legend"
-msgstr "Τύπος υπομνήματος"
+msgstr "Τύπος λεζάντας"
#. GAtWb
#: include/svx/strings.hrc:369
msgctxt "SIP_SA_CAPTIONFIXEDANGLE"
msgid "Fixed legend angle"
-msgstr "Σταθερή γωνία υπομνήματος"
+msgstr "Σταθερή γωνία λεζάντας"
#. SgHKq
#: include/svx/strings.hrc:370
msgctxt "SIP_SA_CAPTIONANGLE"
msgid "Legend angle"
-msgstr "Γωνία υπομνήματος"
+msgstr "Γωνία λεζάντας"
#. gwcQp
#: include/svx/strings.hrc:371
msgctxt "SIP_SA_CAPTIONGAP"
msgid "Legend lines spacing"
-msgstr "Απόσταση γραμμών υπομνήματος"
+msgstr "Απόσταση γραμμών λεζάντας"
#. 6uEae
#: include/svx/strings.hrc:372
msgctxt "SIP_SA_CAPTIONESCDIR"
msgid "Legend exit alignment"
-msgstr "Κατεύθυνση εξόδου υπομνήματος"
+msgstr "Κατεύθυνση εξόδου λεζάντας"
#. TXjGv
#: include/svx/strings.hrc:373
msgctxt "SIP_SA_CAPTIONESCISREL"
msgid "Relative exit legend"
-msgstr "Σχετική έξοδος υπομνήματος"
+msgstr "Σχετική έξοδος λεζάντας"
#. Z5bQB
#: include/svx/strings.hrc:374
msgctxt "SIP_SA_CAPTIONESCREL"
msgid "Relative exit legend"
-msgstr "Σχετική έξοδος υπομνήματος"
+msgstr "Σχετική έξοδος λεζάντας"
#. 4TmFK
#: include/svx/strings.hrc:375
msgctxt "SIP_SA_CAPTIONESCABS"
msgid "Absolute exit of legend"
-msgstr "Απόλυτη έξοδος υπομνήματος"
+msgstr "Απόλυτη έξοδος λεζάντας"
#. V9TG8
#: include/svx/strings.hrc:376
msgctxt "SIP_SA_CAPTIONLINELEN"
msgid "Legend line length"
-msgstr "Μήκος γραμμής υπομνήματος"
+msgstr "Μήκος γραμμής λεζάντας"
#. haQgi
#: include/svx/strings.hrc:377
msgctxt "SIP_SA_CAPTIONFITLINELEN"
msgid "AutoLength of legend lines"
-msgstr "Αυτόματο μήκος γραμμών υπομνήματος"
+msgstr "Αυτόματο μήκος γραμμών λεζάντας"
#. 8sDXi
#: include/svx/strings.hrc:378
@@ -6170,7 +6170,7 @@ msgstr "Τεχνοτροπία περιγράμματος"
#: include/svx/strings.hrc:1110
msgctxt "RID_SVXSTR_CUSTOMIZE"
msgid "Customize..."
-msgstr ""
+msgstr "Προσαρμογή…"
#. uDT6G
#: include/svx/strings.hrc:1111
@@ -7397,7 +7397,7 @@ msgstr "Προσαρμογή ολίσθησης στο τρέχον παράθυ
#: include/svx/strings.hrc:1327
msgctxt "RID_SVXSTR_FIT_PAGE"
msgid "Fit page to current window."
-msgstr ""
+msgstr "Προσαρμογή της σελίδας στο τρέχον παράθυρο."
#. Fpkx2
#: include/svx/strings.hrc:1328
@@ -7735,37 +7735,37 @@ msgstr "Πεζοί ρωμαϊκοί αριθμοί i. ii. iii."
#: include/svx/strings.hrc:1392
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_0"
msgid "Uppercase Roman, uppercase letters, numeric, lowercase letters, lowercase Roman, solid small circular bullet"
-msgstr ""
+msgstr "Κεφάλαια ρωμαϊκά, κεφαλαία γράμματα, αριθμητικά, πεζά γράμματα, πεζά ρωμαϊκά, συμπαγής μικρή κυκλική κουκκίδα"
#. DbqB2
#: include/svx/strings.hrc:1393
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_1"
msgid "Uppercase letters, numeric, lowercase letters, numeric, solid small circular bullet"
-msgstr ""
+msgstr "Κεφαλαία γράμματα, αριθμητικά, πεζά γράμματα, αριθμητικά, συμπαγής μικρή κυκλική κουκκίδα"
#. FTvR2
#: include/svx/strings.hrc:1394
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_2"
msgid "Numeric"
-msgstr ""
+msgstr "Αριθμητικό"
#. EiF5E
#: include/svx/strings.hrc:1395
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_3"
msgid "Numeric, numeric, lowercase letters, solid small circular bullet"
-msgstr ""
+msgstr "Αριθμητικά, αριθμητικά, πεζά γράμματα, συμπαγής μικρή κυκλική κουκκίδα"
#. DZGS4
#: include/svx/strings.hrc:1396
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_4"
msgid "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet"
-msgstr ""
+msgstr "Κεφαλαία γράμματα, κεφαλαία ρωμαϊκά, πεζά γράμματα, πεζά ρωμαϊκά, συμπαγής μικρή κυκλική κουκκίδα"
#. upcZy
#: include/svx/strings.hrc:1397
msgctxt "RID_SVXSTR_OUTLINENUM_DESCRIPTION_5"
msgid "Numeric, lowercase letters, numeric, uppercase letters, solid small circular bullet"
-msgstr ""
+msgstr "Αριθμητικά, πεζά γράμματα, αριθμητικά, κεφαλαία γράμματα, συμπαγής μικρή κυκλική κουκκίδα"
#. TV9Mc
#: include/svx/strings.hrc:1398
@@ -11421,28 +11421,28 @@ msgstr "а, б, .., аа, бб, ... (Σερβικά)"
#: svx/inc/numberingtype.hrc:59
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Аб, ... (Ukrainian)"
-msgstr ""
+msgstr "А, Б, .., Аа, Аб, ... (Ουκρανικά)"
#. 82HYD
#. CHARS_CYRILLIC_LOWER_LETTER_UK
#: svx/inc/numberingtype.hrc:60
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, аб, ... (Ukrainian)"
-msgstr ""
+msgstr "а, б, .., аа, аб, ... (Ουκρανικά)"
#. YTqdJ
#. CHARS_CYRILLIC_UPPER_LETTER_N_UK
#: svx/inc/numberingtype.hrc:61
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "А, Б, .., Аа, Бб, ... (Ukrainian)"
-msgstr ""
+msgstr "А, Б, .., Аа, Бб, ... (Ουκρανικά)"
#. 2e5Rp
#. CHARS_CYRILLIC_LOWER_LETTER_N_UK
#: svx/inc/numberingtype.hrc:62
msgctxt "RID_SVXSTRARY_NUMBERINGTYPE"
msgid "а, б, .., аа, бб, ... (Ukrainian)"
-msgstr ""
+msgstr "а, б, .., аа, бб, ... (Ουκρανικά)"
#. SDSQ6
#. CHARS_GREEK_UPPER_LETTER
@@ -13094,7 +13094,7 @@ msgstr "Θέση εγγράφου"
#: svx/uiconfig/ui/accessibilitycheckentry.ui:33
msgctxt "accessibilitycheckentry|accessibilityCheckEntryGotoButton"
msgid "Go to"
-msgstr ""
+msgstr "Μετάβαση σε"
#. 4DiGj
#: svx/uiconfig/ui/accessibilitycheckentry.ui:46
@@ -14390,7 +14390,7 @@ msgstr ""
#: svx/uiconfig/ui/crashreportdlg.ui:122
msgctxt "crashreportdlg|ed_post"
msgid "The crash report was successfully uploaded. You can soon find the report at:"
-msgstr ""
+msgstr "Η αναφορά κατάρρευσης ανέβηκε με επιτυχία. Μπορείτε να βρείτε σύντομα την αναφορά στη διεύθυνση:"
#. zZsER
#: svx/uiconfig/ui/crashreportdlg.ui:146
@@ -14402,6 +14402,11 @@ msgid ""
"\n"
"Thank you for your help in improving %PRODUCTNAME."
msgstr ""
+"Ελέγξτε την αναφορά και εάν δεν έχει συνδεθεί ακόμα η αναφορά σφαλμάτων με την αναφορά κατάρρευσης, ανοίξτε μια νέα αναφορά σφαλμάτων στη διεύθυνση bugs.documentfoundation.org.\n"
+"\n"
+"Προσθέστε λεπτομερείς οδηγίες σχετικά με τον τρόπο αναπαραγωγής της κατάρρευσης και του εμφανιζόμενου αναγνωριστικού κατάρρευσης στο πεδίο αναφοράς κατάρρευσης.\n"
+"\n"
+"Σας ευχαριστούμε για τη βοήθειά σας στη βελτίωση του %PRODUCTNAME."
#. RksP8
#: svx/uiconfig/ui/crashreportdlg.ui:163
@@ -19301,13 +19306,13 @@ msgstr "Ελλειψοειδής"
#: svx/uiconfig/ui/sidebararea.ui:139
msgctxt "sidebararea|gradientstyle"
msgid "Square (Quadratic)"
-msgstr ""
+msgstr "Τετραγωνικός (Δευτεροβάθμιος)"
#. Pyqkt
#: svx/uiconfig/ui/sidebararea.ui:140
msgctxt "sidebararea|gradientstyle"
msgid "Rectangular"
-msgstr ""
+msgstr "Ορθογώνιος"
#. zAPDV
#: svx/uiconfig/ui/sidebararea.ui:144
@@ -20310,91 +20315,91 @@ msgstr "_Περισσότερες επιλογές..."
#: svx/uiconfig/ui/themecoloreditdialog.ui:12
msgctxt "themedialog|Title"
msgid "Theme Color Edit"
-msgstr ""
+msgstr "Επεξεργασία χρώματος θέματος"
#. ZBvTV
#: svx/uiconfig/ui/themecoloreditdialog.ui:109
msgctxt "themecoloreditdialog|labelThemeColorsName"
msgid "Name:"
-msgstr ""
+msgstr "Όνομα:"
#. bpeMo
#: svx/uiconfig/ui/themecoloreditdialog.ui:208
msgctxt "themecoloreditdialog|labelDark"
msgid "Dark 1:"
-msgstr ""
+msgstr "Σκούρο 1:"
#. JrFtB
#: svx/uiconfig/ui/themecoloreditdialog.ui:225
msgctxt "themecoloreditdialog|labelLight1"
msgid "Light1:"
-msgstr ""
+msgstr "Φωτεινό1:"
#. FGBH2
#: svx/uiconfig/ui/themecoloreditdialog.ui:242
msgctxt "themecoloreditdialog|labelDark2"
msgid "Dark 2:"
-msgstr ""
+msgstr "Σκούρο 2:"
#. QW9Cr
#: svx/uiconfig/ui/themecoloreditdialog.ui:259
msgctxt "themecoloreditdialog|labelLight2"
msgid "Light2:"
-msgstr ""
+msgstr "Φωτεινό2:"
#. wgZiU
#: svx/uiconfig/ui/themecoloreditdialog.ui:295
msgctxt "themecoloreditdialog|labelAccent1"
msgid "Accent 1:"
-msgstr ""
+msgstr "Τονισμός 1:"
#. yKnVi
#: svx/uiconfig/ui/themecoloreditdialog.ui:312
msgctxt "themecoloreditdialog|labelAccent2"
msgid "Accent 2:"
-msgstr ""
+msgstr "Τονισμός 2:"
#. x4B79
#: svx/uiconfig/ui/themecoloreditdialog.ui:367
msgctxt "themecoloreditdialog|labelAccent3"
msgid "Accent 3:"
-msgstr ""
+msgstr "Τονισμός 3:"
#. tFUrg
#: svx/uiconfig/ui/themecoloreditdialog.ui:384
msgctxt "themecoloreditdialog|labelAccent4"
msgid "Accent 4:"
-msgstr ""
+msgstr "Τονισμός 4:"
#. uENPG
#: svx/uiconfig/ui/themecoloreditdialog.ui:401
msgctxt "themecoloreditdialog|labelAccent5"
msgid "Accent 5:"
-msgstr ""
+msgstr "Τονισμός 5:"
#. sVGF5
#: svx/uiconfig/ui/themecoloreditdialog.ui:418
msgctxt "themecoloreditdialog|labelAccent6"
msgid "Accent 6:"
-msgstr ""
+msgstr "Τονισμός 6:"
#. uAS9N
#: svx/uiconfig/ui/themecoloreditdialog.ui:511
msgctxt "themecoloreditdialog|labelHyperlink"
msgid "Hyperlink:"
-msgstr ""
+msgstr "Υπερσύνδεσμος:"
#. etJMu
#: svx/uiconfig/ui/themecoloreditdialog.ui:528
msgctxt "themecoloreditdialog|labelFollowHyperlink"
msgid "Follow Hyperlink:"
-msgstr ""
+msgstr "Παρακολούθηση υπερσυνδέσμου:"
#. sShYV
#: svx/uiconfig/ui/themecoloreditdialog.ui:583
msgctxt "themecoloreditdialog|frameLabel"
msgid "Colors"
-msgstr ""
+msgstr "Χρώματα"
#. wGBX2
#: svx/uiconfig/ui/themedialog.ui:10
@@ -20406,7 +20411,7 @@ msgstr "Θέμα"
#: svx/uiconfig/ui/themedialog.ui:131
msgctxt "hatchpage|extended_tip|add"
msgid "Adds a custom hatching pattern to the current list. Specify the properties of your hatching pattern, and then click this button."
-msgstr ""
+msgstr "Προσθέτει ένα προσαρμοσμένο μοτίβο γραμμοσκίασης στον τρέχοντα κατάλογο. Καθορίστε τις ιδιότητες του μοτίβου γραμμοσκίασης και, στη συνέχεια, πατήστε αυτό το πλήκτρο."
#. QWLND
#: svx/uiconfig/ui/xformspage.ui:35
diff --git a/source/el/sw/messages.po b/source/el/sw/messages.po
index 9df863ab9f0..609b86ee625 100644
--- a/source/el/sw/messages.po
+++ b/source/el/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/el/>\n"
"Language: el\n"
@@ -74,7 +74,7 @@ msgstr "Να Αποφεύγονται οι προσομοιωμένες υποσ
#: sw/inc/AccessibilityCheckStrings.hrc:25
msgctxt "STR_AVOID_FAKE_CAPTIONS"
msgid "Avoid simulated captions."
-msgstr "Να αποφεύγονται τα προσημειωμένα υπομνήματα."
+msgstr "Να αποφεύγονται οι προσημειωμένες λεζάντες."
#. sg2MT
#: sw/inc/AccessibilityCheckStrings.hrc:26
@@ -727,13 +727,13 @@ msgstr "Αριθμημένες παράγραφοι"
#: sw/inc/inspectorproperties.hrc:31
msgctxt "RID_CHAR_DIRECTFORMAT"
msgid "Character Direct Formatting"
-msgstr "Χαρακτήρας άμεσης μορφοποίησης"
+msgstr "Άμεση μορφοποίηση χαρακτήρων"
#. fYAUc
#: sw/inc/inspectorproperties.hrc:32
msgctxt "RID_PARA_DIRECTFORMAT"
msgid "Paragraph Direct Formatting"
-msgstr "Παράγραφος άμεσης μορφοποίησης"
+msgstr "Άμεση μορφοποίηση παραγράφου"
#. YUbUQ
#. Format names
@@ -2418,7 +2418,7 @@ msgstr "Αριθμός σελίδας"
#: sw/inc/strings.hrc:41
msgctxt "STR_POOLCHR_LABEL"
msgid "Caption Characters"
-msgstr "Χαρακτήρες υπομνήματος"
+msgstr "Χαρακτήρες λεζάντας"
#. x6CVW
#: sw/inc/strings.hrc:42
@@ -2613,7 +2613,7 @@ msgstr "Προεπιλεγμένη τεχνοτροπία παραγράφου"
#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_TEXT"
msgid "Body Text"
-msgstr ""
+msgstr "Σώμα κειμένου"
#. BthAg
#: sw/inc/strings.hrc:77
@@ -2631,7 +2631,7 @@ msgstr "Προεξοχή"
#: sw/inc/strings.hrc:79
msgctxt "STR_POOLCOLL_TEXT_MOVE"
msgid "Body Text, Indented"
-msgstr ""
+msgstr "Σώμα κειμένου, με εσοχή"
#. DDwDx
#: sw/inc/strings.hrc:80
@@ -3051,7 +3051,7 @@ msgstr "Σημείωση τέλους"
#: sw/inc/strings.hrc:149
msgctxt "STR_POOLCOLL_LABEL"
msgid "Caption"
-msgstr "Υπόμνημα"
+msgstr "Λεζάντα"
#. GPK5J
#: sw/inc/strings.hrc:150
@@ -3334,7 +3334,7 @@ msgstr "Παράρτημα"
#: sw/inc/strings.hrc:197
msgctxt "STR_POOLCOLL_HTML_BLOCKQUOTE"
msgid "Block Quotation"
-msgstr ""
+msgstr "Παραπομπή μπλοκ"
#. FPDvM
#: sw/inc/strings.hrc:198
@@ -3477,21 +3477,21 @@ msgstr "Κουκκίδα –"
#: sw/inc/strings.hrc:225
msgctxt "STR_POOLNUMRULE_BUL3"
msgid "Bullet ☑"
-msgstr ""
+msgstr "Κουκκίδα ☑"
#. ETFA8
#. Bullet \u27A2
#: sw/inc/strings.hrc:227
msgctxt "STR_POOLNUMRULE_BUL4"
msgid "Bullet ➢"
-msgstr ""
+msgstr "Κουκκίδα ➢"
#. LBMJJ
#. Bullet \u2717
#: sw/inc/strings.hrc:229
msgctxt "STR_POOLNUMRULE_BUL5"
msgid "Bullet ✗"
-msgstr ""
+msgstr "Κουκκίδα ✗"
#. J7DDZ
#: sw/inc/strings.hrc:230
@@ -4705,31 +4705,31 @@ msgstr "Ενημέρωση σελιδοδεικτών"
#: sw/inc/strings.hrc:444
msgctxt "STR_UPDATE_FIELD"
msgid "Update field: $1"
-msgstr ""
+msgstr "Πεδίο ενημέρωσης: $1"
#. GzFSP
#: sw/inc/strings.hrc:445
msgctxt "STR_UPDATE_FIELDS"
msgid "Update fields"
-msgstr ""
+msgstr "Ενημέρωση πεδίων"
#. HACdT
#: sw/inc/strings.hrc:446
msgctxt "STR_DELETE_FIELDS"
msgid "Delete fields"
-msgstr ""
+msgstr "Διαγραφή πεδίων"
#. gEXeo
#: sw/inc/strings.hrc:447
msgctxt "STR_UPDATE_SECTIONS"
msgid "Update sections"
-msgstr ""
+msgstr "Ενημέρωση ενοτήτων"
#. ZdcaY
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Διαγραφή ενοτήτων"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -4951,7 +4951,7 @@ msgstr "Μείωση εσοχής"
#: sw/inc/strings.hrc:485
msgctxt "STR_INSERTLABEL"
msgid "Insert caption: $1"
-msgstr "Εισαγωγή τίτλου: $1"
+msgstr "Εισαγωγή λεζάντας: $1"
#. GGFM8
#: sw/inc/strings.hrc:486
@@ -5660,7 +5660,7 @@ msgstr "Εισαγωγή αριθμού σελίδας"
#: sw/inc/strings.hrc:603
msgctxt "STR_UNDO_CHANGE_THEME_COLORS"
msgid "Change document theme color"
-msgstr ""
+msgstr "Αλλαγή χρώματος θέματος εγγράφου"
#. 2zJmG
#: sw/inc/strings.hrc:605
@@ -6922,7 +6922,7 @@ msgstr "Τοπικό αντίγραφο"
#: sw/inc/strings.hrc:828
msgctxt "STR_AUTH_FIELD_TARGET_TYPE"
msgid "Mark link target"
-msgstr ""
+msgstr "Επισήμανση στόχου συνδέσμου"
#. GnKHG
#: sw/inc/strings.hrc:829
@@ -8089,13 +8089,13 @@ msgstr "Κατηγορία και αριθμός"
#: sw/inc/strings.hrc:1066
msgctxt "FMT_REF_ONLYCAPTION"
msgid "Caption Text"
-msgstr "Κείμενο υπομνήματος"
+msgstr "Κείμενο λεζάντας"
#. Xbm7G
#: sw/inc/strings.hrc:1067
msgctxt "FMT_REF_ONLYSEQNO"
msgid "Number"
-msgstr ""
+msgstr "Αριθμός"
#. QBGit
#: sw/inc/strings.hrc:1068
@@ -9241,13 +9241,13 @@ msgstr "Διαγράφηκε γραμμή"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Έγινε εισαγωγή στήλης"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Η στήλη διαγράφηκε"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -10226,7 +10226,7 @@ msgstr "Επιλέξτε μια ημερομηνία"
#: sw/inc/strings.hrc:1470
msgctxt "insertcaption|extended_tip|auto"
msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
-msgstr "Ανοίγει το διάλογο τίτλου. Έχει τις ίδιες πληροφορίες όπως ο διάλογος που παίρνετε από το μενού %PRODUCTNAME Writer - Αυτόματο υπόμνημα στο πλαίσιο διαλόγου επιλογών."
+msgstr "Ανοίγει τον διάλογο λεζάντας. Έχει τις ίδιες πληροφορίες όπως ο διάλογος που παίρνετε από το μενού %PRODUCTNAME Writer - Αυτόματη λεζάντα στο πλαίσιο διαλόγου επιλογών."
#. LGFZa
#: sw/inc/strings.hrc:1472
@@ -10250,19 +10250,19 @@ msgstr "Για να διαγράψετε αυτό το περιεχόμενο,
#: sw/inc/strings.hrc:1477
msgctxt "STR_PARAGRAPH_DIRECT_FORMATTING"
msgid "Paragraph Direct Formatting"
-msgstr ""
+msgstr "Άμεση μορφοποίηση παραγράφου"
#. 5FKBR
#: sw/inc/strings.hrc:1478
msgctxt "STR_CHARACTER_DIRECT_FORMATTING"
msgid "Character Direct Formatting"
-msgstr ""
+msgstr "Άμεση μορφοποίηση χαρακτήρων"
#. qc9xU
#: sw/inc/strings.hrc:1479
msgctxt "STR_CHARACTER_DIRECT_FORMATTING_TAG"
msgid "df"
-msgstr ""
+msgstr "df (άμεση μορφοποίηση)"
#. YiRsr
#: sw/inc/utlui.hrc:29
@@ -10400,7 +10400,7 @@ msgstr "Μεταγράφει ουγγρικό κείμενο RTL σε παλιά
#: sw/inc/utlui.hrc:52
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "DOI citation recognition"
-msgstr ""
+msgstr "Αναγνώριση παραπομπών DOI"
#. MEgcB
#: sw/uiconfig/swriter/ui/abstractdialog.ui:22
@@ -11450,25 +11450,25 @@ msgstr "Σελίδα"
#: sw/uiconfig/swriter/ui/bibliofragment.ui:157
msgctxt "bibliofragment|targettype0"
msgid "Open Display URL"
-msgstr ""
+msgstr "Άνοιγμα URL προβολής"
#. YUAGE
#: sw/uiconfig/swriter/ui/bibliofragment.ui:158
msgctxt "bibliofragment|targettype1"
msgid "Open Target URL"
-msgstr ""
+msgstr "Άνοιγμα URL προορισμού"
#. zyLPQ
#: sw/uiconfig/swriter/ui/bibliofragment.ui:159
msgctxt "bibliofragment|targettype2"
msgid "None"
-msgstr ""
+msgstr "Κανένα"
#. cbQHF
#: sw/uiconfig/swriter/ui/bibliofragment.ui:160
msgctxt "bibliofragment|targettype3"
msgid "Jump to Bibliography Table Row"
-msgstr ""
+msgstr "Μετάβαση στη σειρά του πίνακα βιβλιογραφίας"
#. bBcSd
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:8
@@ -11936,19 +11936,19 @@ msgstr "Οι προκαθορισμένες ετικέτες δεν μπορού
#: sw/uiconfig/swriter/ui/captiondialog.ui:8
msgctxt "captiondialog|CaptionDialog"
msgid "Caption"
-msgstr "Τίτλος"
+msgstr "Λεζάντα"
#. Dn8bA
#: sw/uiconfig/swriter/ui/captionoptions.ui:8
msgctxt "captionoptions|CaptionOptionsDialog"
msgid "Caption Options"
-msgstr "Επιλογές τίτλου"
+msgstr "Επιλογές λεζάντας"
#. 3aLfJ
#: sw/uiconfig/swriter/ui/captionoptions.ui:104
msgctxt "captionoptions|label7"
msgid "Caption order:"
-msgstr "Σειρά τίτλων:"
+msgstr "Σειρά λεζάντας:"
#. CKCuY
#: sw/uiconfig/swriter/ui/captionoptions.ui:120
@@ -11960,13 +11960,13 @@ msgstr "Κατηγορία πρώτη"
#: sw/uiconfig/swriter/ui/captionoptions.ui:121
msgctxt "captionoptions|liststore1"
msgid "Numbering first"
-msgstr "Αρίθμηση πρώτη"
+msgstr "Πρώτα η αρίθμηση"
#. ougFj
#: sw/uiconfig/swriter/ui/captionoptions.ui:125
msgctxt "captionoptions|extended_tip|caption_order"
msgid "Place the caption number before or after the caption category."
-msgstr "Τοποθετήστε τον αριθμό υπομνήματος πριν ή μετά την κατηγορία υπομνήματος."
+msgstr "Τοποθετήστε τον αριθμό λεζάντας πριν ή μετά την κατηγορία λεζάντας."
#. dCyRP
#: sw/uiconfig/swriter/ui/captionoptions.ui:138
@@ -11978,13 +11978,13 @@ msgstr "Τεχνοτροπία χαρακτήρα:"
#: sw/uiconfig/swriter/ui/captionoptions.ui:154
msgctxt "captionoptions|extended_tip|style"
msgid "Specifies the character style for the caption category and caption number."
-msgstr "Καθορίζει την τεχνοτροπία χαρακτήρων για την κατηγορία και τον αριθμό υπομνήματος."
+msgstr "Καθορίζει την τεχνοτροπία χαρακτήρων για την κατηγορία και τον αριθμό λεζάντας."
#. ptDQF
#: sw/uiconfig/swriter/ui/captionoptions.ui:169
msgctxt "captionoptions|label3"
msgid "Category and Caption Number"
-msgstr "Κατηγορία και αριθμός υπομνήματος"
+msgstr "Κατηγορία και αριθμός λεζάντας"
#. snW6e
#: sw/uiconfig/swriter/ui/captionoptions.ui:201
@@ -11996,7 +11996,7 @@ msgstr "_Χρήση περιγράμματος και σκιάς του επιλ
#: sw/uiconfig/swriter/ui/captionoptions.ui:210
msgctxt "captionoptions|extended_tip|border_and_shadow"
msgid "Applies the border and shadow of the object to the caption frame."
-msgstr "Εφαρμόζει το περίγραμμα και την σκίαση του αντικειμένου στο πλαίσιο του υπομνήματος."
+msgstr "Εφαρμόζει το περίγραμμα και την σκίαση του αντικειμένου στο πλαίσιο της λεζάντας."
#. nb3uH
#: sw/uiconfig/swriter/ui/captionoptions.ui:226
@@ -12020,13 +12020,13 @@ msgstr "Προσθέστε τον αριθμό επικεφαλίδας της
#: sw/uiconfig/swriter/ui/captionoptions.ui:277
msgctxt "captionoptions|tooltip_text|separator"
msgid "Enter the character to display between the heading number and the caption number."
-msgstr "Εισαγάγετε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού του υπομνήματος."
+msgstr "Εισαγάγετε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού της λεζάντας."
#. njhts
#: sw/uiconfig/swriter/ui/captionoptions.ui:283
msgctxt "captionoptions|extended_tip|separator"
msgid "Enter the character to display between the heading number and the caption number."
-msgstr "Εισαγάγετε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού του υπομνήματος."
+msgstr "Εισαγάγετε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού της λεζάντας."
#. Z3jCu
#: sw/uiconfig/swriter/ui/captionoptions.ui:296
@@ -12044,7 +12044,7 @@ msgstr "_Διαχωριστικό:"
#: sw/uiconfig/swriter/ui/captionoptions.ui:326
msgctxt "captionoptions|label1"
msgid "Heading Number Before Caption Number"
-msgstr "Αριθμός επικεφαλίδας πριν από τον αριθμό υπομνήματος"
+msgstr "Αριθμός επικεφαλίδας πριν από τον αριθμό λεζάντας"
#. GHBU2
#: sw/uiconfig/swriter/ui/cardmediumpage.ui:59
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Εισαγωγή καταχώρισης ευρετηρίου"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Διαγράφει την επιλεγμένη καταχώριση από το ευρετήριο. Το κείμενο καταχώρισης στο έγγραφο δεν διαγράφεται."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Εισαγωγή"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Ευρετήριο:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Επιλέξτε το ευρετήριο στο οποίο θέλετε να προσθέσετε την καταχώρηση."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Δημιουργία προσαρμοσμένου ευρετηρίου"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Καταχώρηση:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Εμφανίζει το κείμενο που έχει επιλεγεί στο έγγραφο. Εάν θέλετε, μπορείτε να εισαγάγετε μια διαφορετική λέξη για την καταχώρηση ευρετηρίου. Το επιλεγμένο κείμενο στο έγγραφο δεν αλλάζει."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Ενημέρωση καταχώρισης από την επιλογή"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
-msgstr ""
+msgstr "Φωνητική ανάγνωση:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Εισαγάγετε τη φωνητική ανάγνωση για την αντίστοιχη καταχώρηση. Για παράδειγμα, εάν μια ιαπωνική λέξη Kanji έχει περισσότερες από μία προφορά, εισαγάγετε τη σωστή προφορά ως λέξη Katakana. Στη συνέχεια, η λέξη Kanji ταξινομείται σύμφωνα με την καταχώρηση φωνητικής ανάγνωσης."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
-msgstr ""
+msgstr "Φωνητική ανάγνωση:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Εισαγάγετε τη φωνητική ανάγνωση για την αντίστοιχη καταχώρηση."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
-msgstr ""
+msgstr "Φωνητική ανάγνωση:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Εισαγάγετε τη φωνητική ανάγνωση για την αντίστοιχη καταχώρηση."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1ο κλειδί:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
-msgstr ""
+msgstr "Κάνει την τρέχουσα επιλογή υποκαταχώρηση της λέξης που εισάγετε εδώ. Για παράδειγμα, εάν επιλέξετε \"κρύο\" και πληκτρολογήσετε \"καιρός\" ως το 1ο κλειδί, η καταχώριση ευρετηρίου θα είναι \"καιρός, κρύο\"."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2ο κλειδί:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
-msgstr ""
+msgstr "Κάνει την τρέχουσα επιλογή υποκατηγορία του 1ου κλειδιού. Για παράδειγμα, εάν επιλέξετε \"κρύο\" και εισαγάγετε \"καιρός\" ως 1ο κλειδί και \"χειμώνας\" ως 2ο κλειδί, η καταχώριση ευρετηρίου θα είναι \"καιρός, χειμώνας, κρύο\"."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Επίπεδο ευρετηρίου:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Εισαγάγετε το επίπεδο ευρετηρίου για την καταχώρηση, το οποίο καθορίζει την εμφάνιση της καταχώρησης στο ευρετήριο που δημιουργείται."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Εισαγάγετε το επίπεδο ευρετηρίου για την καταχώρηση. Το επίπεδο ευρετηρίου καθορίζει την εμφάνιση της καταχώρησης, σύμφωνα με τις ρυθμίσεις για αυτό το επίπεδο στην καρτέλα \"Εισαγωγές\" και στην καρτέλα \"Τεχνοτροπία\" στο παράθυρο διαλόγου \"Πίνακας περιεχομένων, ευρετήριο ή βιβλιογραφία\". Με τις προεπιλεγμένες ρυθμίσεις, ένα υψηλότερο επίπεδο ευρετηρίου οδηγεί σε μεγαλύτερη εσοχή για την καταχώρηση στο ευρετήριο που δημιουργείται."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Κύρια καταχώριση"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Καθιστά το επιλεγμένο κείμενο την κύρια καταχώρηση σε ένα αλφαβητικό ευρετήριο."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Να εφαρμοστεί σε όλες τις άλλες εμφανίσεις"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
-msgstr ""
+msgstr "Προσθέστε μια καταχώρηση ευρετηρίου σε οποιεσδήποτε άλλες εμφανίσεις του κειμένου που έχει επιλεγεί στο \"Εισαγωγή\"."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
-msgstr ""
+msgstr "Προσθέστε μια καταχώρηση ευρετηρίου σε οποιεσδήποτε άλλες εμφανίσεις του κειμένου που έχει επιλεγεί στο \"Εισαγωγή\". Για μια τροποποιημένη καταχώρηση, η αντιστοίχιση διεξάγεται στην αρχική επιλογή, αλλά η τροποποιημένη καταχώρηση εισάγεται και θα εμφανιστεί στο ευρετήριο."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Μόνο ολόκληρες λέξεις"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Ταίριασμα πεζών/κεφαλαίων"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
-msgstr ""
+msgstr "Για την επιλεγμένη καταχώριση"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Επόμενη καταχώρηση (ίδιο όνομα)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Μεταβαίνει στην επόμενη καταχώρηση ευρετηρίου του ίδιου τύπου και με το ίδιο όνομα στο έγγραφο."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Προηγούμενη καταχώρηση (ίδιο όνομα)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Μεταβαίνει στην προηγούμενη καταχώρηση ευρετηρίου του ίδιου τύπου και με το ίδιο όνομα στο έγγραφο."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Προηγούμενη καταχώριση"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Μετακινείται στην προηγούμενη καταχώριση ευρετηρίου του ίδιου τύπου στο έγγραφο."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Επόμενη καταχώριση"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Μετακινείται στην επόμενη καταχώριση ευρετηρίου του ίδιου τύπου στο έγγραφο."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Επισημαίνει το επιλεγμένο κείμενο ως καταχώρηση ευρετηρίου ή πίνακα περιεχομένων. Επεξεργάζεται την επιλεγμένη καταχώρηση ευρετηρίου."
@@ -17845,7 +17851,7 @@ msgstr "Εισάγει μια χειροκίνητη αλλαγή γραμμής
#: sw/uiconfig/swriter/ui/insertcaption.ui:8
msgctxt "insertcaption|InsertCaptionDialog"
msgid "Insert Caption"
-msgstr "Εισαγωγή τίτλου"
+msgstr "Εισαγωγή λεζάντας"
#. 6ZfLA
#: sw/uiconfig/swriter/ui/insertcaption.ui:24
@@ -17863,7 +17869,7 @@ msgstr "Επιλογές..."
#: sw/uiconfig/swriter/ui/insertcaption.ui:131
msgctxt "insertcaption|label1"
msgid "Caption"
-msgstr "Τίτλος"
+msgstr "Λεζάντα"
#. 8q2o6
#: sw/uiconfig/swriter/ui/insertcaption.ui:166
@@ -17875,7 +17881,7 @@ msgstr "Αρίθμηση:"
#: sw/uiconfig/swriter/ui/insertcaption.ui:180
msgctxt "insertcaption|separator_label"
msgid "Before caption:"
-msgstr ""
+msgstr "Πριν τη λεζάντα:"
#. ofzxE
#: sw/uiconfig/swriter/ui/insertcaption.ui:194
@@ -17887,7 +17893,7 @@ msgstr "Θέση:"
#: sw/uiconfig/swriter/ui/insertcaption.ui:210
msgctxt "insertcaption|extended_tip|numbering"
msgid "Select the type of numbering that you want to use in the caption."
-msgstr "Επιλέξτε τον τύπο της αρίθμησης που θέλετε να χρησιμοποιήσετε στο υπόμνημα."
+msgstr "Επιλέξτε τον τύπο της αρίθμησης που θέλετε να χρησιμοποιήσετε στη λεζάντα."
#. JuwVi
#: sw/uiconfig/swriter/ui/insertcaption.ui:225
@@ -17899,19 +17905,19 @@ msgstr ": "
#: sw/uiconfig/swriter/ui/insertcaption.ui:227
msgctxt "insertcaption|separator_edit|tooltip_text"
msgid "Enter optional text characters to appear after the caption category and number and before the caption text."
-msgstr ""
+msgstr "Εισαγάγετε προαιρετικούς χαρακτήρες κειμένου για να εμφανίζονται μετά την κατηγορία και τον αριθμό της λεζάντας και πριν από το κείμενο της λεζάντας."
#. qJ9zt
#: sw/uiconfig/swriter/ui/insertcaption.ui:230
msgctxt "insertcaption|extended_tip|separator_edit"
msgid "Enter optional text characters to appear after the caption category and number and before the caption text. The optional text characters are not inserted if no caption text is given."
-msgstr ""
+msgstr "Εισαγάγετε προαιρετικούς χαρακτήρες κειμένου για να εμφανίζονται μετά την κατηγορία και τον αριθμό της λεζάντας και πριν από το κείμενο της λεζάντας. Οι προαιρετικοί χαρακτήρες κειμένου δεν εισάγονται εάν δεν δίνεται κείμενο λεζάντας."
#. GznFH
#: sw/uiconfig/swriter/ui/insertcaption.ui:244
msgctxt "insertcaption|num_separator"
msgid "After number:"
-msgstr ""
+msgstr "Μετά τον αριθμό:"
#. BaojC
#: sw/uiconfig/swriter/ui/insertcaption.ui:259
@@ -17923,19 +17929,19 @@ msgstr ". "
#: sw/uiconfig/swriter/ui/insertcaption.ui:261
msgctxt "insertcaption|num_separator_edit|tooltip_text"
msgid "When “Caption order” (in Options) is “Numbering first”, enter optional text to appear after caption number."
-msgstr ""
+msgstr "Όταν η \"Σειρά λεζάντας\" (στις Επιλογές) είναι \"Πρώτα αρίθμηση\", εισαγάγετε προαιρετικό κείμενο για να εμφανίζεται μετά τον αριθμό λεζάντας."
#. kobpC
#: sw/uiconfig/swriter/ui/insertcaption.ui:264
msgctxt "insertcaption|extended_tip|num_separator_edit"
msgid "Enter optional text to appear after the caption number. Only available when “Numbering first” is selected for “Caption order” in Options."
-msgstr ""
+msgstr "Εισαγάγετε προαιρετικό κείμενο που θα εμφανίζεται μετά τον αριθμό της λεζάντας. Διαθέσιμο μόνο όταν έχει επιλεγεί \"Πρώτα αρίθμηση\" για τη \"Σειρά λεζάντας\" στις Επιλογές."
#. DS3Qi
#: sw/uiconfig/swriter/ui/insertcaption.ui:280
msgctxt "insertcaption|extended_tip|position"
msgid "Adds the caption above or below the selected item. This option is only available for some objects."
-msgstr "Προσθέτει το υπόμνημα πάνω ή κάτω από το επιλεγμένο στοιχείο. Αυτή η επιλογή είναι διαθέσιμη μόνο για ορισμένα αντικείμενα."
+msgstr "Προσθέτει τη λεζάντα πάνω ή κάτω από το επιλεγμένο στοιχείο. Αυτή η επιλογή είναι διαθέσιμη μόνο για ορισμένα αντικείμενα."
#. QAJ9Q
#: sw/uiconfig/swriter/ui/insertcaption.ui:294
@@ -17947,7 +17953,7 @@ msgstr "Κατηγορία:"
#: sw/uiconfig/swriter/ui/insertcaption.ui:317
msgctxt "insertcaption|extended_tip|category"
msgid "Select the caption category, or type a name to create a new category. The category text appears before the caption number in the caption label. Each predefined caption category is formatted with a paragraph style of the same name."
-msgstr "Επιλέξτε την κατηγορία υπομνήματος, ή πληκτρολογήστε ένα όνομα για να δημιουργήσετε νέα κατηγορία. Το κείμενο της κατηγορίας εμφανίζεται πριν από τον αριθμό του υπομνήματος στην ετικέτα υπομνήματος. Κάθε προεπιλεγμένη κατηγορία υπομνήματος μορφοποιείται σύμφωνα με την τεχνοτροπία παραγράφου του ίδιου ονόματος."
+msgstr "Επιλέξτε την κατηγορία λεζάντας, ή πληκτρολογήστε ένα όνομα για να δημιουργήσετε νέα κατηγορία. Το κείμενο της κατηγορίας εμφανίζεται πριν από τον αριθμό της λεζάντας στην ετικέτα λεζάντας. Κάθε προεπιλεγμένη κατηγορία λεζάντας μορφοποιείται σύμφωνα με την τεχνοτροπία παραγράφου του ίδιου ονόματος."
#. rJDNR
#: sw/uiconfig/swriter/ui/insertcaption.ui:332
@@ -17965,7 +17971,7 @@ msgstr "Προεπισκόπηση"
#: sw/uiconfig/swriter/ui/insertcaption.ui:413
msgctxt "insertcaption|extended_tip|InsertCaptionDialog"
msgid "Adds a numbered caption to a selected image, table, chart, frame, or shape."
-msgstr "Προσθέτει ένα αριθμημένο υπόμνημα σε μια επιλεγμένη εικόνα, πίνακα, διάγραμμα, πλαίσιο, ή σχήμα."
+msgstr "Προσθέτει μία αριθμημένη λεζάντα σε μια επιλεγμένη εικόνα, πίνακα, διάγραμμα, πλαίσιο, ή σχήμα."
#. 5k8HB
#: sw/uiconfig/swriter/ui/insertcaption.ui:431
@@ -20233,7 +20239,7 @@ msgstr "Κείμενο OpenDocument"
#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:216
msgctxt "mmresultemaildialog|liststore1"
msgid "PDF Document"
-msgstr ""
+msgstr "Έγγραφο PDF"
#. LpGGz
#: sw/uiconfig/swriter/ui/mmresultemaildialog.ui:217
@@ -23210,13 +23216,13 @@ msgstr "Α_ρίθμηση:"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:88
msgctxt "optcaptionpage|numseparatorft"
msgid "After number:"
-msgstr ""
+msgstr "Μετά τον αριθμό:"
#. rDYMn
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:102
msgctxt "optcaptionpage|separatorft"
msgid "Before caption:"
-msgstr ""
+msgstr "Πριν τη λεζάντα:"
#. 9XdwG
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:116
@@ -23228,19 +23234,19 @@ msgstr "Θέση:"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:134
msgctxt "optcaptionpage|extended_tip|position"
msgid "Determines the position of the caption with respect to the object."
-msgstr "Καθορίζει τη θέση του υπομνήματος σε σχέση με το αντικείμενο."
+msgstr "Καθορίζει τη θέση της λεζάντας σε σχέση με το αντικείμενο."
#. wgXg3
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:147
msgctxt "optcaptionpage|tooltip_text|separator"
msgid "Enter optional text characters to appear after the caption category and number."
-msgstr "Εισαγάγετε προαιρετικούς χαρακτήρες κειμένου για να εμφανίζονται μετά την κατηγορία και τον αριθμό του υπομνήματος."
+msgstr "Εισαγάγετε προαιρετικούς χαρακτήρες κειμένου για να εμφανίζονται μετά την κατηγορία και τον αριθμό της λεζάντας."
#. 8zdFg
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:154
msgctxt "optcaptionpage|extended_tip|separator"
msgid "Enter optional characters to appear after the caption category and number, and before the caption contents."
-msgstr "Εισαγάγετε προαιρετικούς χαρακτήρες που θα εμφανίζονται μετά την κατηγορία και τον αριθμό των υπομνημάτων και πριν από τα περιεχόμενα του υπομνήματος."
+msgstr "Εισαγάγετε προαιρετικούς χαρακτήρες που θα εμφανίζονται μετά την κατηγορία και τον αριθμό των λεζαντών και πριν από τα περιεχόμενα της λεζάντας."
#. SxBrV
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:170
@@ -23252,13 +23258,13 @@ msgstr ". "
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:172
msgctxt "optcaptionpage|tooltip_text|numseparator"
msgid "For Numbering first option, define characters to display between caption number and caption category."
-msgstr ""
+msgstr "Για την πρώτη επιλογή Αρίθμησης, ορίστε χαρακτήρες που θα εμφανίζονται μεταξύ του αριθμού λεζάντας και της κατηγορίας λεζάντας."
#. DCBXg
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:175
msgctxt "optcaptionpage|extended_tip|numseparator"
msgid "For Numbering first option, defines the characters to be displayed between the caption number and the caption category."
-msgstr "Για την πρώτη επιλογή Αρίθμηση, ορίζει τους χαρακτήρες που θα εμφανίζονται μεταξύ του αριθμού υπομνήματος και της κατηγορίας υπομνήματος."
+msgstr "Για την πρώτη επιλογή Αρίθμηση, ορίζει τους χαρακτήρες που θα εμφανίζονται μεταξύ του αριθμού λεζάντας και της κατηγορίας λεζάντας."
#. UPQT3
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:192
@@ -23270,7 +23276,7 @@ msgstr "Καθορίζει τον τύπο της αρίθμησης που απ
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:215
msgctxt "optcaptionpage|extended_tip|comboboxtext-entry"
msgid "Choose the name for the caption of the object."
-msgstr "Επιλέξτε το όνομα για το υπόμνημα του αντικειμένου."
+msgstr "Επιλέξτε το όνομα για τη λεζάντα του αντικειμένου."
#. H5DQS
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:222
@@ -23282,7 +23288,7 @@ msgstr "Καθορίζει την κατηγορία του επιλεγμένο
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:237
msgctxt "optcaptionpage|label2"
msgid "Caption"
-msgstr "Τίτλος"
+msgstr "Λεζάντα"
#. Z9arb
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:270
@@ -23300,13 +23306,13 @@ msgstr "Διαχωριστικό:"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:298
msgctxt "captionoptions|tooltip_text|chapseparator"
msgid "Specify the character to display between the heading number and the caption number."
-msgstr "Καθορίστε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού του υπομνήματος."
+msgstr "Καθορίστε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού της λεζάντας."
#. AYmms
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:305
msgctxt "optcationpage|extended_tip|chapseparator"
msgid "Specify the character to display between the heading number and the caption number."
-msgstr "Καθορίστε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού του υπομνήματος."
+msgstr "Καθορίστε τον χαρακτήρα που θα εμφανίζεται μεταξύ του αριθμού επικεφαλίδας και του αριθμού της λεζάντας."
#. DyivF
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:318
@@ -23324,13 +23330,13 @@ msgstr "Κανένα"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:326
msgctxt "optcaptionpage|extended_tip|level"
msgid "The heading number of the first prior heading whose outline level is equal to or less than the selected outline level is displayed before the caption number. For example, select “2” to use the heading number of the first prior heading with outline level 1 or outline level 2. If [None] is selected, no heading number is displayed. Heading numbers must be enabled to use this option. Use “Tools - Heading Numbering.”"
-msgstr "Ο αριθμός επικεφαλίδας της πρώτης προηγούμενης επικεφαλίδας της οποίας το επίπεδο διάρθρωσης είναι ίσο ή μικρότερο από το επιλεγμένο επίπεδο διάρθρωσης εμφανίζεται πριν από τον αριθμό του υπομνήματος. Για παράδειγμα, επιλέξτε \"2\" για να χρησιμοποιήσετε τον αριθμό επικεφαλίδας της πρώτης προηγούμενης επικεφαλίδας με το επίπεδο διάρθρωσης 1 ή το επίπεδο διάρθρωσης 2. Εάν έχει επιλεγεί [Καμία], δεν εμφανίζεται αριθμός επικεφαλίδας. Οι αριθμοί επικεφαλίδων πρέπει να είναι ενεργοποιημένοι για να χρησιμοποιήσετε αυτήν την επιλογή. Χρησιμοποιήστε το \"Εργαλεία - Αρίθμηση επικεφαλίδων\"."
+msgstr "Ο αριθμός επικεφαλίδας της πρώτης προηγούμενης επικεφαλίδας της οποίας το επίπεδο διάρθρωσης είναι ίσο ή μικρότερο από το επιλεγμένο επίπεδο διάρθρωσης εμφανίζεται πριν από τον αριθμό της λεζάντας. Για παράδειγμα, επιλέξτε \"2\" για να χρησιμοποιήσετε τον αριθμό επικεφαλίδας της πρώτης προηγούμενης επικεφαλίδας με το επίπεδο διάρθρωσης 1 ή το επίπεδο διάρθρωσης 2. Εάν έχει επιλεγεί [Καμία], δεν εμφανίζεται αριθμός επικεφαλίδας. Οι αριθμοί επικεφαλίδων πρέπει να είναι ενεργοποιημένοι για να χρησιμοποιήσετε αυτήν την επιλογή. Χρησιμοποιήστε το \"Εργαλεία - Αρίθμηση επικεφαλίδων\"."
#. w2mxD
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:341
msgctxt "optcaptionpage|label11"
msgid "Heading Number Before Caption Number"
-msgstr "Αριθμός επικεφαλίδας πριν από τον αριθμό υπομνήματος"
+msgstr "Αριθμός επικεφαλίδας πριν από τον αριθμό λεζάντας"
#. 6QFaH
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:374
@@ -23348,7 +23354,7 @@ msgstr "Κανένα"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:394
msgctxt "optcaptionpage|extended_tip|charstyle"
msgid "Specifies the character style of the caption paragraph."
-msgstr "Καθορίζει την τεχνοτροπία χαρακτήρα της παραγράφου υπομνήματος."
+msgstr "Καθορίζει την τεχνοτροπία χαρακτήρα της παραγράφου λεζάντας."
#. 9nDHG
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:405
@@ -23360,7 +23366,7 @@ msgstr "Εφαρμογή περιγράμματος και σκίασης"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:413
msgctxt "optcaptionpage|extended_tip|applyborder"
msgid "Applies the border and shadow of the object to the caption frame."
-msgstr "Εφαρμόζει το περίγραμμα και την σκίαση του αντικειμένου στο πλαίσιο του υπομνήματος."
+msgstr "Εφαρμόζει το περίγραμμα και την σκίαση του αντικειμένου στο πλαίσιο της λεζάντας."
#. Xxb3U
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:429
@@ -23372,7 +23378,7 @@ msgstr "Κατηγορία και μορφή πλαισίου"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:514
msgctxt "extended_tip|objects"
msgid "Select the object type for which the AutoCaption settings are to be valid."
-msgstr "Επιλέξτε τον τύπο αντικειμένου για το οποίο οι ρυθμίσεις του αυτόματου υπομνήματος πρόκειται να ισχύσουν"
+msgstr "Επιλέξτε τον τύπο αντικειμένου για το οποίο οι ρυθμίσεις της αυτόματης λεζάντας πρόκειται να ισχύσουν"
#. RBGFT
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:525
@@ -23381,7 +23387,7 @@ msgid ""
"Add captions automatically\n"
"when inserting:"
msgstr ""
-"Αυτόματη προσθήκη τίτλων\n"
+"Αυτόματη προσθήκη λεζαντών\n"
"κατά την εισαγωγή:"
#. kUskc
@@ -23400,19 +23406,19 @@ msgstr "Πρώτα η αρίθμηση"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:589
msgctxt "optcaptionpage|extended_tip|captionorder"
msgid "Place the caption number before or after the caption category."
-msgstr "Τοποθετήστε τον αριθμό υπομνήματος πριν ή μετά την κατηγορία υπομνήματος."
+msgstr "Τοποθετήστε τον αριθμό λεζάντας πριν ή μετά την κατηγορία λεζάντας."
#. gB7ua
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:598
msgctxt "optcaptionpage|label13"
msgid "Caption Order"
-msgstr "Σειρά τίτλων"
+msgstr "Σειρά λεζαντών"
#. C8mhn
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:625
msgctxt "extended_tip|OptCaptionPage"
msgid "Select the object type for which the AutoCaption settings are to be valid."
-msgstr "Επιλέξτε τον τύπο αντικειμένου για το οποίο οι ρυθμίσεις του αυτόματου υπομνήματος πρόκειται να ισχύσουν"
+msgstr "Επιλέξτε τον τύπο αντικειμένου για το οποίο οι ρυθμίσεις της αυτόματης λεζάντας πρόκειται να ισχύσουν"
#. VhREB
#: sw/uiconfig/swriter/ui/optcomparison.ui:34
@@ -23562,7 +23568,7 @@ msgstr "Απόκρυψη παραγράφων πεδίων βάσης δεδομ
#: sw/uiconfig/swriter/ui/optcompatpage.ui:239
msgctxt "optcompatpage|format"
msgid "Render non-breaking spaces (NBSP) as standard-space-width (off for fixed size)"
-msgstr ""
+msgstr "Απόδοση μη διακοπτόμενων διαστημάτων (NBSP) ως τυπικού πλάτους διαστήματος (απενεργοποίηση για σταθερό μέγεθος)"
#. YBG9Y
#: sw/uiconfig/swriter/ui/optcompatpage.ui:240
@@ -23628,7 +23634,7 @@ msgstr "_Κατάλογος:"
#: sw/uiconfig/swriter/ui/optfonttabpage.ui:103
msgctxt "optfonttabpage|caption_label"
msgid "C_aption:"
-msgstr "_Τίτλος:"
+msgstr "_Λεζάντα:"
#. mBVuP
#: sw/uiconfig/swriter/ui/optfonttabpage.ui:117
@@ -23658,7 +23664,7 @@ msgstr "Καθορίζει τις γραμματοσειρές για τους
#: sw/uiconfig/swriter/ui/optfonttabpage.ui:214
msgctxt "extended_tip|labelbox"
msgid "Specifies the font used for the captions of images and tables."
-msgstr "Καθορίζει τη γραμματοσειρά που θα χρησιμοποιηθεί για τα υπομνήματα των εικόνων και των πινάκων."
+msgstr "Καθορίζει τη γραμματοσειρά που θα χρησιμοποιηθεί για τις λεζάντες των εικόνων και των πινάκων."
#. v8res
#: sw/uiconfig/swriter/ui/optfonttabpage.ui:238
@@ -24754,7 +24760,7 @@ msgstr "Τεχνοτροπία παραγράφου:"
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:183
msgctxt "outlinenumberingpage|tooltip_text|style"
msgid "Select the paragraph style to assign to the selected outline level. Select [None] to skip the outline level."
-msgstr ""
+msgstr "Επιλέξτε την τεχνοτροπία παραγράφου που θα αντιστοιχίσετε στο επιλεγμένο επίπεδο διάρθρωσης. Επιλέξτε [Κανένα] για να παραλείψετε το επίπεδο διάρθρωσης."
#. GQWw4
#: sw/uiconfig/swriter/ui/outlinenumberingpage.ui:186
@@ -30086,13 +30092,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/tocindexpage.ui:597
msgctxt "tocindexpage|captions"
msgid "Captions"
-msgstr "Τίτλοι"
+msgstr "Λεζάντες"
#. WZCFT
#: sw/uiconfig/swriter/ui/tocindexpage.ui:606
msgctxt "tocindexpage|extended_tip|captions"
msgid "Creates index entries from object captions."
-msgstr "Δημιουργεί καταχωρίσεις ευρετηρίου από υπομνήματα αντικειμένων."
+msgstr "Δημιουργεί καταχωρίσεις ευρετηρίου από λεζάντες αντικειμένων."
#. zRKYU
#: sw/uiconfig/swriter/ui/tocindexpage.ui:617
@@ -30116,7 +30122,7 @@ msgstr "Κατηγορία:"
#: sw/uiconfig/swriter/ui/tocindexpage.ui:662
msgctxt "tocindexpage|extended_tip|category"
msgid "Select the caption category that you want to use for the index entries."
-msgstr "Επιλέξτε την κατηγορία υπομνήματος που θέλετε να χρησιμοποιήσετε για τις καταχωρίσεις ευρετηρίου."
+msgstr "Επιλέξτε την κατηγορία λεζάντας που θέλετε να χρησιμοποιήσετε για τις καταχωρίσεις ευρετηρίου."
#. 7h4vk
#: sw/uiconfig/swriter/ui/tocindexpage.ui:675
@@ -30140,13 +30146,13 @@ msgstr "Κατηγορία και αριθμός"
#: sw/uiconfig/swriter/ui/tocindexpage.ui:692
msgctxt "tocindexpage|display"
msgid "Caption Text"
-msgstr "Κείμενο τίτλου"
+msgstr "Κείμενο λεζάντας"
#. qgQtQ
#: sw/uiconfig/swriter/ui/tocindexpage.ui:696
msgctxt "tocindexpage|extended_tip|display"
msgid "Select the part of the caption that you want to use for index entries."
-msgstr "Επιλέξτε το τμήμα του υπομνήματος που θέλετε να χρησιμοποιήσετε για τις καταχωρίσεις ευρετηρίου."
+msgstr "Επιλέξτε το τμήμα της λεζάντας που θέλετε να χρησιμοποιήσετε για τις καταχωρίσεις ευρετηρίου."
#. BEnfa
#: sw/uiconfig/swriter/ui/tocindexpage.ui:724
diff --git a/source/el/swext/mediawiki/help.po b/source/el/swext/mediawiki/help.po
index 52627077674..95e795305fc 100644
--- a/source/el/swext/mediawiki/help.po
+++ b/source/el/swext/mediawiki/help.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2018-12-05 16:13+0000\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
-"Language-Team: team@gnome.gr\n"
+"Language-Team: Greek <https://translations.documentfoundation.org/projects/libo_ui-master/swextmediawikihelp/el/>\n"
"Language: el\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.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1544026414.000000\n"
@@ -591,7 +591,7 @@ msgctxt ""
"par_id3541673\n"
"help.text"
msgid "Images cannot be exported by a transformation producing a single file of wiki text. However, if the image is already uploaded to the target wiki domain (e. g., Wikimedia Commons), then the transformation produces a valid image tag that includes the image. Image captions are also supported."
-msgstr "Οι εικόνες δεν μπορούν να εξαχθούν από έναν μετασχηματισμό που παράγει έναν απλό αρχείο του κειμένου του βίκι. Ωστόσο, αν η εικόνα έχει ήδη ανέβει στο τομέα στόχου του βίκι (π.χ. στα Wikimedia Commons), τότε ο μετασχηματισμός παράγει μια έγκυρη ετικέτα εικόνας που περιλαμβάνει και την εικόνα. Επίσης, υποστηρίζονται υπομνήματα στις εικόνες."
+msgstr "Οι εικόνες δεν μπορούν να εξαχθούν από έναν μετασχηματισμό που παράγει έναν απλό αρχείο του κειμένου του βίκι. Ωστόσο, αν η εικόνα έχει ήδη ανέβει στο τομέα στόχου του βίκι (π.χ. στα Wikimedia Commons), τότε ο μετασχηματισμός παράγει μια έγκυρη ετικέτα εικόνας που περιλαμβάνει και την εικόνα. Επίσης, υποστηρίζονται λεζάντες στις εικόνες."
#. nGuGG
#: wikiformats.xhp
diff --git a/source/en-GB/cui/messages.po b/source/en-GB/cui/messages.po
index dd7d8065c3d..e3005ad089e 100644
--- a/source/en-GB/cui/messages.po
+++ b/source/en-GB/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-10-21 14:17+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/en_GB/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Always sa_ve as:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Text document"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML document"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Master document"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Spreadsheet"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentation"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Drawing"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Specifies the document type for which you want to define the default file format."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialogue box."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_ocument type:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Default File Format and ODF Settings"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "In the General section, you can select default settings for saving documents, and can select default file formats."
diff --git a/source/en-GB/helpcontent2/source/text/scalc.po b/source/en-GB/helpcontent2/source/text/scalc.po
index 075bb26dda7..6eb3c590067 100644
--- a/source/en-GB/helpcontent2/source/text/scalc.po
+++ b/source/en-GB/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-12-14 17:38+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/en_GB/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Sheet Tab Colour"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/00.po b/source/en-GB/helpcontent2/source/text/scalc/00.po
index 9275fcd3843..2d9617e601b 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/00.po
+++ b/source/en-GB/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-15 20:39+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/en_GB/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Choose <emph>Sheet - Delete Sheet</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Open context menu for a sheet tab."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Open context menu for a sheet tab."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insert Columns"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Sheet Menu"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/01.po b/source/en-GB/helpcontent2/source/text/scalc/01.po
index 5f35b4acb8f..6c480828e27 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/01.po
+++ b/source/en-GB/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-22 14:04+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/en_GB/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Yes"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Deletes the current sheet."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancels the dialogue box. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insert Sheet"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Show Sheet"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/guide.po b/source/en-GB/helpcontent2/source/text/scalc/guide.po
index d5ad1fc11e9..0599a9dc7e9 100644
--- a/source/en-GB/helpcontent2/source/text/scalc/guide.po
+++ b/source/en-GB/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-15 20:39+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/en_GB/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigating Through Sheet Tabs"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forwards and backwards through all sheet tabs. To display the sheet itself click on the sheet tab."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Applying Multiple Sheets"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value><bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserting a Sheet"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialogue box where you can assign macros to sheet events.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a colour to the sheet tab.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/scalc/menu.po b/source/en-GB/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/en-GB/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/en-GB/helpcontent2/source/text/shared/00.po b/source/en-GB/helpcontent2/source/text/shared/00.po
index a444057fb20..4209161bf3e 100644
--- a/source/en-GB/helpcontent2/source/text/shared/00.po
+++ b/source/en-GB/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-15 20:39+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/en_GB/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">To access this command...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "File Menu"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "New"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Open File"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Close"
+msgstr ""
-#. rBbzR
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Save"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Save As"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Export Directly as EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "On the <emph>Print Preview</emph> bar of a text document, click"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Print Page Preview"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialogue box opens automatically.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/en-GB/helpcontent2/source/text/shared/01.po b/source/en-GB/helpcontent2/source/text/shared/01.po
index caf7774b203..fb4fc2d6b65 100644
--- a/source/en-GB/helpcontent2/source/text/shared/01.po
+++ b/source/en-GB/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-15 20:39+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/en_GB/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Function</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Choose <item type=\"menuitem\">File - Open Remote</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Click the <emph>Remote Files</emph> button in the <emph>Start Centre</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>customising; events</bookmark_value> <bookmark_value>events; customising</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "The dialogue box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/en-GB/helpcontent2/source/text/swriter/00.po b/source/en-GB/helpcontent2/source/text/swriter/00.po
index e6ba16e22b2..f770915c673 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/00.po
+++ b/source/en-GB/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-15 20:39+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/en_GB/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Mail Merge"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/en-GB/helpcontent2/source/text/swriter/01.po b/source/en-GB/helpcontent2/source/text/swriter/01.po
index 8cd9a07d956..9540f4dbd9d 100644
--- a/source/en-GB/helpcontent2/source/text/swriter/01.po
+++ b/source/en-GB/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-15 20:39+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/en_GB/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "You cannot edit your document while you are in the print preview."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS and LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure</emph> line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/en-GB/officecfg/registry/data/org/openoffice/Office.po b/source/en-GB/officecfg/registry/data/org/openoffice/Office.po
index ad54f3f67d5..224732edb38 100644
--- a/source/en-GB/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/en-GB/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-12 03:33+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/en_GB/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Text documents"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Spreadsheets"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentations"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Drawings"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Web pages"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Master documents"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulae"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Database documents"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po b/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
index 2207d98450c..b85cfc7d587 100644
--- a/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/en-GB/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-06-12 16:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/en_GB/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Data ~Validation..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Delete Rows"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Change Slide Master..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Master Page..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insert Columns"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Delete selected columns"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Delete Rows"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Delete ~Rows"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Delete selected rows"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Page Number"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Columns ~Before"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Delete Rows"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rows"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Delete selected rows"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/en-GB/sc/messages.po b/source/en-GB/sc/messages.po
index 08dd325a9eb..858848005fa 100644
--- a/source/en-GB/sc/messages.po
+++ b/source/en-GB/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-10-21 14:18+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/en_GB/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Other Options"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Column t_ype:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Choose a column in the preview window and select the data type to be applied the imported data."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text to Columns"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Fields"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Sets the import options for delimited data."
diff --git a/source/en-GB/sd/messages.po b/source/en-GB/sd/messages.po
index 2e3ebc7449f..dabcea2991a 100644
--- a/source/en-GB/sd/messages.po
+++ b/source/en-GB/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-07-12 03:33+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/en_GB/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Insert Text"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Load Master Slide"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Left"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Right"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Top"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Bottom"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Top Left?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Bottom Left?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Top Right?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Bottom Right?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "All?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "This action can't be run in the live mode."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Back"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Continue"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Overview"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Colour Replacer"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Cross-fading"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Expand Slide"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Table of Contents Slide"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "No SANE source is available at the moment."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "At present, no TWAIN source is available."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fixed"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (short)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (long)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "File name"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Path/File name"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Path"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "File name without extension"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "New Custom Slide Show"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copy "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presentation format (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Drawing format (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Ungroup Metafile(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "It was not possible to ungroup all drawing objects."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Presentation"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION Drawing"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Do you want to replace it?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Visited link"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Active link"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Table of contents"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Click here to start"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Author"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Email"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Homepage"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Further information"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Download presentation"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Unfortunately your browser does not support floating frames."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "First page"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Last page"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Image"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "With contents"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Without contents"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "To given page"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convert bitmap to polygon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Click to exit presentation..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Apply 3-D favourite"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Image filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"is not a valid audio file !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convert to metafile"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convert to bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Cannot create the file $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Could not open the file $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "The file $(URL1) could not be copied to $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Slide Master name. Right-click for list or click for dialogue box."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Rename Slide"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Rename Page"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Duplicate or empty names are not possible"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Name"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Rename Master Slide"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Title Area for AutoLayouts"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Object Area for AutoLayouts"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Footer Area"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Header Area"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Date Area"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Slide Number Area"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Page Number Area"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<slide-name>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<page-name>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notes Area"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja Conversion"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slides"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pages"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Preview not available"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparing preview"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Layouts"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Drawing Styles"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Presentation Styles"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Cell Styles"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Shape %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Set Background Image"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comments"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reset Slide Layout"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Insert Table"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Insert Chart"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Insert Image"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insert Audio or Video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Drag-and-drop Pages"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Drag-and-drop Slides"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Please add Images to the Album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Text Slide"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Background"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Background objects"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Layout"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controls"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimension Lines"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slide"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Page"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slide"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Master Slide"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Master Slide:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Master Page"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Master Page:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Handouts"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Click to edit the title text format"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Click to edit the outline text format"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Double-tap to edit the title text format"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Double-tap to edit the outline text format"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Second Outline Level"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Third Outline Level"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fourth Outline Level"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Fifth Outline Level"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sixth Outline Level"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seventh Outline Level"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Click to move the slide"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Click to edit the notes' format"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Double-tap to move the slide"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Double-tap to edit the notes format"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Click to add Title"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Click to add Text"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Click to add Text"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Click to add Notes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Double-tap to add Title"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Double-tap to add Text"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Double-tap to add Text"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tap to edit text"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Double-tap to add Notes"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Double-click to add an Image"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Double-click to add an Object"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Double-click to add a Chart"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Double-click to add an Organisation Chart"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Double-click to add a Spreadsheet"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Default"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Title"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Default Drawing Style"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Move slides"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Insert Pages"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Insert Page"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Slide Properties"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Object without fill"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Object with no fill and no line"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Title A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Heading A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Text A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Title A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Heading A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Text A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Graphic"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Shapes"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Lines"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Arrow Line"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Dashed Line"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Filled"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Filled Blue"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Filled Green"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Filled Yellow"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Filled Red"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Outlined"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Outlined Blue"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Outlined Green"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Outlined Yellow"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Outlined Red"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Title"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitle"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Outline"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Background objects"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Background"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint Import"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Save Document"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Shrink font size"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Grow font size"
@@ -2431,637 +2467,637 @@ msgstr "Grow font size"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Drawing View"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Drawing View"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Outline View"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Slides View"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "This is where you sort slides."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notes View"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Handout View"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "PresentationTitle"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentationSubtitle"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentationPage"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresentationNotes"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Handout"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnknownAccessiblePresentationShape"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentationFooter"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentationHeader"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentationDateAndTime"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentationPageNumber"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME Presentation"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Title"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Outliner"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitle"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Page"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Handout"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Unknown Accessible Presentation Shape"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Footer"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Header"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Date"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Number"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(read-only)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "none"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Until next click"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Until end of slide"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direction:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spokes:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "First colour:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Second colour:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Fill colour:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Style:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Font colour:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Style:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Line colour:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Font size:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Size:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Colour:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(No sound)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop previous sound)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Other sound..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sample"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Trigger"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "User paths"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrance: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Emphasis: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Exit: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Motion Paths: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Misc: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "None"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Today,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Yesterday,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(no author)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue from the beginning?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue from the end?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw reached the end of the document. Do you want to continue from the beginning?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue from the end?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Insert Comment"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Delete Comment(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Move Comment"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edit Comment"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Reply to %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media Playback"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Table"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Slides per page:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Order:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Contents"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Slide name"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "P~age name"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Date and time"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Hidden pages"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Colour"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Size"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brochure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Page sides"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Include"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Use only paper tray from printer preferences"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Pages:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Slides:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue from the beginning?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue from the end?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue from the beginning?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue from the end?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animation"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Link"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Next"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Previous"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~First Slide"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Last Slide"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Close Pane"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/en-GB/svtools/messages.po b/source/en-GB/svtools/messages.po
index f854ded38ad..e9b3a7d7059 100644
--- a/source/en-GB/svtools/messages.po
+++ b/source/en-GB/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-12 03:33+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/en_GB/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/en-GB/sw/messages.po b/source/en-GB/sw/messages.po
index f4640042ea5..ab000206991 100644
--- a/source/en-GB/sw/messages.po
+++ b/source/en-GB/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-07-12 03:33+0000\n"
"Last-Translator: Stuart Swales <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: English (United Kingdom) <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/en_GB/>\n"
@@ -16933,230 +16933,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Insert Index Entry"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Deletes the selected entry from the index. The entry text in the document is not deleted."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Insert"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "New User-Defined Index"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Update entry from selection"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Main entry"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Whole words only"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Match case"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Next entry (same name)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Jumps to the next index entry of the same type and with the same name in the document."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Previous entry (same name)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Jumps to the previous index entry of the same type and with the same name in the document."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Previous entry"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Jumps to the previous index entry of the same type in the document."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Next entry"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Jumps to the next index entry of the same type in the document."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/en-ZA/cui/messages.po b/source/en-ZA/cui/messages.po
index 93fe0a5e4e6..2b6376f5ef8 100644
--- a/source/en-ZA/cui/messages.po
+++ b/source/en-ZA/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17044,75 +17044,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "New Document"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML document"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Master document"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Spreadsheet"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentation"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Drawing"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc.po b/source/en-ZA/helpcontent2/source/text/scalc.po
index 84b2673d7d9..0b9b985543c 100644
--- a/source/en-ZA/helpcontent2/source/text/scalc.po
+++ b/source/en-ZA/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-09 20:54+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">Delete Cells</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/00.po b/source/en-ZA/helpcontent2/source/text/scalc/00.po
index a6bd9c6fa12..9e25b067fed 100644
--- a/source/en-ZA/helpcontent2/source/text/scalc/00.po
+++ b/source/en-ZA/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insert Columns"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/01.po b/source/en-ZA/helpcontent2/source/text/scalc/01.po
index 73552cd48b1..cec3885aa19 100644
--- a/source/en-ZA/helpcontent2/source/text/scalc/01.po
+++ b/source/en-ZA/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: English (South Africa) <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/en_ZA/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Yes"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Deletes the current sheet."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancels the dialogue. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insert Sheet"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Show Sheet"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/guide.po b/source/en-ZA/helpcontent2/source/text/scalc/guide.po
index 6f2bc3c8446..4e59ade933c 100644
--- a/source/en-ZA/helpcontent2/source/text/scalc/guide.po
+++ b/source/en-ZA/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigating Through Sheets Tabs"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Applying Multiple Sheets"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserting a Sheet"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/scalc/menu.po b/source/en-ZA/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/en-ZA/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/en-ZA/helpcontent2/source/text/shared/00.po b/source/en-ZA/helpcontent2/source/text/shared/00.po
index 0d327366698..1cc5db4f88d 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/00.po
+++ b/source/en-ZA/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">To access this command...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "File Menu"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "New"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Open File"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Save"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Save As"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Print Page Preview"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/en-ZA/helpcontent2/source/text/shared/01.po b/source/en-ZA/helpcontent2/source/text/shared/01.po
index 73a6f113428..b18bd65963f 100644
--- a/source/en-ZA/helpcontent2/source/text/shared/01.po
+++ b/source/en-ZA/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Function</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/en-ZA/helpcontent2/source/text/swriter/00.po b/source/en-ZA/helpcontent2/source/text/swriter/00.po
index 3c8eac02c09..1cf35369d39 100644
--- a/source/en-ZA/helpcontent2/source/text/swriter/00.po
+++ b/source/en-ZA/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Mail Merge"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/en-ZA/helpcontent2/source/text/swriter/01.po b/source/en-ZA/helpcontent2/source/text/swriter/01.po
index 427d2ddedf4..ebbff11e7a2 100644
--- a/source/en-ZA/helpcontent2/source/text/swriter/01.po
+++ b/source/en-ZA/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "You cannot edit your document while you are in the page preview."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS and LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po b/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po
index b15a5861d5f..1f7b792453a 100644
--- a/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12510,86 +12510,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Text documents"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Spreadsheets"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentations"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Drawings"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Web pages"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Master documents"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulae"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Database documents"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po b/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
index 5b4f9016313..de9df2af55e 100644
--- a/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/en-ZA/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2263,6 +2263,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Delete Rows"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9683,14 +9693,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11007,6 +11017,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insert Co~lumns"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26953,36 +26973,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32335,15 +32325,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Page Number"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33529,6 +33539,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Delete Rows"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rows"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/en-ZA/sc/messages.po b/source/en-ZA/sc/messages.po
index 90bd76b5bdd..c01ff4b2073 100644
--- a/source/en-ZA/sc/messages.po
+++ b/source/en-ZA/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33277,39 +33277,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text to Columns"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Fields"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Sets the import options for delimited data."
diff --git a/source/en-ZA/sd/messages.po b/source/en-ZA/sd/messages.po
index 1e48a0cd89f..5d49b865e13 100644
--- a/source/en-ZA/sd/messages.po
+++ b/source/en-ZA/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1229,249 +1229,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Insert Text"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Left"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Right"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Top"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Bottom"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Top Left?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Bottom Left?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Top Right?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Bottom Right?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "All?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "This action can't be run in the live mode."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Back"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Continue"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Overview"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Colour Replacer"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Cross-fading"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Expand Slide"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Table of Contents Slide"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "No SANE source is available at the moment."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "At present, no TWAIN source is available."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fixed"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (short)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (long)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "File name"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Path/File name"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Path"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "File name without extension"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "New Custom Slide Show"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copy "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Ungroup Metafile(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "It was not possible to ungroup all drawing objects."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1481,157 +1511,157 @@ msgstr ""
"Do you want to replace it?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Visited link"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Active link"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Table of contents"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Click here to start"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Author"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Homepage"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Further information"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Download presentation"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Unfortunately your browser does not support floating frames."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "First page"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Last page"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Image"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "With contents"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Without contents"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "To given page"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convert bitmap to polygon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Click to exit presentation..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Apply 3D favourite"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1642,803 +1672,809 @@ msgstr ""
"is not a valid sound file !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convert to metafile"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convert to bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Cannot create the file $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Could not open the file $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "The file $(URL1) could not be copied to $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Rename Slide"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Name"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Title Area for AutoLayouts"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Object Area for AutoLayouts"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Footer Area"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Header Area"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Date Area"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Slide Number Area"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Page Number Area"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notes Area"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja Conversion"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slides"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pages"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Preview not available"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparing preview"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Layouts"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Presentation Options"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Cell Styles"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Shape %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comments"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reset Slide Layout"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Insert Table"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Insert Chart"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Insert page"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Background"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Background objects"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Layout"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controls"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimension Lines"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slide"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Page"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slide"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Master Pages"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Handouts"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Click to edit the title text format"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Click to edit the outline text format"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Second Outline Level"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Third Outline Level"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fourth Outline Level"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Fifth Outline Level"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sixth Outline Level"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seventh Outline Level"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Click to move the slide"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Click to edit the notes format"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Default"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Title"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Move slides"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Object without fill"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Title"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitle"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Outline"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Background objects"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Background"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint Import"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Save Document"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2446,668 +2482,668 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Drawing View"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Drawing View"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Outline View"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Slides View"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "This is where you sort slides."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notes View"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Handout View"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentation"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentation"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentation"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Handout"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Presentation mode"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentation"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME Presentation"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Title"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Outline"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitle"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Page"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Handout"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Footer"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Header"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Date"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Number"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(read-only)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "none"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Until next click"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Until end of slide"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direction"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spokes"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "First column"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Second colour"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "First column"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Style:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "First column"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Style:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Line colour"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Font size"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Size"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Colour"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(No sound)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop previous sound)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Other sound..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sample"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Trigger"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "none"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Today,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Yesterday,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(no author)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Insert Comment"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Delete Comment(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Move Comment"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edit Comment"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Reply to %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media Playback"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Table"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Contents"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Slide name"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "P~age name"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Date and time"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Hidden pages"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Colour"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Size"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brochure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Page sides"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Include"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Use only paper tray from printer preferences"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/en-ZA/svtools/messages.po b/source/en-ZA/svtools/messages.po
index fd15a36b4bf..12d7dacb349 100644
--- a/source/en-ZA/svtools/messages.po
+++ b/source/en-ZA/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -867,10 +867,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/en-ZA/sw/messages.po b/source/en-ZA/sw/messages.po
index 4a85e3d44bd..41e04b375e8 100644
--- a/source/en-ZA/sw/messages.po
+++ b/source/en-ZA/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17425,233 +17425,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Insert Index Entry"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Deletes the selected entry from the index. The entry text in the document is not deleted."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Insert"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "New User-defined Index"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~Main entry"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "~Whole words only"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Match case"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/eo/cui/messages.po b/source/eo/cui/messages.po
index a300d324024..cba0a546887 100644
--- a/source/eo/cui/messages.po
+++ b/source/eo/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-14 01:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/eo/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Ĉiam konservi kiel:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Teksta dokumento"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-a dokumento"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Ĉefa dokumento"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Kalkultabelo"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentaĵo"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Desegnaĵo"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formulo"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Agordas la tipon de dokumento por kiu vi volas agordi la aprioran dosieran formaton."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Agordas kiel dokumentoj de la tipo elektita maldekstre ĉiam konserviĝu kiel tiu tipo. Vi rajtas elekti alian tipon por la aktuala dokumento en la dialogo Konservi."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tipo de dokumento:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Apriora dosierformato kaj agordaro de ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "En la ĝenerala sekcio, vi povas elekti apriorajn agordojn por konservi dokumentojn, kaj povas elekti apriorajn dosierajn formatojn."
diff --git a/source/eo/helpcontent2/source/text/scalc.po b/source/eo/helpcontent2/source/text/scalc.po
index ded4c8b07c0..1fc85096214 100644
--- a/source/eo/helpcontent2/source/text/scalc.po
+++ b/source/eo/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-21 00:35+0000\n"
"Last-Translator: Remo Tobler <re-to@gmx.ch>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/eo/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Forigi folion</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Koloro de folia langeto"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/scalc/00.po b/source/eo/helpcontent2/source/text/scalc/00.po
index 4d27add0e43..c2847b045e6 100644
--- a/source/eo/helpcontent2/source/text/scalc/00.po
+++ b/source/eo/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-02-11 12:27+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/eo/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Enmeti Kolumnojn"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/scalc/01.po b/source/eo/helpcontent2/source/text/scalc/01.po
index 57a91784d3c..5dd0c4eae91 100644
--- a/source/eo/helpcontent2/source/text/scalc/01.po
+++ b/source/eo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-08-13 17:35+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/eo/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>kalkultabeloj; forigi</bookmark_value><bookmark_value>folioj; forigi</bookmark_value><bookmark_value>forigi; kalkultabeloj</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Forigi Folion"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Forigas la aktualan folion post konfirmo.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Jes"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Porĉiame forigas la aktivan folion."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Ne"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Rezignas pri la dialogo. Forigo ne okazas."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>kalkultabeloj; movi</bookmark_value><bookmark_value>kalkultabeloj; kopii</bookmark_value><bookmark_value>movi; kalkultabeloj</bookmark_value><bookmark_value>kopii; kalkultabeloj</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Movi aŭ kopii folion"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Enmeti folion"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ kalkuloj</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Enmeti folion"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>nomoj de laborfolioj</bookmark_value><bookmark_value>ŝanĝi; foliaj nomoj</bookmark_value><bookmark_value>folioj; renomi</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Renomi Folion"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Vidigi Folion"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>folioj; vidigi</bookmark_value><bookmark_value>vidigi; folioj</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Vidigi Folion"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Vidigas foliojn kiujn oni antaŭe kaŝis per la komando <emph>Kaŝi</emph>.</ahelp></variable> Elektu nur unu folion por voki la komandon. Ĉiam elektas la aktualan folion. Se oni elektas folion ne la aktualan, vi povas malelekti ĝin premante je <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> dum premante la rilatan langeton ĉe la malsupro de la fenestro."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/scalc/guide.po b/source/eo/helpcontent2/source/text/scalc/guide.po
index 18c2faa76cc..01cf9f39d87 100644
--- a/source/eo/helpcontent2/source/text/scalc/guide.po
+++ b/source/eo/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-07-28 09:59+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/eo/>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr ""
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Malfermas la Datumbazan asistanton por krei datumbazan dosieron.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/scalc/menu.po b/source/eo/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/eo/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/eo/helpcontent2/source/text/shared/00.po b/source/eo/helpcontent2/source/text/shared/00.po
index 4d018e0ef23..9b4b43ff027 100644
--- a/source/eo/helpcontent2/source/text/shared/00.po
+++ b/source/eo/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-08-18 15:35+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/eo/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Por atingi ĉi tiun komandon...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Dosiera menuo"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Elektu je <emph>Dosiero - Antaŭvidi en TTT-legilo</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "<emph>Nova</emph> bildsimbolo en la <emph>Normala</emph> breto (la bildsimbolo indikas la tipon de la nova dokumento)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nova"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "En la <emph>Normala</emph> breto, alklaku"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Malfermi Dosieron"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Asistantoj pri fonto de adresaj datumoj - Kampa agordo</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Elektu je <emph>Dosiero - Fermi</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Malfermu ilobreton <emph>Normala</emph> aŭ <emph>Tabelaj datumoj</emph>, alklaku"
+msgid "Close"
+msgstr ""
-#. rBbzR
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Konservi"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Konservi kiel"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr "Retpoŝta dokumento"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Eksporti rekte kiel EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "En la <emph>Normala</emph> breto, alklaku je"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "En la breto <emph>Aspekto de paĝo</emph> de teksta dokumento, alklaku al"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Aspekto de presota paĝo"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Elektu je <emph>Dosiero - Versioj</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/eo/helpcontent2/source/text/shared/01.po b/source/eo/helpcontent2/source/text/shared/01.po
index c3891280968..4edfbc663f6 100644
--- a/source/eo/helpcontent2/source/text/shared/01.po
+++ b/source/eo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-05 05:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/eo/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funkcio</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Malfermas dokumenton kiu situas en fora dosierservilo.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Elektu je <item type=\"menuitem\">Dosiero - Malfermi fore</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Alklaku la butonon <emph>Foraj dosieroj</emph> en la <emph>Komenca centro</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Longe alklaku la bildsimbolon <emph>Malfermi</emph> kaj elektu je <emph>Malfermi foran dosieron</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Konservas kopion de la aktuala dokumento kun alia nomo aŭ en alia loko.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Elektu je <item type=\"menuitem\">Dosiero - Konservi kopion</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Eksporti la dokumenton en PDF- aŭ EPUB-formato.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Eventoj</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Atribuas makroojn al programaj eventoj. La atribuita makroo ruliĝas aŭtomate ĉiufoje kiam okazas la elektita evento.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/eo/helpcontent2/source/text/swriter/00.po b/source/eo/helpcontent2/source/text/swriter/00.po
index e041a854926..77003a36356 100644
--- a/source/eo/helpcontent2/source/text/swriter/00.po
+++ b/source/eo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-07-28 09:59+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/eo/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Porpoŝta kunfandado"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/eo/helpcontent2/source/text/swriter/01.po b/source/eo/helpcontent2/source/text/swriter/01.po
index 44e73a52334..aa0f91c9975 100644
--- a/source/eo/helpcontent2/source/text/swriter/01.po
+++ b/source/eo/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-08-12 11:35+0000\n"
"Last-Translator: Donald Rogers <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter01/eo/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Vi ne povas redakti la dokumenton en la paĝaspekta reĝimo."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Por eliri el la Aspekto de paĝo, alklaku la butonon <emph>Fermi antaŭvidon</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperligilo (LS kaj LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Kreas hiperligilon por la parto de elemento kiun vi enmetas per la komenca (LS) kaj la fina (LE) hiperligaj markoj. En la <emph>Strukturo</emph>-linio, alklaku en la vaka kampo antaŭ la parto por kiu krei hiperligilon, kaj tiam alklaku ĉi tiun butonon. Alklaku en la vaka kampo denove. Ĉiuj hiperligiloj devas esti unikaj. Disponeblas nur por tabelo de enhavo.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/eo/officecfg/registry/data/org/openoffice/Office.po b/source/eo/officecfg/registry/data/org/openoffice/Office.po
index ee62fb58248..1a6214d90df 100644
--- a/source/eo/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/eo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:09+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/eo/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548902678.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notoj"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstodokumentoj"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Kalkultabeloj"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentaĵoj"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Desegnaĵoj"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Retpaĝoj"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Ĉefaj dokumentoj"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formuloj"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Datumbazaj dokumentoj"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
index 29776444dc7..76fe8ad308e 100644
--- a/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-14 01:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/eo/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Validigi datumojn..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Forigi vicojn"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Ŝanĝi ĉefan lumbildon..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Modela paĝo..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Enmeti kolumnojn"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Forigi elektitajn kolumnojn"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Forigi vicojn"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Forigi vicojn"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Forigi la elektitajn vicojn"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Paĝnumero"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolumnojn antaŭe"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Forigi vicojn"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Vicoj"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Forigi la elektitajn vicojn"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/eo/sc/messages.po b/source/eo/sc/messages.po
index 968d72bbed1..6407b916b49 100644
--- a/source/eo/sc/messages.po
+++ b/source/eo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-14 01:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/eo/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Kiam ĉi tiu eblo estas ŝaltita, Tabelilo konservas la enhavon de ĉeloj kiam oni algluas vakajn. Alie, Tabelilo forigas la enhavon de ekzistantaj ĉeloj."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Aliaj agordoj"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolumna tipo:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Elektu kolumnon en la antaŭvida fenestro kaj elektu la tipon de datumoj apliki je la imporotaj datumoj."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teksto al kolumnoj"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Kampoj"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Agordas la importaj agordojn por disigitaj datumoj."
diff --git a/source/eo/sd/messages.po b/source/eo/sd/messages.po
index 0c58bbe7f71..6c543ea511e 100644
--- a/source/eo/sd/messages.po
+++ b/source/eo/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-02-15 14:24+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/eo/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Enmeti tekston"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Ŝargi ĉefan lumbildon"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Inteligenta"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Maldekstre"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Dekstre"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Supre"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Malsupro"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Supra maldekstro?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Malsupra maldekstro?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Supra dekstro?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Malsupra dekstro?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontala"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikala"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Ĉio?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ne eblas ruligi ĉi tiun agon en la realtempa reĝimo."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Reen"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Daŭrigi"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Resumo"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Kolora anstataŭigilo"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Transŝanĝado"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Etendi lumbildon"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Lumbildo pri tabelo de enhavo"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Neniu fonto de SANE estas nun havebla."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Neniu fonto de TWAIN estas nun havebla."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fiksita"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variablo"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Normala"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Normala (mallonga)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Normala (longa)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Dosiernomo"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Vojprefiksa/dosiera nomo"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Vojprefikso"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Dosiernomo sen vojprefikso"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nova propra prezentaĵo"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopii "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Formato de %PRODUCTNAME-Prezentilo (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Formato de %PRODUCTNAME-Desegnilo (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Malgrupigi metadosiero(j)n..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Ne eblis malgrupigi ĉiujn desegnajn objektojn."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Prezentaĵo de %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Desegnaĵo de %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Ĉu vi volas anstataŭigi ĝin?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teksto"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperligilo"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Vizitita ligilo"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiva ligilo"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notoj"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Tabelo de enhavo"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Alklaku ĉi tie por startigi"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Aŭtoro"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Retpoŝto"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Hejmpaĝo"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Plua informo"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Elŝuti prezentaĵon"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Bedaŭrinde via TTT-ilo ne subtenas glitajn kadrojn."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Unua paĝo"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Lasta paĝo"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teksto"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Bildo"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Kun enhavo"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sen enhavo"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Al la paĝo indikita"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Konverti bitbildon al polgono"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Alklaku por eliri prezentaĵon..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Paŭzi..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Apliki 3D-an preferaton"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Bilda filtrilo"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"ne estas valida sondosiero!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konverti al metadosiero"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konverti al bitbildo"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Ne eblis krei la dosieron $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Ne eblis malfermi la dosieron $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Ne eblis kopii la dosieron $(URL1) al $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nomo de lumbilda modelo. Dekstre alklaku por listo kaj duoble alklaku por dialogo."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Renomi lumbildon"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Alinomi paĝon"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Duoblaj aŭ vakaj nomoj ne eblas"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nomo"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Renomi ĉefan lumbildon"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titola areo por aŭtomataj aranĝoj"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objekta areo por aŭtomataj aranĝoj"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Areo por paĝopiedo"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Areo por paĝokapo"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Areo por dato"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Areo por lumbilda numero"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Areo por paĝa numero"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<paĝokapo>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<paĝopiedo>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dato/horo>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<numero>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<nombro>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<bildo-nomo>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<paĝo-nomo>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Areo por notoj"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/hanja konverto"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Lumbildoj"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Paĝoj"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Vidigo ne alirebla"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparado por vidigo"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Aranĝoj"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Desegnaj stiloj"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Prezentaĵaj stiloj"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Ĉelstiloj"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Formo %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Agordi fonan bildon"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentoj"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reagordi lumbildan aranĝon"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Enmeti tabelon"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Enmeti diagramon"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Enmeti bildon"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Enmeti sonon aŭ videon"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Ŝovi kaj demeti paĝojn"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Ŝovi kaj demeti lumbildojn"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Bonvolu enmeti bildojn en la albumon."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Teksta lumbildo"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "La loka cela dosierujo '%FILENAME' ne estas malplena. Eble dosieroj estos anstataŭigitaj. Ĉu daŭrigu?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fono"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Fonaj objektoj"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Aranĝo"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Regiloj"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Dimensiaj linioj"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Lumbildo"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Paĝo"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Lumbildo"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Ĉefa lumbildo"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Modela lumbildo:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Ĉefa paĝo"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Modela paĝo:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notoj)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Flugfolioj"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Alklaku por redakti la titoltekstan formaton"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Alklaku por redakti la skemtekstan formaton"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Duoble alklaku por redakti la titoltekstan formaton"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Duoble alklaku por redakti la skemtekstan formaton"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Dua skema nivelo"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tria Skema Nivelo"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Kvara skema nivelo"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Kvina skema nivelo"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sesa Skema Nivelo"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sepa Skema Nivelo"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Alklaki por movi la lumbildon"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Alklaki por redakti la formaton de notoj"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Duoble alklaku por movi la lumbildon"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Duoble alklaku por redakti la notan formaton"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Alklaki por aldoni titolon"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Alklaki por aldoni tekston"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Alklaki por aldoni tekston"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Alklaki por aldoni notojn"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Duoble alklaku por enmeti titolon"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Duoble alklaku por enigi tekston"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Duoble alklaku por enigi tekston"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tuŝeti por redakti tekston"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Duoble alklaku por enmeti notojn"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Duoble alklaki por aldoni bildon"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Duoble alklaki por aldoni objekton"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Duoble alklaki por aldoni diagramon"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Duoble alklaki por aldoni organizan diagramon"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Duoble alklaki por aldoni kalkultabelon"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Apriora"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titolo"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Apriora desegna stilo"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Movi lumbildojn"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Enmeti paĝojn"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Enmeti paĝon"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Atributoj de lumbildoj"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekto neplenigita"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekto sen plenigo kaj sen linio"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teksto"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titolo A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Titolo A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teksto A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titolo A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Titolo A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teksto A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafiko"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Figuroj"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linioj"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Linisago"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Streketa linio"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Plena"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Plena blua"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Plena verda"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Plena flava"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Plena ruĝa"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Silueta"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Silueta blua"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Silueta verda"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Silueta flava"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Silueta ruĝa"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titolo"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitolo"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Konturo"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Fonaj objektoj"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fono"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notoj"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importi el PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Konservi dokumenton"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Malpligrandigi tiparon"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Pligrandigi tiparon"
@@ -2431,637 +2467,637 @@ msgstr "Pligrandigi tiparon"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Desegna vido"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Desegna vido"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Skema vido"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Lumbilda vido"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ĉi tie vi ordigas lumbildojn."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Vidi notojn"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Vidigi flugfolion"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "PrezentaĵoTitolo"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PrezentaĵoSkemilo"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PrezentaĵoSubtitolo"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PrezentaĵoPaĝo"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PrezentaĵoNotoj"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Flugfolio"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "NekonataAlireblaPrezentaĵoFormo"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PrezentaĵoPiednoto"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PrezentaĵoPaĝokapo"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PrezentaĵoDatoKajHoro"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PrezentaĵoPaĝnumero"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-prezentaĵo"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titolo"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Skemilo"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitolo"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Paĝo"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notoj"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Flugfolio"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Nekonata alirebla prezentaĵa formo"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Paĝopiedo"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Paĝokapo"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dato"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numero"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(nurlega)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "neniu"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Ĝis venonta alklako"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Ĝis fino de lumbildo"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direkto:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zomo:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spokoj:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Unua koloro:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Dua koloro:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Pleniga koloro:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stilo:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tiparo:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Tipara koloro:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stilo:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Tipara fasono:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linikoloro:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tipara grando:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grando:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Kvanto:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Koloro:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Nenia sono)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Haltigi antaŭan sonon)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Alia sono..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Specimeno"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Ekigi"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Propraj vojoj"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Enirejo: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Emfazo: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Elirejo: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Movovojoj: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Diversaj: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Neniu"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hodiaŭ,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Hieraŭ,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(sen aŭtoro)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME-Prezentilo atingis la finon de la prezentaĵo. Ĉu vi volas daŭrigi ek de la komenco?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME-Prezentilo atingis la komencon de la prezentaĵo. Ĉu vi volas daŭrigi ek de la fino?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME-Desegnilo atingis la finon de la dokumento. Ĉu vi volas daŭrigi ek de la komenco?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME-Desegnilo atingis la komencon de la dokumento. Ĉu vi volas daŭrigi ek de la fino?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Enmeti Komenton"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Forigi komentojn"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Movi komenton"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Redakti Komenton"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Respondi al %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Registraĵa spektado"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabelo"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumento"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Lumbildoj en unu paĝo:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ordo:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Enhavo"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nomo de lumbildo"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nomo de paĝo"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Dato kaj horo"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Kaŝitaj paĝoj"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Koloro"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Grando"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Broŝuro"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Paĝaj flankoj"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inkluzivi"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Uzi nur paperpleton el presilaj agordoj"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Paĝoj:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Lumbildoj:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME-Prezentilo serĉis ĝis la fino de la prezentaĵo. Ĉu vi volas daŭrigi ĉe la komenco?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME-Prezentilo serĉis ĝis la komenco de la prezentaĵo. Ĉu vi volas daŭrigi ĉe la fino?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Desegnilo serĉis ĝis la fino de la prezentaĵo. Ĉu vi volas daŭrigi ĉe la komenco?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Desegnilo serĉis ĝis la komenco de la prezentaĵo. Ĉu vi volas daŭrigi ĉe la fino?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animacio"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Ligo"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Sekva"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Antaŭa"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Unua lumbildo"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Lasta lumbildo"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Fermi la panelon"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Aldoni novan fasonon"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/eo/svtools/messages.po b/source/eo/svtools/messages.po
index ab2b39c6e6f..14a17818a2f 100644
--- a/source/eo/svtools/messages.po
+++ b/source/eo/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-14 01:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/eo/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Rulumi al la lasta folio"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Aldoni folion"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/eo/sw/messages.po b/source/eo/sw/messages.po
index 2b420ac35d7..435389facf6 100644
--- a/source/eo/sw/messages.po
+++ b/source/eo/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-04-14 01:34+0000\n"
"Last-Translator: Donald Rogers <donr2648@fastmail.fm>\n"
"Language-Team: Esperanto <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/eo/>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Enmeti indekseron"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Forigas la elektitan elementon el la indekso. La elementa teksto en la dokumento ne foriĝos."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Enmeti"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Indekso:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Elektu la indekson en kiun enmeti elementon."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nova indekso agordita de la uzanto"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Enigi:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Vidigas la tekston elektitan en la dokumento. Laŭplaĉe vi povas enigi alian vorton por la indeksa elemento. La elektita teksto en la dokumento ne ŝanĝiĝos."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Ĝisdatigi elementon el sekcio"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Enigu la fonektikan skribon por la rilata elemento. Ekzemple, se japana kanĝi-vorto havas pli ol unu prononcon, enigu la ĝustan prononcon kiel katakana-vorto."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Enigu la fonetikan skibon por la rilata elemento."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Enigu la fonetikan skibon por la rilata elemento."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1-a ŝlosilo:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2-a ŝlosilo:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Indeksa nivelo:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Enigu la indeksan nivelon por la elemento, kiu agordas la aspekton de la elemento en la generata indekso."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Enigu la indeksan nivelon por la elemento. La indeksa nivelo agordas la aspekton de la elemento, laŭ la agordoj por tiu nivelo en la langeto \"Elementoj\" kaj la langeto \"Stiloj\", en la dialogo \"Enhavtabelo\", indekso, aŭ bibliografio\". Kun la aprioraj agordoj, pli alta indeksa nivelo rezultigos pli grandan krommarĝenon por la elemento en la generota indekso."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Ĉefa elemento"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Igas la elektitan tekston la ĉefa elemento en alfabeta indekso."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Apliki al ĉiuj aliaj aperoj"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Nur kompletaj vortoj"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Kongruigi usklecon"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Sekva elemento (samnoma)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Saltas al la sekva indeksa elemento samtipa kun la sama nomo en la dokumento."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Antaŭa elemento (samnoma)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Saltas al la antaŭa indeksa elemento samtipa kun la sama nomo en la dokumento."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Antaŭa elemento"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Saltas al la antaŭa samspeca indeksa elemento en la dokumento."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Sekva elemento"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Saltas al la sekva samspeca indeksa elemento en la dokumento."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Markas la elektitan tekston kiel indekso aŭ enhavotabelo. Redaktas la elektitan indekseron."
diff --git a/source/es/cui/messages.po b/source/es/cui/messages.po
index 76a81d8b78a..88a0f025b1a 100644
--- a/source/es/cui/messages.po
+++ b/source/es/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-08 22:38+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/es/>\n"
"Language: es\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Siempre guar_dar como:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Documento de texto"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Documento HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Patrón de documento"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Hoja de cálculo"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentación"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dibujo"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fórmula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tipo de d_ocumento:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Formato de archivo predeterminado y opciones de ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
@@ -17509,7 +17467,7 @@ msgstr "Utilizar aceleración por hard_ware"
#: cui/uiconfig/ui/optviewpage.ui:428
msgctxt "optviewpage|useaccel|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Hace falta reiniciar"
#. qw73y
#: cui/uiconfig/ui/optviewpage.ui:434
@@ -17527,7 +17485,7 @@ msgstr "Utilizar anti_dentado"
#: cui/uiconfig/ui/optviewpage.ui:449
msgctxt "optviewpage|useaa|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Hace falta reiniciar"
#. fUKV9
#: cui/uiconfig/ui/optviewpage.ui:455
@@ -17545,7 +17503,7 @@ msgstr "Representar todo el programa con Skia"
#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|useskia|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Hace falta reiniciar"
#. RFqrA
#: cui/uiconfig/ui/optviewpage.ui:481
@@ -17575,7 +17533,7 @@ msgstr "Skia está desactivado."
#: cui/uiconfig/ui/optviewpage.ui:527
msgctxt "optviewpage|btnSkialog"
msgid "Copy skia.log"
-msgstr ""
+msgstr "Copiar skia.log"
#. sy9iz
#: cui/uiconfig/ui/optviewpage.ui:543
diff --git a/source/es/formula/messages.po b/source/es/formula/messages.po
index cc3ecf69253..67a79c5063f 100644
--- a/source/es/formula/messages.po
+++ b/source/es/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-15 19:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/es/>\n"
"Language: es\n"
@@ -2726,7 +2726,7 @@ msgstr "Enumera todas las categorías a las que pueden pertenecer cada una de la
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "_Función:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
diff --git a/source/es/helpcontent2/source/text/scalc.po b/source/es/helpcontent2/source/text/scalc.po
index 4003a781de2..1ee06018c59 100644
--- a/source/es/helpcontent2/source/text/scalc.po
+++ b/source/es/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-07 20:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/es/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548565117.000000\n"
#. ZxQeC
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Eliminar hoja</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Color de pestaña de la hoja"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/00.po b/source/es/helpcontent2/source/text/scalc/00.po
index eccb87b46b3..aed196955c0 100644
--- a/source/es/helpcontent2/source/text/scalc/00.po
+++ b/source/es/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-04-16 21:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/es/>\n"
"Language: es\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Vaya a <emph>Hoja ▸ Eliminar celdas</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Vaya a <emph>Hoja ▸ Eliminar hoja</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Abra el menú contextual de una pestaña de hoja."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Vaya a <emph>Hoja ▸ Mover o copiar hoja</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Abra el menú contextual de una pestaña de hoja."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insertar columnas"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Vaya a <menuitem>Hoja ▸ Insertar hoja</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -626,7 +581,7 @@ msgctxt ""
"par_id3149385\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. 9p3Gg
#: 00000404.xhp
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Vaya a <emph>Hoja</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Vaya a <emph>Hoja ▸ Cambiar nombre de hoja</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Vaya a <emph>Hoja ▸ Mostrar hoja</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Esta función está disponible desde la versión 7.3 de %PRODUCTNAME."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Esta función está disponible desde la versión 7.4 de %PRODUCTNAME."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Esta función está disponible desde la versión 7.5 de %PRODUCTNAME."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menú Hoja"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index f2320193d7e..e9dfe1b8fbf 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n"
"Language: es\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>hojas de cálculo;eliminar</bookmark_value><bookmark_value>hojas;eliminar</bookmark_value><bookmark_value>eliminar;hojas de cálculo</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Eliminar hoja"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Elimina la hoja actual tras una pregunta de confirmación.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "No es posible eliminar hojas mientras esté activada la opción <emph>Editar ▸ Control de cambios ▸ Grabar</emph>."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Elimina la hoja actual."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancela el diálogo. No se lleva a cabo ninguna operación de borrado."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>hojas de cálculo;mover</bookmark_value><bookmark_value>hojas de cálculo;copiar</bookmark_value><bookmark_value>mover;hojas de cálculo</bookmark_value><bookmark_value>copiar;hojas de cálculo</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Mover o copiar una hoja"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insertar hoja"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>Hojas; creación</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insertar hoja"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43444,14 +43426,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>nombres de hojas de trabajo</bookmark_value><bookmark_value>cambiar;nombres de hojas</bookmark_value><bookmark_value>hojas;cambiar nombre</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Cambiar nombre a la hoja"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43507,32 +43489,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Mostrar hoja"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>hojas;mostrar</bookmark_value><bookmark_value>mostrar;hojas</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Mostrar hoja"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Muestra las hojas que se ocultaron mediante la orden <emph>Ocultar</emph>.</ahelp></variable> Seleccione una única página para ejecutar la orden. La hoja actual siempre está seleccionada. Si está seleccionada una hoja distinta de la actual, puede quitar la selección oprimiendo <switchinline select=\"sys\"> <caseinline select=\"MAC\">⌘</caseinline> <defaultinline>Control</defaultinline> </switchinline> al tiempo que pulsa en la pestaña correspondiente en la parte inferior de la ventana."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47593,14 +47584,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>insertar filas; hoja protegida</bookmark_value><bookmark_value>insertar columnas; hoja protegida</bookmark_value><bookmark_value>eliminar columnas; hoja protegida</bookmark_value><bookmark_value>eliminar filas; hoja protegida</bookmark_value><bookmark_value>hoja protegida; insertar columnas</bookmark_value><bookmark_value>hoja protegida; insertar filas</bookmark_value><bookmark_value>hoja protegida; eliminar filas</bookmark_value><bookmark_value>hoja protegida; eliminar columnas</bookmark_value><bookmark_value>proteger; hoja</bookmark_value><bookmark_value>selección; en celdas protegidas</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protección de hojas</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -47699,7 +47690,7 @@ msgctxt ""
"par_id921619430295947\n"
"help.text"
msgid "<emph>Select unprotected cells</emph>: mark this checkbox to allow user to select unprotected cells. When the checkbox is unmarked, user cannot select unprotected cells, the cursor cannot enter in a unprotected cell or range."
-msgstr "<emph>Seleccionar celdas no protegidas</emph>marque esta casilla para permitir al usuario seleccionar celdas no protegidas. Cuando la casilla no está marcada, el usuario no puede seleccionar celdas no protegidas, el cursor no puede entrar en una celda o rango no protegido."
+msgstr "<emph>Seleccionar celdas desprotegidas</emph>: active esta casilla para permitir al usuario seleccionar las celdas no protegidas. Cuando la casilla no está activada, no es posible seleccionar las celdas desprotegidas y el cursor no puede entrar en una celda o un intervalo desprotegido."
#. R6DuD
#: 06060100.xhp
@@ -55281,6 +55272,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69798,6 +70023,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=FRAC.AÑO(\"2008-01-01\"; \"2008-07-01\";0)</item> devuelve 0.50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70104,6 +70392,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Para identificar correctamente los cambios, cada colaborador debe proporcionar su nombre en <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME ▸ Datos de identidad</menuitem>."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/04.po b/source/es/helpcontent2/source/text/scalc/04.po
index 9918e22d800..b73df737ede 100644
--- a/source/es/helpcontent2/source/text/scalc/04.po
+++ b/source/es/helpcontent2/source/text/scalc/04.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: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2022-10-23 10:11+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1548566536.000000\n"
#. NQkD7
@@ -941,7 +941,7 @@ msgctxt ""
"hd_id3153730\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. FiJzq
#: 01020000.xhp
diff --git a/source/es/helpcontent2/source/text/scalc/guide.po b/source/es/helpcontent2/source/text/scalc/guide.po
index 36591a6c590..5b72fa800e9 100644
--- a/source/es/helpcontent2/source/text/scalc/guide.po
+++ b/source/es/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-15 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/es/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564692214.000000\n"
#. NXy6S
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Desplazarse mediante las pestañas de la hoja"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>hojas;mostrar varias</bookmark_value><bookmark_value>pestañas de la hoja;usar</bookmark_value><bookmark_value>vistas;varias hojas</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navegar por las pestañas de las hojas</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "De forma predeterminada, $[officename] incluye tres hojas (Hoja1, Hoja2 y Hoja3) en cada nueva hoja de cálculo. Puede conmutar la visualización de las hojas de una hoja de cálculo mediante las pestañas que hay en la parte inferior de la pantalla."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Pestañas de hojas</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icono</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Utilice los botones de desplazamiento para mostrar todas las hojas del documento. Al pulsar en el botón del extremo izquierdo o del extremo derecho se muestra, respectivamente, la primera o la última hoja. Los botones intermedios le permiten desplazarse hacia delante y hacia atrás entre las pestañas. Para mostrar una hoja, pulse en su pestaña."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Aplicar hojas múltiples"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>hojas; insertar</bookmark_value> <bookmark_value>insertar; hojas</bookmark_value> <bookmark_value>hojas; seleccionar varias</bookmark_value> <bookmark_value>agregar hojas</bookmark_value> <bookmark_value>seleccionar;varias hojas</bookmark_value> <bookmark_value>varias hojas</bookmark_value> <bookmark_value>calcular;varias hojas</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Aplicar a varias hojas</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Insertar una hoja"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Seleccione <item type=\"menuitem\">Insertar - Hoja de cálculo</item> para insertar una hoja nueva o una procedente de otro archivo."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Abre un cuadro de diálogo donde puede asignar macros a los eventos de hoja.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Abre una ventana donde se puede asignar un color a la pestaña de la hoja.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/menu.po b/source/es/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/es/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/es/helpcontent2/source/text/schart/04.po b/source/es/helpcontent2/source/text/schart/04.po
index 4ba39aa9bec..a266eb5e8c0 100644
--- a/source/es/helpcontent2/source/text/schart/04.po
+++ b/source/es/helpcontent2/source/text/schart/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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-07-19 20:03+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textschart04/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1499899773.000000\n"
#. XTsp4
@@ -257,7 +257,7 @@ msgctxt ""
"hd_id3153815\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. nJhMW
#: 01020000.xhp
diff --git a/source/es/helpcontent2/source/text/sdraw.po b/source/es/helpcontent2/source/text/sdraw.po
index b8ed663e647..346bb191570 100644
--- a/source/es/helpcontent2/source/text/sdraw.po
+++ b/source/es/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-23 11:28+0000\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1564682198.000000\n"
#. dHbww
@@ -293,7 +293,7 @@ msgctxt ""
"hd_id671683306520960\n"
"help.text"
msgid "Line Color"
-msgstr ""
+msgstr "Color de línea"
#. mb9UG
#: main0210.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"hd_id361683306526098\n"
"help.text"
msgid "Fill Color"
-msgstr ""
+msgstr "Color de relleno"
#. GoGiJ
#: main0210.xhp
diff --git a/source/es/helpcontent2/source/text/sdraw/00.po b/source/es/helpcontent2/source/text/sdraw/00.po
index 99d94e591ca..a7f331ce2f2 100644
--- a/source/es/helpcontent2/source/text/sdraw/00.po
+++ b/source/es/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-01-20 17:27+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1561322983.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menú Insertar"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Vaya a <menuitem>Insertar ▸ Capa</menuitem>"
#. AUTMW
#: insert_menu.xhp
diff --git a/source/es/helpcontent2/source/text/shared/00.po b/source/es/helpcontent2/source/text/shared/00.po
index 8db2955d38d..bab34f235f5 100644
--- a/source/es/helpcontent2/source/text/shared/00.po
+++ b/source/es/helpcontent2/source/text/shared/00.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-13 08:32+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/es/>\n"
"Language: es\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Para acceder a esta orden…</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menú Archivo"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Vaya a <emph>Archivo ▸ Previsualizar en navegador</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Nuevo</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Icono <emph>Nuevo</emph> en la barra <emph>Estándar</emph> (el icono muestra el tipo del documento nuevo)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icono Nuevo</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nuevo"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Abrir</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "En la barra <emph>Estándar</emph>, pulse en"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icono Abrir</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Abrir archivo"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Vaya a <emph>Archivo ▸ Cerrar</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Vaya a <menuitem>Archivo ▸ Guardar</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘S</keycode></caseinline><defaultinline><keycode>Ctrl + G</keycode></defaultinline></switchinline>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "En la barra de herramientas <emph>Estándar</emph> o <emph>Datos de tabla</emph>, pulse en"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Vaya a <menuitem>Archivo ▸ Guardar</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icono Guardar</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Guardar"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘S</keycode></caseinline><defaultinline><keycode>Ctrl + G</keycode></defaultinline></switchinline>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icono Guardar como</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Guardar como"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Vaya a <menuitem>Archivo ▸ Guardar todo</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Vaya a <menuitem>Archivo ▸ Guardar como</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Recargar</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icono Previsualizar impresión</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Configuración de impresora</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Enviar documento por correo"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Vaya a <menuitem>Archivo ▸ Exportar</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Exportar a ▸ Exportar a EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icono Exportar a EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Exportar directamente a EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Exportar a ▸ Exportar a PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Imprimir</menuitem>"
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "En la barra <emph>Estándar</emph>, pulse en"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Icono Imprimir</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Imprimir"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Mientras visualiza un documento de texto, en la barra <emph>Previsualizar impresión</emph>, pulse en"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprimir vista preliminar"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Vaya a <menuitem>Archivo ▸ Exportar</menuitem>; si el tipo de archivo seleccionado es PBM, PPM o PGM, el cuadro de diálogo se abre automáticamente.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Vaya a <emph>Archivo ▸ Versiones</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -12893,7 +13271,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icono Línea</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -15062,7 +15440,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icono Copiar</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15107,7 +15485,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icono Pegar</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15242,7 +15620,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icono Seleccionar todo</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15467,7 +15845,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Icono Buscar</alt></image>"
#. 8FD2j
#: edit_menu.xhp
diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po
index 18ac9b1001f..e5bc9096662 100644
--- a/source/es/helpcontent2/source/text/shared/01.po
+++ b/source/es/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n"
"Language: es\n"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Función</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icono Documento de texto</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Crea un documento de texto en $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icono Hoja de cálculo</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Crea un documento de hoja de cálculo en $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icono Presentación</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Crea un documento de presentación en $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icono Dibujo</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Crea un documento de dibujo en $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icono Fórmula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Crea un documento de fórmula en $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icono Base de datos</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Crea un documento HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icono Documento de formulario XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crea un documento <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icono Etiquetas</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icono Patrón de documento</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Abre un documento alojado en un servicio de archivos remotos.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Vaya a <item type=\"menuitem\">Archivo ▸ Abrir remoto</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Pulse en el botón <emph>Archivos remotos</emph> del <emph>Centro de bienvenida</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Pulse prolongadamente en el icono <emph>Abrir</emph> y seleccione <emph>Abrir archivo remoto</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Guarda una copia del documento actual con otro nombre o en otra ubicación.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Vaya a <item type=\"menuitem\">Archivo ▸ Guardar una copia</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exporta el documento en los formatos PDF o EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Vaya a <emph>Archivo ▸ Exportar a</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Para seleccionar todas las celdas de una hoja, pulse en el botón situado en la intersección entre las cabeceras de filas y de columnas, en la esquina superior izquierda de la hoja.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Para seleccionar todas las hojas de un libro, pulse con el botón secundario del ratón en la pestaña de una de las hojas y seleccione <emph>Seleccionar todas las hojas</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selecciona todas las hojas del libro actual.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -8924,7 +8879,7 @@ msgctxt ""
"par_id821680694984368\n"
"help.text"
msgid "\\N{UNICODE CHARACTER NAME}"
-msgstr ""
+msgstr "\\N{NOMBRE DE CARÁCTER UNICODE}"
#. 6cAAB
#: 02100001.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>personalizar; eventos</bookmark_value><bookmark_value>eventos; personalizar</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Eventos</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Permite asignar macros a eventos del programa. La macro que asigne se ejecutará automáticamente cada vez que se produzca el evento seleccionado.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "El cuadro de diálogo tiene funcionalidad reducida cuando es llamado desde el menú Editar ▸ Hoja en una hoja de cálculo."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po
index 8470e617b53..96c93a9d2f8 100644
--- a/source/es/helpcontent2/source/text/shared/guide.po
+++ b/source/es/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n"
"Language: es\n"
@@ -12866,7 +12866,7 @@ msgctxt ""
"par_id891681132368390\n"
"help.text"
msgid "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icon Fontwork Gallery</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icono Galería de Fontwork</alt></image>"
#. B5fwe
#: fontwork.xhp
@@ -12875,7 +12875,7 @@ msgctxt ""
"par_id81681132368394\n"
"help.text"
msgid "Fontwork Gallery"
-msgstr ""
+msgstr "Galería de Fontwork"
#. 2jUYr
#: fontwork.xhp
@@ -22379,7 +22379,7 @@ msgctxt ""
"par_id461682098105759\n"
"help.text"
msgid "Creates an accessible PDF file that follows the requirements of the PDF/UA (ISO 14289) specification."
-msgstr ""
+msgstr "Crea un archivo PDF accesible que cumple los requisitos de la especificación PDF/UA (ISO 14289)."
#. 6jnKY
#: pdf_params.xhp
@@ -23027,7 +23027,7 @@ msgctxt ""
"par_id451682110379499\n"
"help.text"
msgid "0: The document cannot be printed."
-msgstr ""
+msgstr "0: el documento no se puede imprimir."
#. R67Dw
#: pdf_params.xhp
@@ -23036,7 +23036,7 @@ msgctxt ""
"par_id971682110383819\n"
"help.text"
msgid "1: The document can be printed at low resolution only."
-msgstr ""
+msgstr "1: el documento puede imprimirse solo en resolución baja."
#. hhBsT
#: pdf_params.xhp
diff --git a/source/es/helpcontent2/source/text/shared/optionen.po b/source/es/helpcontent2/source/text/shared/optionen.po
index 825e2dcd956..8b435c21f8b 100644
--- a/source/es/helpcontent2/source/text/shared/optionen.po
+++ b/source/es/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-24 15:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n"
"Language: es\n"
@@ -7511,7 +7511,7 @@ msgctxt ""
"hd_id331681490548345\n"
"help.text"
msgid "Anchor"
-msgstr ""
+msgstr "Anclaje"
#. EPGrw
#: 01040600.xhp
diff --git a/source/es/helpcontent2/source/text/simpress/00.po b/source/es/helpcontent2/source/text/simpress/00.po
index d054d7f7158..0b4810a1f02 100644
--- a/source/es/helpcontent2/source/text/simpress/00.po
+++ b/source/es/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1560857928.000000\n"
#. sqmGT
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Ver ▸ Normal</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -401,7 +401,7 @@ msgctxt ""
"par_id3148768\n"
"help.text"
msgid "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Slide Show Icon</alt></image>"
-msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Icono de pase de diapositivas</alt></image>"
+msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Icono Pase de diapositivas</alt></image>"
#. uF2sr
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Ver ▸ Normal</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Vaya a <menuitem>Ver ▸ Notas</menuitem>.</variable>"
#. yDXA6
#: 00000404.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Formato ▸ Interacción</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icono Animación personalizada</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icono Invertir</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vaya a <emph>Forma ▸ Dividir</emph> (solo en %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1319,7 +1319,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vaya a <emph>Forma</emph> (solo en %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1373,7 +1373,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vaya a <emph>Forma ▸ Intersecar</emph> (solo en %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Diapositiva ▸ Diapositiva nueva</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/00.po b/source/es/helpcontent2/source/text/swriter/00.po
index 8ab42815a7e..cc2daa12967 100644
--- a/source/es/helpcontent2/source/text/swriter/00.po
+++ b/source/es/helpcontent2/source/text/swriter/00.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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-16 21:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/es/>\n"
"Language: es\n"
@@ -284,7 +284,7 @@ msgctxt ""
"par_id3151243\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. 6LT7E
#: 00000402.xhp
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Combinar correspondencia"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/es/helpcontent2/source/text/swriter/01.po b/source/es/helpcontent2/source/text/swriter/01.po
index ee334f3584f..89bd00f0495 100644
--- a/source/es/helpcontent2/source/text/swriter/01.po
+++ b/source/es/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-09 06:46+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n"
"Language: es\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "No podrá editar el documento mientras se encuentre en la previsualización."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Para salir de la previsualización, pulse en el botón <emph>Cerrar previsualización</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"hd_id3155308\n"
"help.text"
msgid "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">List Box</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">Cuadro de lista</link></variable>"
#. bkwZ7
#: 02110000.xhp
@@ -1382,7 +1382,7 @@ msgctxt ""
"hd_id3154292\n"
"help.text"
msgid "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Drag Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Modo de arrastre</link></variable>"
#. G5FvJ
#: 02110000.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"hd_id3150938\n"
"help.text"
msgid "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insert As Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insertar como hiperenlace</link></variable>"
#. 8BVxG
#: 02110000.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"hd_id3154354\n"
"help.text"
msgid "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insert As Link</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insertar como enlace</link></variable>"
#. Q8EAG
#: 02110000.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"hd_id3155572\n"
"help.text"
msgid "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insert As Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insertar como copia</link></variable>"
#. GFSCB
#: 02110000.xhp
@@ -1544,7 +1544,7 @@ msgctxt ""
"hd_id911683912584456\n"
"help.text"
msgid "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copiar</link></variable>"
#. 9ipGr
#: 02110000.xhp
@@ -1607,7 +1607,7 @@ msgctxt ""
"par_id3149025\n"
"help.text"
msgid "Select the document that you want to view."
-msgstr ""
+msgstr "Seleccione el documento que se ha de mostrar."
#. sBGsH
#: 02110000.xhp
@@ -1616,7 +1616,7 @@ msgctxt ""
"hd_id11683919143308\n"
"help.text"
msgid "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Edit</link></variable>"
-msgstr ""
+msgstr "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Editar</link></variable>"
#. ck62e
#: 02110000.xhp
@@ -1661,7 +1661,7 @@ msgctxt ""
"par_id241683919972627\n"
"help.text"
msgid "Deletes the selected table."
-msgstr ""
+msgstr "Elimina la tabla seleccionada."
#. X6A9S
#: 02110000.xhp
@@ -1697,7 +1697,7 @@ msgctxt ""
"par_id391683980193867\n"
"help.text"
msgid "Deletes the frame and all its contents."
-msgstr ""
+msgstr "Elimina el marco y todo lo que contenga."
#. 9PCbd
#: 02110000.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_id101683980385919\n"
"help.text"
msgid "Deletes the image."
-msgstr ""
+msgstr "Elimina la imagen."
#. pRa7R
#: 02110000.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id881683980540620\n"
"help.text"
msgid "Deletes the OLE object."
-msgstr ""
+msgstr "Elimina el objeto OLE."
#. J7vvC
#: 02110000.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"hd_id901683980594188\n"
"help.text"
msgid "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Delete Bookmark</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Eliminar marcador</link></variable>"
#. uAwPx
#: 02110000.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id971683980619549\n"
"help.text"
msgid "Deletes the bookmark."
-msgstr ""
+msgstr "Elimina el marcador."
#. dYAKz
#: 02110000.xhp
@@ -1859,7 +1859,7 @@ msgctxt ""
"par_id801683980678191\n"
"help.text"
msgid "Deletes the hyperlink."
-msgstr ""
+msgstr "Elimina el enlace."
#. CHAwA
#: 02110000.xhp
@@ -1895,7 +1895,7 @@ msgctxt ""
"par_id91683980841097\n"
"help.text"
msgid "Deletes the reference."
-msgstr ""
+msgstr "Elimina la referencia."
#. BomPF
#: 02110000.xhp
@@ -1922,7 +1922,7 @@ msgctxt ""
"hd_id521683981584628\n"
"help.text"
msgid "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Update</link></variable>"
-msgstr ""
+msgstr "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Actualizar</link></variable>"
#. D3Zo9
#: 02110000.xhp
@@ -1931,7 +1931,7 @@ msgctxt ""
"par_id271683981607144\n"
"help.text"
msgid "Updates the index."
-msgstr ""
+msgstr "Actualiza el índice."
#. rHKXT
#: 02110000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -1976,7 +1976,7 @@ msgctxt ""
"hd_id971683980909048\n"
"help.text"
msgid "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Delete Index</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Eliminar índice</link></variable>"
#. Xwre3
#: 02110000.xhp
@@ -1985,7 +1985,7 @@ msgctxt ""
"par_id701683980930568\n"
"help.text"
msgid "Deletes the index."
-msgstr ""
+msgstr "Elimina el índice."
#. EzESp
#: 02110000.xhp
@@ -2021,7 +2021,7 @@ msgctxt ""
"par_id321683981750977\n"
"help.text"
msgid "Deletes the comment."
-msgstr ""
+msgstr "Elimina el comentario."
#. fPEME
#: 02110000.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_id31683981815246\n"
"help.text"
msgid "Deletes the drawing object."
-msgstr ""
+msgstr "Elimina el objeto de dibujo."
#. nhnFF
#: 02110000.xhp
@@ -2093,7 +2093,7 @@ msgctxt ""
"par_id21683981906703\n"
"help.text"
msgid "Deletes the field."
-msgstr ""
+msgstr "Elimina el campo."
#. i2qFg
#: 02110000.xhp
@@ -2129,7 +2129,7 @@ msgctxt ""
"par_id201683982301451\n"
"help.text"
msgid "Deletes the footnote."
-msgstr ""
+msgstr "Elimina la nota al pie."
#. egHVc
#: 02110000.xhp
@@ -2165,7 +2165,7 @@ msgctxt ""
"par_id361683982023583\n"
"help.text"
msgid "Deletes the endnote."
-msgstr ""
+msgstr "Elimina la nota final."
#. uyXQ7
#: 02110000.xhp
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperenlace (LS y LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crea un hiperenlace para la parte de la entrada que el usuario delimite entre las etiquetas de apertura (LS) y cierre (LE) del hiperenlace. En la línea <emph>Estructura</emph>, pulse en el cuadro vacío que se ubique después de la ubicación donde se desee crear el hiperenlace y, a continuación, pulse en este botón. Repita este proceso para cada hiperenlace. Todos los hiperenlaces deben ser únicos. Disponible únicamente para los sumarios.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,14 +28376,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Propiedades del control de contenido</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/04.po b/source/es/helpcontent2/source/text/swriter/04.po
index 11debe6f331..1e3b77d0858 100644
--- a/source/es/helpcontent2/source/text/swriter/04.po
+++ b/source/es/helpcontent2/source/text/swriter/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-18 19:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/es/>\n"
"Language: es\n"
@@ -149,7 +149,7 @@ msgctxt ""
"hd_id3147411\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. 5dp5A
#: 01020000.xhp
diff --git a/source/es/helpcontent2/source/text/swriter/guide.po b/source/es/helpcontent2/source/text/swriter/guide.po
index f77133206c6..531a410ae24 100644
--- a/source/es/helpcontent2/source/text/swriter/guide.po
+++ b/source/es/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-02 12:34+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1566235756.000000\n"
#. XAt2Y
@@ -18500,7 +18500,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Pulse sobre el texto que ha introducido."
#. csEKP
#: text_rotate.xhp
diff --git a/source/es/officecfg/registry/data/org/openoffice/Office.po b/source/es/officecfg/registry/data/org/openoffice/Office.po
index 39ca9824eb5..ec0bb6c6164 100644
--- a/source/es/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/es/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-25 11:20+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/es/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1555353971.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notas"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documentos de texto"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Hojas de cálculo"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentaciones"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dibujos"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Páginas web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Patrones de documento"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fórmulas"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documentos de base de datos"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
index 3585cd4f071..89055a1fd4a 100644
--- a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/es/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 10:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/es/>\n"
"Language: es\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564940711.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Validación de datos…"
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eliminar filas"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Cambiar patrón de diapositivas…"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Patrón de páginas…"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insertar columnas"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Eliminar columnas seleccionadas"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Eliminar filas"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Eliminar ~filas"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Eliminar filas seleccionadas"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31919,15 +31909,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Insertar número de página"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Número de pág~ina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33099,6 +33109,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eliminar filas"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Filas"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Eliminar filas seleccionadas"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
@@ -36037,7 +36077,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Block Quotation"
-msgstr ""
+msgstr "Cita en ~bloque"
#. 4D7Xe
#: WriterCommands.xcu
@@ -36047,7 +36087,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Block Quotation"
-msgstr ""
+msgstr "Cita en ~bloque"
#. Zp2mb
#: WriterCommands.xcu
@@ -36097,7 +36137,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Cuerpo de texto"
#. jRjpR
#: WriterCommands.xcu
@@ -36107,7 +36147,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Body Text"
-msgstr ""
+msgstr "Cuerpo de texto"
#. UkAWw
#: WriterCommands.xcu
@@ -36117,7 +36157,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Body Text Paragraph Style"
-msgstr ""
+msgstr "Estilo de párrafo Cuerpo de texto"
#. 3LYMu
#: WriterCommands.xcu
diff --git a/source/es/sc/messages.po b/source/es/sc/messages.po
index c70c1807836..fb36655491b 100644
--- a/source/es/sc/messages.po
+++ b/source/es/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/es/>\n"
@@ -32445,38 +32445,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Cuando se activa esta opción, Calc conserva el contenido previo de las celdas al pegar celdas vacías. De lo contrario, Calc elimina el contenido de las celdas anteriores."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Otras opciones"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ipo de columna:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Elija una columna en la ventana de previsualización y seleccione el tipo de datos a los que aplicar los datos importados."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Texto a columnas"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Campos"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Establece las opciones de importación de datos delimitados."
diff --git a/source/es/sd/messages.po b/source/es/sd/messages.po
index 48bd2a2ab48..db47f35cd0e 100644
--- a/source/es/sd/messages.po
+++ b/source/es/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-12 11:48+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/es/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563809077.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Insertar texto"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Cargar patrón de diapositivas"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Inteligente"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Izquierda"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Derecha"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Arriba"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Abajo"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "¿Izquierda superior?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "¿Izquierda inferior?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "¿Derecha superior?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "¿Derecha inferior?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "¿Todos?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Esta acción no se puede realizar en modo en vivo."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Regresar"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Continuar"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Resumen"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Reemplazar color"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Disolvencia"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Ampliar página"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva del sumario"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Por el momento no existe ningún origen SANE disponible."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Por el momento no existe ningún origen TWAIN disponible."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fijo"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Predeterminado"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Predeterminado (corto)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Predeterminado (largo)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nombre del archivo"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Ruta/Nombre del archivo"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Ruta"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nombre del archivo sin extensión"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Pase personalizado nuevo"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Formato de presentación de %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Formato de dibujo de %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Desagrupar metarchivos…"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "No fue posible desagrupar todos los objetos de dibujo."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentación de %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Dibujo de %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"¿Quiere sobrescribirlo?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Texto"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperenlace"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Enlace visitado"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Enlace activo"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Sumario"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Pulse aquí para comenzar"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Correo electrónico"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Sitio web"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Más información"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Descargar presentación"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "El navegador no permite el uso de marcos flotantes."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Primera página"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Última página"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Texto"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imagen"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Con contenido"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sin contenido"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "A la página indicada"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convertir mapa de bits en polígono"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Pulse para salir de la presentación…"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Aplicar favorito 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtro de imagen"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"no es un archivo de audio válido."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convertir en metarchivo"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convertir en mapa de bits"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "No se pudo crear el archivo $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "No se pudo abrir el archivo $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "No se pudo copiar el archivo $(URL1) en $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nombre del patrón de diapositiva. Pulse con el botón secundario para una lista o pulse para abrir un diálogo."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Cambiar nombre de diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Cambiar nombre de página"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "No se permiten nombres duplicados o vacíos"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nombre"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Cambiar nombre de patrón de diapositiva"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Área de título para disposiciones automáticas"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Área de objeto para disposiciones automáticas"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Área de pie de página"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Área de cabecera"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Área de fecha"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Área de número de diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Área de número de página"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<cabecera>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<pie de página>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<fecha/hora>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<número>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<contar>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nombre-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nombre-página>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Área de notas"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversión hangul/hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositivas"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Páginas"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Vista no disponible"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparando vista"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Disposiciones"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Estilos de dibujo"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Estilos de presentación"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de celdas"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Establecer imagen de fondo"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentarios"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Restablecer disposición de diapositiva"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Insertar una tabla"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Insertar gráfico"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Insertar imagen"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insertar audio o vídeo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrastre y coloque páginas"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrastre y coloque diapositivas"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Añada imágenes para su álbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de texto"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "La carpeta local de destino «%FILENAME» no está vacía. Es posible que se sobrescriban algunos archivos. ¿Quiere continuar?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fondo"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objetos de fondo"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disposición"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controles"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Líneas de cota"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Página"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Patrón de diapositiva"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Patrón de diaps.:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Patrón de página"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Patrón de páginas:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Folletos"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Pulse para editar el formato del texto de título"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Pulse para editar el formato de texto del esquema"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Toque dos veces para editar el formato del texto de título"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Toque dos veces para editar el formato de texto del esquema"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Segundo nivel del esquema"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tercer nivel del esquema"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Cuarto nivel del esquema"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Quinto nivel del esquema"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sexto nivel del esquema"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Séptimo nivel del esquema"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Pulse para desplazar la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Pulse para editar el formato de las notas"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Toque dos veces para desplazar la diapositiva"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Toque dos veces para editar el formato de las notas"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Pulse para añadir un título"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Pulse para añadir texto"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Pulse para añadir texto"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Pulse para añadir notas"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Toque dos veces para añadir un título"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Toque dos veces para añadir texto"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Toque dos veces para añadir texto"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Toque para editar el texto"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Toque dos veces para añadir notas"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Pulse dos veces para añadir una imagen"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Pulse dos veces para añadir un objeto"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Pulse dos veces para añadir un gráfico"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Pulse dos veces para añadir un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Pulse dos veces para añadir una hoja de cálculo"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Predeterminado"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Título"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Estilo de dibujo predeterminado"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mover diapositivas"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Insertar páginas"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Insertar página"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propiedades de diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objeto sin relleno"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objeto sin relleno ni línea"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texto"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Título general A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Título A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Texto A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Título general A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Título A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Texto A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Imagen"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formas"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Líneas"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Línea con flecha"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Línea discontinua"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Rellenado"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Rellenado azul"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Rellenado verde"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Rellenado amarillo"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Rellenado rojo"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contorneado"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contorneado azul"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contorneado verde"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contorneado amarillo"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contorneado rojo"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Título"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtítulo"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Esquema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objetos de fondo"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fondo"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importación desde PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Guardar documento"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Reducir tamaño de letra"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Aumentar tamaño de letra"
@@ -2431,637 +2467,637 @@ msgstr "Aumentar tamaño de letra"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Modo Dibujo"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Modo Dibujo"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Modo Esquema"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Modo Diapositivas"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Aquí puede ordenar las diapositivas."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Modo Notas"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Modo Folleto"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TítuloPresentación"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Estructura de presentación"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SubtítuloPresentación"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PáginaPresentación"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotasPresentación"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Folleto"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Forma de presentación accesible desconocida"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Pie de presentación"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Cabecera de presentación"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Fecha y hora de presentación"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Número de página de presentación"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentación de %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Título"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Estructura"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtítulo"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Página"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Folleto"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma de presentación accesible desconocida"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Pie de página"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Cabecera"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Fecha"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Número"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(solo lectura)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "Ninguno"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Hasta la próxima pulsación"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Hasta el final de la diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Dirección:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zum:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Rayos:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primer color:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segundo color:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Color de relleno:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipo de letra:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Color de letra:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Estilo:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Color de línea:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tamaño de letra:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tamaño:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Cantidad:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Color:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Sin sonido)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Detener sonido anterior)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Otro sonido…"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Muestra"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Desencadenador"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Rutas de usuario"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrada: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Énfasis: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Salida: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Trayectorias: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Varias: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ninguno"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hoy,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ayer,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(sin autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress ha alcanzado el final del documento. ¿Quiere continuar por el comienzo?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress ha alcanzado el comienzo de la presentación. ¿Quiere continuar por el final?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw ha alcanzado el final del documento. ¿Quiere continuar por el comienzo?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw ha alcanzado el principio del documento. ¿Quiere continuar por el final?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Insertar comentario"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Eliminar comentario(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mover comentario"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editar comentario"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Responder a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reproducción multimedia"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositivas por página:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Orden:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Contenido"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nombre de ~diapositiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nombre de págin~a"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Fecha y hora"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Páginas ocultas"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Tamaño"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Prospecto"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Caras de la página"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Incluir"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Usar solo la bandeja de papel de las preferencias de impresión"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Páginas:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositivas:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress ha llegado al final de la presentación. ¿Quiere continuar la búsqueda por el principio?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress ha llegado al principio de la presentación. ¿Quiere continuar la búsqueda por el final?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw ha llegado al final del documento. ¿Quiere continuar la búsqueda por el principio?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw ha llegado al principio del documento. ¿Quiere continuar la búsqueda por el final?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animación"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Enlace"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Siguiente"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Anterior"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Primera diapositiva"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Ú~ltima diapositiva"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Cerrar panel"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/es/sfx2/messages.po b/source/es/sfx2/messages.po
index 0e480e6dc78..af14ba2408c 100644
--- a/source/es/sfx2/messages.po
+++ b/source/es/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-03 05:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1562302714.000000\n"
#. bHbFE
@@ -735,7 +735,7 @@ msgstr "Abrir documento…"
#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "Template Manager..."
-msgstr ""
+msgstr "Gestor de plantillas…"
#. FzJCj
#: include/sfx2/strings.hrc:140
diff --git a/source/es/svtools/messages.po b/source/es/svtools/messages.po
index 374b4c7f2fe..762f6c7af04 100644
--- a/source/es/svtools/messages.po
+++ b/source/es/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-20 14:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/es/>\n"
"Language: es\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562302736.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Desplazarse a la última hoja"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Añadir hoja"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
@@ -1185,7 +1185,7 @@ msgstr "Iniciales"
#: include/svtools/strings.hrc:246
msgctxt "STR_FIELD_SALUTATION"
msgid "Complimentary close"
-msgstr "Tratamiento"
+msgstr "Frase de despedida"
#. 8MWGd
#: include/svtools/strings.hrc:247
@@ -1257,7 +1257,7 @@ msgstr "Id."
#: include/svtools/strings.hrc:258
msgctxt "STR_FIELD_STATE"
msgid "State"
-msgstr "Provincia"
+msgstr "Estado/provincia"
#. xP2AC
#: include/svtools/strings.hrc:259
diff --git a/source/es/sw/messages.po b/source/es/sw/messages.po
index 44f7b33a43c..b1626ec5286 100644
--- a/source/es/sw/messages.po
+++ b/source/es/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 10:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/es/>\n"
"Language: es\n"
@@ -2613,7 +2613,7 @@ msgstr "Estilo de párrafo predeterminado"
#: sw/inc/strings.hrc:76
msgctxt "STR_POOLCOLL_TEXT"
msgid "Body Text"
-msgstr ""
+msgstr "Cuerpo de texto"
#. BthAg
#: sw/inc/strings.hrc:77
@@ -2631,7 +2631,7 @@ msgstr "Sangría francesa"
#: sw/inc/strings.hrc:79
msgctxt "STR_POOLCOLL_TEXT_MOVE"
msgid "Body Text, Indented"
-msgstr ""
+msgstr "Cuerpo de texto con sangría"
#. DDwDx
#: sw/inc/strings.hrc:80
@@ -4729,7 +4729,7 @@ msgstr "Actualizar secciones"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Eliminar secciones"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -10400,7 +10400,7 @@ msgstr "Translitera texto húngaro dispuesto de derecha a izquierda a la escritu
#: sw/inc/utlui.hrc:52
msgctxt "RID_SHELLRES_AUTOFMTSTRS"
msgid "DOI citation recognition"
-msgstr ""
+msgstr "Reconocimiento de citas DOI"
#. MEgcB
#: sw/uiconfig/swriter/ui/abstractdialog.ui:22
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Insertar una entrada de índice"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Elimina la entrada seleccionada del índice. El texto de la entrada en el documento no se elimina."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Insertar"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Índice:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Seleccione el índice al que quiere añadir la entrada."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Índice definido por el usuario nuevo"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Entrada:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Actualizar entrada a partir de selección"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Lectura fonética:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Introduzca la lectura fonética de la entrada correspondiente. Por ejemplo, si una palabra kanji japonesa tiene más de una pronunciación, escriba la correcta como palabra katakana. Como consecuencia, la palabra kanji se ordena según la entrada de la lectura fonética."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Lectura fonética:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Introduzca la lectura fonética de la entrada correspondiente."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Lectura fonética:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Introduzca la lectura fonética de la entrada correspondiente."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1.ª clave:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2.ª clave:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Nivel de índice:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Introduzca el nivel de índice de la entrada, lo que determina su apariencia en el índice generado."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrada principal"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Aplicar al resto de ocurrencias"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Solo palabras completas"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Distinguir mayúsculas y minúsculas"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Entrada siguiente (mismo nombre)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Entrada anterior (mismo nombre)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Entrada anterior"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Salta a la entrada de índice anterior del mismo tipo en el documento."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Entrada siguiente"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Salta a la entrada de índice siguiente del mismo tipo en el documento."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Marca el texto seleccionado como una entrada de índice o sumario. Edita la entrada de índice seleccionada."
@@ -25430,7 +25436,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:192
msgctxt "pagenumberdlg|pagetotalCheckbox"
msgid "Include page total"
-msgstr ""
+msgstr "Incluir total de páginas"
#. EHbmr
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:202
@@ -25442,13 +25448,13 @@ msgstr ""
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:218
msgctxt "pagenumberdlg|numfmtLabel"
msgid "Page numbers:"
-msgstr ""
+msgstr "Números de página:"
#. zBZCW
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:226
msgctxt "pagenumberdlg|alignmentLabel-atkobject"
msgid "Number format"
-msgstr ""
+msgstr "Formato numérico"
#. xuA2n
#: sw/uiconfig/swriter/ui/pagenumberdlg.ui:245
diff --git a/source/et/cui/messages.po b/source/et/cui/messages.po
index c73f8923f63..12f2bf48d0e 100644
--- a/source/et/cui/messages.po
+++ b/source/et/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-01-27 03:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/et/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Alati salvestatakse vormingus:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstidokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Põhidokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Arvutustabel"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Esitlus"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Joonistus"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Valem"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Määrab dokumendi tüübi, mille vaikimisi failivormingut defineeritakse."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Määrab, millises failivormingus vasakul valitud dokumenditüüp vaikimisi salvestatakse. Aktiivse dokumendi jaoks saab salvestamise dialoogis ka muu vormingu valida."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Dokumendi tüüp:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Vaikimisi failivormingu ja ODF-i sätted"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Alajaotises \"Üldine\" saab määrata vaikeväärtusi dokumentide salvestamiseks, samuti ka vaikimisi kasutatavaid failivorminguid."
diff --git a/source/et/helpcontent2/source/text/scalc.po b/source/et/helpcontent2/source/text/scalc.po
index 6b2b3330ec2..9f623e2cd20 100644
--- a/source/et/helpcontent2/source/text/scalc.po
+++ b/source/et/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/et/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Kustuta leht</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Lehe saki värv"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/scalc/00.po b/source/et/helpcontent2/source/text/scalc/00.po
index ffa37e8a0a5..30bc405870c 100644
--- a/source/et/helpcontent2/source/text/scalc/00.po
+++ b/source/et/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-02 14:07+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/et/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Vali <emph>Leht - Kustuta lahter</emph></variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Vali <emph>Leht - Kustuta leht</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Ava lehe saki kohal kontekstimenüü."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Vali <emph>Leht – Teisalda/kopeeri leht</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Ava lehe saki kohal kontekstimenüü."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Lisa veerg"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Vali <menuitem>Leht - Lisa leht</menuitem></variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Vali <emph>Leht</emph></variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Vali <emph>Leht - Nimeta leht ümber</emph></variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Vali <emph>Leht - Näita lehti</emph></variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menüü Leht"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/scalc/01.po b/source/et/helpcontent2/source/text/scalc/01.po
index 61b61374af9..ade3464bda1 100644
--- a/source/et/helpcontent2/source/text/scalc/01.po
+++ b/source/et/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-10 09:21+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/et/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>arvutustabelid; kustutamine</bookmark_value><bookmark_value>lehed; kustutamine</bookmark_value><bookmark_value>kustutamine; arvutustabelid</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Lehe kustutamine"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Kustutab pärast kasutajapoolse kinnituse saamist aktiivse lehe.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Jah"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Kustutab aktiivse lehe."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Ei"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Sulgeb dialoogi. Kustutamist ei toimu."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>arvutustabelid;liigutamine</bookmark_value><bookmark_value>arvutustabelid;kopeerimine</bookmark_value><bookmark_value>liigutamine;arvutustabelid</bookmark_value><bookmark_value>kopeerimine;arvutustabelid</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Lehe teisaldamine või kopeerimine"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Lisa leht"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>lehed; loomine</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Lisa leht"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>lehtede nimed</bookmark_value><bookmark_value>muutmine; lehtede nimed</bookmark_value><bookmark_value>lehed; nime muutmine</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Muuda nime"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Näita lehte"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>lehed; näitamine</bookmark_value><bookmark_value>näitamine; lehed</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Näita lehte"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Näitab lehti, mis olid eelnevalt peidetud käsuga <emph>Peida</emph>.</ahelp></variable> Käsu kasutamiseks piisab ühe lehe valimisest. Aktiivne leht on alati valitud. Kui korraga on valitud mitu lehte, siis saab ülejäänute valiku tühistada hoides all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi ja klõpsates samal ajal vastavate lehtede sakkidele."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/scalc/guide.po b/source/et/helpcontent2/source/text/scalc/guide.po
index a6c6fefd8af..edae4a9ca9b 100644
--- a/source/et/helpcontent2/source/text/scalc/guide.po
+++ b/source/et/helpcontent2/source/text/scalc/guide.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-09 16:34+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/et/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Lehtede sakkide vahel liikumine"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>lehed; mitme kuvamine</bookmark_value><bookmark_value>lehtede sakid; kasutamine</bookmark_value><bookmark_value>vaated; mitu lehte</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Lehtede sakkide vahel liikumine</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Vaikimisi kuvab $[officename] igas uues arvutustabelis kolm lehte: \"Leht1\" kuni \"Leht3\". Arvutustabelis saab ühelt lehelt teisele liikuda ekraani allosas asuvate lehesakkide abil."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Lehtede kaardisakid</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikoon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Kõik dokumendi lehed saab kuvada navigeerimisnuppude abil. Vasakpoolseimal või parempoolseimal nupul klõpsamisel kuvatakse vastavalt kas esimene või viimane lehesakk. Keskmiste nuppude abil saab kasutaja kõigi lehesakkide seas edasi või tagasi liikuda. Lehe kuvamiseks klõpsa lehe sakil."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Töötamine mitme lehega"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>lehed; lisamine</bookmark_value> <bookmark_value>lisamine; lehed</bookmark_value> <bookmark_value>lehed; mitme valimine</bookmark_value> <bookmark_value>lehtede lisamine</bookmark_value> <bookmark_value>valimine; mitu lehte</bookmark_value> <bookmark_value>mitu lehte</bookmark_value> <bookmark_value>arvutamine; mitu lehte</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Töötamine mitme lehega</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Lehe lisamine"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Uue lehe või mõnest muust failist pärineva olemasoleva lehe lisamiseks vali <item type=\"menuitem\">Lisamine - Leht</item>."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avab dialoogi, kus saad lehesündmustele makrosid määrata.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/scalc/menu.po b/source/et/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/et/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/et/helpcontent2/source/text/shared/00.po b/source/et/helpcontent2/source/text/shared/00.po
index ccccd279813..30cd3876223 100644
--- a/source/et/helpcontent2/source/text/shared/00.po
+++ b/source/et/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-04 12:59+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/et/>\n"
@@ -1595,6 +1595,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Selle käsu kasutamiseks...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6459,15 +6513,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menüü Fail"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Vali <emph>Fail - Eelvaade veebibrauseris</emph></variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6478,41 +6531,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Nupp <emph>Uus</emph> <emph>Standardribal</emph> (ikoon näitab uue dokumendi tüüpi)"
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Uus"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6651,32 +6712,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Standardribal</emph> klõpsa"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6688,6 +6748,105 @@ msgctxt ""
msgid "Open File"
msgstr "Ava fail"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7080,51 +7239,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Aadressiandmete allika nõustajad</emph> - <emph>Väljade omistamine</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Vali <emph>Fail - Sulge</emph></variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "<emph>Standardribal</emph> või tabeliandmete ribal klõpsa"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7136,13 +7311,40 @@ msgctxt ""
msgid "Save"
msgstr "Salvesta"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7154,6 +7356,51 @@ msgctxt ""
msgid "Save As"
msgstr "Salvesta kui"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
#, fuzzy
@@ -7242,13 +7489,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7260,6 +7516,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7405,13 +7679,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7432,13 +7724,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7468,13 +7778,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7486,23 +7850,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Ekspordi otse EPUB-ina"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7567,6 +7931,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7612,32 +7994,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Standardribal</emph> klõpsa"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7649,33 +8030,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Tekstidokumendi <emph>Printimise eelvaate ribal</emph> klõpsa"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Prindi lehekülje eelvaade"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7748,15 +8102,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
-#, fuzzy
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Vali <emph>Fail - Versioonid</emph></variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/et/helpcontent2/source/text/shared/01.po b/source/et/helpcontent2/source/text/shared/01.po
index 1b43e466a6a..45aef0a719a 100644
--- a/source/et/helpcontent2/source/text/shared/01.po
+++ b/source/et/helpcontent2/source/text/shared/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-01-09 15:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/et/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funktsioon</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Sündmused</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Määrab makrod programmi sündmustele. Määratud makro käivitatakse automaatselt iga kord valitud sündmuse toimumisel.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Dialoogiboksil on kahandatud funktsionaalsus arvutustabeli menüü Redigeerimine - Leht kaudu kutsumisel."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/et/helpcontent2/source/text/swriter/00.po b/source/et/helpcontent2/source/text/swriter/00.po
index 5a6a7deffd1..0029ecf6ba6 100644
--- a/source/et/helpcontent2/source/text/swriter/00.po
+++ b/source/et/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-05-10 23:16+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/et/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Kirjakooste"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/et/helpcontent2/source/text/swriter/01.po b/source/et/helpcontent2/source/text/swriter/01.po
index 95f0f5f57a1..1d938e7405d 100644
--- a/source/et/helpcontent2/source/text/swriter/01.po
+++ b/source/et/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-04-13 17:37+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/et/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Printimise eelvaate režiimis ei saa dokumenti redigeerida."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Printimise eelvaate sulgemiseks klõpsa nuppu <emph>Sulge eelvaade</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hüperlink (LS ja LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Loob hüperlingi kirjeosa jaoks, mille ümbritsed hüperlingi ava- ja lõpusildiga ((LS) ja (LE)). Klõpsa rea <emph>Struktuur</emph> tühjal väljal selle osa ees, mille jaoks soovid luua hüperlingi ja seejärel klõpsa sellel nupul. Klõpsa tühjal väljal selle osa järel, mille jaoks soovid luua hüperlingi ja seejärel klõpsa uuesti sellel nupul. Kõik hüperlingid peavad olema unikaalsed. Saadaval vaid sisukorra jaoks.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/et/officecfg/registry/data/org/openoffice/Office.po b/source/et/officecfg/registry/data/org/openoffice/Office.po
index 32fca3542ac..8f68cfd4214 100644
--- a/source/et/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/et/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-08 17:14+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/et/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Markmed"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstidokumendid"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Arvutustabelid"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Esitlused"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Joonistused"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Veebilehed"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Põhidokumendid"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Valemid"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Andmebaasi dokumendid"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/et/officecfg/registry/data/org/openoffice/Office/UI.po b/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
index d0b2cf549c3..6e1fdd3fcb7 100644
--- a/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/et/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/et/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Andmete valideerimine..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Kustuta rida"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Vali juhtslaid..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Juhtleht..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Lisa veerge"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Leheküljenumber"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Veergudena vasakule"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Kustuta read"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Read"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Kustuta valitud read"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/et/sc/messages.po b/source/et/sc/messages.po
index bcd973ea1f9..7dcae08ce8f 100644
--- a/source/et/sc/messages.po
+++ b/source/et/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-01-27 03:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/et/>\n"
@@ -32454,38 +32454,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Muud sätted"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Veeru tüüp:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Vali eelvaateaknas veerg ning määra andmetüüp, mis rakendatakse imporditud andmetele."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst veergudesse"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Väljad"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Määrab importimise sätted eraldatud andmete jaoks."
diff --git a/source/et/sd/messages.po b/source/et/sd/messages.po
index 255e9fd3055..e93d1589279 100644
--- a/source/et/sd/messages.po
+++ b/source/et/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/et/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Teksti lisamine"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Juhtslaidi laadimine"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Nutikas"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Vasakule"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Paremale"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Üles"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Alla"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Kas üles vasakule?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Kas alla vasakule?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Kas üles paremale?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Kas alla paremale?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horisontaalselt"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikaalselt"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Kas kõik?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Seda toimingut ei saa käivitada interaktiivses režiimis."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Tagasi"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Edasi"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Ülevaade"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Värviasendus"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Sujuv üleminek"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Laienda slaidi"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Kokkuvõtteslaid"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "SANE allikas pole saadaval."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "TWAIN-i allikas pole saadaval."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fikseeritud"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Muutuv"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standardne"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standardne (lühike)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standardne (pikk)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Faili nimi"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Asukoht/faili nimi"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Asukoht"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Faili nimi ilma laiendita"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Uus kohandatud slaidiseanss"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "koopia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME'i esitlusvorming (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME'i joonistusvorming (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Võta metafail(id) lahti..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Kõigi joonistusobjektide lahtivõtmine pole võimalik."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION esitlus"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION joonistus"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Kas soovid selle kujunduse asendada?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hüperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Külastatud link"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiivne link"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Märkmed"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Sisukord"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Alustamiseks klõpsa siin"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-post"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Koduleht"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Täiendav teave"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Laadi esitlus alla"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Kahjuks sinu brauser ei toeta lahtiseid paneele."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Esimene leht"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Viimane leht"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Pilt"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Koos sisuga"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Ilma sisuta"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Antud lehele"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Teisenda bittraster hulknurgaks"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klõpsa esitlusest väljumiseks..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Paus..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Rakenda ruumilised lemmikud"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Graafikafilter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"pole lubatud helifail."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Teisenda metafailiks"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Teisenda bittrastriks"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Faili $(URL1) ei saa luua."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Faili $(URL1) ei saanud avada."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Faili $(URL1) ei saanud kopeerida kohta $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Slaidi juhtlehe nimi. Dialoogi avamiseks klõpsa, loendi kuvamiseks tee paremklõps."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Slaidi nime muutmine"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Lehekülje nime muutmine"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Nimed ei tohi korduda ega olla tühjad."
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nimi"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Juhtslaidi nime muutmine"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Tiitliala automaatpaigutuste puhul"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektiala automaatpaigutuste puhul"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Jaluseala"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Päiseala"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Kuupäevaala"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Slaidinumbri ala"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Leheküljenumbri ala"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<päis>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<jalus>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<kuupäev/kellaaeg›"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<arv>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<slaidi_nimi>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<lehekülje_nimi>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Märkmeala"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hanguli-hanja teisendus"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slaidid"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Lehed"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Eelvaade pole saadaval"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Eelvaate ettevalmistamine"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Paigutused"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Joonistusobjektide stiilid"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Esitlusestiilid"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Lahtristiilid"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Kujund %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Taustapildi määramine"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Märkused"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Lähtesta slaidi paigutus"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabeli lisamine"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagrammi lisamine"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Pildi lisamine"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Heli või video lisamine"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Lehekülgede lohistamine"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Slaidide lohistamine"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Lisa albumisse pildid."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstislaid"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Kohalik sihtkataloog '%FILENAME' pole tühi, seega võidakse mõned failid üle kirjutada. Kas sa tõesti soovid jätkata?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Taust"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Taustaobjektid"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Paigutus"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Juhtelemendid"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Mõõtjooned"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slaid"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Leht"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slaid"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Juhtslaid"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Juhtslaid:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Juhtleht"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Juhtleht:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Märkmed)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Jaotusmaterjal"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klõpsa tiitli tekstivormingu redigeerimiseks"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klõpsa liigenduse tekstivormingu redigeerimiseks"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Tiitli tekstivormingu redigeerimiseks toksa kaks korda"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Liigenduse tekstivormingu redigeerimiseks toksa kaks korda"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Teine liigendustase"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Kolmas liigendustase"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Neljas liigendustase"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Viies liigendustase"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Kuues liigendustase"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seitsmes liigendustase"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klõpsa slaidi teisaldamiseks"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klõpsa märkmete vormingu redigeerimiseks"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Slaidi teisaldamiseks toksa kaks korda"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Märkmete vormingu redigeerimiseks toksa kaks korda"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klõpsa tiitli lisamiseks"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klõpsa teksti lisamiseks"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klõpsa teksti lisamiseks"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klõpsa märkmete lisamiseks"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Tiitli lisamiseks toksa kaks korda"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Teksti lisamiseks toksa kaks korda"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Teksti lisamiseks toksa kaks korda"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Toksa teksti muutmiseks"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Märkmete lisamiseks toksa kaks korda"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Pildi lisamiseks tee topeltklõps"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Objekti lisamiseks tee topeltklõps"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Diagrammi lisamiseks tee topeltklõps"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Organisatsiooniskeemi lisamiseks tee topeltklõps"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Arvutustabeli lisamiseks tee topeltklõps"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Vaikimisi"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Tiitel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Joonistusobjektide vaikestiil"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Teisalda slaid"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Lehtede lisamine"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Lehe lisamine"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Slaidi omadused"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Täitmata objekt"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Täitmata ja ilma jooneta objekt"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Tiitel (A4)"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Pealkiri (A4)"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst (A4)"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Tiitel (A0)"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Pealkiri (A0)"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst (A0)"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Pilt"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Kujundid"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Jooned"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Nooleotstega joon"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Kriipsjoon"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Täide"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Sinine täide"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Roheline täide"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Kollane täide"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Punane täide"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Kontuur"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Sinine kontuur"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Roheline kontuur"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Kollane kontuur"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Punane kontuur"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Tiitel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Alapealkiri"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Liigendus"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Taustaobjektid"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Taust"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Märkmed"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPointi importimine"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokumendi salvestamine"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Vähenda fonti"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Suurenda fonti"
@@ -2431,637 +2467,637 @@ msgstr "Suurenda fonti"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Joonistusvaade"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Joonistusvaade"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Liigendusvaade"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Slaidisortimisvaade"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Selles vaates saad sa slaide sortida."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Märkmevaade"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Jaotusmaterjalivaade"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Esitluse pealkiri"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Esitluse liigendus"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Esitluse alapealkiri"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Esitluse leht"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Esitluse märkmed"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Jaotusmaterjal"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Tundmatu hõlbustatud esitluskujund"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Esitluse jalus"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Esitluse päis"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Esitluse kuupäev ja kellaaeg"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Esitluse leheküljenumber"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME'i esitlus"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Pealkiri"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Liigendus"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Alapealkiri"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Lehekülg"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Märkmed"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Jaotusmaterjal"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Tundmatu hõlbustatud esitluskujund"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Jalus"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Päis"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Kuupäev"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Arv"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (kirjutuskaitstud)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "Pole"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Järgmise klõpsuni"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Slaidi lõpuni"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Suund:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Suurendus:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Kodarad:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Esimene värv:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Teine värv:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Täitevärv:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stiil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Fondi värv:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stiil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Fondi stiil:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Joone värv:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fondi suurus:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Suurus:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Kogus:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Värv:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Puudub)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Peatatakse eelmine heli)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Muu heli..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Näidis"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Päästik"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Omamääratud teed"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Sisenemine: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Rõhutamine: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Väljumine: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Liikumisteed: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Muu: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Puudub"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Täna,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Eile,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(autor puudub)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress jõudis esitluse lõppu. Kas soovid jätkata algusest?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress jõudis esitluse algusesse. Kas soovid jätkata lõpust?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw jõudis esitluse lõppu. Kas soovid jätkata algusest?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw jõudis esitluse algusesse. Kas soovid jätkata lõpust?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Lisa märkus"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Kustuta märkus(ed)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Liiguta märkust"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Muuda märkust"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Vasta autorile %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Meediafaili esitamine"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Slaide leheküljel:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Järjestus:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Sisu"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Slaidi nimi"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Lehekülje nimi"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Kuupäev ja kellaaeg"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Peidetud slaidid"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Värvid"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Suurus"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brošüürina"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Leheküljed"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Prinditakse"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Kasutatakse ainult printeri sätetes määratud paberisalve"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Lehed:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Slaidid:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress jõudis otsimisega esitluse lõppu. Kas jätkata algusest?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress jõudis otsimisega esitluse algusesse. Kas jätkata lõpust?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw jõudis otsimisega dokumendi lõppu. Kas jätkata algusest?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw jõudis otsimisega dokumendi algusesse. Kas jätkata lõpust?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animatsioon"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Linkimine"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Järgmine"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Eelmine"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Esimene slaid"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Viimane slaid"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/et/svtools/messages.po b/source/et/svtools/messages.po
index c4fb4283552..a163b41ad39 100644
--- a/source/et/svtools/messages.po
+++ b/source/et/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-01-10 11:42+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/et/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/et/sw/messages.po b/source/et/sw/messages.po
index a520cb68b9c..5a91f7a69c4 100644
--- a/source/et/sw/messages.po
+++ b/source/et/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-01-27 03:38+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/et/>\n"
@@ -16933,230 +16933,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Registri kirje lisamine"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Kustutab valitud kirje registrist. Kirje teksti dokumendist ei kustutata."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Lisa"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Uus kasutaja määratud register"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Uuenda kirjet valiku põhjal"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Peamine kirje"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Ainult terved sõnad"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Tõstutundlik"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Liigutab eelmise allmärkuse või lõpumärkuse ankrut dokumendis."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Liigutab järgmise allmärkuse või lõpumärkuse ankrut dokumendis."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/eu/cui/messages.po b/source/eu/cui/messages.po
index 21dfa037e5e..4c81b170877 100644
--- a/source/eu/cui/messages.po
+++ b/source/eu/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-08 14:31+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/eu/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Gorde _beti honela:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Testu-dokumentua"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokumentua"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Dokumentu maisua"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Kalkulu-orria"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Aurkezpena"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Marrazkia"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Fitxategi-formatu lehenetsia definitzeko erabiliko den dokumentu mota zehazten du."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Ezkerrean hautatutako motakoak diren dokumentuak beti fitxategi mota honekin nola gordetzen diren zehazten du. Beste fitxategi mota bat aukeratu daiteke uneko dokumenturako 'Gorde honela' elkarrizketa-koadroan."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okumentu mota:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Fitxategi-formatu lehenetsiaren eta ODFren ezarpenak"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "'Orokorra' atalean, dokumentuak gordetzeko ezarpen lehenetsiak hautatu daitezke eta fitxategi-formatu lehenetsiak hautatu daitezke."
diff --git a/source/eu/helpcontent2/source/text/scalc.po b/source/eu/helpcontent2/source/text/scalc.po
index 229616df181..f14b190df99 100644
--- a/source/eu/helpcontent2/source/text/scalc.po
+++ b/source/eu/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-22 14:12+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/eu/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Ezabatu orria</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Orri-fitxaren kolorea"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/scalc/00.po b/source/eu/helpcontent2/source/text/scalc/00.po
index 07060f6dcbf..a853ad58324 100644
--- a/source/eu/helpcontent2/source/text/scalc/00.po
+++ b/source/eu/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-25 12:45+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/eu/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Aukeratu <emph>Orria - Ezabatu gelaxkak</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Aukeratu <emph>Orria - Ezabatu orria</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Ireki orri-fitxa baten laster-menua."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Aukeratu <emph>Orria - Mugitu edo kopiatu orria</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Ireki orri-fitxa baten laster-menua."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Txertatu zutabeak"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Aukeratu <menuitem>Orria - Txertatu orria</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Aukeratu <emph>Orria</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Aukeratu <emph>Orria - Aldatu izena orriari</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Aukeratu <emph>Orria - Erakutsi orria</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "'Orria' menua"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/scalc/01.po b/source/eu/helpcontent2/source/text/scalc/01.po
index ef18571bb84..65b89e6f73c 100644
--- a/source/eu/helpcontent2/source/text/scalc/01.po
+++ b/source/eu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-08 10:41+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/eu/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>kalkulu-orriak; ezabatzea</bookmark_value><bookmark_value>orriak; ezabatzea</bookmark_value><bookmark_value>ezabatzea; kalkulu-orriak</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Ezabatu orria"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Uneko orria ezabatzen du berrespena eskatu ondoren.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Ezin da orri bat ezabatu <emph>Editatu - Aldaketen jarraipena - Grabatu</emph> aktibatuta dagoen bitartean."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Bai"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Uneko orria ezabatzen du."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Ez"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Bertan behera uzten du elkarrizketa-koadroa. Ez da ezer ezabatuko."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>kalkulu-orriak; eramatea</bookmark_value><bookmark_value>kalkulu-orriak; kopiatzea</bookmark_value><bookmark_value>eramatea; kalkulu-orriak</bookmark_value><bookmark_value>kopiatzea; kalkulu-orriak</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Eraman edo kopiatu orria"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Txertatu orria"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>orriak;sortzea</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Txertatu orria"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>laneko orrien izenak</bookmark_value><bookmark_value>aldatu; orrien izenak</bookmark_value><bookmark_value>orriak; izena aldatu</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Aldatu izena orriari"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Erakutsi orria"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>orriak; bistaratu</bookmark_value><bookmark_value>bistaratu; orriak</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Erakutsi orria"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Lehen <emph>Ezkutatu</emph> komandoarekin ezkutatuta zeuden orriak bistaratzen ditu.</ahelp></variable> Hautatu orri bat bakarrik komandoari dei egiteko. Uneko orria izango da beti hautatutakoa. Uneko orria ez den beste orri bat hautatuz gero, desauta dezakezu<switchinline select=\"sys\"> <caseinline select=\"MAC\">⌘</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> sakatuz, dagokion orri-fitxan klik egiten duzun bitartean."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,14 +47581,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>txertatu errenkadak;babestutako orria</bookmark_value><bookmark_value>txertatu zutabeak;babestutako orria</bookmark_value><bookmark_value>ezabatu zutabeak;babestutako orriak</bookmark_value><bookmark_value>ezabatu errenkadak;babestutako orria</bookmark_value><bookmark_value>babestutako orria;txertatu zutabeak</bookmark_value><bookmark_value>babestutako orria;txertatu errenkadak</bookmark_value><bookmark_value>babestutako orria;ezabatu errenkadak</bookmark_value><bookmark_value>babestutako orria;ezabatu zutabeak</bookmark_value><bookmark_value>babestu;orria</bookmark_value><bookmark_value>hautapena;gelaxka babestuetan</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Orriak babestea</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item>: 0,50 ematen du."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Aldaketak ongi identikatu daitezen, lankide bakoitzak bere izena sartu behar du <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Hobespenak</menuitem></caseinline><defaultinline><menuitem>Tresnak - Aukerak</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Erabiltzaile-datuak</menuitem> aukeran."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/scalc/guide.po b/source/eu/helpcontent2/source/text/scalc/guide.po
index 39009839ab2..e473168705f 100644
--- a/source/eu/helpcontent2/source/text/scalc/guide.po
+++ b/source/eu/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-28 16:29+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/eu/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Orri-fitxetan nabigatzea"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>orriak; hainbat bistaratu</bookmark_value><bookmark_value>orri-fitxan;erabili</bookmark_value><bookmark_value>ikuspegiak;hainbat orri</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Orri-fitxetan nabigatzea</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Modu lehenetsian, $[officename] suiteak hiru orri, \"Orria1\"etik \"Orria3\" orrira, bistaratzen ditu kalkulu-orri bakoitzean. Kalkulu-orri bateko orri batetik bestera pasatzeko, pantailaren behealdeko orri-fitxak erabil ditzakezu."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Orri-fitxak</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikonoa</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Nabigazio-botoiak erabil ditzakezu dokumentuko orri guztiak bistaratzeko. Ezker-ezkerreko edo eskuineko botoian klik eginez gero, lehen eta azken orri-fitxa bistaratuko dira, hurrenez hurren. Erdiko botoiekin, aurrerantz edo atzerantz joan zaitezke orri-fitxetan zehar. Orria bera ikusteko, egin klik orri-fitxan."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Orri anitzi aplikatzea"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>orriak; txertatzea</bookmark_value> <bookmark_value>txertatzea; orriak</bookmark_value> <bookmark_value>orriak; hainbat hautatzea</bookmark_value> <bookmark_value>orriak eranstea</bookmark_value> <bookmark_value>hautatzea;hainbat orri</bookmark_value> <bookmark_value>hainbat orri</bookmark_value> <bookmark_value>kalkulatzea;hainbat orri</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Orri anizkoitzak aplikatzea</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Orri bat txertatzea"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Orri berri bat txertatzeko edo beste fitxategi batetik orri bat txertatzeko, aukeratu <item type=\"menuitem\">Txertatu - Orria</item>."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Basic IDEa irekitzen du. Hor makroak idatzi eta edita ditzakezu.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Uneko taulan erregistro berri bat txertatzen du.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/scalc/menu.po b/source/eu/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/eu/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/eu/helpcontent2/source/text/shared/00.po b/source/eu/helpcontent2/source/text/shared/00.po
index 85035019a0e..f582499eddc 100644
--- a/source/eu/helpcontent2/source/text/shared/00.po
+++ b/source/eu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-08 10:42+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/eu/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Komando hau erabiltzeko...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Fitxategia menua"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Aukeratu <emph>Fitxategia - Aurrebista web nabigatzailean</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia – Berria</menuitem>"
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "<emph>Estandarra</emph> barrako <emph>Berria</emph> ikonoa (dokumentu berria zein motatakoa den erakusten du ikonoak)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Berria ikonoa</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Berria"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode> tekla"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia – Ireki</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Ireki ikonoa</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Ireki fitxategia"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Helbideen datu-iturburuen morroia - Eremu-esleipena</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Aukeratu <emph>Fitxategia - Itxi</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Aukeratu <menuitem>Fitxategia – Gorde</menuitem>,"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Ireki <emph>Estandarra</emph> edo <emph>Taula-datuak</emph> barra, eta sakatu"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Aukeratu <menuitem>Fitxategia – Gorde</menuitem>,"
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Gorde ikonoa</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Gorde"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Gorde honela ikonoa</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Gorde honela"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Aukeratu <menuitem>Fitxategia - Gorde dena</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Aukeratu <menuitem>Fitxategia - Gorde honela</menuitem>.</variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia – Birkargatu</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "<menuitem>Fitxategia - Inprimatze-aurrebista</menuitem> menua."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Inprimatze-aurrebista ikonoa</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia - Inprimagailu-ezarpenak</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\"><menuitem>Fitxategia - Bidali</menuitem> menua.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Bidali dokumentua posta elektroniko bidez"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Aukeratu <menuitem>Fitxategia - Esportatu</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia - Esportatu honela - Esportatu EPUB gisa</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Esportatu EPUB gisa ikonoa</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Esportatu zuzenean EPUB gisa"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia - Esportatu honela - Esportatu PDF gisa</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Aukeratu <menuitem>Fitxategia – Inprimatu</menuitem>"
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Estandarra</emph> barran, sakatu"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Inprimatu ikonoa</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Inprimatu"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Testu-dokumentu bateko <emph>Inprimatzeko aurrebista</emph> barran, egin klik"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Inprimatze-orriaren aurrebista ikonoa</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Inprimatu orrialdearen aurrebista"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Aukeratu <menuitem>Fitxategia - Esportatu</menuitem>. PBM, PPM edo PGM aukeratuz gero fitxategi mota gisa, elkarrizketa-koadroa automatikoki irekiko da.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Aukeratu <emph>Fitxategia - Bertsioak</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/eu/helpcontent2/source/text/shared/01.po b/source/eu/helpcontent2/source/text/shared/01.po
index 18998e4f6bc..5dfdf500063 100644
--- a/source/eu/helpcontent2/source/text/shared/01.po
+++ b/source/eu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-08 10:42+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/eu/>\n"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funtzioa</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Testu-dokumentua ikonoa</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Testu-dokumentua sortzen du $[officename] Writer aplikazioan."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Kalkulu-orria ikonoa</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Kalkulu-orria sortzen du $[officename] Calc aplikazioan."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Aurkezpena ikonoa</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Aurkezpen-dokumentua sortzen du $[officename] Impress aplikazioan."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Marrazkia ikonoa</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Marrazki-dokumentua sortzen du $[officename] Draw aplikazioan."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Formula ikonoa</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Formula-dokumentua sortzen du $[officename] Math aplikazioan."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Datu-basea ikonoa</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "HTML dokumentua sortzen du."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">XML inprimaki-dokumentua ikonoa</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "<link href=\"text/shared/guide/xforms.xhp\">XForms</link> dokumentua sortzen du."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Etiketak ikonoa</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "<link href=\"text/shared/01/01010200.xhp\"><emph>Etiketak</emph></link> elkarrizketa-koadroa irekitzen du etiketen aukerak ezartzeko, eta ondoren testu-dokumentu bat sortzen du etiketetarako $[officename] Writerren."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Bisita-txartelak ikonoa</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "<link href=\"text/shared/01/01010300.xhp\"><emph>Bisita-txartelak</emph></link> elkarrizketa-koadroa irekitzen du, bisita-txartelen aukerak ezarri ahal izateko, eta ondoren, testu-dokumentu bat sortzen du $[officename] Writerren."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Dokumentu maisua ikonoa</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2240,33 +2240,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Urruneko fitxategi-zerbitzu batean kokatutako dokumentu bat irekitzen du.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Aukeratu <item type=\"menuitem\">Fitxategia - Ireki urrunekoa</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Egin klik <emph>hasiera-zentroko</emph> <emph>Urruneko fitxategiak</emph> botoian."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Egin klik luzea <emph>Ireki</emph> ikonoan eta hautatu <emph>Ireki urruneko fitxategia</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2663,15 +2636,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Gorde uneko dokumentuaren kopia bat beste izen batekin edo beste kokapen batean.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Aukeratu <item type=\"menuitem\">Fitxategia - Gorde kopia bat</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3086,15 +3050,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Esportatu dokumentua PDF edo EPUB formatuan.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Aukeratu <emph>Fitxategia - Esportatu honela</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7802,14 +7757,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Orri batean gelaxka guztiak hautatzeko, egin klik zutabearen ebakiduran eta orriaren goi ezkerraldeko ertzaren errenkada-goiburukoan.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Kalkulu-orri batean orriak hautatzeko, saguaren eskuineko botoiaz egin klik orriaren izen-fitxan eta ondoren aukeratu <emph>Hautatu orri guztiak</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Uneko kalkulu-orrian orri guztiak hautatzen ditu.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>pertsonalizatu;gertaerak</bookmark_value> <bookmark_value>gertaerak;pertsonalizatzea</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Gertaerak</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Programa-gertaerei makroak esleitzen dizkie. Esleitutako makroak automatikoki exekutatzen dira, gertaera jazotzen den aldi guztietan.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Elkarrizketa-koadroak funtzionaltasun gutxiago ditu kalkulu-orri bateko 'Editatu - Orria' menutik deitzen denean."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/eu/helpcontent2/source/text/swriter/00.po b/source/eu/helpcontent2/source/text/swriter/00.po
index 0ffd426f34c..8391b9c94a2 100644
--- a/source/eu/helpcontent2/source/text/swriter/00.po
+++ b/source/eu/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-22 14:11+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/eu/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Posta-konbinazioa"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/eu/helpcontent2/source/text/swriter/01.po b/source/eu/helpcontent2/source/text/swriter/01.po
index 1b5576801c5..bbf85e36cec 100644
--- a/source/eu/helpcontent2/source/text/swriter/01.po
+++ b/source/eu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-03 14:32+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/eu/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Ezin duzu dokumentua editatu inprimatzeko aurrebistan zaudenean."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Inprimatzeko aurrebistatik irteteko, egin klik <emph>Itxi aurrebista</emph> botoian.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperesteka (LS eta LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Hiperesteka sortzen du hiperestekaren ireki (LS) eta itxi (LE) etiketen artean jarritako sarreraren zatia. <emph>Egitura</emph> lerroan, egin klik hiperesteka sortu nahi diozun zatiaren aurreko koadro hutsean eta sakatu botoi hau. Egin klik hiperestekatu nahi duzun zatiaren ondoko koadro hutsean eta sakatu botoi hau berriro. Hiperesteka guztiek esklusiboak izan behar dute.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Eduki-kontrolen propietateak</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/eu/officecfg/registry/data/org/openoffice/Office.po b/source/eu/officecfg/registry/data/org/openoffice/Office.po
index c33739f6fe2..37c6aa32ef9 100644
--- a/source/eu/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/eu/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/eu/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559405183.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Oharrak"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Testu-dokumentuak"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Kalkulu-orriak"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Aurkezpenak"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Marrazkiak"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Web orriak"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Dokumentu maisuak"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulak"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Datu-base dokumentuak"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po b/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
index 15315f65638..59141a075e3 100644
--- a/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/eu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-13 10:45+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/eu/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Datuak ~baliozkotzea..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Ezabatu errenkadak"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Aldatu diapositiba maisua..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Orrialde maisua..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Txertatu zutabeak"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Ezabatu hautatutako zutabeak"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Ezabatu errenkadak"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Ezabatu e~rrenkadak"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Ezabatu hautatutako errenkadak"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Orrialde-zenbakia"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Zutabeak ~aurrean"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Ezabatu errenkadak"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Errenkadak"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Ezabatu hautatutako errenkadak"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/eu/sc/messages.po b/source/eu/sc/messages.po
index 12cc3bdb937..38ecd7b0495 100644
--- a/source/eu/sc/messages.po
+++ b/source/eu/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-08 14:32+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/eu/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Aukera hau gaituta dagoenean, Calc aplikazioak gelaxketan lehendik dagoen edukia gordetzen du, berria itsastean. Bestela, aurreko gelaxken edukia ezabatzen du."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Beste aukera batzuk"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Zutabe _mota:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Aukeratu zutabe bat aurrebistaren leihoan, eta hautatu zein datu mota aplikatuko zaien inportatutako datuei."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Testua zutabetan"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Eremuak"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Bereizitako datuentzako inportazio-aukerak ezartzen ditu."
diff --git a/source/eu/sd/messages.po b/source/eu/sd/messages.po
index 2d05e4c297b..9ebdc4a18b3 100644
--- a/source/eu/sd/messages.po
+++ b/source/eu/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-12-21 15:34+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/eu/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Txertatu testua"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Kargatu diapositiba maisua"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Adimentsua"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Ezkerrean"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Eskuinean"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Goian"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Behean"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Goian ezkerrean?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Behean ezkerrean?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Goian eskuinean?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Behean eskuinean?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontala"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Bertikala"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Denak?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ekintza hau ezin da zuzeneko moduan exekutatu."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Atzera"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Jarraitu"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Ikuspegia"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Tanta-kontagailua"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Iraungitze kateatua"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Zabaldu diapositiba"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Aurkibidearen diapositiba"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Une honetan ez dago SANE iturbururik erabilgarri."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Une honetan ez dago TWAIN iturbururik erabilgarri."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Finkoa"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Aldakorra"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estandarra"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estandarra (laburra)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estandarra (luzea)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Fitxategi-izena"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Bide-izena/Fitxategi-izena"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Bide-izena"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Fitxategi-izena luzapenik gabe"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Diapositiba-aurkezpen pertsonalizatu berria"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopiatu "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME aurkezpen-formatua (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME marrazki-formatua (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Banandu metafitxategia(k)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Ezin izan dira marrazki guztiak banandu."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION aurkezpena"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION marrazkia"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Ordeztu nahi duzu?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Testua"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperesteka"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Bisitatutako esteka"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Esteka aktiboa"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Oharrak"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Aurkibidea"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Hasteko, egin klik hemen"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Egilea"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Posta elektronikoa"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Webgunea"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Informazio osagarria"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Deskargatu aurkezpena"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Tamalez zure arakatzaileak ez ditu marko mugikorrak onartzen."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Lehen orrialdea"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Azken orrialdea"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Testua"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Irudia"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Edukiarekin"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Edukirik gabe"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Adierazitako orrialdera"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bit-mapa poligono bihurtu"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Egin klik aurkezpenetik irteteko..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Aplikatu gogoko 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Irudi-iragazkia"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"ez da baliozko soinu-fitxategia !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Metafitxategi bihurtu"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Bit-mapa bihurtu"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Ezin da $(URL1) fitxategia sortu."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Ezin izan da $(URL1) fitxategia ireki."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) fitxategia ezin izan da $(URL2) kokagunean kopiatu"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Diapositiba maisuaren izena. Egin klik eskuineko botoiarekin zerrendatzeko edo klik elkarrizketa-koadrora joateko."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Aldatu izena diapositibari"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Aldatu izena orrialdeari"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Izen bikoiztuak edo hutsak ez dira onartzen"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Izena"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Aldatu izena diapositiba maisuari"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Diseinu automatikoentzako titulu-area"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Diseinu automatikoentzako objektu-area"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Orri-oinaren area"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Goiburukoaren area"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Dataren area"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Diapositiba-zenbakiaren area"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Orrialde-zenbakiaren area"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<goiburukoa>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<orri-oina>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data/ordua>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<zenbakia>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<kopurua>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<slide-name>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<page-name>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Oharren area"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/hanja bihurketa"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositibak"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Orrialdeak"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Aurrebista ez dago erabilgarri"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Aurrebista prestatzen"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Diseinuak"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Marrazketa-estiloak"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Aurkezpen-estiloak"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Gelaxka-estiloak"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "%1 forma"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Ezarri atzeko planoko irudia"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Iruzkinak"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Berrezarri diapositiba-maketazioa"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Txertatu taula"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Txertatu diagrama"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Txertatu irudia"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Txertatu audioa edo bideoa"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrastatu eta jaregin orriak"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrastatu eta jaregin diapositibak"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Gehitu irudiak albumari."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Testu-diapositiba"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "'%FILENAME' helburuko direktorio lokala ez dago hutsik. Agian zenbait fitxategi gainidatzi egingo dira. Jarraitu nahi duzu?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Atzeko planoa"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Atzeko planoko objektuak"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Diseinua"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontrolak"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Kota-lerroak"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiba"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Orrialdea"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiba"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiba maisua"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiba maisua:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Orrialde maisua"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Orrialde maisua:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Oharrak)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Eskuorriak"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Egin klik tituluko testuaren formatua editatzeko"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Egin klik eskemako testuaren formatua editatzeko"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Sakatu bi aldiz izenburuaren testu-formatua editatzeko"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Sakatu bi aldiz testu-eskemaren formatua editatzeko"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Bigarren eskema-maila"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Hirugarren eskema-maila"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Laugarren eskema-maila"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Bosgarren eskema-maila"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Seigarren eskema-maila"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Zazpigarren eskema-maila"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Egin klik diapositiba lekuz aldatzeko"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Egin klik oharren formatua editatzeko"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Sakatu bi aldiz diapositiba lekuz aldatzeko"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Sakatu bi aldiz oharren formatua editatzeko"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Egin klik titulua gehitzeko"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Egin klik testua gehitzeko"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Egin klik testua gehitzeko"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Egin klik oharrak gehitzeko"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Sakatu hatzarekin bi aldiz izenburua gehitzeko"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Sakatu hatzarekin bi aldiz testua gehitzeko"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Sakatu hatzarekin bi aldiz testua gehitzeko"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Sakatu hatzarekin testua editatzeko"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Sakatu hatzarekin bi aldiz oharrak gehitzeko"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Egin klik bikoitza irudia gehitzeko"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Egin klik bikoitza objektua gehitzeko"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Egin klik bikoitza diagrama gehitzeko"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Egin klik bikoitza organigrama gehitzeko"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Egin klik bikoitza kalkulu-orria gehitzeko"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Lehenetsia"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titulua"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Marrazte-estilo lehenetsia"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Lekuz aldatu diapositibak"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Txertatu orrialdeak"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Txertatu orrialdea"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Diapositiba-propietateak"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Betegarririk gabeko objektua"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Betegarririk eta marrarik gabeko objektua"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Testua"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titulua A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Izenburua A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Testua A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titulua A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Izenburua A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Testua A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafikoa"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formak"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Marrak"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Gezidun marra"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Marra marratua"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Beteta"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Urdinez betea"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Berdez betea"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Horiz betea"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Gorriz betea"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Ingerada"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Ingerada urdina"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Ingerada berdea"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Ingerada horia"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Ingerada gorria"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titulua"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Azpititulua"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Eskema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Atzeko planoko objektuak"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Atzeko planoa"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Oharrak"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint inportazioa"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Gorde dokumentua"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Txikiagotu letra-tamaina"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Handitu letra-tamaina"
@@ -2431,637 +2467,637 @@ msgstr "Handitu letra-tamaina"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Marrazki-ikuspegia"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Marrazki-ikuspegia"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Eskema-ikuspegia"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Diapositiba-ikuspegia"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Diapositibak hemen ordenatzen dira."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Oharren ikuspegia"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Eskuorriaren ikuspegia"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Aurkezpen titulua"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Aurkezpen eskema"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Aurkezpen azpititulua"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Aurkezpen orria"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Aurkezpen oharrak"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Eskuorria"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Aurkezpen forma irisgarri ezezaguna"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Aurkezpenaren orri oina"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Aurkezpenaren goiburukoa"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Aurkezpenaren data eta ordua"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Aurkezpenaren orrialde zenbakia"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME aurkezpena"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titulua"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Eskema"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Azpititulua"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Orria"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Oharrak"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Eskuorria"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Aurkezpen forma irisgarri ezezaguna"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Orri-oina"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Goiburukoa"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Zenbakia"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(irakurtzeko soilik)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "bat ere ez"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Berriz klik egin arte"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Diapositibaren amaierara arte"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Noranzkoa:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zooma:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Erradioak:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Lehen kolorea:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Bigarren kolorea:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Betegarriaren kolorea:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estiloa:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Letra-tipoa:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Letra-tipoaren kolorea:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estiloa:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Letra-tipoaren familia:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Marra-kolorea:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Letra-tipoaren tamaina:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tamaina:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Kopurua:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kolorea:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Soinurik ez)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Gelditu aurreko soinua)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Beste soinu bat..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Lagina"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Abiarazlea"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Erabiltzailearen bide-izenak"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Sarrera: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Enfasia: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Irteera: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Mugimendu-ibilbideak: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Askotarikoa: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Bat ere ez"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Gaur,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Atzo,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(egilerik gabe)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress aurkezpenaren amaierara iritsi da. Hasieratik jarraitzea nahi duzu?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress aurkezpenaren hasierara iritsi da. Amaieratik jarraitzea nahi duzu?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw aurkezpenaren amaierara iritsi da. Hasieratik jarraitzea nahi duzu?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw aurkezpenaren hasierara iritsi da. Amaieratik jarraitzea nahi duzu?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Txertatu iruzkina"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Ezabatu iruzkinak"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Aldatu iruzkinak lekuz"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editatu iruzkina"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Erantzun %1(r)i"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Multimedia erreprodukzioa"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Taula"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumentua"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositibak orrialdeko:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ordena:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Edukiak"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Diapositiba-izena"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Orrialde-izena"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Data eta ordua"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Orrialde ezkutuak"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kolorea"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Tamaina"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Liburuxka"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Orriaren aldeak"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Sartu"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Erabili inprimagailu-hobespenetako paper-erretilua soilik"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Orrialdeak:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositibak:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impressek aurkezpenaren amaieraraino egin du bilaketa. Hasieratik jarraitu nahi duzu?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impressek aurkezpenaren hasieraraino egin du bilaketa. Amaieratik hasita jarraitu nahi duzu?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Drawek dokumentuaren amaieraraino egin du bilaketa. Hasieratik jarraitu nahi duzu?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Drawek dokumentuaren hasieraraino egin du bilaketa. Amaieratik hasita jarraitu nahi duzu?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animazioa"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Esteka"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Hurrengoa"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Aurrekoa"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Lehen diapositiba"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "A~zken diapositiba"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Itxi panela"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Gehitu diseinu berria"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/eu/svtools/messages.po b/source/eu/svtools/messages.po
index 632a35fcd57..86fdf695517 100644
--- a/source/eu/svtools/messages.po
+++ b/source/eu/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-03 15:45+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/eu/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Korritu azken orrira"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Gehitu orria"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/eu/sw/messages.po b/source/eu/sw/messages.po
index f2b6864758f..87c0bcd5dfd 100644
--- a/source/eu/sw/messages.po
+++ b/source/eu/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-03-13 10:45+0000\n"
"Last-Translator: Asier Sarasua Garmendia <asiersar@yahoo.com>\n"
"Language-Team: Basque <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/eu/>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Txertatu indize-sarrera"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Hautatutako sarrera indizetik ezabatzen du. Dokumentuko sarrera-testua ez du ezabatzen."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Txertatu"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Erabiltzaileak definitutako indize berria"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Eguneratu sarrera aukeratik"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Sarrera nagusia"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Hitz osoak soilik"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Maiuskula/minuskula"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Hurrengo sarrera (izen bera)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Joan dokumentuan dagoen mota bereko eta izen bereko hurrengo indize-sarrerara."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Aurreko sarrera (izen bera)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Joan dokumentuan dagoen mota bereko eta izen bereko aurreko indize-sarrerara."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Aurreko sarrera"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Salto egiten du dokumentuan dagoen aurreko indize mota berera."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Hurrengo sarrera"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Salto egiten du dokumentuan dagoen mota bereko hurrengo indizera."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/fa/basctl/messages.po b/source/fa/basctl/messages.po
index 6b077cb8a68..01f742522f2 100644
--- a/source/fa/basctl/messages.po
+++ b/source/fa/basctl/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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2021-02-26 09:36+0000\n"
-"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
+"PO-Revision-Date: 2023-05-27 08:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1558570901.000000\n"
#. fniWp
@@ -338,19 +338,19 @@ msgstr "ماکروها و محاوره‌های شما"
#: basctl/inc/strings.hrc:78
msgctxt "RID_STR_SHAREMACROS"
msgid "Application Macros"
-msgstr ""
+msgstr "ماکروهای برنامه کاربردی"
#. YcXKS
#: basctl/inc/strings.hrc:79
msgctxt "RID_STR_SHAREDIALOGS"
msgid "Application Dialogs"
-msgstr ""
+msgstr "محاوره های برنامه کاربردی"
#. GFbe5
#: basctl/inc/strings.hrc:80
msgctxt "RID_STR_SHAREMACROSDIALOGS"
msgid "Application Macros & Dialogs"
-msgstr ""
+msgstr "ماکروها و محاوره های برنامه کاربردی"
#. BAMA5
#: basctl/inc/strings.hrc:81
diff --git a/source/fa/chart2/messages.po b/source/fa/chart2/messages.po
index 81cf30068be..72cc844987f 100644
--- a/source/fa/chart2/messages.po
+++ b/source/fa/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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2021-02-26 09:37+0000\n"
-"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
+"PO-Revision-Date: 2023-05-22 18:20+0000\n"
+"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1541615421.000000\n"
#. NCRDD
@@ -2659,7 +2659,7 @@ msgstr ""
#: chart2/uiconfig/ui/sidebarseries.ui:173
msgctxt "sidebarseries|radiobutton_primary_axis"
msgid "Primary Y axis"
-msgstr ""
+msgstr "محور اصلی Y"
#. VPWVq
#: chart2/uiconfig/ui/sidebarseries.ui:189
diff --git a/source/fa/connectivity/messages.po b/source/fa/connectivity/messages.po
index e05a3e858de..18ad72e967d 100644
--- a/source/fa/connectivity/messages.po
+++ b/source/fa/connectivity/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: 2022-07-06 20:18+0200\n"
-"PO-Revision-Date: 2023-05-19 14:04+0000\n"
-"Last-Translator: ali <ali.nourikhah@gmail.com>\n"
+"PO-Revision-Date: 2023-05-28 19:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr "هیچ ارتباطی با پایگاه داده وجود ندارد."
#: connectivity/inc/strings.hrc:26
msgctxt "STR_WRONG_PARAM_INDEX"
msgid "You tried to set a parameter at position “$pos$” but there is/are only “$count$” parameter(s) allowed. One reason may be that the property “ParameterNameSubstitution” is not set to TRUE in the data source."
-msgstr ""
+msgstr "شما سعی کردید یک پارامتر در موقعیت “$pos$” تنظیم کنید اما آن جا فقط “$count$” پارامتر مجاز است. یک دلیل آن ممکن است این باشد که ویژگی “ParameterNameSubstitution” در منبع داده ها TRUE تنظیم نشده است."
#. 6FnrV
#: connectivity/inc/strings.hrc:27
diff --git a/source/fa/cui/messages.po b/source/fa/cui/messages.po
index 4cc4a8201f9..067ad552bad 100644
--- a/source/fa/cui/messages.po
+++ b/source/fa/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:13+0000\n"
"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fa/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195434.000000\n"
#. GyY9M
@@ -17012,77 +17012,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "نوشتار جدید"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "نوشتار HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "نوشتار اصلی"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "صفحه‌گسترده"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "ارائه"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "نقاشی"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "فرمول"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/fa/extras/source/autocorr/emoji.po b/source/fa/extras/source/autocorr/emoji.po
index e4b2fad7a5b..08d45ab6c9a 100644
--- a/source/fa/extras/source/autocorr/emoji.po
+++ b/source/fa/extras/source/autocorr/emoji.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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2023-05-07 20:36+0000\n"
-"Last-Translator: Reza Mousavi <iamrezamousavi@gmail.com>\n"
+"PO-Revision-Date: 2023-05-28 19:35+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/extrassourceautocorremoji/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -44,7 +44,7 @@ msgctxt ""
"YEN_SIGN\n"
"LngText.text"
msgid "yen"
-msgstr ""
+msgstr "ین"
#. § (U+000A7), see http://wiki.documentfoundation.org/Emoji
#. 2CS6Y
diff --git a/source/fa/filter/source/config/fragments/filters.po b/source/fa/filter/source/config/fragments/filters.po
index 0e1a410bfbc..7b6a2801ce8 100644
--- a/source/fa/filter/source/config/fragments/filters.po
+++ b/source/fa/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: 2023-03-06 17:53+0100\n"
-"PO-Revision-Date: 2023-05-19 08:27+0000\n"
+"PO-Revision-Date: 2023-05-28 19:35+0000\n"
"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsfilters/fa/>\n"
"Language: fa\n"
@@ -24,7 +24,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "ADO Rowset XML"
-msgstr ""
+msgstr "ADO رولتی XML"
#. bjvBT
#: AbiWord.xcu
@@ -44,7 +44,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Apple Keynote"
-msgstr ""
+msgstr "کلید یادداشت Apple"
#. 5bCwT
#: AppleNumbers.xcu
diff --git a/source/fa/filter/source/config/fragments/internalgraphicfilters.po b/source/fa/filter/source/config/fragments/internalgraphicfilters.po
index ff079301ce1..abd09c0c926 100644
--- a/source/fa/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/fa/filter/source/config/fragments/internalgraphicfilters.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: 2022-10-10 13:35+0200\n"
-"PO-Revision-Date: 2023-05-07 20:36+0000\n"
+"PO-Revision-Date: 2023-05-28 19:35+0000\n"
"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsinternalgraphicfilters/fa/>\n"
"Language: fa\n"
@@ -44,7 +44,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "DXF - AutoCAD Interchange Format"
-msgstr ""
+msgstr "DXF -قالب تبادلی اتوکد"
#. qGZFH
#: emf_Export.xcu
diff --git a/source/fa/librelogo/source/pythonpath.po b/source/fa/librelogo/source/pythonpath.po
index 9d24bec6101..7d0f1c05b18 100644
--- a/source/fa/librelogo/source/pythonpath.po
+++ b/source/fa/librelogo/source/pythonpath.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\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: 2023-05-21 15:08+0000\n"
+"PO-Revision-Date: 2023-05-28 19:35+0000\n"
"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/librelogosourcepythonpath/fa/>\n"
"Language: fa\n"
@@ -23,7 +23,7 @@ msgctxt ""
"FORWARD\n"
"property.text"
msgid "forward|fd"
-msgstr ""
+msgstr "جلو|fd"
#. CAynz
#: LibreLogo_en_US.properties
@@ -32,7 +32,7 @@ msgctxt ""
"BACKWARD\n"
"property.text"
msgid "back|bk"
-msgstr ""
+msgstr "پشت|bk"
#. C2vPo
#: LibreLogo_en_US.properties
@@ -41,7 +41,7 @@ msgctxt ""
"TURNLEFT\n"
"property.text"
msgid "left|turnleft|lt"
-msgstr ""
+msgstr "چپ|turnleft|lt"
#. 77BZH
#: LibreLogo_en_US.properties
@@ -1015,7 +1015,7 @@ msgctxt ""
"PURPLE\n"
"property.text"
msgid "purple"
-msgstr "ارغوانی"
+msgstr "بنفش"
#. Q44aX
#: LibreLogo_en_US.properties
diff --git a/source/fa/nlpsolver/src/locale.po b/source/fa/nlpsolver/src/locale.po
index 2b67918b4a0..407d25e072e 100644
--- a/source/fa/nlpsolver/src/locale.po
+++ b/source/fa/nlpsolver/src/locale.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2021-09-10 23:11+0200\n"
-"PO-Revision-Date: 2023-05-19 08:27+0000\n"
-"Last-Translator: Hossein <hossein@libreoffice.org>\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/nlpsolversrclocale/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -32,7 +32,7 @@ msgctxt ""
"NLPSolverCommon.Properties.SwarmSize\n"
"property.text"
msgid "Size of Swarm"
-msgstr ""
+msgstr "اندازه توده"
#. eFcSX
#: NLPSolverCommon_en_US.properties
diff --git a/source/fa/officecfg/registry/data/org/openoffice/Office.po b/source/fa/officecfg/registry/data/org/openoffice/Office.po
index 9c681fb5a14..9ee5ec8d8fa 100644
--- a/source/fa/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/fa/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
-"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-22 12:40+0000\n"
+"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542023218.000000\n"
#. HhMVS
@@ -1748,7 +1748,6 @@ msgstr ""
#. nJ4gM
#: PresenterScreen.xcu
-#, fuzzy
msgctxt ""
"PresenterScreen.xcu\n"
"..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.u\n"
@@ -1769,7 +1768,6 @@ msgstr ""
#. F3M5L
#: PresenterScreen.xcu
-#, fuzzy
msgctxt ""
"PresenterScreen.xcu\n"
"..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.v\n"
@@ -1790,7 +1788,6 @@ msgstr ""
#. ovVpD
#: PresenterScreen.xcu
-#, fuzzy
msgctxt ""
"PresenterScreen.xcu\n"
"..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.w\n"
@@ -1811,7 +1808,6 @@ msgstr ""
#. LpzsF
#: PresenterScreen.xcu
-#, fuzzy
msgctxt ""
"PresenterScreen.xcu\n"
"..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.x\n"
@@ -12672,85 +12668,85 @@ msgctxt ""
msgid "Notes"
msgstr "یادداشت‌ها"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "نوشتارهای متنی"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "صفحه‌گسترده‌ها"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "ارائه‌ها"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "نقاشی‌ها"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "صفحه‌های وب"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "نوشتارهای اصلی"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "فرمول‌ها"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "نوشتارهای پایگاه‌داده‌ای"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
index 36f48439040..8a5ce0aa4e8 100644
--- a/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fa/officecfg/registry/data/org/openoffice/Office/UI.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
-"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 12:13+0000\n"
+"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542023219.000000\n"
#. W5ukN
@@ -664,7 +664,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Trace ~Precedent"
-msgstr "ردیابی ~پیش نیاز"
+msgstr "ردیابی ~سابقه"
#. Eob2h
#: CalcCommands.xcu
@@ -674,7 +674,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Remove Precedent"
-msgstr "~حذف پیش نیاز"
+msgstr "~حذف سوابق"
#. fWMFQ
#: CalcCommands.xcu
@@ -684,7 +684,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Trace Dependent"
-msgstr "ردیابی ~وابستگی"
+msgstr "ردیابی ~وابستگان"
#. nSNFf
#: CalcCommands.xcu
@@ -694,7 +694,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Remove Dependent"
-msgstr "حذف ~وابستگی"
+msgstr "حذف ~وابستگان"
#. XGaan
#: CalcCommands.xcu
@@ -1234,7 +1234,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sol~ver..."
-msgstr "~حل‌کننده…"
+msgstr "~حل‌کننده..."
#. iQYDu
#: CalcCommands.xcu
@@ -1354,7 +1354,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Select Visible Rows Only"
-msgstr "فقط اتتخاب ردیف های قابل مشاهده"
+msgstr "فقط انتخاب ردیف های قابل مشاهده"
#. rDd3w
#: CalcCommands.xcu
@@ -1384,7 +1384,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Conditional Formatting: Condition"
-msgstr "~قالب‌بندی شرطی: شرط"
+msgstr "قالب‌بندی شرطی: شرط"
#. YxEsD
#: CalcCommands.xcu
@@ -1414,7 +1414,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Conditional Formatting: Color Scale"
-msgstr "~قالب‌بندی شرطی: مقیاس رنگ"
+msgstr "قالب‌بندی شرطی: مقیاس رنگ"
#. bkSZz
#: CalcCommands.xcu
@@ -1434,7 +1434,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Conditional Formatting: Data Bar"
-msgstr "~قالب‌بندی شرطی: نوار داده"
+msgstr "قالب‌بندی شرطی: نوار داده"
#. rP7Qh
#: CalcCommands.xcu
@@ -1454,7 +1454,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Conditional Formatting: Icon Set"
-msgstr "قالب‌بندی شرطی: مجموعه آیکون"
+msgstr "قالب‌بندی شرطی: مجموعه شمایل"
#. DV5V6
#: CalcCommands.xcu
@@ -1464,7 +1464,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Icon Set..."
-msgstr "مجموعه نقشک…"
+msgstr "مجموعه شمایل..."
#. Jsx5v
#: CalcCommands.xcu
@@ -1624,7 +1624,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Cell Protection"
-msgstr "محافظت سلول"
+msgstr "محافظت سلولی"
#. tRqmi
#: CalcCommands.xcu
@@ -1754,7 +1754,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Cycle Cell Reference Types"
-msgstr "انواع مرجع سلول چرخه ای"
+msgstr "جابجایی بین انواع ارجاع"
#. 8Zduf
#: CalcCommands.xcu
@@ -1904,7 +1904,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill Single ~Edit"
-msgstr "پر کردن تکی ~ویرایش"
+msgstr "پرکردن تکی ~ویرایش"
#. zvx7S
#: CalcCommands.xcu
@@ -1934,7 +1934,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill ~Sheets..."
-msgstr "پر کردن ~برگه‌ها..."
+msgstr "پرکردن ~برگه‌ها..."
#. PbKaP
#: CalcCommands.xcu
@@ -1954,7 +1954,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fill S~eries..."
-msgstr "پرکردن دنباله ای"
+msgstr "پرکردن ~به صورت دنباله..."
#. kbp4m
#: CalcCommands.xcu
@@ -2034,7 +2034,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Covariance..."
-msgstr "~هم‌پراکنش…"
+msgstr "کوواریانس"
#. 4xr5v
#: CalcCommands.xcu
@@ -2104,7 +2104,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Chi-square Test..."
-msgstr ""
+msgstr "آزمون مربع کای"
#. eXA9f
#: CalcCommands.xcu
@@ -2204,7 +2204,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Headers and Footers..."
-msgstr "~سر صفحه و پاورقی..."
+msgstr "~سرصفحه‌ها و پاورقی‌ها..."
#. 9wsip
#: CalcCommands.xcu
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "اعتبار سنجی ~داده‌ها..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "حذف سطر"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -2424,7 +2434,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Show Hidden Row/Column Indicator"
-msgstr "نمایش شاخص نهفتهٔ سطر/ستون"
+msgstr "نمایش نشانگر سطر/ستون پنهان"
#. nZGvm
#: CalcCommands.xcu
@@ -3199,14 +3209,13 @@ msgstr "~مخفی کردن"
#. kEyXW
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:HideColumn\n"
"ContextLabel\n"
"value.text"
msgid "~Hide"
-msgstr "~مخفی کردن"
+msgstr "~پنهان کردن"
#. gXCob
#: CalcCommands.xcu
@@ -3230,7 +3239,6 @@ msgstr "~نشان دادن"
#. R7FbH
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:ShowColumn\n"
@@ -3317,18 +3325,17 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Page Style..."
-msgstr ""
+msgstr "~سبک صفحه…"
#. C83UC
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:PageFormatDialog\n"
"PopupLabel\n"
"value.text"
msgid "Format Pa~ge..."
-msgstr "~صفحه..."
+msgstr "قالب‌بندی ~صفحه…"
#. CtGDQ
#: CalcCommands.xcu
@@ -3352,7 +3359,6 @@ msgstr "پیش‌فرض"
#. ZWWbV
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:TextAttributes\n"
@@ -3509,7 +3515,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Strea~ms..."
-msgstr ""
+msgstr "~جریان‌ها…"
#. jHBWd
#: CalcCommands.xcu
@@ -3519,7 +3525,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Resume streaming"
-msgstr ""
+msgstr "ادامهٔ جریان"
#. aC3B9
#: CalcCommands.xcu
@@ -3529,7 +3535,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Stop streaming"
-msgstr ""
+msgstr "توقف جریان"
#. BcMEb
#: CalcCommands.xcu
@@ -3539,7 +3545,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Data Provider..."
-msgstr ""
+msgstr "فراهم کنندهٔ داده…"
#. ArVzU
#: CalcCommands.xcu
@@ -3549,7 +3555,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Refresh Data Provider"
-msgstr ""
+msgstr "تازه‌سازی فراهم کنندهٔ داده"
#. JGKYk
#: CalcCommands.xcu
@@ -3833,7 +3839,6 @@ msgstr "ردیف از پایین"
#. RyD35
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:AlignVCenter\n"
@@ -3924,7 +3929,6 @@ msgstr "ظاهر واحد ارزی"
#. GAf7B
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:NumberFormatPercent\n"
@@ -4141,7 +4145,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Anchor to p~age"
-msgstr ""
+msgstr "لنگر به ص~فحه"
#. wbGVH
#: CalcCommands.xcu
@@ -4171,7 +4175,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Anchor to ~cell (move with cell)"
-msgstr ""
+msgstr "لنگر به ~سلول (جابجایی با سلول)"
#. E93yr
#: CalcCommands.xcu
@@ -4181,7 +4185,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor: To Cell (~resize with cell)"
-msgstr ""
+msgstr "لنگر: به سلول (~تغییر اندازه با سلول)"
#. JUsNn
#: CalcCommands.xcu
@@ -4191,7 +4195,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "To Cell (~resize with cell)"
-msgstr ""
+msgstr "به سلول (~تغییر اندازه با سلول)"
#. 5z4Z4
#: CalcCommands.xcu
@@ -4201,7 +4205,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Anchor to cell (move and ~resize with cell)"
-msgstr ""
+msgstr "لنگر به سلول (~تغییر اندازه و جابجایی با سلول)"
#. DgRvD
#: CalcCommands.xcu
@@ -4211,7 +4215,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Email as ~Microsoft Excel..."
-msgstr "ایمیل به عنوان ~مایکروسافت اکسل..."
+msgstr "پست الکترونیکی به صورت پرونده اکسل مایکروسافت..."
#. ZiTq5
#: CalcCommands.xcu
@@ -4221,7 +4225,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Email as ~OpenDocument Spreadsheet..."
-msgstr "ایمیل به عنوان ~ صفحه گسترده نوشتار باز"
+msgstr "پست الکترونیکی به صورت ~صفحه گسترده نوشتار باز"
#. UNYDc
#: CalcCommands.xcu
@@ -4245,7 +4249,6 @@ msgstr "نمایش کادر دور سلول‌ها"
#. fCpZ4
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertFieldSheet\n"
@@ -4266,14 +4269,13 @@ msgstr "عنوان پرونده"
#. cz3Ac
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:InsertFieldDateVariable\n"
"Label\n"
"value.text"
msgid "Date"
-msgstr "~تاریخ"
+msgstr "تاریخ"
#. EKctU
#: CalcCommands.xcu
@@ -4297,7 +4299,6 @@ msgstr "فرمول به متن"
#. u5Hxi
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:InsertFieldMenu\n"
@@ -4314,18 +4315,17 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Detective"
-msgstr "~شناسایی"
+msgstr "~کارآگاه"
#. aLisf
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:InsertBreakMenu\n"
"Label\n"
"value.text"
msgid "Insert Page ~Break"
-msgstr "شکست ~سطر"
+msgstr "درج ~شکست صفحه"
#. gmCF5
#: CalcCommands.xcu
@@ -4449,25 +4449,23 @@ msgstr "~گروه و رئوس مطالب"
#. ctLL9
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:RowMenu\n"
"Label\n"
"value.text"
msgid "Ro~ws"
-msgstr "تعداد سطرها"
+msgstr "~سطرها"
#. VuFEC
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:ColumnMenu\n"
"Label\n"
"value.text"
msgid "Colu~mns"
-msgstr "ستو~ن"
+msgstr "ستو~ن‌ها"
#. vhuNm
#: CalcCommands.xcu
@@ -4497,7 +4495,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "M~erge and Unmerge Cells"
-msgstr ""
+msgstr "~ادغام و تفکیک سلول‌ها"
#. G3E3Q
#: CalcCommands.xcu
@@ -4621,7 +4619,6 @@ msgstr "فقط جایگزینی فرمول‌ها"
#. BXhXV
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:PasteOnlyFormula\n"
@@ -4698,7 +4695,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste As Link"
-msgstr ""
+msgstr "جایگذاری به عنوان پیوند"
#. f7yoE
#: CalcCommands.xcu
@@ -4708,7 +4705,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "As ~Link"
-msgstr ""
+msgstr "به عنوان ~پیوند"
#. 4DJpG
#: CalcCommands.xcu
@@ -4718,7 +4715,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Use Text Import Dialog"
-msgstr ""
+msgstr "استفاده از محاوره درون‌ریزی متن"
#. yombs
#: CalcCommands.xcu
@@ -4728,7 +4725,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Use text import dialog"
-msgstr ""
+msgstr "استفاده از محاوره درون‌ریزی متن"
#. uoxAP
#: CalcCommands.xcu
@@ -4742,14 +4739,13 @@ msgstr "ستون"
#. 5S8Dh
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Popups..uno:RowOperations\n"
"Label\n"
"value.text"
msgid "Row"
-msgstr "~سطر"
+msgstr "سطر"
#. CdQAT
#: CalcCommands.xcu
@@ -4899,7 +4895,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Heading 1"
-msgstr "تیتر 1"
+msgstr "عنوان ۱"
#. CmDKW
#: CalcCommands.xcu
@@ -4909,7 +4905,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Heading 1 Cell Style"
-msgstr "سبک سلول تیتر 1"
+msgstr "سبک سلول سرایند ۱"
#. N9gg5
#: CalcCommands.xcu
@@ -4929,7 +4925,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Heading 2"
-msgstr "تیتر 2"
+msgstr "عنوان ۲"
#. YE3co
#: CalcCommands.xcu
@@ -4939,7 +4935,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Heading 2 Cell Style"
-msgstr "سبک سلول تیتر 2"
+msgstr "سبک سلول سرایند ۲"
#. 6Wxq6
#: CalcCommands.xcu
@@ -5109,7 +5105,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Footnote"
-msgstr "پاصفحه"
+msgstr "پانویس"
#. AaFN2
#: CalcCommands.xcu
@@ -5119,7 +5115,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Footnote Cell Style"
-msgstr "سبک سلول پاصفحه"
+msgstr "سبک سلول پانویس"
#. RNKWD
#: CalcCommands.xcu
@@ -5163,14 +5159,13 @@ msgstr ""
#. 7wktD
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/audit\n"
"UIName\n"
"value.text"
msgid "Detective"
-msgstr "~شناسایی"
+msgstr "کاراگاه"
#. AvCY8
#: CalcWindowState.xcu
@@ -5200,29 +5195,27 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Column Header"
-msgstr "عنوان ستون"
+msgstr "سرآیند ستون"
#. p4Zjo
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/draw\n"
"UIName\n"
"value.text"
msgid "Shape"
-msgstr "~شکل‌ها"
+msgstr "شکل"
#. 597A7
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "بزرگنمایی متن"
+msgstr "شکل دادن به متن"
#. Cnsxu
#: CalcWindowState.xcu
@@ -5252,7 +5245,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Formula Bar"
-msgstr "نوار فرمول‌نویسی"
+msgstr "نوار فرمول"
#. 4KM2t
#: CalcWindowState.xcu
@@ -5282,11 +5275,10 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Notebookbar"
-msgstr ""
+msgstr "نواردفترچه‌یادداشت"
#. vH4ii
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
@@ -5297,14 +5289,13 @@ msgstr "شیء OLE"
#. uoFEw
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/pagebreak\n"
"UIName\n"
"value.text"
msgid "Page Break"
-msgstr "~شکست صفحه"
+msgstr "شکست صفحه"
#. JuJxk
#: CalcWindowState.xcu
@@ -5314,11 +5305,10 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Pivot Table"
-msgstr "پیوت تیبل"
+msgstr "جدول محوری"
#. HyD7e
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/preview\n"
@@ -5329,14 +5319,13 @@ msgstr "پیش‌نمایش چاپ"
#. Mu9NE
#: CalcWindowState.xcu
-#, fuzzy
msgctxt ""
"CalcWindowState.xcu\n"
"..CalcWindowState.UIElements.States.private:resource/popupmenu/rowheader\n"
"UIName\n"
"value.text"
msgid "Row Header"
-msgstr "به سرصفحه"
+msgstr "سرسطر"
#. oueah
#: CalcWindowState.xcu
@@ -5396,7 +5385,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Data Streams"
-msgstr ""
+msgstr "جریان‌های داده‌ای"
#. 3zYyV
#: CalcWindowState.xcu
@@ -5607,7 +5596,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr "چیدمان اشیاء"
+msgstr "تراز کردن اشیاء"
#. UaWAM
#: CalcWindowState.xcu
@@ -5707,7 +5696,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Lines and Arrows"
-msgstr "خطوط و فلش‌ها"
+msgstr "خطوط و پیکان‌ها"
#. vvEtr
#: CalcWindowState.xcu
@@ -5747,7 +5736,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Legend..."
-msgstr "~تاریخچه..."
+msgstr "~راهنمای نمودار...."
#. hhEpY
#: ChartCommands.xcu
@@ -5777,7 +5766,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Data Labels..."
-msgstr "~برچسب داده‌ها"
+msgstr "~برچسب‌های داده‌ها..."
#. 3K7RZ
#: ChartCommands.xcu
@@ -5797,29 +5786,27 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Mean ~Value Lines"
-msgstr "خط مقدار ~میانگین"
+msgstr "~خطوط مقدار میانگین"
#. m7rRY
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertMenuXErrorBars\n"
"Label\n"
"value.text"
msgid "X Error ~Bars..."
-msgstr "میله‌های خطای X"
+msgstr "~نوارهای خطای X..."
#. qkvKw
#: ChartCommands.xcu
-#, fuzzy
msgctxt ""
"ChartCommands.xcu\n"
"..ChartCommands.UserInterface.Commands..uno:InsertMenuYErrorBars\n"
"Label\n"
"value.text"
msgid "Y Error ~Bars..."
-msgstr "میله‌های خطای Y"
+msgstr "~نوارهای خطای Y..."
#. b8a7g
#: ChartCommands.xcu
@@ -5839,7 +5826,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Format Selection..."
-msgstr "ظاهر انتخاب شده‌ها"
+msgstr "انتخاب قالب‌بندی..."
#. 2Mrjz
#: ChartCommands.xcu
@@ -5849,7 +5836,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Format Legend"
-msgstr "ظاهر راهنما"
+msgstr "راهنمای قالب‌بندی"
#. kTSbA
#: ChartCommands.xcu
@@ -5859,7 +5846,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Legend..."
-msgstr "~تاریخچه..."
+msgstr "~راهنما..."
#. QQmgL
#: ChartCommands.xcu
@@ -5869,7 +5856,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Chart ~Wall..."
-msgstr "~دیوار نمودار..."
+msgstr "~جداره نمودار..."
#. eiKNT
#: ChartCommands.xcu
@@ -5879,7 +5866,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Chart ~Floor..."
-msgstr "کف ~نمودار..."
+msgstr "~کف نمودار..."
#. CxvTH
#: ChartCommands.xcu
@@ -5889,7 +5876,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Chart ~Area..."
-msgstr "محدودهٔ ن~مودار..."
+msgstr "~سطح نمودار..."
#. C82NP
#: ChartCommands.xcu
@@ -5909,7 +5896,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Data Ranges..."
-msgstr "~محدوده داده‌ها"
+msgstr "~محدوده داده‌ها..."
#. mDnGc
#: ChartCommands.xcu
@@ -5919,7 +5906,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Data Table..."
-msgstr "جدول داده‌ها..."
+msgstr "~جدول داده‌ها..."
#. akKXG
#: ChartCommands.xcu
@@ -5959,7 +5946,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Main Title..."
-msgstr "عنوان ا~صلی..."
+msgstr "~عنوان اصلی..."
#. d6BoL
#: ChartCommands.xcu
@@ -5979,7 +5966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~X Axis Title..."
-msgstr "عنوان (~محور X)..."
+msgstr "عنوان ~محور X..."
#. eST6v
#: ChartCommands.xcu
@@ -5989,7 +5976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Y Axis Title..."
-msgstr "عنوان (محو~ر Y)..."
+msgstr "عنوان محو~ر Y..."
#. cd8w5
#: ChartCommands.xcu
@@ -5999,7 +5986,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Z Axis Title..."
-msgstr "عنوان (مح~ور Z)..."
+msgstr "عنوان مح~ور Z..."
#. EWdrC
#: ChartCommands.xcu
@@ -6009,7 +5996,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "S~econdary X Axis Title..."
-msgstr "عنوان دومین محور X..."
+msgstr "عنوان محور ~افقی دوم..."
#. cJiBZ
#: ChartCommands.xcu
@@ -6019,7 +6006,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Se~condary Y Axis Title..."
-msgstr "عنوان دومین محور Y..."
+msgstr "عنوان محور ~عمودی دوم..."
#. s68Fr
#: ChartCommands.xcu
@@ -6925,14 +6912,13 @@ msgstr "~توری"
#. haNWD
#: ChartWindowState.xcu
-#, fuzzy
msgctxt ""
"ChartWindowState.xcu\n"
"..ChartWindowState.UIElements.States.private:resource/popupmenu/draw\n"
"UIName\n"
"value.text"
msgid "Shape"
-msgstr "~شکل‌ها"
+msgstr "شکل"
#. MFiQE
#: ChartWindowState.xcu
@@ -7146,14 +7132,13 @@ msgstr "اشیاء نقاشی"
#. LCJ8Q
#: DbReportWindowState.xcu
-#, fuzzy
msgctxt ""
"DbReportWindowState.xcu\n"
".DbReportWindowState.UIElements.States.private:resource/toolbar/alignmentbar\n"
"UIName\n"
"value.text"
msgid "Align"
-msgstr "ردیف کردن"
+msgstr "ترازبندی"
#. BdXDm
#: DbReportWindowState.xcu
@@ -7305,7 +7290,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Limit"
-msgstr ""
+msgstr "محدوده"
#. Jw8HE
#: DbuCommands.xcu
@@ -7380,14 +7365,13 @@ msgstr "باز کردن شیء پایگاه‌داده‌ای..."
#. PKBfV
#: DbuCommands.xcu
-#, fuzzy
msgctxt ""
"DbuCommands.xcu\n"
"..DbuCommands.UserInterface.Commands..uno:DBOpen\n"
"PopupLabel\n"
"value.text"
msgid "Open..."
-msgstr "~باز کردن..."
+msgstr "باز کردن..."
#. N3XGg
#: DbuCommands.xcu
@@ -7601,14 +7585,13 @@ msgstr "راهنمای گام به گام فرم..."
#. weSF2
#: DbuCommands.xcu
-#, fuzzy
msgctxt ""
"DbuCommands.xcu\n"
"..DbuCommands.UserInterface.Commands..uno:DBNewReportWithPreSelection\n"
"Label\n"
"value.text"
msgid "Report..."
-msgstr "صدور..."
+msgstr "گزارش..."
#. pktrr
#: DbuCommands.xcu
@@ -7678,7 +7661,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Tables"
-msgstr "جدول"
+msgstr "جدول‌ها"
#. pQCtc
#: DbuCommands.xcu
@@ -7828,7 +7811,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "New ~Table Design"
-msgstr ""
+msgstr "~طراحی جدید جدول"
#. Ky6Jx
#: DbuCommands.xcu
@@ -8022,25 +8005,23 @@ msgstr "پیش‌نمایش"
#. KwGGF
#: DbuCommands.xcu
-#, fuzzy
msgctxt ""
"DbuCommands.xcu\n"
"..DbuCommands.UserInterface.Commands..uno:DBRebuildData\n"
"Label\n"
"value.text"
msgid "Rebuild"
-msgstr "ساخت مجدد"
+msgstr "بازسازی"
#. SDoLA
#: DbuCommands.xcu
-#, fuzzy
msgctxt ""
"DbuCommands.xcu\n"
"..DbuCommands.UserInterface.Commands..uno:DBNewReport\n"
"Label\n"
"value.text"
msgid "Report..."
-msgstr "صدور..."
+msgstr "گزارش..."
#. orPWm
#: DbuCommands.xcu
@@ -8094,7 +8075,6 @@ msgstr "پیش‌نمایش"
#. GvpF4
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:CloseObject\n"
@@ -8115,7 +8095,6 @@ msgstr "نمای سیاه و سفید"
#. fJvby
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:SlideMenu\n"
@@ -8132,7 +8111,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Page"
-msgstr ""
+msgstr "~صفحه"
#. Cu3Ng
#: DrawImpressCommands.xcu
@@ -8142,18 +8121,17 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Shape"
-msgstr ""
+msgstr "~شکل"
#. ymWCh
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:SlideMoveMenu\n"
"Label\n"
"value.text"
msgid "Move"
-msgstr "حالت"
+msgstr "جابجایی"
#. EQpBA
#: DrawImpressCommands.xcu
@@ -8163,7 +8141,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rename Page..."
-msgstr ""
+msgstr "تغییر نام صفحه..."
#. gCyCR
#: DrawImpressCommands.xcu
@@ -8173,11 +8151,10 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rename Slide..."
-msgstr ""
+msgstr "تغییر نام اسلاید..."
#. EoR9S
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:RenameLayer\n"
@@ -8625,11 +8602,10 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Animation"
-msgstr ""
+msgstr "پویانمایی"
#. btZfh
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:SlideChangeWindow\n"
@@ -8646,7 +8622,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Master Slides"
-msgstr ""
+msgstr "اسلاید مبنا"
#. yFsEC
#: DrawImpressCommands.xcu
@@ -9374,58 +9350,53 @@ msgstr ""
#. HCd5L
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ShowRuler\n"
"Label\n"
"value.text"
msgid "~Rulers"
-msgstr "~خط‌کش"
+msgstr "~خط‌کش‌ها"
#. M9WZc
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:InsertLayer\n"
"Label\n"
"value.text"
msgid "Insert Layer"
-msgstr "درج برچسب"
+msgstr "درج لایه"
#. CKzJ5
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:InsertLayer\n"
"ContextLabel\n"
"value.text"
msgid "~Layer..."
-msgstr "~لابه..."
+msgstr "~لایه..."
#. svVv4
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:InsertLayer\n"
"PopupLabel\n"
"value.text"
msgid "~Insert Layer..."
-msgstr "~درج..."
+msgstr "~درج لایه..."
#. 7GzQS
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ModifyPage\n"
"Label\n"
"value.text"
msgid "Slide ~Layout"
-msgstr "~صفحه‌بندی اسلاید..."
+msgstr "~چینش اسلاید..."
#. XAoDe
#: DrawImpressCommands.xcu
@@ -9435,29 +9406,27 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Modify Layer"
-msgstr "تغییر لایه"
+msgstr "ویرایش لایه"
#. dnAqR
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ModifyLayer\n"
"ContextLabel\n"
"value.text"
msgid "~Layer..."
-msgstr "~لابه..."
+msgstr "~لایه..."
#. mrJZr
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:ModifyLayer\n"
"PopupLabel\n"
"value.text"
msgid "~Modify Layer..."
-msgstr "تغییر لا~یه..."
+msgstr "ویرایش لا~یه..."
#. SJYuL
#: DrawImpressCommands.xcu
@@ -9609,14 +9578,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -9632,14 +9601,13 @@ msgstr "~صفحه‌بندی اسلاید..."
#. BBXTY
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:NotesMode\n"
"Label\n"
"value.text"
msgid "Not~es"
-msgstr "یادداشت‌ها"
+msgstr "~یادداشت‌ها"
#. ETuM4
#: DrawImpressCommands.xcu
@@ -9717,14 +9685,13 @@ msgstr "حذف صفحهٔ اصلی"
#. fNuFd
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:Dismantle\n"
"Label\n"
"value.text"
msgid "Spl~it"
-msgstr "~تقسیم"
+msgstr "~تفکیک"
#. LH3FP
#: DrawImpressCommands.xcu
@@ -9818,14 +9785,13 @@ msgstr "~شکستن"
#. 9yBgu
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:AdvancedMode\n"
"Label\n"
"value.text"
msgid "Transformations"
-msgstr "حمل و نقل"
+msgstr "تبدیل‌ها"
#. KLDYE
#: DrawImpressCommands.xcu
@@ -10329,14 +10295,13 @@ msgstr "برای ویرایش متن دوبار کلیک کنید"
#. CLPDQ
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:SaveGraphic\n"
"Label\n"
"value.text"
msgid "~Save..."
-msgstr "~صفحه..."
+msgstr "~ذخیره..."
#. b4A4y
#: DrawImpressCommands.xcu
@@ -10346,7 +10311,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Replace..."
-msgstr ""
+msgstr "~جایگزینی..."
#. VPEPU
#: DrawImpressCommands.xcu
@@ -10356,7 +10321,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Co~mpress..."
-msgstr ""
+msgstr "فشرده‌~سازی..."
#. YhSB2
#: DrawImpressCommands.xcu
@@ -10366,7 +10331,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Set Background Image..."
-msgstr ""
+msgstr "تنظیم تصویر پس زمینه..."
#. scFBm
#: DrawImpressCommands.xcu
@@ -10376,7 +10341,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Save Background Image..."
-msgstr ""
+msgstr "ذخیره تصویر پس زمینه..."
#. fSGTa
#: DrawImpressCommands.xcu
@@ -10935,6 +10900,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "درج س~تون‌ها"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -10943,7 +10918,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Delete Table"
-msgstr ""
+msgstr "حذف جدول"
#. Lbfd9
#: DrawImpressCommands.xcu
@@ -10963,7 +10938,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Select..."
-msgstr ""
+msgstr "~انتخاب..."
#. AsuBE
#: DrawImpressCommands.xcu
@@ -10973,7 +10948,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Select Table"
-msgstr ""
+msgstr "انتخاب جدول"
#. yvdda
#: DrawImpressCommands.xcu
@@ -11013,7 +10988,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Properties..."
-msgstr ""
+msgstr "~خصوصیات"
#. pnSEw
#: DrawImpressCommands.xcu
@@ -11023,7 +10998,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Ta~ble Properties..."
-msgstr ""
+msgstr "خصوصیات ~جدول..."
#. 2HACZ
#: DrawImpressCommands.xcu
@@ -11043,7 +11018,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Table..."
-msgstr "~جدول"
+msgstr "~جدول..."
#. XUrBD
#: DrawImpressCommands.xcu
@@ -11090,25 +11065,23 @@ msgstr "فرمان‌های قبلی"
#. 7cYmx
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TextAutoFitToSize\n"
"Label\n"
"value.text"
msgid "Autofit Text"
-msgstr "~تطابق خودکار متن"
+msgstr "تطابق خودکار متن"
#. bcYGc
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:TaskPaneInsertPage\n"
"Label\n"
"value.text"
msgid "Insert Slide"
-msgstr "حالت درج"
+msgstr "درج اسلاید"
#. DpnDu
#: DrawImpressCommands.xcu
@@ -11118,183 +11091,167 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Minimize ~Presentation..."
-msgstr ""
+msgstr "کمینه کردن ~ارائه..."
#. mYRFz
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:FirstPage\n"
"Label\n"
"value.text"
msgid "Go to First Page"
-msgstr "صفحهٔ اول"
+msgstr "رفتن به صفحهٔ اول"
#. pK2xk
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:FirstPage\n"
"ContextLabel\n"
"value.text"
msgid "To First Page"
-msgstr "صفحهٔ اول"
+msgstr "به صفحهٔ اول"
#. iroMF
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:FirstSlide\n"
"Label\n"
"value.text"
msgid "Go to First Slide"
-msgstr "صفحهٔ اول"
+msgstr "رفتن به اسلاید اول"
#. tpZpD
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:FirstSlide\n"
"ContextLabel\n"
"value.text"
msgid "To First Slide"
-msgstr "صفحهٔ اول"
+msgstr "به اسلاید اول"
#. LqUFE
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PreviousPage\n"
"Label\n"
"value.text"
msgid "Go to Previous Page"
-msgstr "به جدول قبلی"
+msgstr "رفتن به صفحه قبل"
#. GXaQT
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PreviousPage\n"
"ContextLabel\n"
"value.text"
msgid "To Previous Page"
-msgstr "به جدول قبلی"
+msgstr "به صفحه قبل"
#. kCNxb
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PreviousSlide\n"
"Label\n"
"value.text"
msgid "Go to Previous Slide"
-msgstr "به برگهٔ قبلی"
+msgstr "رفتن به اسلاید قبل"
#. RmTdY
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PreviousSlide\n"
"ContextLabel\n"
"value.text"
msgid "To Previous Slide"
-msgstr "به برگهٔ قبلی"
+msgstr "به اسلاید قبلی"
#. YLBso
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:NextPage\n"
"Label\n"
"value.text"
msgid "Go to Next Page"
-msgstr "صفحهٔ اول"
+msgstr "رفتن به صفحه بعد"
#. ELGDQ
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:NextPage\n"
"ContextLabel\n"
"value.text"
msgid "To Next Page"
-msgstr "به جدول بعدی"
+msgstr "به صفحه بعد"
#. uyMhk
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:NextSlide\n"
"Label\n"
"value.text"
msgid "Go to Next Slide"
-msgstr "صفحهٔ اول"
+msgstr "رفتن به اسلاید بعدی"
#. o87Bi
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:NextSlide\n"
"ContextLabel\n"
"value.text"
msgid "To Next Slide"
-msgstr "صفحهٔ اول"
+msgstr "به اسلاید بعدی"
#. qSKb6
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:LastPage\n"
"Label\n"
"value.text"
msgid "Go to Last Page"
-msgstr "صفحهٔ اول"
+msgstr "رفتن به صفحه آخر"
#. RG79F
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:LastPage\n"
"ContextLabel\n"
"value.text"
msgid "To Last Page"
-msgstr "صفحهٔ آخر"
+msgstr "به صفحه آخر"
#. KwZxH
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:LastSlide\n"
"Label\n"
"value.text"
msgid "Go to Last Slide"
-msgstr "صفحهٔ اول"
+msgstr "رفتن به اسلاید آخر"
#. FkaGn
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:LastSlide\n"
"ContextLabel\n"
"value.text"
msgid "To Last Slide"
-msgstr "صفحهٔ اول"
+msgstr "به اسلاید آخر"
#. ZuWF5
#: DrawImpressCommands.xcu
@@ -11304,7 +11261,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Page to Start"
-msgstr ""
+msgstr "انتقال صفحه به آغاز"
#. rUeha
#: DrawImpressCommands.xcu
@@ -11314,7 +11271,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Page to Start"
-msgstr ""
+msgstr "صفحه آغازین"
#. 9yFZT
#: DrawImpressCommands.xcu
@@ -11324,7 +11281,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Slide to Start"
-msgstr ""
+msgstr "انتقال اسلاید به آغاز"
#. AdNUh
#: DrawImpressCommands.xcu
@@ -11334,7 +11291,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Slide to Start"
-msgstr ""
+msgstr "اسلاید آغازین"
#. mhH6W
#: DrawImpressCommands.xcu
@@ -11344,7 +11301,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Page Up"
-msgstr ""
+msgstr "بالا بردن صفحه"
#. wEfJJ
#: DrawImpressCommands.xcu
@@ -11354,7 +11311,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Page Up"
-msgstr "صفحهٔ قبل"
+msgstr "صفحه بالا"
#. PLf3b
#: DrawImpressCommands.xcu
@@ -11364,7 +11321,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Slide Up"
-msgstr ""
+msgstr "بالا بردن اسلاید"
#. ApvEy
#: DrawImpressCommands.xcu
@@ -11374,7 +11331,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Slide Up"
-msgstr ""
+msgstr "اسلاید پایین"
#. qbDht
#: DrawImpressCommands.xcu
@@ -11384,7 +11341,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Page Down"
-msgstr ""
+msgstr "پایین بردن صفحه"
#. MHyfW
#: DrawImpressCommands.xcu
@@ -11404,7 +11361,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Slide Down"
-msgstr ""
+msgstr "پایین بردن اسلاید"
#. dUZpQ
#: DrawImpressCommands.xcu
@@ -11414,7 +11371,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Slide Down"
-msgstr ""
+msgstr "اسلاید پایین"
#. 7BBP4
#: DrawImpressCommands.xcu
@@ -11424,7 +11381,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Page to End"
-msgstr ""
+msgstr "انتقال صفحه به پایان"
#. vczob
#: DrawImpressCommands.xcu
@@ -11434,7 +11391,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Page to End"
-msgstr ""
+msgstr "صفحه پایانی"
#. WGYYY
#: DrawImpressCommands.xcu
@@ -11444,7 +11401,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Move Slide to End"
-msgstr ""
+msgstr "انتقال اسلاید به پایان"
#. rY7bg
#: DrawImpressCommands.xcu
@@ -11454,7 +11411,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Slide to End"
-msgstr ""
+msgstr "اسلاید پایانی"
#. EmRJ3
#: DrawImpressCommands.xcu
@@ -11629,7 +11586,6 @@ msgstr "صفحه‌بندی"
#. RWwkb
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:PageMenu\n"
@@ -11650,14 +11606,13 @@ msgstr ""
#. YZqkk
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:CellMenu\n"
"Label\n"
"value.text"
msgid "~Cell"
-msgstr "خانه"
+msgstr "~سلول"
#. FMhgM
#: DrawImpressCommands.xcu
@@ -11671,7 +11626,6 @@ msgstr "~سطر"
#. BxU6T
#: DrawImpressCommands.xcu
-#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Popups..uno:ColumnMenu\n"
@@ -11773,18 +11727,16 @@ msgstr ""
#. ESt3w
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/3dobject\n"
"UIName\n"
"value.text"
msgid "3D Object"
-msgstr "اشیاء 3 بعدی"
+msgstr "شیء 3 بعدی"
#. w2Yft
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/3dscene\n"
@@ -11801,7 +11753,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "3D Scene (group)"
-msgstr ""
+msgstr "صحنهٔ سه‌بعدی (گروه)"
#. FADZW
#: DrawWindowState.xcu
@@ -11825,36 +11777,33 @@ msgstr "منحنی"
#. EWv4E
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/draw\n"
"UIName\n"
"value.text"
msgid "Shape"
-msgstr "~شکل‌ها"
+msgstr "شکل"
#. fQedT
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "بزرگنمایی متن"
+msgstr "متن شکل"
#. ZSHg4
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/form\n"
"UIName\n"
"value.text"
msgid "Form Control"
-msgstr "کنترل‌های بیشتر"
+msgstr "کنترل فرم"
#. CqAWF
#: DrawWindowState.xcu
@@ -11864,7 +11813,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box Formatting"
-msgstr "قالب‌بندی جعبه‌ی متن"
+msgstr "قالب‌بندی جعبه متن"
#. 8ZAuc
#: DrawWindowState.xcu
@@ -11888,14 +11837,13 @@ msgstr "تصویر"
#. JfF4F
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/group\n"
"UIName\n"
"value.text"
msgid "Group"
-msgstr "~گروه"
+msgstr "گروه"
#. kmM5g
#: DrawWindowState.xcu
@@ -11909,25 +11857,23 @@ msgstr ""
#. GAQFS
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/line\n"
"UIName\n"
"value.text"
msgid "Line/Arrow"
-msgstr "پیکان خطی"
+msgstr "خط/پیکان"
#. zfp2H
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/measure\n"
"UIName\n"
"value.text"
msgid "Dimension Line"
-msgstr "خط مدرج"
+msgstr "خط ابعاد"
#. Dvg42
#: DrawWindowState.xcu
@@ -11937,11 +11883,10 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Media"
-msgstr ""
+msgstr "رسانه"
#. ARv8G
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/multiselect\n"
@@ -11952,7 +11897,6 @@ msgstr "انتخاب چندگانه"
#. PAtdR
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/popupmenu/oleobject\n"
@@ -12120,7 +12064,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr ""
+msgstr "تراز کردن اشیاء"
#. SdYv3
#: DrawWindowState.xcu
@@ -12144,14 +12088,13 @@ msgstr "ویرایش نقاط"
#. UdUPE
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/toolbar/choosemodebar\n"
"UIName\n"
"value.text"
msgid "Transformations"
-msgstr "حمل و نقل"
+msgstr "‬تبدیلات"
#. HtRmf
#: DrawWindowState.xcu
@@ -12456,14 +12399,13 @@ msgstr "رنگ"
#. kQmGN
#: DrawWindowState.xcu
-#, fuzzy
msgctxt ""
"DrawWindowState.xcu\n"
"..DrawWindowState.UIElements.States.private:resource/toolbar/commentsbar\n"
"UIName\n"
"value.text"
msgid "Comments"
-msgstr "یاد~داشت..."
+msgstr "یادداشت‌ها"
#. Js5fG
#: DrawWindowState.xcu
@@ -12667,14 +12609,13 @@ msgstr "مارپیچ داخل"
#. uBUbF
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.Effects.ooo-entrance-split\n"
"Label\n"
"value.text"
msgid "Split"
-msgstr "~تقسیم"
+msgstr "تقسیم"
#. GDCeM
#: Effects.xcu
@@ -13488,14 +13429,13 @@ msgstr "جلوه‌های تصادفی"
#. BdNok
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.Effects.ooo-exit-split\n"
"Label\n"
"value.text"
msgid "Split"
-msgstr "~تقسیم"
+msgstr "تقسیم"
#. mU72Q
#: Effects.xcu
@@ -15039,14 +14979,13 @@ msgstr "خلاف جهت ساعت"
#. JuVNN
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.Properties.downward\n"
"Label\n"
"value.text"
msgid "Downward"
-msgstr "به ~پایین"
+msgstr "به پایین"
#. hSPfV
#: Effects.xcu
@@ -15230,7 +15169,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Checkers"
-msgstr ""
+msgstr "بررسی‌کننده‌ها"
#. CHj6A
#: Effects.xcu
@@ -15244,14 +15183,13 @@ msgstr ""
#. nDEAr
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.cover\n"
"Label\n"
"value.text"
msgid "Cover"
-msgstr "شبدر"
+msgstr "جلد"
#. edszL
#: Effects.xcu
@@ -15321,7 +15259,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fade"
-msgstr ""
+msgstr "محو شدن"
#. 9Zcmi
#: Effects.xcu
@@ -15347,14 +15285,13 @@ msgstr "~شکل‌ها"
#. 4MeUg
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.split\n"
"Label\n"
"value.text"
msgid "Split"
-msgstr "~تقسیم"
+msgstr "~تفکیک"
#. Exqsw
#: Effects.xcu
@@ -15375,7 +15312,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Random"
-msgstr ""
+msgstr "تصادفی"
#. 7sSUH
#: Effects.xcu
@@ -15410,14 +15347,13 @@ msgstr "خلاصهٔ اخبار"
#. Pi8ie
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.tile-flip\n"
"Label\n"
"value.text"
msgid "Tiles"
-msgstr "عناوین"
+msgstr "کاشی‌ها"
#. DAgFE
#: Effects.xcu
@@ -15431,14 +15367,13 @@ msgstr "مکعب"
#. Em4qt
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.revolving-circles\n"
"Label\n"
"value.text"
msgid "Circles"
-msgstr "دایره"
+msgstr "دایره‌ها"
#. 686SH
#: Effects.xcu
@@ -15452,14 +15387,13 @@ msgstr ""
#. SANDo
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.fall\n"
"Label\n"
"value.text"
msgid "Fall"
-msgstr "پر کردن"
+msgstr "سقوط"
#. USVqq
#: Effects.xcu
@@ -15504,7 +15438,6 @@ msgstr ""
#. t4ZfE
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionSets.static\n"
@@ -15551,11 +15484,10 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Honeycomb"
-msgstr ""
+msgstr "لانه‌زنبوری"
#. CGDxF
#: Effects.xcu
-#, fuzzy
msgctxt ""
"Effects.xcu\n"
"..Effects.UserInterface.TransitionVariants.plain\n"
@@ -16142,7 +16074,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Media"
-msgstr ""
+msgstr "رسانه"
#. bnqEq
#: GenericCategories.xcu
@@ -16428,14 +16360,13 @@ msgstr "نشان دادن یادداشت"
#. 2xzCY
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ShowAnnotations\n"
"ContextLabel\n"
"value.text"
msgid "Comments"
-msgstr "یاد~داشت..."
+msgstr "یادداشت‌ها"
#. EKdJB
#: GenericCommands.xcu
@@ -16506,7 +16437,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Fontwork..."
-msgstr ""
+msgstr "چارچوب..."
#. 6S6oz
#: GenericCommands.xcu
@@ -16616,7 +16547,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Increase"
-msgstr ""
+msgstr "افزایش"
#. f4wqa
#: GenericCommands.xcu
@@ -16646,7 +16577,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Decrease"
-msgstr ""
+msgstr "کاهش"
#. SAcNH
#: GenericCommands.xcu
@@ -16676,7 +16607,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Arrow Shapes"
-msgstr ""
+msgstr "شکل‌های فلش"
#. FGqCY
#: GenericCommands.xcu
@@ -16710,14 +16641,13 @@ msgstr ""
#. MK8uG
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FlowChartShapes\n"
"ContextLabel\n"
"value.text"
msgid "~Flowchart"
-msgstr "روندنما"
+msgstr "~روندنما"
#. fAzCi
#: GenericCommands.xcu
@@ -17851,14 +17781,13 @@ msgstr "ستارهٔ 24 پر"
#. P5F8H
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:StarShapes.concave-star6\n"
"Label\n"
"value.text"
msgid "6-Point Star, Concave"
-msgstr "ستارهٔ 6 پر، کاو"
+msgstr "ستارهٔ 6 پر، مقعر"
#. qhfub
#: GenericCommands.xcu
@@ -18202,7 +18131,6 @@ msgstr "دایرهٔ باز (توپر)"
#. ciuuh
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:UndoAction\n"
@@ -18233,14 +18161,13 @@ msgstr "نوار لغزش"
#. Vpd3F
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ZoomMenu\n"
"Label\n"
"value.text"
msgid "~Zoom"
-msgstr "زوم"
+msgstr "~بزرگ‌نمایی"
#. RZ28W
#: GenericCommands.xcu
@@ -18402,7 +18329,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Increase"
-msgstr ""
+msgstr "افزایش"
#. DC2Cx
#: GenericCommands.xcu
@@ -18432,7 +18359,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Decrease"
-msgstr ""
+msgstr "کاهش"
#. m8TqG
#: GenericCommands.xcu
@@ -18466,7 +18393,6 @@ msgstr ""
#. R7qZd
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ModuleDialog\n"
@@ -18663,7 +18589,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Find text in values, to search in formulas use the dialog"
-msgstr ""
+msgstr "یافتن متن در مقادیر، برای جست‌وجو در فرمول‌ها از کادر گفتگو استفاده کنید"
#. NCRsb
#: GenericCommands.xcu
@@ -18673,7 +18599,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Find Next"
-msgstr ""
+msgstr "یافتن بعدی"
#. sBEAc
#: GenericCommands.xcu
@@ -18683,7 +18609,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Find Previous"
-msgstr ""
+msgstr "یافتن قبلی"
#. 5AFTW
#: GenericCommands.xcu
@@ -18724,7 +18650,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Close Find Bar"
-msgstr ""
+msgstr "بستن نوار یافتن"
#. K4avN
#: GenericCommands.xcu
@@ -18734,7 +18660,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Search results message"
-msgstr ""
+msgstr "پیام نتیجه جستجو"
#. JFWWn
#: GenericCommands.xcu
@@ -18744,7 +18670,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Search results"
-msgstr ""
+msgstr "نتایج جستجو"
#. GByEF
#: GenericCommands.xcu
@@ -18754,11 +18680,10 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Find..."
-msgstr "~پیدا کردن"
+msgstr "~یافتن"
#. 3BAcD
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ExtendedHelp\n"
@@ -19120,14 +19045,13 @@ msgstr "200%"
#. sEZSB
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Zoom150Percent\n"
"Label\n"
"value.text"
msgid "150%"
-msgstr "50%"
+msgstr "150%"
#. Fdhsq
#: GenericCommands.xcu
@@ -19147,7 +19071,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "75%"
-msgstr ""
+msgstr "75%"
#. onEPP
#: GenericCommands.xcu
@@ -19191,14 +19115,13 @@ msgstr "شفافیت"
#. DHfg9
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ZoomOptimal\n"
"Label\n"
"value.text"
msgid "Optimal"
-msgstr "اختیاری"
+msgstr "بهینه"
#. EMhHw
#: GenericCommands.xcu
@@ -19387,7 +19310,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Rectangle"
-msgstr ""
+msgstr "مستطیل"
#. 7hxFJ
#: GenericCommands.xcu
@@ -19527,7 +19450,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Replace..."
-msgstr ""
+msgstr "~جایگزینی..."
#. 8ya8G
#: GenericCommands.xcu
@@ -19561,14 +19484,13 @@ msgstr ""
#. wqH5x
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SaveGraphic\n"
"ContextLabel\n"
"value.text"
msgid "Save..."
-msgstr "~صفحه..."
+msgstr "ذخیره..."
#. myDPa
#: GenericCommands.xcu
@@ -19603,14 +19525,13 @@ msgstr ""
#. Vfg7K
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ToolsFormsMenu\n"
"Label\n"
"value.text"
msgid "~Forms"
-msgstr "فرم"
+msgstr "~فرم‌ها"
#. VdbFs
#: GenericCommands.xcu
@@ -19868,14 +19789,13 @@ msgstr "جابه‌جا کردن رأس"
#. XtTJs
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Reload\n"
"Label\n"
"value.text"
msgid "Re~load"
-msgstr "بازخوانی"
+msgstr "~بازخوانی"
#. 47dxr
#: GenericCommands.xcu
@@ -19919,14 +19839,13 @@ msgstr "ویرایش نقاط"
#. aEwRC
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ToggleObjectBezierMode\n"
"ContextLabel\n"
"value.text"
msgid "Poi~nts"
-msgstr "~رئوس"
+msgstr "~نقاط"
#. nxNfp
#: GenericCommands.xcu
@@ -20277,7 +20196,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Apply Suggestion"
-msgstr ""
+msgstr "اِعمال پیشنهاد"
#. ucq4M
#: GenericCommands.xcu
@@ -20327,7 +20246,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Capitalize Every Word"
-msgstr ""
+msgstr "~بزرگ‌نویسی تمامی کلمه‌ها"
#. JzAce
#: GenericCommands.xcu
@@ -20337,7 +20256,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~tOGGLE cASE"
-msgstr ""
+msgstr "~برعکس کردن بزرگ‌نویسی حروف"
#. akUWc
#: GenericCommands.xcu
@@ -20571,14 +20490,13 @@ msgstr ""
#. 3WakF
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:DesignerDialog\n"
"Label\n"
"value.text"
msgid "Styles"
-msgstr "سب~ک‌ها"
+msgstr "سبک‌ها"
#. iMBEm
#: GenericCommands.xcu
@@ -20588,7 +20506,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Manage St~yles"
-msgstr ""
+msgstr "مدیریت س~بک‌ها"
#. GGfAj
#: GenericCommands.xcu
@@ -20724,14 +20642,13 @@ msgstr ""
#. esbH8
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BrowseView\n"
"ContextLabel\n"
"value.text"
msgid "~Web"
-msgstr "~تارنما"
+msgstr "~وب"
#. EGGJz
#: GenericCommands.xcu
@@ -20876,14 +20793,13 @@ msgstr ""
#. kk8gA
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:StyleNewByExample\n"
"Label\n"
"value.text"
msgid "New"
-msgstr "~جدید"
+msgstr "جدید"
#. 7FgWt
#: GenericCommands.xcu
@@ -21674,14 +21590,13 @@ msgstr "ت~مام‌صفحه"
#. GQ5D7
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertFrameMenu\n"
"Label\n"
"value.text"
msgid "~Frame"
-msgstr "چارجوب"
+msgstr "~قاب"
#. RHenb
#: GenericCommands.xcu
@@ -21696,14 +21611,13 @@ msgstr "~پانویس‌ها..."
#. ugArR
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatImageMenu\n"
"Label\n"
"value.text"
msgid "~Image"
-msgstr "تصویر"
+msgstr "~تصویر"
#. gX9YM
#: GenericCommands.xcu
@@ -21717,25 +21631,23 @@ msgstr ""
#. zFyfF
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatImageFiltersMenu\n"
"Label\n"
"value.text"
msgid "~Filter"
-msgstr "~صافی"
+msgstr "~پالایه"
#. RqEKi
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatTextMenu\n"
"Label\n"
"value.text"
msgid "Te~xt"
-msgstr "متن"
+msgstr "~متن"
#. 9tAxt
#: GenericCommands.xcu
@@ -21755,11 +21667,10 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Lis~ts"
-msgstr ""
+msgstr "~فهرست‌ها"
#. KYuQP
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:FormatStylesMenu\n"
@@ -21790,25 +21701,23 @@ msgstr ""
#. KFScF
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertGraphic\n"
"Label\n"
"value.text"
msgid "~Image..."
-msgstr "~صفحه..."
+msgstr "~تصویر..."
#. KjduA
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertGraphic\n"
"PopupLabel\n"
"value.text"
msgid "Insert Image..."
-msgstr "~خانه‌ها..."
+msgstr "درج تصویر..."
#. S6RUU
#: GenericCommands.xcu
@@ -21953,47 +21862,43 @@ msgstr "نمایش توابع رسم"
#. cM5es
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ShapesMenu\n"
"Label\n"
"value.text"
msgid "~Shape"
-msgstr "~شکل‌ها"
+msgstr "~شکل"
#. bEBap
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ShapesLineMenu\n"
"Label\n"
"value.text"
msgid "~Line"
-msgstr "خط"
+msgstr "~خط"
#. ESaN2
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:RulerMenu\n"
"Label\n"
"value.text"
msgid "~Rulers"
-msgstr "~خط‌کش"
+msgstr "~خط‌کش‌ها"
#. aYEfp
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ScrollBarMenu\n"
"Label\n"
"value.text"
msgid "~Scrollbars"
-msgstr "نوار لغزش"
+msgstr "نوارهای ~لغزش"
#. YASnq
#: GenericCommands.xcu
@@ -22003,7 +21908,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Sidebar"
-msgstr ""
+msgstr "~نوار کناری"
#. B9A4B
#: GenericCommands.xcu
@@ -22401,25 +22306,23 @@ msgstr ""
#. FDhkx
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Redo\n"
"Label\n"
"value.text"
msgid "~Redo"
-msgstr "دوباره"
+msgstr "~دوباره"
#. DFw9J
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Undo\n"
"Label\n"
"value.text"
msgid "~Undo"
-msgstr "برگردان"
+msgstr "~برگردان"
#. FhmGD
#: GenericCommands.xcu
@@ -22453,14 +22356,13 @@ msgstr "مشابه ظاهری (برای انتخاب‌های متعدد، دو
#. Kx4N5
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Repeat\n"
"Label\n"
"value.text"
msgid "Repea~t"
-msgstr "تکرار"
+msgstr "~تکرار"
#. DrmsC
#: GenericCommands.xcu
@@ -22474,25 +22376,23 @@ msgstr "حذف تاریخچه"
#. 7FLGn
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Cut\n"
"Label\n"
"value.text"
msgid "~Cut"
-msgstr "برش"
+msgstr "~برش"
#. 2Y2sv
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Copy\n"
"Label\n"
"value.text"
msgid "Cop~y"
-msgstr "نسخه‌برداری"
+msgstr "~رونوشت"
#. zHBA5
#: GenericCommands.xcu
@@ -22667,14 +22567,13 @@ msgstr "صفحهٔ قبل"
#. MwAJH
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:BmpMask\n"
"Label\n"
"value.text"
msgid "Color ~Replacer"
-msgstr "~جایگزینی"
+msgstr "~جایگزین‌گر رنگ"
#. j7ABH
#: GenericCommands.xcu
@@ -22764,7 +22663,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Notebookbar"
-msgstr ""
+msgstr "نوار دفترچه"
#. KvrFF
#: GenericCommands.xcu
@@ -22774,7 +22673,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sidebar"
-msgstr ""
+msgstr "نوار کناری"
#. GDsVr
#: GenericCommands.xcu
@@ -22808,14 +22707,13 @@ msgstr "جا کردن در چارچوب"
#. puNNx
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ImageMapDialog\n"
"Label\n"
"value.text"
msgid "Image~Map"
-msgstr "نقشه‌تصویر"
+msgstr "~نقشهٔ تصویر"
#. ERUDC
#: GenericCommands.xcu
@@ -23149,14 +23047,13 @@ msgstr "زوم قبلی"
#. FFmDQ
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridVisible\n"
"Label\n"
"value.text"
msgid "Grid"
-msgstr "~توری"
+msgstr "توری"
#. RS66c
#: GenericCommands.xcu
@@ -23268,7 +23165,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Protect..."
-msgstr ""
+msgstr "~محافظت..."
#. MqDj3
#: GenericCommands.xcu
@@ -23322,14 +23219,13 @@ msgstr ""
#. 6FC7R
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:MergeDocuments\n"
"Label\n"
"value.text"
msgid "Merge"
-msgstr "اد~غام"
+msgstr "ادغام"
#. WQw7S
#: GenericCommands.xcu
@@ -23512,7 +23408,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Clear"
-msgstr ""
+msgstr "پاک کردن"
#. AqQCJ
#: GenericCommands.xcu
@@ -23522,7 +23418,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Clear ~Direct Formatting"
-msgstr ""
+msgstr "پاک کردن ~قالب‌بندی مستقیم"
#. knBUW
#: GenericCommands.xcu
@@ -23532,7 +23428,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Clear Direct Formatting"
-msgstr ""
+msgstr "پاک کردن قالب‌بندی مستقیم"
#. yPMEe
#: GenericCommands.xcu
@@ -23632,7 +23528,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Freeform"
-msgstr ""
+msgstr "قالب آزاد"
#. 5AXcR
#: GenericCommands.xcu
@@ -23776,14 +23672,13 @@ msgstr "سولاریزاسیون"
#. povdp
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SpellOnline\n"
"Label\n"
"value.text"
msgid "Auto Spellcheck"
-msgstr "~غلط‌یابی املایی خودکار"
+msgstr "بررسی املایی خودکار"
#. onfdk
#: GenericCommands.xcu
@@ -23793,7 +23688,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Automatic Spell Checking"
-msgstr ""
+msgstr "~بررسی خودکار املاء"
#. aZ3bA
#: GenericCommands.xcu
@@ -23813,7 +23708,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Automatic Accessibility Checking"
-msgstr ""
+msgstr "بررسی خودکار دسترسی‌پذیری"
#. XYGPG
#: GenericCommands.xcu
@@ -23823,7 +23718,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Automatic A~ccessibility Checking"
-msgstr ""
+msgstr "بررسی خودکار دس~ترسی‌پذیری"
#. DGCFi
#: GenericCommands.xcu
@@ -23857,7 +23752,6 @@ msgstr "منبع ~دفترچهٔ نشانی..."
#. ZfpKx
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:RubyDialog\n"
@@ -23868,14 +23762,13 @@ msgstr "راهنمای آواشناختی آ~سیایی..."
#. oBjzB
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:InsertSymbol\n"
"Label\n"
"value.text"
msgid "Symbol"
-msgstr "نمادها"
+msgstr "نماد"
#. A7Qxe
#: GenericCommands.xcu
@@ -23907,7 +23800,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Symbol"
-msgstr ""
+msgstr "نماد"
#. TMdYK
#: GenericCommands.xcu
@@ -24121,7 +24014,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "EPUB"
-msgstr ""
+msgstr "EPUB"
#. 2zNxw
#: GenericCommands.xcu
@@ -24152,7 +24045,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "EPUB"
-msgstr ""
+msgstr "EPUB"
#. aAKyE
#: GenericCommands.xcu
@@ -24364,7 +24257,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Open the release notes for the installed version in the default browser"
-msgstr ""
+msgstr "باز کردن یادداشت‌های انتشار نسخه نصب شده نرم‌افزار در مرورگر پیش‌گزیده"
#. 77umd
#: GenericCommands.xcu
@@ -24548,25 +24441,23 @@ msgstr "ا~جرای ماکرو..."
#. h7oCG
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Gallery\n"
"Label\n"
"value.text"
msgid "Gallery"
-msgstr "~گالری"
+msgstr "نگارخانه"
#. GUYGC
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Gallery\n"
"ContextLabel\n"
"value.text"
msgid "~Gallery"
-msgstr "~گالری"
+msgstr "~نگارخانه"
#. EUM84
#: GenericCommands.xcu
@@ -24650,7 +24541,6 @@ msgstr "جعبه‌ی نشان‌زنی"
#. HvCBn
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:Label\n"
@@ -24972,7 +24862,6 @@ msgstr "~خروج"
#. LD7CW
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:About\n"
@@ -25190,7 +25079,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Email"
-msgstr ""
+msgstr "پست الکترونیکی"
#. DANAj
#: GenericCommands.xcu
@@ -25210,7 +25099,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Attach to Email"
-msgstr ""
+msgstr "ضمیمه کردن به پست الکترونیکی"
#. N29sp
#: GenericCommands.xcu
@@ -25291,7 +25180,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Add Table..."
-msgstr "اضافه کردن جدول"
+msgstr "اضافه کردن جدول..."
#. 5F3ha
#: GenericCommands.xcu
@@ -26105,7 +25994,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sum"
-msgstr ""
+msgstr "جمع"
#. 7hQeH
#: GenericCommands.xcu
@@ -26115,7 +26004,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Synony~ms"
-msgstr ""
+msgstr "~مترادف‌ها"
#. w6Jni
#: GenericCommands.xcu
@@ -26210,14 +26099,13 @@ msgstr "چسباندن ویژه"
#. mzYoM
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:StyleMenu\n"
"Label\n"
"value.text"
msgid "St~yle"
-msgstr "سب~ک‌ها"
+msgstr "سب~ک"
#. 7DxFA
#: GenericCommands.xcu
@@ -26237,7 +26125,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Insert"
-msgstr ""
+msgstr "~درج"
#. EBfym
#: GenericCommands.xcu
@@ -26247,7 +26135,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Delete"
-msgstr ""
+msgstr "~حذف"
#. ZMsAG
#: GenericCommands.xcu
@@ -26257,7 +26145,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Si~ze"
-msgstr ""
+msgstr "اندازه"
#. GhjEq
#: GenericCommands.xcu
@@ -26277,7 +26165,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Alig~n Objects"
-msgstr ""
+msgstr "تراز کردن ا~شیاء"
#. VK2hz
#: GenericCommands.xcu
@@ -26287,7 +26175,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Align Tex~t"
-msgstr ""
+msgstr "تراز کردن م~تن"
#. y3E2U
#: GenericCommands.xcu
@@ -26328,7 +26216,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Character Font Effects..."
-msgstr ""
+msgstr "جلوه‌های قلم نویسه..."
#. pLRpL
#: GenericCommands.xcu
@@ -26338,7 +26226,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Character Font Position..."
-msgstr ""
+msgstr "موقعیت قلم نویسه..."
#. fZufx
#: GenericCommands.xcu
@@ -26399,7 +26287,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Data"
-msgstr ""
+msgstr "~داده"
#. gJ4rS
#: GenericCommands.xcu
@@ -26419,18 +26307,17 @@ msgctxt ""
"Label\n"
"value.text"
msgid "T~able"
-msgstr ""
+msgstr "~جدول"
#. JHiCn
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:SignaturesMenu\n"
"Label\n"
"value.text"
msgid "Digital Signatures"
-msgstr "امضای دیجیتال"
+msgstr "امضاهای دیجیتال"
#. eCVwF
#: GenericCommands.xcu
@@ -26450,7 +26337,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Media"
-msgstr ""
+msgstr "~رسانه"
#. KYtGJ
#: GenericCommands.xcu
@@ -26474,14 +26361,13 @@ msgstr ""
#. fsAAM
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:EditLinksMenu\n"
"Label\n"
"value.text"
msgid "R~eference"
-msgstr "مرجع"
+msgstr "~مرجع"
#. CGExU
#: GenericCommands.xcu
@@ -26496,14 +26382,13 @@ msgstr "یاد~داشت..."
#. D2ykW
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:FormatImageFilterMenu\n"
"Label\n"
"value.text"
msgid "~Filter"
-msgstr "~صافی"
+msgstr "~پالایه"
#. AthEh
#: GenericCommands.xcu
@@ -26557,14 +26442,13 @@ msgstr "~نوارهای ابزار"
#. GEh5R
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:FieldMenu\n"
"Label\n"
"value.text"
msgid "Fiel~d"
-msgstr "~فیلدها"
+msgstr "~فیلد"
#. VBAL4
#: GenericCommands.xcu
@@ -26619,14 +26503,13 @@ msgstr "ورق زدن"
#. Lf2D8
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:RotateMenu\n"
"Label\n"
"value.text"
msgid "Rot~ate"
-msgstr "چرخش"
+msgstr "~چرخش"
#. Kakx3
#: GenericCommands.xcu
@@ -26650,14 +26533,13 @@ msgstr ""
#. oNBG8
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:AnchorMenu\n"
"ContextLabel\n"
"value.text"
msgid "Anc~hor"
-msgstr "لنگر"
+msgstr "~لنگر"
#. CLNpa
#: GenericCommands.xcu
@@ -26677,7 +26559,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Change View"
-msgstr ""
+msgstr "تغییر نما"
#. zfgMB
#: GenericCommands.xcu
@@ -26708,7 +26590,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Media"
-msgstr ""
+msgstr "رسانه"
#. oLYuP
#: GenericCommands.xcu
@@ -26718,7 +26600,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Audio or ~Video..."
-msgstr ""
+msgstr "صوت/~ویدیو…"
#. jB3GF
#: GenericCommands.xcu
@@ -26738,7 +26620,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Table Control"
-msgstr ""
+msgstr "کنترل جدول"
#. 7wECp
#: GenericCommands.xcu
@@ -26890,36 +26772,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -27065,14 +26917,13 @@ msgstr "قالب‌ها"
#. TAgSe
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:TemplateMenu\n"
"Label\n"
"value.text"
msgid "Te~mplates"
-msgstr "قالب‌ها"
+msgstr "~قالب‌ها"
#. Nbn9K
#: GenericCommands.xcu
@@ -27142,7 +26993,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Menubar"
-msgstr ""
+msgstr "نوار گزینشی"
#. RPwCj
#: GenericCommands.xcu
@@ -27182,7 +27033,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Add descriptions of non-text content (for accessibility)"
-msgstr ""
+msgstr "افزودن توضیحات محتوای غیرمتنی (برای دسترسی‌پذیری)"
#. YwMhY
#: GenericCommands.xcu
@@ -27272,7 +27123,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Additions..."
-msgstr ""
+msgstr "~اضافات…"
#. bFKmR
#: GenericCommands.xcu
@@ -27282,7 +27133,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Additional Extensions..."
-msgstr ""
+msgstr "~افزونه‌های بیشتر..."
#. UqjzD
#: GenericCommands.xcu
@@ -27292,7 +27143,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Additional Extensions"
-msgstr ""
+msgstr "افزونه‌های بیشتر"
#. YpeR4
#: GenericCommands.xcu
@@ -27606,18 +27457,16 @@ msgstr ""
#. uaVMn
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/3dobject\n"
"UIName\n"
"value.text"
msgid "3D Object"
-msgstr "اشیاء 3 بعدی"
+msgstr "شیء سه‌بعدی"
#. rC35Y
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/3dscene\n"
@@ -27634,7 +27483,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "3D Scene (group)"
-msgstr ""
+msgstr "صحنهٔ سه‌بعدی (گروه)"
#. zoHmr
#: ImpressWindowState.xcu
@@ -27658,14 +27507,13 @@ msgstr "منحنی"
#. QAEx2
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/draw\n"
"UIName\n"
"value.text"
msgid "Shape"
-msgstr "~شکل‌ها"
+msgstr "شکل"
#. gFKeo
#: ImpressWindowState.xcu
@@ -27721,25 +27569,23 @@ msgstr "تصویر"
#. dDGEB
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/group\n"
"UIName\n"
"value.text"
msgid "Group"
-msgstr "~گروه"
+msgstr "گروه‌بندی"
#. QF4PS
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/line\n"
"UIName\n"
"value.text"
msgid "Line/Arrow"
-msgstr "پیکان خطی"
+msgstr "خط/پیکان"
#. U3BsG
#: ImpressWindowState.xcu
@@ -27760,7 +27606,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Media"
-msgstr ""
+msgstr "رسانه"
#. uBp7o
#: ImpressWindowState.xcu
@@ -27807,14 +27653,13 @@ msgstr "~رئوس مطالب"
#. WoTUP
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/popupmenu/page\n"
"UIName\n"
"value.text"
msgid "Slide"
-msgstr "اسلای~د"
+msgstr "اسلاید"
#. CitdJ
#: ImpressWindowState.xcu
@@ -27914,7 +27759,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr ""
+msgstr "تراز کردن اشیاء"
#. rfkMb
#: ImpressWindowState.xcu
@@ -27928,14 +27773,13 @@ msgstr ""
#. AoqtG
#: ImpressWindowState.xcu
-#, fuzzy
msgctxt ""
"ImpressWindowState.xcu\n"
"..ImpressWindowState.UIElements.States.private:resource/toolbar/choosemodebar\n"
"UIName\n"
"value.text"
msgid "Transformations"
-msgstr "حمل و نقل"
+msgstr "تبدیل‌ها"
#. U6A4Z
#: ImpressWindowState.xcu
@@ -28730,14 +28574,13 @@ msgstr "~عملگرها"
#. hu8z6
#: MathCommands.xcu
-#, fuzzy
msgctxt ""
"MathCommands.xcu\n"
"..MathCommands.UserInterface.Popups..uno:AttributesMenu\n"
"Label\n"
"value.text"
msgid "~Attributes"
-msgstr "~مشخصه‌ها"
+msgstr "~ویژگی‌ها"
#. rZPUN
#: MathCommands.xcu
@@ -28834,29 +28677,26 @@ msgstr "تمام‌صفحه"
#. 7sFjM
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:ReportHeaderFooter\n"
"Label\n"
"value.text"
msgid "Report Header/Footer"
-msgstr "سرصفحه/پاورقی گزارش..."
+msgstr "سرصفحه/پاورقی گزارش"
#. EACbA
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:PageHeaderFooter\n"
"Label\n"
"value.text"
msgid "Page Header/Footer"
-msgstr "سرصفحه/پاورقی..."
+msgstr "سرصفحه/پاورقی صفحه"
#. DVRia
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:ShowRuler\n"
@@ -28867,25 +28707,23 @@ msgstr "~خط‌کش"
#. 8DYFD
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:DbSortingAndGrouping\n"
"Label\n"
"value.text"
msgid "~Sorting and Grouping"
-msgstr "مرتب‌سازی و گروه‌بندی"
+msgstr "~مرتب‌سازی و گروه‌بندی"
#. jyNFG
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:AddField\n"
"Label\n"
"value.text"
msgid "~Add Field"
-msgstr "اضافه کردن فیلد"
+msgstr "افزودن ~فیلد"
#. FX4aQ
#: ReportCommands.xcu
@@ -28919,36 +28757,33 @@ msgstr "~صفحه..."
#. 9GxFQ
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:ResetAttributes\n"
"Label\n"
"value.text"
msgid "~Clear Direct Formatting"
-msgstr "پاک کردن قالب‌بندی"
+msgstr "~پاک کردن قالب‌بندی مستقیم"
#. ti7jv
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
msgid "~Page Numbers..."
-msgstr "شمارهٔ ~صفحه"
+msgstr "شماره ~صفحه..."
#. Q5GAj
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:InsertDateTimeField\n"
"Label\n"
"value.text"
msgid "~Date and Time..."
-msgstr "تاریخ و ~زمان"
+msgstr "تاریخ و ~زمان..."
#. 378wM
#: ReportCommands.xcu
@@ -28958,7 +28793,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Select Report"
-msgstr ""
+msgstr "~انتخاب گزارش"
#. ff2NT
#: ReportCommands.xcu
@@ -28999,7 +28834,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Column Header/Footer"
-msgstr ""
+msgstr "سرصفحه/پاورقی ~ستون"
#. 5CBUX
#: ReportCommands.xcu
@@ -29023,14 +28858,13 @@ msgstr ""
#. Yts2i
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:ImageControl\n"
"Label\n"
"value.text"
msgid "Image..."
-msgstr "~صفحه..."
+msgstr "تصویر..."
#. E872w
#: ReportCommands.xcu
@@ -29054,18 +28888,16 @@ msgstr ""
#. eCwdZ
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:ReportNavigator\n"
"Label\n"
"value.text"
msgid "Report Navigator"
-msgstr "هدایت‌گر گزارش"
+msgstr "ناوبر گزارش"
#. e53sU
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:SmallestWidth\n"
@@ -29076,7 +28908,6 @@ msgstr "~تطابق با کمترین عرض"
#. Q4279
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:SmallestHeight\n"
@@ -29229,14 +29060,13 @@ msgstr "کنترل"
#. VhGHC
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:AlignmentMenu\n"
"Label\n"
"value.text"
msgid "Alignment"
-msgstr "~ردیف کردن"
+msgstr "هم‌ترازی"
#. rUSaA
#: ReportCommands.xcu
@@ -29312,14 +29142,13 @@ msgstr "جمع شدن از پائین"
#. ECNvB
#: ReportCommands.xcu
-#, fuzzy
msgctxt ""
"ReportCommands.xcu\n"
".ReportCommands.UserInterface.Commands..uno:DBBackgroundColor\n"
"Label\n"
"value.text"
msgid "Background Color..."
-msgstr "رنگ پس‌زمینه"
+msgstr "رنگ پس‌زمینه..."
#. u6JdE
#: ReportCommands.xcu
@@ -29442,11 +29271,10 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Animation"
-msgstr ""
+msgstr "پویانمایی"
#. ZBnfV
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.DeckList.SdSlideTransitionDeck\n"
@@ -29616,14 +29444,13 @@ msgstr ""
#. 4FE4o
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.AreaPropertyPanel\n"
"Title\n"
"value.text"
msgid "Area"
-msgstr "محیط"
+msgstr "سطح"
#. DPCAv
#: Sidebar.xcu
@@ -29782,14 +29609,13 @@ msgstr "اخیراً به کار رفته"
#. CBBgf
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdAllMasterPagesPanel\n"
"Title\n"
"value.text"
msgid "Available for Use"
-msgstr "موجود برای استفاده"
+msgstr "در دسترس برای استفاده"
#. n7BmE
#: Sidebar.xcu
@@ -29799,11 +29625,10 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Animation"
-msgstr ""
+msgstr "پویانمایی"
#. W2JmC
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdSlideTransitionPanel\n"
@@ -29814,14 +29639,13 @@ msgstr "گذار اسلاید"
#. h69L6
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.SdTableDesignPanel\n"
"Title\n"
"value.text"
msgid "Table Design"
-msgstr "طراحی جدول..."
+msgstr "طراحی جدول"
#. D4pod
#: Sidebar.xcu
@@ -29831,18 +29655,17 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Empty"
-msgstr ""
+msgstr "خالی"
#. MA4Rp
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.ScAlignmentPropertyPanel\n"
"Title\n"
"value.text"
msgid "Alignment"
-msgstr "~ردیف کردن"
+msgstr "هم‌ترازی"
#. HGfbS
#: Sidebar.xcu
@@ -29852,7 +29675,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Cell Appearance"
-msgstr ""
+msgstr "ظاهر سلول"
#. uZmEG
#: Sidebar.xcu
@@ -29862,7 +29685,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Number Format"
-msgstr "قالب عددی"
+msgstr "قالب عدد"
#. DiLQa
#: Sidebar.xcu
@@ -30025,14 +29848,13 @@ msgstr "م~حور"
#. zKHJR
#: Sidebar.xcu
-#, fuzzy
msgctxt ""
"Sidebar.xcu\n"
"..Sidebar.Content.PanelList.ChartAreaPanel\n"
"Title\n"
"value.text"
msgid "Area"
-msgstr "محیط"
+msgstr "سطح"
#. CK6Fu
#: Sidebar.xcu
@@ -30072,7 +29894,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Columns"
-msgstr ""
+msgstr "ستون‌ها"
#. CDJWW
#: StartModuleWindowState.xcu
@@ -30412,7 +30234,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Add Text Box"
-msgstr ""
+msgstr "افزودن جعبهٔ متن"
#. hEm8e
#: WriterCommands.xcu
@@ -30619,14 +30441,13 @@ msgstr "~بخش..."
#. ABV9G
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertMultiIndex\n"
"Label\n"
"value.text"
msgid "Table of Contents"
-msgstr "فهرست مندرجات"
+msgstr "فهرست مطالب"
#. grDZ8
#: WriterCommands.xcu
@@ -30871,18 +30692,17 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Accept Track Change"
-msgstr ""
+msgstr "پذیرفتن تغییر پیگیری شده"
#. E4nSp
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:AcceptTrackedChange\n"
"PopupLabel\n"
"value.text"
msgid "Accept Change"
-msgstr "پذیرفتن تغییرات"
+msgstr "پذیرفتن تغییر"
#. BMTLL
#: WriterCommands.xcu
@@ -30892,7 +30712,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Accept and Move to Next"
-msgstr ""
+msgstr "پذیرفتن و انتقال به بعدی"
#. ueUPj
#: WriterCommands.xcu
@@ -30902,7 +30722,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Accept Track Change and select the next one"
-msgstr ""
+msgstr "تأیید تغییر پیگیری شده و انتخاب بعدی"
#. TFCgf
#: WriterCommands.xcu
@@ -30922,7 +30742,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Accept All Tracked Changes"
-msgstr ""
+msgstr "تأیید همهٔ تغییرات پیگیری شده"
#. VgBB9
#: WriterCommands.xcu
@@ -30932,11 +30752,10 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Accept All Changes"
-msgstr ""
+msgstr "تأیید همهٔ تغییرات"
#. kja8B
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:NextTrackedChange\n"
@@ -31113,7 +30932,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Use the advanced popup menu to create header/footer on the fly"
-msgstr ""
+msgstr "استفاده از فهرست بازشوی پیشرفته برای ایجاد سرصفحه/پاورقی به سرعت"
#. EPnUe
#: WriterCommands.xcu
@@ -31354,7 +31173,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anc~hor..."
-msgstr ""
+msgstr "~لنگر…"
#. bRFPN
#: WriterCommands.xcu
@@ -31753,14 +31572,13 @@ msgstr "جدول"
#. oDzRv
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertTable\n"
"ContextLabel\n"
"value.text"
msgid "Insert ~Table..."
-msgstr "~خانه‌ها..."
+msgstr "~درج جدول..."
#. AAfxZ
#: WriterCommands.xcu
@@ -32278,15 +32096,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~شماره‌ی صفحه"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -32991,25 +32829,23 @@ msgstr "پاک کردن"
#. MiDZG
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:ResetAttributes\n"
"ContextLabel\n"
"value.text"
msgid "Clear ~Direct Formatting"
-msgstr "پاک کردن قالب‌بندی"
+msgstr "پاک کردن ~قالب‌بندی مستقیم"
#. eogPF
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:ResetAttributes\n"
"TooltipLabel\n"
"value.text"
msgid "Clear Direct Formatting"
-msgstr "پاک کردن قالب‌بندی"
+msgstr "پاک کردن قالب‌بندی مستقیم"
#. ADpEh
#: WriterCommands.xcu
@@ -33130,7 +32966,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Align Top to Anchor"
-msgstr ""
+msgstr "تراز به بالای لنگر"
#. Ty72F
#: WriterCommands.xcu
@@ -33140,7 +32976,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Align Bottom to Anchor"
-msgstr ""
+msgstr "تراز به پایین لنگر"
#. ySrYN
#: WriterCommands.xcu
@@ -33150,7 +32986,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Align Middle to Anchor"
-msgstr ""
+msgstr "تراز کردن وسط به لنگر"
#. AcQKb
#: WriterCommands.xcu
@@ -33350,7 +33186,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Columns B~efore"
-msgstr ""
+msgstr "ستون‌های ~قبل از"
#. G9zT9
#: WriterCommands.xcu
@@ -33360,7 +33196,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Insert columns before"
-msgstr ""
+msgstr "درج ستون قبل از"
#. oY3As
#: WriterCommands.xcu
@@ -33370,7 +33206,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Columns After"
-msgstr ""
+msgstr "درج ستون بعد از"
#. 9TFB2
#: WriterCommands.xcu
@@ -33380,7 +33216,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Columns A~fter"
-msgstr ""
+msgstr "ستون‌های ~بعد"
#. crDFB
#: WriterCommands.xcu
@@ -33420,7 +33256,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Paste as Nested Table"
-msgstr ""
+msgstr "جای گذاری به صورت جدول تو در تو"
#. E2BRL
#: WriterCommands.xcu
@@ -33430,7 +33266,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Nested Table"
-msgstr ""
+msgstr "~جدول تو در تو"
#. jWjL7
#: WriterCommands.xcu
@@ -33470,18 +33306,47 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "Columns ~Before"
+msgstr "ستون‌های ق~بل از"
+
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "حذف سطر"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~سطر"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
msgstr ""
#. RxF66
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:DeleteTable\n"
"Label\n"
"value.text"
msgid "Delete Table"
-msgstr "انتخاب جدول"
+msgstr "حذف جدول"
#. j2gNJ
#: WriterCommands.xcu
@@ -33501,7 +33366,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Delete table"
-msgstr ""
+msgstr "حذف جدول"
#. TTVL5
#: WriterCommands.xcu
@@ -33531,7 +33396,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Optimize Size"
-msgstr ""
+msgstr "بهینه‌سازی اندازه"
#. rY2FS
#: WriterCommands.xcu
@@ -33667,14 +33532,13 @@ msgstr "انتخاب ستون"
#. d4BVj
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:EntireColumn\n"
"ContextLabel\n"
"value.text"
msgid "~Column"
-msgstr "~ستون‌ها"
+msgstr "~ستون"
#. dmQVS
#: WriterCommands.xcu
@@ -33724,7 +33588,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select Table"
-msgstr ""
+msgstr "انتخاب جدول"
#. wzPFD
#: WriterCommands.xcu
@@ -34856,7 +34720,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Before"
-msgstr ""
+msgstr "قبل"
#. LADWG
#: WriterCommands.xcu
@@ -34876,7 +34740,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "After"
-msgstr ""
+msgstr "بعد"
#. b5mCd
#: WriterCommands.xcu
@@ -34920,14 +34784,13 @@ msgstr ""
#. ZDw9u
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:SplitTable\n"
"Label\n"
"value.text"
msgid "Split Table..."
-msgstr "تفکیک جدول"
+msgstr "تفکیک جدول..."
#. r7mBA
#: WriterCommands.xcu
@@ -35379,7 +35242,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Character Highlighting Color"
-msgstr ""
+msgstr "رنگ برجسته‌سازی نویسه"
#. kdNrB
#: WriterCommands.xcu
@@ -35389,7 +35252,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Character Highlighting Color (deprecated - use CharBackColor)"
-msgstr ""
+msgstr "رنگ برجسته‌سازی نویسه (منسوخ - از CharBackColor استفاده کنید)"
#. sVA9o
#: WriterCommands.xcu
@@ -35852,7 +35715,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Area"
-msgstr ""
+msgstr "سطح"
#. fNArh
#: WriterCommands.xcu
@@ -35862,7 +35725,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Area"
-msgstr ""
+msgstr "سطح"
#. VHFdG
#: WriterCommands.xcu
@@ -35872,7 +35735,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Line"
-msgstr ""
+msgstr "خط"
#. sCm9G
#: WriterCommands.xcu
@@ -35882,7 +35745,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Line"
-msgstr ""
+msgstr "خط"
#. 7PCFf
#: WriterCommands.xcu
@@ -35892,7 +35755,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "C~haracter"
-msgstr ""
+msgstr "ن~ویسه"
#. yGCHt
#: WriterCommands.xcu
@@ -35902,7 +35765,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "P~aragraph"
-msgstr ""
+msgstr "ب~ند"
#. KK3Ab
#: WriterCommands.xcu
@@ -35912,7 +35775,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~List"
-msgstr ""
+msgstr "~فهرست"
#. ZmR9V
#: WriterCommands.xcu
@@ -35952,7 +35815,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Table of Contents and Inde~x"
-msgstr ""
+msgstr "فهرست مطالب و ~نمایه"
#. d4KEC
#: WriterCommands.xcu
@@ -36063,7 +35926,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Add to List"
-msgstr ""
+msgstr "افزودن ~به فهرست"
#. rbB7v
#: WriterCommands.xcu
@@ -36891,7 +36754,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Default Table Style"
-msgstr ""
+msgstr "سبک جدول پیش‌فرض"
#. 4AbSB
#: WriterCommands.xcu
@@ -37045,7 +36908,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Table Cell Background Color"
-msgstr ""
+msgstr "رنگ پس‌زمینه سلول جدول"
#. 9xx6Q
#: WriterCommands.xcu
@@ -37382,7 +37245,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr ""
+msgstr "تراز کردن اشیاء"
#. bc8co
#: WriterFormWindowState.xcu
@@ -38401,7 +38264,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr ""
+msgstr "تراز کردن اشیاء"
#. EnMs9
#: WriterReportWindowState.xcu
@@ -39386,7 +39249,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr ""
+msgstr "تراز کردن اشیاء"
#. a2eB7
#: WriterWindowState.xcu
@@ -39527,11 +39390,10 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Optimize Size"
-msgstr ""
+msgstr "بهینه‌سازی اندازه"
#. tqq5K
#: WriterWindowState.xcu
-#, fuzzy
msgctxt ""
"WriterWindowState.xcu\n"
"..WriterWindowState.UIElements.States.private:resource/toolbar/previewobjectbar\n"
@@ -40032,7 +39894,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Align Objects"
-msgstr ""
+msgstr "تراز کردن اشیاء"
#. DxLdx
#: XFormsWindowState.xcu
diff --git a/source/fa/readlicense_oo/docs.po b/source/fa/readlicense_oo/docs.po
index 39940798fa8..d224220d6da 100644
--- a/source/fa/readlicense_oo/docs.po
+++ b/source/fa/readlicense_oo/docs.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: 2023-03-02 11:51+0100\n"
-"PO-Revision-Date: 2021-03-08 13:45+0000\n"
-"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542023220.000000\n"
#. q6Gg3
@@ -23,7 +23,7 @@ msgctxt ""
"Welcome\n"
"readmeitem.text"
msgid "${PRODUCTNAME} ${PRODUCTVERSION} ReadMe"
-msgstr ""
+msgstr "${PRODUCTNAME} ${PRODUCTVERSION} مرا بخوان"
#. wHdDE
#: readme.xrm
@@ -32,7 +32,7 @@ msgctxt ""
"LatestUpdates\n"
"readmeitem.text"
msgid "For the latest updates to this readme file, see <a href=\"https://git.libreoffice.org/core/tree/master/README.md\">https://git.libreoffice.org/core/tree/master/README.md</a>"
-msgstr ""
+msgstr "برای مشاهده آخرین به روز رسانی پرونده مرا بخوان، بروید به <a href=\"https://git.libreoffice.org/core/tree/master/README.md\">https://git.libreoffice.org/core/tree/master/README.md</a>"
#. PUvpE
#: readme.xrm
diff --git a/source/fa/sc/messages.po b/source/fa/sc/messages.po
index b4bbd46bc58..7022a209562 100644
--- a/source/fa/sc/messages.po
+++ b/source/fa/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:37+0000\n"
"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fa/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542023221.000000\n"
#. kBovX
@@ -33265,39 +33265,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "متن به ستون‌ها"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "فیلدها"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/fa/scaddins/messages.po b/source/fa/scaddins/messages.po
index 086ab907885..86fa58a444f 100644
--- a/source/fa/scaddins/messages.po
+++ b/source/fa/scaddins/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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2023-05-08 08:55+0000\n"
-"Last-Translator: Reza Mousavi <iamrezamousavi@gmail.com>\n"
+"PO-Revision-Date: 2023-05-24 12:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -20,7 +20,7 @@ msgstr ""
#: scaddins/inc/analysis.hrc:28
msgctxt "ANALYSIS_Workday"
msgid "Returns the serial number of the date before or after a specified number of workdays"
-msgstr ""
+msgstr "برگرداندن شماره سریال تاریخ های قبل یا بعد از یک شماره ویژه از روزهای کاری"
#. 752Ac
#: scaddins/inc/analysis.hrc:29
diff --git a/source/fa/scp2/source/writer.po b/source/fa/scp2/source/writer.po
index 6293b2f5a46..87da5e09d41 100644
--- a/source/fa/scp2/source/writer.po
+++ b/source/fa/scp2/source/writer.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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2021-02-26 09:37+0000\n"
-"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
+"PO-Revision-Date: 2023-05-27 08:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcewriter/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1458564755.000000\n"
#. V3iDr
@@ -266,4 +266,4 @@ msgctxt ""
"STR_REG_VAL_PAGES_DOCUMENT\n"
"LngText.text"
msgid "Apple Pages"
-msgstr ""
+msgstr "صفحات اپل"
diff --git a/source/fa/sd/messages.po b/source/fa/sd/messages.po
index fc6bb0575be..f629d38e9a5 100644
--- a/source/fa/sd/messages.po
+++ b/source/fa/sd/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-02 06:38+0000\n"
-"Last-Translator: Hossein <hossein@libreoffice.org>\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-22 16:34+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -1231,249 +1231,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "درج متن"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "شیک"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "چپ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "راست"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "بالا"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "پایین"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "بالا چپ؟"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "پایین چپ؟"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "بالا راست؟"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "پایین راست؟"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "افقی"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "عمودی"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "همه؟"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "نمی‌توان این کنش را در حالت زنده اجرا کرد."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "عقب"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ادامه"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "نمای کلی"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "جایگزین‌گر رنگ"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "محو شدن در هم‌دیگر"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "گسترش اسلاید"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "اسلاید مهرست مندرجات"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "در این لحظه هیچ منبع SANE موجود نیست."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "در حال حاضر هیچ منبع TWAIN موجود نیست."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ثابت"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "متغیر"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "استاندارد"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "استاندارد (کوتاه)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "استاندارد (بلند)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "نام پرونده"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "مسیر/نام پرونده"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "مسیر"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "نام پرونده بدون پسوند"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "نماشی اسلاید سفارشی جدید"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "نسخهٔ "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "انحلال گروه فوق‌پرونده‌ای..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "انحلال گروه‌های همهٔ شیاء نقاشی ممکن نبود."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1483,157 +1513,157 @@ msgstr ""
"می‌خواهید آن را جایگزین کنید؟"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "متن"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "فراپیوند"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "پیوند بازدید شده"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "پیوند فعال"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "یادداشت‌ها"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "فهرست مندرجات"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "برای آغاز اینجا کلیک کنید"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "مؤلف"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "صفحهٔ آغازه"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "اطلاعات بیشتر"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "بارگیری ارائه"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "متأسفانه مرورگر شما از چارچوب شناور پشتیبانی نمی‌کند."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "صفحهٔ اول"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "صفحهٔ آخر"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "متن"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "تصویر"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "با محتویات"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "بدون محتویات"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "به صفحهٔ داده شده"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "تبدیل نقشه‌بیتی به چندضلعی"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "برای خروج از ارائه کلیک کنید..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "مکث..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "اِعمال محبوب‌های سه‌بعدی"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,801 +1674,807 @@ msgstr ""
"یک پرونده صوتی معتبر نیست!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "تبدیل به فوق‌پرونده"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "تبدیل به نقشه‌بیتی"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "نمی‌توان پروندهٔ $(URL1) را ایجاد کرد."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "باز کردن پروندهٔ $(URL1) ممکن نیست."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "نسخه‌برداری از پروندهٔ $(URL1) در $(URL2) ممکن نیست"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "تغییر نام اسلاید"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "نام"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ناحیهٔ عنوان برای صفحه‌بندی خودکار"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ناحیهٔ اشیاء برای صفحه‌بندی خودکار"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ناحیهٔ پاصفحه"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ناحیهٔ سرصفحه"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ناحیهٔ تاریخ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "ناحیهٔ شمارهٔ اسلاید"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ناحیهٔ شمارهٔ صفحه"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<سرصفحه>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<پاصفحه>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<تاریخ/زمان>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<عدد>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<تعداد»"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ناحیهٔ یادداشت‌ها"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "تبدیل هانگول/هانجا"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "اسلاید"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "صفحه"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "پیش‌نمایش موجود نیست"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "در حال آماده‌سازی پیش‌نمایش"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "چیدمان‌ها"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "گزینه‌های ارائه"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "سبک‌های خانه"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "شکل %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "توضیحات"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "تنظیم مجدد صفحه‌بندی اسلاید"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "درج جدول"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "درج نمودار"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "درج تصویر"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "درج صوت یا ویدئو"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "پس‌زمینه"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "اشیاء پس‌زمینه"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "صفحه‌بندی"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "کنترل‌ها"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "خطوط اندازه"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "اسلاید"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "صفحه"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "اسلاید"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "صفحات اصلی"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(یادداشت‌ها)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "بروشور"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "برای ویرایش قالب متن عنوان کلیک کنید"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "برای ویرایش قالب متن رئوس مطالب کلیک کنید"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "سطح دوم رئوس مطالب"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "سطح سوم رئوس مطالب"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "سطح چهارم رئوس مطالب"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "سطح پنجم رئوس مطالب"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "سطح ششم رئوس مطالب"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "سطح هفتم رئوس مطالب"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "برای جابه‌جایی اسلاید کلیک کنید"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "برای ویرایش قالب یادداشت‌ها کلیک کنید"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "پیش‌فرض"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "عنوان"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "جابه‌جایی اسلایدها"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "شیٔ بدون رنگ‌آمیزی"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "متن"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "عنوان"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "زیرعنوان"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "رئوس مطالب"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "اشیاء پس‌زمینه"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "پس‌زمینه"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "یادداشت‌ها"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "وارد کردن از پاورپوینت"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ذخیرهٔ نوشتار"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2446,666 +2482,666 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "نمای طراحی"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "نمای طراحی"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "نمای رئوس مطالب"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "نمای اسلایدها"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "اینجا محل مرتب‌سازی اسلایدهاست."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "نمای یادداشت‌ها"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "نمای بروشور"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "ارائه"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "ارائه"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "ارائه"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "بروشور"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "نمای ارائه"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "ارائه"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "ارائهٔ %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "عنوان"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "رئوس مطالب"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "زیرعنوان"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "صفحه"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "یادداشت‌ها"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "بروشور"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "پاصفحه"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "سرصفحه"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "تاریخ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "عدد"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(فقط خواندنی)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "هیچ‌کدام"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "تا کلیک بعدی"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "تا پایان اسلاید"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "جهت"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "زوم"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "پره‌ها"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "اولین ستون"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "رنگ دوم"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "اولین ستون"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "سبک:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "قلم"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "اولین ستون"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "سبک:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "طرح حروف"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "رنگ خط"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "اندازهٔ قلم"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "اندازه"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "مقدار"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "رنگ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(بدون صدا)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(توقف صدای قبلی)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "صدای دیگر..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "نمونه"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ماشه"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "هیچ‌کدام"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "امروز،"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "دیروز،"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(بدون مولف)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "ارائه‌گر %PRODUCTNAME به پایان ارایه رسید. آیا می‌خواهید از اول ادامه دهید؟"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ایمپرس به ابتدای ارایه رسید. آیا می‌خواهید از آخر ادامه دهید؟"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "طراح %PRODUCTNAME به پایان سند رسید. آیا می‌خواهید از اول ادامه دهید؟"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "طراح %PRODUCTNAME به آغاز سند رسید. آیا می‌خواهید از آخر ادامه دهید؟"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "درج توضیح"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "حذف توضیح(ها)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "انتقال توضیح"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ویرایش یادداشت"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "پاسخ به %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "پخش چندرسانه‌ای"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "جدول"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "نوشتار"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "محتویات"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~نام اسلاید"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "نام ~صفحه"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "تاریخ و زمان"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "صفحه‌های مخفی"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "رنگ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "اندازه"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "بروشور"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "دو طرف صفحه"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "شامل"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~ استفاده از سینی کاغذ فقط بر طبق ترجیحات چاپگر"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "جلوهٔ %PRODUCTNAME تا پایان ارائه را جستجو کرد. آیا می‌خواهید جستجو را از اول ارائه ادامه دهید؟"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "جلوهٔ %PRODUCTNAME تا شروع ارائه را جستجو کرد. آیا می‌خواهید جستجو را از آخر ارائه ادامه دهید؟"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "نقاش %PRODUCTNAME تا پایان ارائه را جستجو کرد. آیا می‌خواهید جستجو را از اول نقاشی ادامه دهید؟"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "نقاش %PRODUCTNAME تا شروع ارائه را جستجو کرد. آیا می‌خواهید جستجو را از آخر نقاشی ادامه دهید؟"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -9943,7 +9979,7 @@ msgstr ""
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:146
msgctxt "sidebarslidebackground|button2"
msgid "Insert Image..."
-msgstr ""
+msgstr "درج تصویر..."
#. NH6zN
#: sd/uiconfig/simpress/ui/sidebarslidebackground.ui:223
diff --git a/source/fa/svl/messages.po b/source/fa/svl/messages.po
index 1f7d7319f9f..fdffba64774 100644
--- a/source/fa/svl/messages.po
+++ b/source/fa/svl/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: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2021-02-26 09:36+0000\n"
-"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
+"PO-Revision-Date: 2023-05-28 19:36+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/svlmessages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1541615466.000000\n"
#. PDMJD
@@ -34,7 +34,7 @@ msgstr "مرور..."
#: include/svl/svl.hrc:30
msgctxt "GRTSTR_PASSED"
msgid "PASSED"
-msgstr ""
+msgstr "تایید شده"
#. CreDg
#: include/svl/svl.hrc:31
diff --git a/source/fa/svtools/messages.po b/source/fa/svtools/messages.po
index d2e234cc705..5baf46d5fea 100644
--- a/source/fa/svtools/messages.po
+++ b/source/fa/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:27+0000\n"
"Last-Translator: Hossein <hossein@libreoffice.org>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fa/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542195435.000000\n"
#. fLdeV
@@ -874,10 +874,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/fa/sw/messages.po b/source/fa/sw/messages.po
index 52349978079..816053cf57c 100644
--- a/source/fa/sw/messages.po
+++ b/source/fa/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 17:17+0200\n"
"Last-Translator: Reyhane <reyhane100@proton.me>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fa/>\n"
"Language: fa\n"
@@ -16917,230 +16917,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "درج مدخل نمایه"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "درج"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "شاخص جدید تعریف شده توسط کاربر"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "مدخل اصلی"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "تطبیق حروف بزرگ و کوچک"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/fa/swext/mediawiki/help.po b/source/fa/swext/mediawiki/help.po
index 752bd03d750..a8e99746d57 100644
--- a/source/fa/swext/mediawiki/help.po
+++ b/source/fa/swext/mediawiki/help.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2018-11-12 11:47+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2023-05-28 19:35+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
+"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/swextmediawikihelp/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1542023227.000000\n"
#. 7EFBE
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Wiki Publisher"
-msgstr ""
+msgstr "انتشارگر ویکی"
#. FJwZh
#: wiki.xhp
diff --git a/source/fa/wizards/messages.po b/source/fa/wizards/messages.po
index 860d25e2c51..bc5d0f13273 100644
--- a/source/fa/wizards/messages.po
+++ b/source/fa/wizards/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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-05-19 13:47+0000\n"
-"Last-Translator: MohammadSaleh Kamyab <mskf1383@protonmail.com>\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
+"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/fa/>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
@@ -26,13 +26,13 @@ msgstr "نمی‌توان شاخهٔ «%1» را ایجاد کرد.<BR>ممکن
#: wizards/com/sun/star/wizards/common/strings.hrc:33
msgctxt "RID_COMMON_START_1"
msgid "The text document could not be created.<BR>Please check if the module '%PRODUCTNAME Writer' is installed."
-msgstr ""
+msgstr "سند متنی ساخته نشد.<BR>لطفا بررسی کنید ماژول '%PRODUCTNAME Writer' نصب شده باشد."
#. m9CbQ
#: wizards/com/sun/star/wizards/common/strings.hrc:34
msgctxt "RID_COMMON_START_2"
msgid "The spreadsheet could not be created.<BR>Please check if the module '%PRODUCTNAME Calc' is installed."
-msgstr ""
+msgstr "صفحه گسترده ساخته نشد.<BR>لطفا بررسی کنید ماژول '%PRODUCTNAME Calc' نصب شده باشد."
#. ZCzrE
#: wizards/com/sun/star/wizards/common/strings.hrc:35
@@ -140,7 +140,7 @@ msgstr "پرونده از قبل وجود دارد. آیا می‌خواهید
#: wizards/com/sun/star/wizards/common/strings.hrc:52
msgctxt "RID_COMMON_START_20"
msgid "Template created via <wizard_name> on <current_date>."
-msgstr "قالب ایجاد شده توسط <wizard_name> در تاریخ <current_date>."
+msgstr "قالب در تاریخ <current_date> توسط <wizard_name> ایجاد شده است."
#. HoGJx
#: wizards/com/sun/star/wizards/common/strings.hrc:53
@@ -150,9 +150,9 @@ msgid ""
"Under 'Tools - Options - %PRODUCTNAME - Paths' click the 'Default' button to reset the paths to the original default settings.\n"
"Then run the wizard again."
msgstr ""
-"برنامه گام به گام نمی‌تواند اجرا شود، زیرا پرونده‌های مهمی پیدا نمی‌شوند.\n"
-"در «ابزار - انتخاب ها - %PRODUCTNAME - مسیرها» روی دکمه «پیش فرض» کلیک کنید تا مسیرها به تنظیمات پیش‌فرض اولیه برگردد.\n"
-"سپس برنامه گام به گام را دوباره اجرا نمائید."
+"برنامه گام به گام قابل اجرا نبود، زیرا پرونده‌های مهمی پیدا نشدند.\n"
+"ذیل «ابزار - انتخاب‌ها - %PRODUCTNAME - مسیرها» روی دکمه «پیش‌فرض» کلیک کنید تا مسیرها به تنظیمات پیش‌فرض اولیه برگردد.\n"
+"سپس برنامه گام به گام را دوباره اجرا کنید."
#. PZ7yz
#: wizards/com/sun/star/wizards/common/strings.hrc:56
diff --git a/source/fa/wizards/source/resources.po b/source/fa/wizards/source/resources.po
index f6288b3c595..7b2e13fe4d2 100644
--- a/source/fa/wizards/source/resources.po
+++ b/source/fa/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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-05-19 13:51+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: goodosuser <goodlinuxuser@chmail.ir>\n"
"Language-Team: Persian <https://translations.documentfoundation.org/projects/libo_ui-master/wizardssourceresources/fa/>\n"
"Language: fa\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' نصب شده باشد."
#. ovyQD
#: resources_en_US.properties
@@ -41,7 +41,7 @@ msgctxt ""
"RID_COMMON_2\n"
"property.text"
msgid "The spreadsheet could not be created.<BR>Please check if the module '%PRODUCTNAME Calc' is installed."
-msgstr ""
+msgstr "صفحه گسترده ساخته نشد.<BR>لطفا بررسی کنید ماژول '%PRODUCTNAME Calc' نصب شده باشد."
#. XoWgV
#: resources_en_US.properties
diff --git a/source/fi/cui/messages.po b/source/fi/cui/messages.po
index d9ffedfd575..88c753bd910 100644
--- a/source/fi/cui/messages.po
+++ b/source/fi/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fi/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564954460.000000\n"
#. GyY9M
@@ -16655,74 +16655,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Tallenna aina muodossa:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstiasiakirja"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-asiakirja"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Perusasiakirja"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Laskentataulukko"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Esitys"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Piirros"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Kaava"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Määrittää asiakirjatyypin, jolle haluat määrittää oletustiedostomuodon"
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Asiakirjan tyyppi:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Oletustiedostomuoto ja ODF-asetukset"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/fi/helpcontent2/source/text/scalc.po b/source/fi/helpcontent2/source/text/scalc.po
index 8c3f6ff22a6..bf590770bd7 100644
--- a/source/fi/helpcontent2/source/text/scalc.po
+++ b/source/fi/helpcontent2/source/text/scalc.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-16 16:13+0000\n"
"Last-Translator: Jiri Grönroos <jiri.gronroos@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Poista taulukko</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/scalc/00.po b/source/fi/helpcontent2/source/text/scalc/00.po
index 177b752c3af..8544d76d36f 100644
--- a/source/fi/helpcontent2/source/text/scalc/00.po
+++ b/source/fi/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-09-09 14:35+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/fi/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Lisää sarakkeita"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/scalc/01.po b/source/fi/helpcontent2/source/text/scalc/01.po
index 78f3bed836d..521ce8ec780 100644
--- a/source/fi/helpcontent2/source/text/scalc/01.po
+++ b/source/fi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/fi/>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr ""
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,22 +3571,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43441,13 +43423,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/scalc/guide.po b/source/fi/helpcontent2/source/text/scalc/guide.po
index 82b6c7264cd..b527ad2a0a3 100644
--- a/source/fi/helpcontent2/source/text/scalc/guide.po
+++ b/source/fi/helpcontent2/source/text/scalc/guide.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/fi/>\n"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigointi taulukkovalitsimilla"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>taulukot; useiden esittäminen</bookmark_value><bookmark_value>taulukkovalitsimet;käyttäminen</bookmark_value><bookmark_value>näkymät;useat taulukot</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigointi taulukkovalitsimilla</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Oletuksellisesti $[officename] esittää kolme taulukkoa, \"Taulukko1\" ... \"Taulukko3\", kussakin uudessa laskentataulukossa. Esillä olevaa laskentataulukon taulukkoa voi vaihtaa taulukkovalitsimilla ikkunan alaosassa."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Taulukonvalitsimet</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Navigointipainikkeiden kuvake</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Navigointipainikkeilla saa näkyviin kaikki asiakirjaan kuuluvat taulukot. Napsautus reunimmaisessa painikkeessa vasemmalla tai oikealla tuo esille, vastaavasti, ensimmäisen tai viimeisen taulukkovalitsimen. Keskimmäisillä painikkeilla käyttäjä voi selata kaikki taulukkovalitsimet eteen- tai taaksepäin. Varsinaisen taulukon esille saamiseksi napsautetaan taulukkovalitsinta."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8993,14 +9038,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Useiden taulukkojen käyttäminen"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>taulukot; lisääminen</bookmark_value><bookmark_value>lisääminen; taulukot</bookmark_value><bookmark_value>taulukot; valitseminen, useita</bookmark_value><bookmark_value>lisäys, taulukoiden</bookmark_value><bookmark_value>valitseminen;useat taulukot</bookmark_value><bookmark_value>useat taulukot</bookmark_value><bookmark_value>laskenta;useissa taulukoissa</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9011,24 +9056,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Useiden taulukkojen käyttäminen</link> </variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Taulukon lisääminen"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Valitaan <item type=\"menuitem\">Lisää - Taulukko</item> uuden tai toisen tiedoston taulukon lisäämiseksi."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9038,15 +9065,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Avataan valintaikkuna, jossa taulukon tapahtumiin voidaan liittää makroja.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/scalc/menu.po b/source/fi/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/fi/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/fi/helpcontent2/source/text/shared/00.po b/source/fi/helpcontent2/source/text/shared/00.po
index e029ac9ca68..5c62ff98a15 100644
--- a/source/fi/helpcontent2/source/text/shared/00.po
+++ b/source/fi/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-07 12:19+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/fi/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Toiminnon käyttäminen: </variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Tiedosto-valikko"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Uusi"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Avaa tiedosto"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Tallenna"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Tallenna nimellä"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Esikatselu"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/fi/helpcontent2/source/text/shared/01.po b/source/fi/helpcontent2/source/text/shared/01.po
index 3eb91c62152..3ac07850185 100644
--- a/source/fi/helpcontent2/source/text/shared/01.po
+++ b/source/fi/helpcontent2/source/text/shared/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-07 12:18+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/fi/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Toiminto</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43942,14 +43897,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Tapahtumat</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43960,15 +43915,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Liitetään makro ohjelman tapahtumaan. Liitetty makro käynnistyy joka kerta, kun valittu tapahtuma esiintyy.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Kaikki valintaikkunan toiminnot eivät ole käytettävissä, jos se avataan laskentataulukon Muokkaa-Taulukko-valikosta."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/fi/helpcontent2/source/text/swriter/00.po b/source/fi/helpcontent2/source/text/swriter/00.po
index daed08ec1bf..fd2c02394fa 100644
--- a/source/fi/helpcontent2/source/text/swriter/00.po
+++ b/source/fi/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-10-11 22:36+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/fi/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Joukkokirje"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/fi/helpcontent2/source/text/swriter/01.po b/source/fi/helpcontent2/source/text/swriter/01.po
index 860f2c675ca..196724f67eb 100644
--- a/source/fi/helpcontent2/source/text/swriter/01.po
+++ b/source/fi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-10-03 12:55+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/fi/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Asiakirjaa ei voi muokata esikatselutilassa."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Esikatselu voidaan päättää <emph>Sulje esikatselu</emph> -painikkeella.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13709,14 +13709,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlinkki (LS ja LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Luodaan hyperlinkki merkinnän eli rivin siitä osasta, joka jää aloittavien (LS) ja lopettavien (LE) hyperlinkin muotoilukoodien väliin. <emph>Rakenne</emph>-rivillä napautetaan tyhjää ruutua linkiksi tulevan osan edellä ja sitten napsautetaan tätä painiketta. Jatketaan napauttaen tyhjää ruutua hyperlinkkiosan jäljessä ja sitten napsautetaan taas tätä painiketta. Kaikkien hyperlinkkien tulee olla yksilöllisiä. Saatavilla vain sisällysluetteloissa.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13943,6 +13943,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28373,13 +28382,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/fi/officecfg/registry/data/org/openoffice/Office.po b/source/fi/officecfg/registry/data/org/openoffice/Office.po
index 847eeef3c33..9b8177b374c 100644
--- a/source/fi/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/fi/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-12 12:04+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/fi/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564951649.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "huomaut"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstiasiakirjat"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Laskentataulukot"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Esitykset"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Piirrokset"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Web-sivut"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Perusasiakirjat"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Kaavat"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Tietokanta-asiakirjat"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
index f0a2499800b..6fd2d40b84d 100644
--- a/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fi/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565038397.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Poista rivit"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9557,15 +9567,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Vaihda diapohjaa..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pohjatyylisivu..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10867,6 +10877,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Lisää sarakkeita"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26641,36 +26661,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Poista valitut sarakkeet"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Poista rivit"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Poista rivit"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Poista valitut rivit"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31922,15 +31912,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Lisää sivunumero"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Sivunumero"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33102,6 +33112,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Sarakkeina ennen"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Poista rivejä"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rivejä"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Poista valitut rivit"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/fi/sc/messages.po b/source/fi/sc/messages.po
index 9dee9bc34b7..34486f86847 100644
--- a/source/fi/sc/messages.po
+++ b/source/fi/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-15 19:33+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fi/>\n"
@@ -32455,38 +32455,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Muut asetukset"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Saraket_yyppi:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Valitse esikatseluikkunasta sarake ja valitse tuotavaan tietoon käytettävä tietotyyppi."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teksti sarakkeiksi"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Kentät"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Määrittää tuontiasetukset merkeillä erotetulle datalle."
diff --git a/source/fi/sd/messages.po b/source/fi/sd/messages.po
index 0b237764d6a..6ec2af6f069 100644
--- a/source/fi/sd/messages.po
+++ b/source/fi/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-11 09:35+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fi/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564952922.000000\n"
#. WDjkB
@@ -1221,249 +1221,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Lisää teksti"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Lataa diapohja"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Älykäs"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Vasen"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Oikea"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Yläreuna"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Alareuna"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Ylävasen?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Alavasen?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Yläoikea?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Alaoikea?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Vaaka"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Pysty"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Kaikki?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Tätä toimintoa ei voi suorittaa reaaliaikaisessa tilassa."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Edellinen"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Jatka"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Tiivistelmä"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Värien korvaaminen"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Luo muodonvaihdos"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Laajenna dia"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Sisällysluettelodia"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "SANE-lähteitä ei ole tällä hetkellä käytettävissä."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "TWAIN-lähteitä ei ole tällä hetkellä käytettävissä."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Kiinteä"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Muuttuja"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Vakio"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Vakio (lyhyt)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Vakio (pitkä)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Tiedoston nimi"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Polku/tiedosto"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Polku"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Tiedoston nimi ilman tunnistetta"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Uusi mukautettu diaesitys"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopioi "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME-esitysmuoto (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME-piirrosmuoto (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Pura metatiedostojen ryhmitys..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Kaikkien piirrosobjektiryhmien purkaminen ei onnistunut."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION -esitys"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION -piirros"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1473,157 +1503,157 @@ msgstr ""
"Haluatko korvata sen?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teksti"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlinkki"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Avattu linkki"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiivinen linkki"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Muistiinpanot"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Sisällysluettelo"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Aloita napsauttamalla tätä"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Tekijä"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Sähköposti"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Kotisivu"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Lisätietoja"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Lataa esitys"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Valitettavasti selaimesi ei tue irrallisia kehyksiä."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Ensimmäinen sivu"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Viimeinen sivu"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teksti"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Kuva"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Sisällön kanssa"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Ilman sisältöä"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Määritetylle sivulle"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Muunna bittikartta monikulmioksi"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Napsauta lopettaaksesi esityksen..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Keskeytä..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Käytä 3D-suosikkia"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Kuvasuodatin"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1633,801 +1663,807 @@ msgstr ""
"ei ole kelvollinen äänitiedosto!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Muunna metatiedostoksi"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Muunna bittikartaksi"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Tiedoston $(URL1) luominen ei onnistu."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Tiedoston $(URL1) avaaminen ei onnistu."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Tiedostoa $(URL1) ei voitu kopioida kohteeseen $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Nimeä dia uudelleen"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Nimeä sivu uudelleen"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nimi"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Nimeä diapohja uudelleen"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Otsikkoalue automaattisille asetteluille"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektialue automaattisille asetteluille"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Alatunnisteen alue"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Ylätunnisteen alue"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Päivämäärän alue"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Dianumeron alue"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Sivunumeron alue"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ylätunniste>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<alatunniste>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<päivämäärä/kellonaika>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<numero>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<lukumäärä>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<dian-nimi>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<sivun-nimi>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Muistiinpanoalue"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/hanja-muunnos"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diat"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Sivut"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Esikatselu ei käytettävissä"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Valmistellaan esikatselua"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Asettelut"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Piirrostyylit"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Esitystyylit"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Solutyylit"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Muoto %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Aseta taustakuva"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Huomautukset"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Palauta dian asettelu"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Lisää taulukko"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Lisää kaavio"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Lisää kuva"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Lisää ääni tai video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Vedä ja pudota sivuja"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Vedä ja pudota dioja"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Lisää kuvia albumiin."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstidia"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Paikallinen kohdekansio '%FILENAME' ei ole tyhjä. Joidenkin tiedostojen sisältö saatetaan korvata. Haluatko jatkaa?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Tausta"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Taustaobjektit"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Asettelu"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Ohjausobjektit"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Mittajanat"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Dia"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Sivu"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Dia"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapohja"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapohja:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pohjatyylisivu"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Pohjatyylisivu:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Muistiinpanot)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Monisteet"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
#, fuzzy
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Muokkaa otsikon tekstimuotoa napsauttamalla"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
#, fuzzy
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Muokkaa jäsennyksen tekstimuotoa napsauttamalla"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Toinen jäsennystaso"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Kolmas jäsennystaso"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Neljäs jäsennystaso"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Viides jäsennystaso"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Kuudes jäsennystaso"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seitsemäs jäsennystaso"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Siirrä diaa napsauttamalla"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Muokkaa muistiinpanojen muotoilua napsauttamalla"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Siirrä diaa kaksoisnapauttamalla"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Lisää otsikko napsauttamalla"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Lisää teksti napsauttamalla"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Lisää teksti napsauttamalla"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Lisää muistiinpanoja napsauttamalla"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Lisää teksti kaksoisnapauttamalla"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Lisää teksti kaksoisnapauttamalla"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Muokkaa tekstiä napauttamalla"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Lisää muistiinpanoja kaksoisnapauttamalla"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Lisää kuva kaksoisnapsauttamalla"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Lisää objekti kaksoisnapsauttamalla"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Lisää kaavio kaksoisnapsauttamalla"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Lisää organisaatiokaavio kaksoisnapsauttamalla"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Lisää laskentataulukko kaksoisnapsauttamalla"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Oletus"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Otsikko"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Oletuspiirrostyyli"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Siirrä dioja"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Lisää sivuja"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Lisää sivu"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Dian ominaisuudet"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekti ilman täyttöä"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekti ilman täyttöä ja viivaa"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teksti"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Otsikko A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teksti A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Otsikko A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teksti A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafiikka"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Muodot"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Viivat"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Nuoliviiva"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Katkoviiva"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Täytetty"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Täytetty sininen"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Täytetty vihreä"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Täytetty keltainen"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Täytetty punainen"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Ääriviiva"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Ääriviiva (sininen)"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Ääriviiva (vihreä)"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Ääriviiva (keltainen)"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Ääriviiva (punainen)"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Otsikko"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Alaotsikko"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Jäsennys"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Taustaobjektit"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Tausta"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Muistiinpanot"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-tuonti"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Tallenna asiakirja"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Pienennä fonttikokoa"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Suurenna fonttikokoa"
@@ -2435,639 +2471,639 @@ msgstr "Suurenna fonttikokoa"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Piirrosnäkymä"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Piirrosnäkymä"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Jäsennysnäkymä"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Dianäkymä"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Tässä voit järjestellä dioja."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Muistiinpanonäkymä"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Monistenäkymä"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Esityksen otsikko"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Esityksen rakennenäyttö"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Esityksen alaotsikko"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Esityksen sivu"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Esityksen muistiinpanot"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Moniste"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Tuntematon esityksen muoto-objekti"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Esityksen alatunniste"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Esityksen ylätunniste"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Esityksen päivämäärä ja kellonaika"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Esityksen sivunumero"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-esitys"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Otsikko"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Rakennenäyttö"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Alaotsikko"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Sivu"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Muistiinpanot"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Moniste"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
#, fuzzy
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Tuntematon esityksen muoto-objekti"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Alatunniste"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Ylätunniste"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Päivämäärä"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numero"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(kirjoitussuojattu)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ei mitään"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Seuraavaan napsautukseen saakka"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Dian loppuun saakka"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Suunta:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoomaus:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Pinnoja:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Ensimmäinen väri:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Toinen väri:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Täytön väri:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Tyyli:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Fontti:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Tekstin väri:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Tyyli:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Kirjaintyyppi:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Viivan väri:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fonttikoko:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Koko:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Määrä:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Väri:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ei ääntä)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Pysäytä edellinen ääni)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Muu ääni..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Näyte"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Laukaisin"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Omat liikeradat"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Sisääntulo: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Painotus: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Poistuminen: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Liikeradat: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Sekalaista: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ei mitään"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Tänään,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Eilen,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ei tekijää)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress pääsi esityksen loppuun. Haluatko jatkaa alusta?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress pääsi esityksen alkuun. Haluatko jatkaa lopusta?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw pääsi asiakirjan loppuun. Haluatko jatkaa alusta?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw pääsi asiakirjan alkuun. Haluatko jatkaa lopusta?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Lisää huomautus"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Poista huomautukset"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Siirrä huomautusta"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Muokkaa huomautusta"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Vastaa huomautukseen %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Mediasoitin"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Taulukko"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Asiakirja"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Dioja per sivu:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Järjestys:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Sisältö"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Dian nimi"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Sivun nimi"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Päivämäärä ja aika"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Piilotetut sivut"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Väri"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Koko"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Esite"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Paperin puolet"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Sisällytä"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Paperilokero tulostimen asetuksista"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Sivut:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diat:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress on tehnyt haun esityksen loppuun asti. Haluatko jatkaa hakua alusta?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress on tehnyt haun esityksen alkuun asti. Haluatko jatkaa hakua lopusta?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw on tehnyt haun asiakirjan loppuun asti. Haluatko jatkaa hakua alusta?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw on tehnyt haun asiakirjan alkuun asti. Haluatko jatkaa hakua lopusta?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animaatio"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Linkki"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Seuraava"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Edellinen"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Ensimmäinen dia"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Viimeinen dia"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/fi/svtools/messages.po b/source/fi/svtools/messages.po
index 83703b374da..d080a9b9eb9 100644
--- a/source/fi/svtools/messages.po
+++ b/source/fi/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-12 12:04+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fi/>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/fi/sw/messages.po b/source/fi/sw/messages.po
index c02f6ea9ad2..ea11a8b2e6a 100644
--- a/source/fi/sw/messages.po
+++ b/source/fi/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Tuomas Hietala <tuomas.hietala@iki.fi>\n"
"Language-Team: Finnish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fi/>\n"
@@ -16966,230 +16966,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Lisää hakemistomerkintä"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Poistaa valitun merkinnän hakemistosta. Merkintätekstiä ei poisteta asiakirjasta."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Lisää"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Uusi käyttäjän määrittämä hakemisto"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Päivitä merkintä valinnasta"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Päämerkintä"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Käytä kaikkiin muihin esiintymiin"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Vain kokonaiset sanat"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Sama kirjainkoko"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Seuraava merkintä (sama nimi)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Siirtyy asiakirjan seuraavaan samantyyppiseen ja samannimiseen hakemistomerkintään."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Edellinen merkintä (sama nimi)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Siirtyy asiakirjan edelliseen samantyyppiseen ja samannimiseen hakemistomerkintään."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Edellinen merkintä"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Siirtyy asiakirjan edelliseen saman tyypin hakemistomerkintään."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Seuraava merkintä"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Siirtyy asiakirjan seuraavaan saman tyypin hakemistomerkintään."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Merkitsee valitun tekstin hakemisto- tai sisällysluettelomerkinnäksi. Muokkaa valittua hakemistomerkintää."
diff --git a/source/fr/cui/messages.po b/source/fr/cui/messages.po
index 3fe7b24a62b..28723289e77 100644
--- a/source/fr/cui/messages.po
+++ b/source/fr/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-05 06:20+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fr/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Enregistrer s_ystématiquement sous :"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Document texte"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Document HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Document maître"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Classeur"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Présentation"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dessin"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formule"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Indique le type de document pour lequel vous voulez définir le format de fichier par défaut."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Indique le type de fichier sous lequel les documents du type sélectionné à gauche doivent être toujours enregistrés. Vous pouvez sélectionner un autre type de fichier pour le document actif dans la boîte de dialogue Enregistrer sous."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Type de document :"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Format de fichier par défaut et paramétrages ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Dans la section Général, vous pouvez sélectionner des paramètres par défaut pour l'enregistrement de vos documents ainsi que des formats de fichier par défaut."
diff --git a/source/fr/helpcontent2/source/text/scalc.po b/source/fr/helpcontent2/source/text/scalc.po
index b795f6b4554..761cef43d8b 100644
--- a/source/fr/helpcontent2/source/text/scalc.po
+++ b/source/fr/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-26 13:12+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/fr/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Supprimer des feuilles</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Couleur de l'onglet"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/scalc/00.po b/source/fr/helpcontent2/source/text/scalc/00.po
index 5ba07592ca4..25b7fddd9d3 100644
--- a/source/fr/helpcontent2/source/text/scalc/00.po
+++ b/source/fr/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-02-02 12:19+0000\n"
-"Last-Translator: jumbo444 <laurent.balland@mailo.fr>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Choisissez <emph>Feuille - Supprimer les cellules</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Choisissez <emph>Feuille - Supprimer la feuille</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Ouvrez le menu contextuel d'un onglet de feuille."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Choisissez <emph>Feuille - Déplacer ou copier la feuille</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Ouvrez le menu contextuel d'un onglet de feuille."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insérer des colonnes"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Choisissez <menuitem>Feuille - Insérer une feuille</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Choisissez <emph>Feuille</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Choisissez <emph>Feuille - Renommer la feuille</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Choisissez <emph>Feuille - Afficher la feuille</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Cette fonction est disponible depuis %PRODUCTNAME 7.3."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Cette fonction est disponible depuis la version 7.4 de %PRODUCTNAME."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Cette fonction est disponible depuis la version 7.5 de %PRODUCTNAME."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menu Feuille"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/scalc/01.po b/source/fr/helpcontent2/source/text/scalc/01.po
index b3af05218f3..3b467e80bf6 100644
--- a/source/fr/helpcontent2/source/text/scalc/01.po
+++ b/source/fr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-16 06:33+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/fr/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Feuilles de calcul;suppression</bookmark_value><bookmark_value>Feuilles;suppression</bookmark_value><bookmark_value>Suppression;feuilles de calcul</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Supprimer une feuille"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Supprime la feuille active après confirmation de la demande.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Vous ne pouvez pas supprimer une feuille lorsque <emph>Édition - Suivi des modifications - Enregistrer</emph> est activé."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Oui"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Supprime la feuille active."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Non"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Ferme la boîte de dialogue. Aucune suppression n'est effectuée."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Feuilles de calcul;déplacement</bookmark_value><bookmark_value>Feuilles de calcul;copie</bookmark_value><bookmark_value>Déplacement;feuilles de calcul</bookmark_value><bookmark_value>Copie;feuilles de calcul</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Déplacer ou copier une feuille"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insérer une feuille"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>Feuilles;création</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insérer une feuille"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>Noms des feuilles de calcul</bookmark_value><bookmark_value>Modification;noms des feuilles</bookmark_value><bookmark_value>Feuilles;attribution d'un nouveau nom</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Renommer la feuille"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Afficher la feuille"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>Feuilles;affichage</bookmark_value><bookmark_value>Affichage;feuilles</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Afficher la feuille"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Affiche les feuilles précédemment masquées à l'aide de la commande <emph>Masquer les feuilles</emph>.</ahelp></variable> Sélectionnez une seule feuille pour appeler cette commande. La feuille active est toujours sélectionnée. Si une feuille autre que la feuille active est sélectionnée, vous pouvez la désélectionner en maintenant la touche <switchinline select=\"sys\"> <caseinline select=\"MAC\">Commande</caseinline><defaultinline>Ctrl</defaultinline> </switchinline> enfoncée et en cliquant sur l'onglet de la feuille correspondante au bas de la fenêtre."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,14 +47581,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>Insérer des lignes;feuille protégée</bookmark_value><bookmark_value>Insérer des colonnes;feuille protégée</bookmark_value><bookmark_value>Supprimer des colonnes;feuille protégée</bookmark_value><bookmark_value>Supprimer des lignes;feuille protégée</bookmark_value><bookmark_value>Feuille protégée;insérer des colonnes</bookmark_value><bookmark_value>Feuille protégée;insérer des lignes</bookmark_value><bookmark_value>Feuille protégée;supprimer des lignes</bookmark_value><bookmark_value>Feuille protégée;supprimer des colonnes</bookmark_value><bookmark_value>Protéger;feuille</bookmark_value><bookmark_value>Sélection;dans les cellules protégées</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protection de la feuille</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=FRACTION.ANNEE(\"01-01-2008\";01-07-2008\";0)</item> renvoie 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Afin d'identifier correctement les modifications, chaque collaborateur doit saisir son nom dans <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Préférences</menuitem></caseinline><defaultinline><menuitem>Outils - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Données utilisateur</menuitem> dans la barre de menus."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/scalc/guide.po b/source/fr/helpcontent2/source/text/scalc/guide.po
index 7f92e11220a..577bc88ad01 100644
--- a/source/fr/helpcontent2/source/text/scalc/guide.po
+++ b/source/fr/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-27 19:13+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/fr/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1558541914.000000\n"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigation entre les onglets des feuilles"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>Feuilles;affichage de plusieurs feuilles</bookmark_value><bookmark_value>Onglets des feuilles;utilisation</bookmark_value><bookmark_value>Aperçus;plusieurs feuilles</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigation à travers les onglets des feuilles</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Par défaut, $[officename] affiche trois feuilles dans chaque nouveau classeur : \"Feuille1\" à \"Feuille3\". Pour passer d'une feuille à l'autre, cliquez sur les onglets situés au bas de l'écran."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Onglets de feuille</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icône</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Avec les boutons de navigation, vous pouvez afficher toutes les feuilles composant le document. Si vous cliquez sur le bouton situé à l'extrémité gauche ou droite de l'affichage, vous accédez respectivement au premier ou au dernier onglet. Les boutons du centre permettent de faire défiler les différents onglets vers l'avant ou vers l'arrière. Pour afficher une feuille, cliquez sur son onglet."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8990,14 +9035,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Application de plusieurs feuilles"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>Feuilles;insertion</bookmark_value><bookmark_value>Insertion;feuilles</bookmark_value><bookmark_value>Feuilles;sélection multiple</bookmark_value><bookmark_value>Ajout de feuilles</bookmark_value><bookmark_value>Feuilles;feuilles multiples</bookmark_value><bookmark_value>Feuilles multiples</bookmark_value><bookmark_value>Calcul;feuilles multiples</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9008,24 +9053,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applications de multiples feuilles</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Insertion d'une feuille"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Pour insérer une nouvelle feuille ou ajouter une feuille existante à partir d'un autre fichier, choisissez <item type=\"menuitem\">Insertion - Feuilles</item>."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9035,15 +9062,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Ouvre une boîte de dialogue dans laquelle vous pouvez assigner des macros à des événements de feuille.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Ouvre une fenêtre dans laquelle vous pouvez assigner une couleur à l'onglet d'une feuille.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/scalc/menu.po b/source/fr/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/fr/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/fr/helpcontent2/source/text/sdatabase.po b/source/fr/helpcontent2/source/text/sdatabase.po
index aaf470c67c3..1e47fe6bbec 100644
--- a/source/fr/helpcontent2/source/text/sdatabase.po
+++ b/source/fr/helpcontent2/source/text/sdatabase.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2022-12-19 14:18+0000\n"
+"PO-Revision-Date: 2023-05-27 06:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdatabase/fr/>\n"
"Language: fr\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.15.2\n"
#. ugSgG
#: 02000000.xhp
@@ -7510,7 +7510,7 @@ msgctxt ""
"bm_id2026429\n"
"help.text"
msgid "<bookmark_value>wizards;databases (Base)</bookmark_value><bookmark_value>Database Wizard (Base)</bookmark_value><bookmark_value>databases; formats (Base)</bookmark_value><bookmark_value>MySQL databases (Base)</bookmark_value><bookmark_value>MariaDB databases (Base)</bookmark_value><bookmark_value>dBASE; database settings (Base)</bookmark_value><bookmark_value>jdbc; database settings (Base)</bookmark_value><bookmark_value>odbc; database settings (Base)</bookmark_value><bookmark_value>Firebird; database settings (Base)</bookmark_value><bookmark_value>PostgreSQL; database settings (Base)</bookmark_value><bookmark_value>spreadsheets;as databases (Base)</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Assistant;base de données (Base)</bookmark_value><bookmark_value>Assistant de base de données (Base)</bookmark_value><bookmark_value>Base de données;formats (Base)</bookmark_value><bookmark_value>Base de données MySQL (Base)</bookmark_value><bookmark_value>Base de données MariaDB (Base)</bookmark_value><bookmark_value>dBase;paramétrages des bases de données (Base)</bookmark_value><bookmark_value>jdbc;paramétrages des bases de données (Base)</bookmark_value><bookmark_value>odbc;paramétrages des bases de données (Base)</bookmark_value><bookmark_value>Firebird;paramétrages des bases de données (Base)</bookmark_value><bookmark_value>PostgreSQL;paramétrages des bases de données (Base)</bookmark_value><bookmark_value>Feuilles de calcul;comme bases de données (Base)</bookmark_value>"
#. 5pnX6
#: dabawiz00.xhp
@@ -8248,7 +8248,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Firebird Connection"
-msgstr ""
+msgstr "Connexion Firebird"
#. HrD4A
#: dabawiz02firebird.xhp
@@ -8257,7 +8257,7 @@ msgctxt ""
"bm_id641677867638107\n"
"help.text"
msgid "<bookmark_value>Firebird server;setup connection</bookmark_value><bookmark_value>Firebird connection</bookmark_value><bookmark_value>database connection;Firebird server</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Serveur Firebird;définir une connexion</bookmark_value><bookmark_value>Connexion Firebird</bookmark_value><bookmark_value>Connexion de base de données;serveur Firebird</bookmark_value>"
#. TTSgN
#: dabawiz02firebird.xhp
@@ -8266,7 +8266,7 @@ msgctxt ""
"hd_id51677867293715\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/sdatabase/dabawiz02firebird.xhp\">Firebird Connection</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/sdatabase/dabawiz02firebird.xhp\">Connexion Firebird</link></variable>"
#. ECaQe
#: dabawiz02firebird.xhp
@@ -8275,7 +8275,7 @@ msgctxt ""
"par_id401677867293719\n"
"help.text"
msgid "Specifies the options for connecting to Firebird external databases."
-msgstr ""
+msgstr "Spécifie les options de connexion aux bases de données externes Firebird."
#. GDzVm
#: dabawiz02firebird.xhp
@@ -8284,7 +8284,7 @@ msgctxt ""
"hd_id251677867849494\n"
"help.text"
msgid "Creating a new Firebird database file"
-msgstr ""
+msgstr "Création d'un nouveau fichier de base de données Firebird"
#. yE6ye
#: dabawiz02firebird.xhp
@@ -8293,7 +8293,7 @@ msgctxt ""
"par_id101697868070614\n"
"help.text"
msgid "Choose <menuitem>File - New - Database</menuitem> and select <emph>Connect to an existing database</emph>. Click <widget>Next</widget>."
-msgstr ""
+msgstr "Choisissez <menuitem>Fichier - Nouveau - Base de données</menuitem> et sélectionnez <emph>Connecter à une base de données existante</emph>. Cliquez sur <widget>Next</widget>."
#. Bognv
#: dabawiz02firebird.xhp
@@ -8302,7 +8302,7 @@ msgctxt ""
"par_id301677867908874\n"
"help.text"
msgid "Click <widget>Create</widget>. The <emph>Save As</emph> dialog opens. Enter a suitable name and location for the database file, and click <widget>Save</widget>. The path of the new file is displayed in the wizard’s text box. Click <widget>Next</widget>."
-msgstr ""
+msgstr "Cliquez sur <widget>Créer</widget>. La boîte de dialogue <emph>Enregistrer sous</emph> s'ouvre. Saisissez un nom et un emplacement corrects pour le fichier de base de données et cliquez sur <widget>Enregistrer</widget>. Le chemin du nouveau fichier est affiché dans la zone de texte de l'assistant. Cliquez sur <widget>Suivant</widget>."
#. trQtM
#: dabawiz02firebird.xhp
@@ -8311,7 +8311,7 @@ msgctxt ""
"par_id161677867944534\n"
"help.text"
msgid "Optionally, enter your username and password. Click <widget>Next</widget>."
-msgstr ""
+msgstr "Facultativement, saisissez votre nom d'utilisateur et un mot de passe. Cliquez sur <widget>Suivant</widget>."
#. Ts9PD
#: dabawiz02firebird.xhp
@@ -8320,7 +8320,7 @@ msgctxt ""
"par_id151677867957065\n"
"help.text"
msgid "Decide your preferred options about registered database and what to do with the database once saved, and click <widget>Finish</widget>. Proceed to enter a name for the new %PRODUCTNAME Base file."
-msgstr ""
+msgstr "Décidez des options préférées concernant la base de données enregistrée et quoi faire avec la base de données une fois enregistrée, puis cliquez sur <widget>Terminer</widget>. Saisissez ensuite un nom pour le nouveau fichier %PRODUCTNAME Base."
#. zJGCA
#: dabawiz02firebird.xhp
@@ -8329,7 +8329,7 @@ msgctxt ""
"par_id401677867921758\n"
"help.text"
msgid "This name is the name of the new Firebird database file (*.fdb), not the name of the %PRODUCTNAME Base (*.odb) file."
-msgstr ""
+msgstr "Ce nom est le nom du nouveau fichier de base de données Firebird (*.fdb), et non le nom du fichier %PRODUCTNAME Base (*.odb)."
#. NjUvK
#: dabawiz02firebird.xhp
@@ -8338,7 +8338,7 @@ msgctxt ""
"hd_id361677867976296\n"
"help.text"
msgid "Connect to an existing Firebird database file"
-msgstr ""
+msgstr "Connecter à un fichier de base de données Firebird existant"
#. C4XNM
#: dabawiz02firebird.xhp
diff --git a/source/fr/helpcontent2/source/text/sdraw/00.po b/source/fr/helpcontent2/source/text/sdraw/00.po
index d217cf733b5..e3b458dec8a 100644
--- a/source/fr/helpcontent2/source/text/sdraw/00.po
+++ b/source/fr/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2021-11-03 10:36+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/fr/>\n"
"Language: fr\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.15.2\n"
"X-POOTLE-MTIME: 1559910744.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menu Insertion"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Choisissez <menuitem>Insertion - Couche</menuitem>"
#. AUTMW
#: insert_menu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Ouvrez le menu contextuel d'un onglet de couche - choisissez <menuitem>Insérer une couche</menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/fr/helpcontent2/source/text/shared/00.po b/source/fr/helpcontent2/source/text/shared/00.po
index 1a421052ef8..5ebcfdce8e6 100644
--- a/source/fr/helpcontent2/source/text/shared/00.po
+++ b/source/fr/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-11 07:34+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -1592,6 +1592,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Pour accéder à cette commande...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -1617,7 +1671,7 @@ msgctxt ""
"par_id3154689\n"
"help.text"
msgid "<image id=\"img_id3152427\" src=\"cmd/lc_color.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152427\">Icon Font Color</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152427\" src=\"cmd/lc_color.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152427\">Icône Couleur de police</alt></image>"
#. 2Cahs
#: 00000004.xhp
@@ -1635,7 +1689,7 @@ msgctxt ""
"par_id3149750\n"
"help.text"
msgid "<image id=\"img_id3146957\" src=\"cmd/lc_spacepara1.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146957\">Icon Line spacing: 1</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146957\" src=\"cmd/lc_spacepara1.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146957\">Icône Interligne : 1</alt></image>"
#. tMJpB
#: 00000004.xhp
@@ -1653,7 +1707,7 @@ msgctxt ""
"par_id3145382\n"
"help.text"
msgid "<image id=\"img_id3163802\" src=\"cmd/lc_spacepara15.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163802\">Icon Line spacing: 1.5</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163802\" src=\"cmd/lc_spacepara15.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163802\">Icône Interligne : 1,5</alt></image>"
#. UDFqe
#: 00000004.xhp
@@ -1671,7 +1725,7 @@ msgctxt ""
"par_id3150131\n"
"help.text"
msgid "<image id=\"img_id3153252\" src=\"cmd/lc_spacepara2.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153252\">Icon Line spacing: 2</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153252\" src=\"cmd/lc_spacepara2.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153252\">Icône Interligne : 2</alt></image>"
#. GEXHB
#: 00000004.xhp
@@ -1689,7 +1743,7 @@ msgctxt ""
"par_id3149820\n"
"help.text"
msgid "<image id=\"img_id3153126\" src=\"cmd/lc_superscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153126\">Icon Superscript</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153126\" src=\"cmd/lc_superscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153126\">Icône Exposant</alt></image>"
#. hc7Ku
#: 00000004.xhp
@@ -1707,7 +1761,7 @@ msgctxt ""
"par_id3147077\n"
"help.text"
msgid "<image id=\"img_id3155135\" src=\"cmd/lc_subscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155135\">Icon Subscript</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155135\" src=\"cmd/lc_subscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155135\">Icône Indice</alt></image>"
#. fQmjX
#: 00000004.xhp
@@ -1725,7 +1779,7 @@ msgctxt ""
"par_id3148550\n"
"help.text"
msgid "<image id=\"img_id3149294\" src=\"media/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icon Line Style</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149294\" src=\"media/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icône Style de ligne</alt></image>"
#. ETAN9
#: 00000004.xhp
@@ -1743,7 +1797,7 @@ msgctxt ""
"par_id3153379\n"
"help.text"
msgid "<image id=\"img_id3148401\" src=\"cmd/lc_xlinecolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148401\">Icon Line Color</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148401\" src=\"cmd/lc_xlinecolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148401\">Icône Couleur de ligne</alt></image>"
#. H2LTC
#: 00000004.xhp
@@ -1761,7 +1815,7 @@ msgctxt ""
"par_id3156214\n"
"help.text"
msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icône Largeur de ligne</alt></image>"
#. CWENi
#: 00000004.xhp
@@ -1779,7 +1833,7 @@ msgctxt ""
"par_id3154154\n"
"help.text"
msgid "<image id=\"img_id3145152\" src=\"media/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon Area Style / Filling</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145152\" src=\"media/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icône Style de remplissage</alt></image>"
#. fErWC
#: 00000004.xhp
@@ -1797,7 +1851,7 @@ msgctxt ""
"par_id3153367\n"
"help.text"
msgid "<image id=\"img_id3147502\" src=\"cmd/lc_aligntop.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147502\">Icon Align Top</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147502\" src=\"cmd/lc_aligntop.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147502\">Icône Aligner en haut</alt></image>"
#. 9YVAT
#: 00000004.xhp
@@ -1815,7 +1869,7 @@ msgctxt ""
"par_id3146923\n"
"help.text"
msgid "<image id=\"img_id3150410\" src=\"cmd/lc_alignbottom.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150410\">Icon Align Bottom</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150410\" src=\"cmd/lc_alignbottom.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150410\">Icône Aligner en bas</alt></image>"
#. Ef3xo
#: 00000004.xhp
@@ -1833,7 +1887,7 @@ msgctxt ""
"par_id3153097\n"
"help.text"
msgid "<image id=\"img_id3153363\" src=\"cmd/lc_alignverticalcenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153363\">Icon Align Center Vertically</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153363\" src=\"cmd/lc_alignverticalcenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153363\">Icône Aligner au centre verticalement</alt></image>"
#. azeZ6
#: 00000004.xhp
@@ -1851,7 +1905,7 @@ msgctxt ""
"par_id3147436\n"
"help.text"
msgid "<image id=\"img_id3159123\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159123\">Icon Apply</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159123\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159123\">Icône Appliquer</alt></image>"
#. ENztd
#: 00000004.xhp
@@ -1869,7 +1923,7 @@ msgctxt ""
"par_id3146147\n"
"help.text"
msgid "<image id=\"img_id3145364\" src=\"svx/res/nu02.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145364\">Icon Cancel</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145364\" src=\"svx/res/nu02.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145364\">Icône Annuler</alt></image>"
#. kXRJp
#: 00000004.xhp
@@ -1887,7 +1941,7 @@ msgctxt ""
"par_id3154730\n"
"help.text"
msgid "<image id=\"img_id3154096\" src=\"svtools/res/up_large.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154096\">Icon Up One Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154096\" src=\"svtools/res/up_large.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154096\">Icône Remonter d'un niveau</alt></image>"
#. rJNkG
#: 00000004.xhp
@@ -1905,7 +1959,7 @@ msgctxt ""
"par_id3149412\n"
"help.text"
msgid "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153279\">Icon Create New Directory</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153279\">Icône Créer un répertoire</alt></image>"
#. m6bWV
#: 00000004.xhp
@@ -1923,7 +1977,7 @@ msgctxt ""
"par_id3153221\n"
"help.text"
msgid "<image id=\"img_id3153334\" src=\"svtools/res/up_large.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153334\">Icon Up One Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153334\" src=\"svtools/res/up_large.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153334\">Icône Remonter d'un niveau</alt></image>"
#. zUdcH
#: 00000004.xhp
@@ -1941,7 +1995,7 @@ msgctxt ""
"par_id3151320\n"
"help.text"
msgid "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148833\">Icon Create New Folder</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148833\">Icône Créer un dossier</alt></image>"
#. gETA5
#: 00000004.xhp
@@ -1959,7 +2013,7 @@ msgctxt ""
"par_id3156361\n"
"help.text"
msgid "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150656\">Icon Go to the previous comment</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150656\">Icône Aller au commentaire précédent</alt></image>"
#. MwFVN
#: 00000004.xhp
@@ -1977,7 +2031,7 @@ msgctxt ""
"par_id3151357\n"
"help.text"
msgid "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154363\">Icon Go to the next comment</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154363\">Icône Aller au commentaire suivant</alt></image>"
#. zD8D2
#: 00000004.xhp
@@ -1995,7 +2049,7 @@ msgctxt ""
"par_id3083285\n"
"help.text"
msgid "<image id=\"img_id3147100\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Open File</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147100\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icône Ouvrir un fichier</alt></image>"
#. wYB2E
#: 00000004.xhp
@@ -2013,7 +2067,7 @@ msgctxt ""
"par_id601683469573189\n"
"help.text"
msgid "<image src=\"cmd/lc_mirrorvert.svg\" id=\"img_id781683469573190\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541683469573191\">Icon Flip Vertically</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_mirrorvert.svg\" id=\"img_id781683469573190\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541683469573191\">Icône Retourner verticalement</alt></image>"
#. WXUR7
#: 00000004.xhp
@@ -2022,7 +2076,7 @@ msgctxt ""
"par_id771683469573193\n"
"help.text"
msgid "Flip Vertically"
-msgstr ""
+msgstr "Refléter verticalement"
#. eWkZE
#: 00000004.xhp
@@ -2031,7 +2085,7 @@ msgctxt ""
"par_id81683469734342\n"
"help.text"
msgid "<image src=\"cmd/lc_mirror.svg\" id=\"img_id871683469734344\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161683469734345\">Icon Flip Horizontally</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_mirror.svg\" id=\"img_id871683469734344\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161683469734345\">Icône Refléter horizontalement</alt></image>"
#. ZmmPr
#: 00000004.xhp
@@ -2040,7 +2094,7 @@ msgctxt ""
"par_id101683469734346\n"
"help.text"
msgid "Flip Horizontally"
-msgstr ""
+msgstr "Refléter horizontalement"
#. 46ddB
#: 00000004.xhp
@@ -2049,7 +2103,7 @@ msgctxt ""
"par_id771683472735656\n"
"help.text"
msgid "<image src=\"cmd/lc_gridvisible.svg\" id=\"img_id401683472735657\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361683472735658\">Icon Display Grid</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_gridvisible.svg\" id=\"img_id401683472735657\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361683472735658\">Icône Afficher la grille</alt></image>"
#. 5nXQC
#: 00000004.xhp
@@ -2058,7 +2112,7 @@ msgctxt ""
"par_id771683472735660\n"
"help.text"
msgid "Display Grid"
-msgstr ""
+msgstr "Afficher la grille"
#. ZDMaL
#: 00000004.xhp
@@ -2067,7 +2121,7 @@ msgctxt ""
"par_id491683472792071\n"
"help.text"
msgid "<image src=\"cmd/lc_griduse.svg\" id=\"img_id631683472792072\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571683472792073\">Icon Snap to Grid</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_griduse.svg\" id=\"img_id631683472792072\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571683472792073\">Icône Aligner sur la grille</alt></image>"
#. 3CJv5
#: 00000004.xhp
@@ -2076,7 +2130,7 @@ msgctxt ""
"par_id761683472792075\n"
"help.text"
msgid "Snap to Grid"
-msgstr ""
+msgstr "Aligner sur la grille"
#. uiC2G
#: 00000004.xhp
@@ -2085,7 +2139,7 @@ msgctxt ""
"par_id3151189\n"
"help.text"
msgid "<image id=\"img_id3156318\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156318\">Icon Save As</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156318\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156318\">Icône Enregistrer sous</alt></image>"
#. vBAYW
#: 00000004.xhp
@@ -2103,7 +2157,7 @@ msgctxt ""
"par_id3152946\n"
"help.text"
msgid "<image id=\"img_id3155904\" src=\"cmd/lc_exportdirecttopdf.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155904\">Icon Export Directly as PDF</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155904\" src=\"cmd/lc_exportdirecttopdf.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155904\">Icône Exporter directement au format PDF</alt></image>"
#. QDsEn
#: 00000004.xhp
@@ -6452,14 +6506,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menu Fichier"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Choisissez <emph>Fichier - Aperçu dans le Navigateur Web</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6470,41 +6524,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Nouveau</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Icône <emph>Nouveau</emph> de la barre <emph>Standard</emph> (l'icône affiche le type du nouveau document)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icône Nouveau</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nouveau"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Touches <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6632,32 +6695,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Ouvrir</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Dans la barre <emph>Standard</emph>, cliquez sur"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icône Ouvrir</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6668,6 +6731,105 @@ msgctxt ""
msgid "Open File"
msgstr "Ouvrir un fichier"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7028,50 +7190,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Assistants Source de données des adresses - Assignation des champs</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Choisissez <emph>Fichier - Fermer</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Choisissez <menuitem>Fichier - Enregistrer</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Ouvrez la barre <emph>Standard</emph> ou la barre <emph>Données de la table</emph>, cliquez sur"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Choisissez <menuitem>Fichier - Enregistrer</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icône Enregistrer</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7082,14 +7262,41 @@ msgctxt ""
msgid "Save"
msgstr "Enregistrer"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icône Enregistrer comme</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7100,6 +7307,51 @@ msgctxt ""
msgid "Save As"
msgstr "Enregistrer sous"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7181,14 +7433,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Choisissez <menuitem>Fichier - Tout enregistrer</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Choisissez <menuitem>Fichier - Enregistrer sous</menuitem>.</variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7199,6 +7460,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Recharger</menuitem>"
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7343,14 +7622,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Menu <menuitem>Fichier - Aperçu</menuitem>"
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icône Aperçu</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7370,14 +7667,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Paramètres de l'imprimante</menuitem>"
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Menu <menuitem>Fichier - Envoyer</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7406,14 +7721,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Document par courriel"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Choisissez <menuitem>Fichier - Exporter</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7424,23 +7793,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Exporter commes EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icône Exporter au format EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Exporter directement au format EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7505,6 +7874,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Exporter sous - Exporter au format PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7550,32 +7937,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Choisissez <menuitem>Fichier - Imprimer</menuitem>"
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Dans la barre <emph>Standard</emph>, cliquez sur"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Icône Imprimer</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7586,33 +7973,6 @@ msgctxt ""
msgid "Print"
msgstr "Imprimer"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Dans la <emph>barre Aperçu</emph> d'un document texte, cliquez sur"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icône Imprimer l'aperçu de la page</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprimer l'aperçu"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7685,14 +8045,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Choisissez<menuitem>Fichier - Exporter</menuitem>, si le type de fichier sélectionné est PBM, PPM ou PGM, la boîte de dialogue s'ouvre automatiquement.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choisissez <emph>Fichier - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -11589,7 +11967,7 @@ msgctxt ""
"par_id3149953\n"
"help.text"
msgid "<image id=\"img_id3155092\" src=\"cmd/lc_crop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Icon Crop</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155092\" src=\"cmd/lc_crop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Icône Rogner</alt></image>"
#. Qs4bZ
#: 00040500.xhp
@@ -12894,7 +13272,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icône Ligne</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -13002,7 +13380,7 @@ msgctxt ""
"par_id3151293\n"
"help.text"
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"linienstile\">Choisissez <menuitem>Format -</menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Zone de texte et forme -</menuitem></caseinline><caseinline select=\"CALC\"><menuitem>Objet -</menuitem></caseinline></switchinline><menuitem>Ligne - Styles de ligne</menuitem>.</variable>"
#. eRYGg
#: 00040502.xhp
@@ -13083,7 +13461,7 @@ msgctxt ""
"par_id3156424\n"
"help.text"
msgid "<image id=\"img_id3150868\" src=\"cmd/lc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Icon Area</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150868\" src=\"cmd/lc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Icône Zone</alt></image>"
#. tdHtP
#: 00040502.xhp
@@ -13542,7 +13920,7 @@ msgctxt ""
"par_id3153052\n"
"help.text"
msgid "<image id=\"img_id3150965\" src=\"cmd/lc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icon Position and Size</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150965\" src=\"cmd/lc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icône Position et taille</alt></image>"
#. yL3FJ
#: 00040502.xhp
@@ -14550,7 +14928,7 @@ msgctxt ""
"par_id231683511408505\n"
"help.text"
msgid "<image src=\"cmd/lc_distributeselection.svg\" id=\"img_id891683511408507\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id831683511408508\">Icon Distribute</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_distributeselection.svg\" id=\"img_id891683511408507\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id831683511408508\">Icône Répartir</alt></image>"
#. TLH7B
#: 00040503.xhp
@@ -14559,7 +14937,7 @@ msgctxt ""
"par_id591683511408510\n"
"help.text"
msgid "Distribute"
-msgstr ""
+msgstr "Répartir"
#. q4uTc
#: 01000000.xhp
@@ -14928,7 +15306,7 @@ msgctxt ""
"par_id3155449\n"
"help.text"
msgid "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icon Undo</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icône Annuler</alt></image>"
#. QzA62
#: edit_menu.xhp
@@ -14964,7 +15342,7 @@ msgctxt ""
"par_id3154938\n"
"help.text"
msgid "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icon Redo</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icône Restaurer</alt></image>"
#. F99gF
#: edit_menu.xhp
@@ -15018,7 +15396,7 @@ msgctxt ""
"par_id3145173\n"
"help.text"
msgid "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icon Cut</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icône Couper</alt></image>"
#. b2BCg
#: edit_menu.xhp
@@ -15063,7 +15441,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icône Copier</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15108,7 +15486,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icône Coller</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15243,7 +15621,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icône Tout sélectionner</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15414,7 +15792,7 @@ msgctxt ""
"par_id3150020\n"
"help.text"
msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icône Rechercher et remplacer</alt></image>"
#. jRcHP
#: edit_menu.xhp
@@ -15450,7 +15828,7 @@ msgctxt ""
"par_id781602175775847\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Icône Rechercher</alt></image> ou<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
#. CNnsD
#: edit_menu.xhp
@@ -15468,7 +15846,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Icône Rechercher</alt></image>"
#. 8FD2j
#: edit_menu.xhp
@@ -15504,7 +15882,7 @@ msgctxt ""
"par_id941683841117366\n"
"help.text"
msgid "Press <keycode>F5</keycode>"
-msgstr ""
+msgstr "Appuyez sur <keycode>F5</keycode>"
#. CcEAC
#: edit_menu.xhp
@@ -15513,7 +15891,7 @@ msgctxt ""
"par_id3163824\n"
"help.text"
msgid "On the <emph>Standard</emph> bar or the <emph>Sidebar</emph>, click"
-msgstr ""
+msgstr "Dans la barre <emph>Standard</emph> ou dans la <emph>Barre latérale</emph>, cliquez sur"
#. iwE8Q
#: edit_menu.xhp
@@ -15522,7 +15900,7 @@ msgctxt ""
"par_id3159183\n"
"help.text"
msgid "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Navigator On/Off</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icône (Dés)activer le Navigateur</alt></image>"
#. DFjLG
#: edit_menu.xhp
diff --git a/source/fr/helpcontent2/source/text/shared/01.po b/source/fr/helpcontent2/source/text/shared/01.po
index fc68fd4ea53..7206f93e404 100644
--- a/source/fr/helpcontent2/source/text/shared/01.po
+++ b/source/fr/helpcontent2/source/text/shared/01.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-03-03 14:32+0000\n"
-"Last-Translator: jumbo444 <laurent.balland@mailo.fr>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-30 13:35+0000\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/fr/>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@@ -98,14 +98,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Fonction</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icône Document Texte</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -125,14 +125,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Crée un document texte dans $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icône Feuille de calcul</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -152,14 +152,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Crée un classeur dans $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icône Présentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -179,14 +179,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Crée une présentation dans $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icône Dessin</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -206,14 +206,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Crée un dessin dans $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icône Formule</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -233,14 +233,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Crée un document de formule dans $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icône Base de données</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -287,14 +287,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Crée un document HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icône Document formulaire XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -314,14 +314,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crée un document <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icône Étiquettes</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -341,14 +341,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Ouvre la boîte de dialogue <link href=\"text/shared/01/01010200.xhp\"><emph>Étiquettes</emph></link> dans laquelle définir les options des étiquettes, puis crée un document texte pour les étiquettes dans $[officename] Writer."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icône Cartes de visite</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -368,14 +368,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Ouvre la boîte de dialogue <link href=\"text/shared/01/01010300.xhp\"><emph>Cartes de visite</emph></link> dans laquelle définir les options des cartes de visite, puis crée un document texte dans $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icône Document maître</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2240,33 +2240,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Ouvre un document stocké dans un service de fichiers distant.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Choisissez <item type=\"menuitem\">Fichier – Ouvrir un fichier distant</item>"
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Cliquez sur le bouton <emph>Fichiers distants</emph> du <emph>Centre de démarrage</emph>"
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Faites un clic long sur l'icône <emph>Ouvrir</emph> et sélectionnez <emph>Ouvrir un fichier distant</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2663,15 +2636,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Enregistre une copie du document actuel avec un autre nom ou dans un autre endroit.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Choisissez <item type=\"menuitem\">Fichier - Enregistrer une copie</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3086,15 +3050,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exporter le document dans le format PDF ou EPUB</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Choisissez <emph>Fichier - Exporter comme</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7458,7 +7413,7 @@ msgctxt ""
"par_id3156422\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\">Inserts comments that are attached to cells.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/pastespecial/comments\">Insère des commentaires qui sont attachés aux cellules.</ahelp>"
#. BVEu4
#: 02070000.xhp
@@ -7802,14 +7757,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Pour sélectionner la totalité des cellules d'une feuille, cliquez sur le bouton situé à l'intersection des en-têtes de colonnes et de lignes dans le coin supérieur gauche de la feuille.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Pour sélectionner toutes les feuilles d'un classeur, cliquez avec le bouton droit de la souris sur l'onglet de nom d'une feuille et choisissez <emph>Sélectionner toutes les feuilles</emph>.<ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Sélectionne toutes les feuilles du classeur actif.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -8781,7 +8736,7 @@ msgctxt ""
"par_id731559575258580\n"
"help.text"
msgid "When entered in the <widget>Replace</widget> text box in Writer, inserts a paragraph break that can be inserted with the <keycode>Enter</keycode> or <keycode>Return</keycode> key. It has no special meaning in Calc, and is treated literally there."
-msgstr ""
+msgstr "Lors d'une saisie dans la zone de texte <widget>Remplacer</widget> dans Writer, insère un saut de paragraphe qui peut être inséré avec la touche <keycode>Entrée</keycode> ou <keycode>Retour</keycode>. Il n'a pas de signification particulière dans Calc et y est traité littéralement."
#. eHEZV
#: 02100001.xhp
@@ -8925,7 +8880,7 @@ msgctxt ""
"par_id821680694984368\n"
"help.text"
msgid "\\N{UNICODE CHARACTER NAME}"
-msgstr ""
+msgstr "\\N{UNICODE CHARACTER NAME}"
#. 6cAAB
#: 02100001.xhp
@@ -8934,7 +8889,7 @@ msgctxt ""
"par_id271680694984369\n"
"help.text"
msgid "Match the Unicode named character."
-msgstr ""
+msgstr "Faire correspondre le caractère nommé Unicode."
#. ZhzCx
#: 02100001.xhp
@@ -8943,7 +8898,7 @@ msgctxt ""
"par_id911680695810483\n"
"help.text"
msgid "Some remarkable Unicode named characters are <literal>SPACE</literal>, <literal>NO-BREAK SPACE</literal>, <literal>SOFT HYPHEN</literal>, <literal>ACUTE ACCENT</literal>, <literal>CIRCUMFLEX ACCENT</literal>, <literal>GRAVE ACCENT</literal>."
-msgstr ""
+msgstr "Certains caractères nommés Unicode remarquables sont <literal>SPACE</literal>, <literal>NO-BREAK SPACE</literal>, <literal>SOFT HYPHEN</literal>, <literal>ACUTE ACCENT</literal>, <literal> ACCENT CIRCUMFLEX</literal>, <literal>ACCENT GRAVE</literal>."
#. hGGxa
#: 02100001.xhp
@@ -8952,7 +8907,7 @@ msgctxt ""
"par_id361680709269316\n"
"help.text"
msgid "The Unicode character names can be searched and viewed by choosing <menuitem>Insert - Special Character</menuitem>."
-msgstr ""
+msgstr "Les noms de caractères Unicode peuvent être recherchés et visualisés en choisissant <menuitem>Insertion - Caractères spéciaux</menuitem>."
#. 6Swuu
#: 02100001.xhp
@@ -9051,7 +9006,7 @@ msgctxt ""
"par_id3147397\n"
"help.text"
msgid "Represents an alphabetic character. Use <emph>[:alpha:]</emph> to find one of them."
-msgstr ""
+msgstr "Représente un caractère alphabétique. Utilisez <emph>[:alpha:]</emph> pour trouver l'un d'entre eux."
#. XjY6K
#: 02100001.xhp
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>Personnalisation;événements</bookmark_value><bookmark_value>Événements;personnalisation</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Événements</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Assigne des macros à des événements de programme. La macro assignée s'éxécute automatiquement chaque fois que l'événement sélectionné intervient.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "La boîte de dialogue a des fonctionnalités réduites lorsqu'elle est appelée à partir du menu Édition - Feuille d'une feuille de calcul."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/fr/helpcontent2/source/text/shared/guide.po b/source/fr/helpcontent2/source/text/shared/guide.po
index e1a9d0f190d..70278b9ed32 100644
--- a/source/fr/helpcontent2/source/text/shared/guide.po
+++ b/source/fr/helpcontent2/source/text/shared/guide.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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2022-12-08 18:53+0000\n"
-"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"PO-Revision-Date: 2023-05-28 10:36+0000\n"
+"Last-Translator: jumbo444 <laurent.balland@mailo.fr>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/fr/>\n"
"Language: fr\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.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1559312645.000000\n"
@@ -6216,7 +6216,7 @@ msgctxt ""
"par_id481634736922278\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. This token is the equivalent of the check box \"Quoted field as text\"."
-msgstr "Chaîne, soit <literal>false</literal>, soit <literal>true</literal>. Valeur par défaut : <literal>false</literal>. Ce jeton est l'équivalent de la case à cocher \"Champ cité comme texte\"."
+msgstr "Chaîne, soit <literal>false</literal>, soit <literal>true</literal>. Valeur par défaut : <literal>false</literal>. Ce jeton est l'équivalent de la case à cocher \"Formater les champ entre guillemets comme texte\"."
#. TDzgB
#: csv_params.xhp
@@ -6297,7 +6297,7 @@ msgctxt ""
"par_id411634896764659\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Export cell formulas."
-msgstr "Chaîne, soit <literal>false</literal>, soit <literal>true</literal>. Valeur par défaut : <literal>false</literal>. Exporter des formules de cellules."
+msgstr "Chaîne, soit <literal>false</literal>, soit <literal>true</literal>. Valeur par défaut : <literal>false</literal>. Exporter les formules de cellules."
#. UhfJC
#: csv_params.xhp
@@ -6369,7 +6369,7 @@ msgctxt ""
"par_id381634897377753\n"
"help.text"
msgid "<emph>-1</emph>: for all sheets, each sheet is exported to an individual file of the base file name concatenated with the sheet name, for example sample-Sheet1.csv, sample-Sheet2.csv and sample-Sheet3.csv"
-msgstr "<emph>-1</emph> : pour toutes les feuilles, chaque feuille est exportée vers un fichier individuel du nom de fichier de base concaténé avec le nom de la feuille, par exemple exemple-Feuille1.csv, exemple-Feuille2.csv et exemple-Feuille3. csv"
+msgstr "<emph>-1</emph> : pour toutes les feuilles, chaque feuille est exportée vers un fichier individuel du nom de fichier de base concaténé avec le nom de la feuille, par exemple exemple-Feuille1.csv, exemple-Feuille2.csv et exemple-Feuille3.csv"
#. gpAbv
#: csv_params.xhp
@@ -6378,7 +6378,7 @@ msgctxt ""
"par_id531634897438255\n"
"help.text"
msgid "<emph>N</emph>: export the N-th sheet within the range of number of sheets. Example: to export the second sheet, set 2 here to get sample-Sheet2.csv"
-msgstr "<emph>N</emph> : exporte la N-ième feuille dans la plage de nombre de feuilles. Exemple : pour exporter la deuxième feuille, définissez 2 ici pour obtenir exemple-Feuille2.csv"
+msgstr "<emph>N</emph> : exporte la N-ième feuille dans la plage du nombre de feuilles. Exemple : pour exporter la deuxième feuille, définissez 2 ici pour obtenir exemple-Feuille2.csv"
#. LfLAh
#: csv_params.xhp
@@ -6423,7 +6423,7 @@ msgctxt ""
"par_id41678874718368\n"
"help.text"
msgid "String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. If <literal>true</literal> include a byte-order-mark (BOM) in the export. If <literal>false</literal> the export does not include a BOM. If omitted (not present at all), the default value is <literal>false</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>. Automatically detected during the import."
-msgstr ""
+msgstr "Chaine, soit <literal>false</literal>, soit<literal>true</literal>. Valeur par défaut : <literal>false</literal>. Si <literal>true</literal> inclut un indicateur d'ordre d'octet (byte-order-mark BOM) lors de l'export. Si <literal>false</literal> l'export n'inclut pas de BOM. Si omis (pas du tout présent), la valeur par défaut est <literal>false</literal> pour préserver le comportement des options des anciennes versions qui ne comportaient pas cette option. Si présent et vide (ou tout autre valeur différente de <literal>true</literal>), la valeur par défaut est <literal>false</literal>. Détecté automatiquement lors de l'import."
#. DAriB
#: csv_params.xhp
diff --git a/source/fr/helpcontent2/source/text/shared/optionen.po b/source/fr/helpcontent2/source/text/shared/optionen.po
index 078226c09fb..c63a9d00085 100644
--- a/source/fr/helpcontent2/source/text/shared/optionen.po
+++ b/source/fr/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-11 07:34+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/fr/>\n"
"Language: fr\n"
@@ -3534,7 +3534,7 @@ msgctxt ""
"bm_id3155341\n"
"help.text"
msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>icons; sizes</bookmark_value> <bookmark_value>icons; styles</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; middle button</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value> <bookmark_value>Skia;settings</bookmark_value> <bookmark_value>Skia;graphics output</bookmark_value> <bookmark_value>notebook bar;icon size</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Affichage;par défaut</bookmark_value><bookmark_value>Par défaut;affichage</bookmark_value><bookmark_value>Paramétrages;affichage</bookmark_value><bookmark_value>Icônes;tailles</bookmark_value><bookmark_value>Icônes;styles</bookmark_value><bookmark_value>WYSIWYG dans les lites de polices</bookmark_value><bookmark_value>Aperçu;listes de polices</bookmark_value><bookmark_value>Listes de polices</bookmark_value><bookmark_value>Zone de nom de polices</bookmark_value><bookmark_value>Souris;bouton du milieu</bookmark_value><bookmark_value>Presse-papiers;sélection</bookmark_value><bookmark_value>Presse-papiers de sélection</bookmark_value><bookmark_value>Skia;paramétrages</bookmark_value><bookmark_value>Skia;sortie graphique</bookmark_value><bookmark_value>Métabarre;taille des icônes</bookmark_value>"
#. yxnCw
#: 01010800.xhp
@@ -7503,7 +7503,7 @@ msgctxt ""
"hd_id661681490544324\n"
"help.text"
msgid "Image"
-msgstr ""
+msgstr "Image"
#. SnuDj
#: 01040600.xhp
@@ -7512,7 +7512,7 @@ msgctxt ""
"hd_id331681490548345\n"
"help.text"
msgid "Anchor"
-msgstr ""
+msgstr "Ancrage"
#. EPGrw
#: 01040600.xhp
@@ -7521,7 +7521,7 @@ msgctxt ""
"par_id411681490557731\n"
"help.text"
msgid "Defines the default anchor for inserted images. Available options are:"
-msgstr ""
+msgstr "Définit l'ancrage par défaut des images insérées. Les options disponibles sont :"
#. Do7Ez
#: 01040700.xhp
@@ -8061,7 +8061,7 @@ msgctxt ""
"par_idN1079B\n"
"help.text"
msgid "Author, Sender, Heading, Date, Time, References, Last printed"
-msgstr ""
+msgstr "Auteur, expéditeur, titre, date, heure, références, imprimé le"
#. RCtpd
#: 01040900.xhp
@@ -8079,7 +8079,7 @@ msgctxt ""
"par_idN107A8\n"
"help.text"
msgid "Author, Sender, Heading, Date, Time"
-msgstr ""
+msgstr "Auteur, expéditeur, titre, date, heure"
#. Xzw2v
#: 01040900.xhp
@@ -8115,7 +8115,7 @@ msgctxt ""
"par_idN107C2\n"
"help.text"
msgid "Author, Sender, Heading, Date, Time"
-msgstr ""
+msgstr "Auteur, expéditeur, titre, date, heure"
#. dB55S
#: 01040900.xhp
@@ -8808,7 +8808,7 @@ msgctxt ""
"par_idN1058C\n"
"help.text"
msgid "<ahelp hid=\".\">Enable the object type(s) for which AutoCaption settings are applied.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sélectionnez le ou les types d'objet pour lesquels les paramètres de légende automatique doivent être appliqués.</ahelp>"
#. 8FEnM
#: 01041100.xhp
@@ -8817,7 +8817,7 @@ msgctxt ""
"hd_id671676249163255\n"
"help.text"
msgid "Caption Order"
-msgstr ""
+msgstr "Ordre des légendes"
#. dDmKh
#: 01041100.xhp
@@ -8826,7 +8826,7 @@ msgctxt ""
"par_id431676249048977\n"
"help.text"
msgid "Select ordering of caption: category label first or numbering first."
-msgstr ""
+msgstr "Sélectionnez l'ordre des légendes : l'étiquette de la catégorie en premier ou la numérotation en premier."
#. qPqeZ
#: 01041100.xhp
@@ -8844,7 +8844,7 @@ msgctxt ""
"par_idN10593\n"
"help.text"
msgid "Define the options to be applied for the selected object type. These options are identical to those in the <menuitem>Insert - Caption</menuitem> menu, which is available when an object is selected. The preview window in the dialog shows the result of the selected settings."
-msgstr ""
+msgstr "Définissez les options à appliquer au type d'objet sélectionné. Ces options sont identiques à celles du menu <menuitem>Insertion - Légende</menuitem> qui est disponible lorsqu'un objet est sélectionné. La fenêtre d'aperçu dans la boîte de dialogue affiche le résultat des paramètres sélectionnés."
#. ECNxB
#: 01041100.xhp
@@ -8889,7 +8889,7 @@ msgctxt ""
"hd_id721678572625726\n"
"help.text"
msgid "After number"
-msgstr ""
+msgstr "Après le numéro"
#. gEKry
#: 01041100.xhp
@@ -8898,7 +8898,7 @@ msgctxt ""
"par_id31678572642426\n"
"help.text"
msgid "Specify optional characters to display between the caption number and category. This option is active only when <menuitem>Numbering first</menuitem> is selected for the Caption Order."
-msgstr ""
+msgstr "Définissez un caractère facultatif à afficher entre le numéro de la légende et la catégorie. Cette option est active uniquement lorsque <menuitem>Numérotation en premier</menuitem> est sélectionné dans Ordre des légendes."
#. BWZfR
#: 01041100.xhp
diff --git a/source/fr/helpcontent2/source/text/simpress/guide.po b/source/fr/helpcontent2/source/text/simpress/guide.po
index 105d65df0d4..e256237b573 100644
--- a/source/fr/helpcontent2/source/text/simpress/guide.po
+++ b/source/fr/helpcontent2/source/text/simpress/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-27 19:13+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsimpressguide/fr/>\n"
"Language: fr\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.15.2\n"
"X-POOTLE-MTIME: 1559911552.000000\n"
#. S83CC
@@ -1670,7 +1670,7 @@ msgctxt ""
"par_id0919200803041082\n"
"help.text"
msgid "Click the <emph>Gluepoints</emph> icon on the <menuitem>Drawing</menuitem> toolbar; or"
-msgstr ""
+msgstr "Cliquez sur l'icône <emph>Points de collage</emph> dans la barre d'outils <menuitem>Dessin</menuitem> ; ou"
#. GePmb
#: gluepoints.xhp
@@ -1679,7 +1679,7 @@ msgctxt ""
"par_id0919200803041186\n"
"help.text"
msgid "Choose <menuitem>Edit - Gluepoints</menuitem>."
-msgstr ""
+msgstr "Choisissez <menuitem>Édition - Points de collage</menuitem>."
#. PKDuL
#: gluepoints.xhp
@@ -1688,7 +1688,7 @@ msgctxt ""
"par_id0919200803041160\n"
"help.text"
msgid "Click the <emph>Insert Gluepoint</emph> icon on the <menuitem>Gluepoints</menuitem> toolbar."
-msgstr ""
+msgstr "Cliquez sur l'icône <emph>Insérer des points de collage</emph> dans la barre d'outils <menuitem>Points de collage</menuitem>."
#. CEpWX
#: gluepoints.xhp
diff --git a/source/fr/helpcontent2/source/text/smath/01.po b/source/fr/helpcontent2/source/text/smath/01.po
index dd2a5479ade..85644a49d47 100644
--- a/source/fr/helpcontent2/source/text/smath/01.po
+++ b/source/fr/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-04-25 17:41+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/fr/>\n"
"Language: fr\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.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1559914731.000000\n"
@@ -3759,7 +3759,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "Pour les parenthèses de taille ajustées, utilisez le nom <literal>none</literal>"
#. Ma9f7
#: 03090500.xhp
@@ -3768,7 +3768,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "L'instruction <literal>phantom</literal> permet de s'assurer que la taille de la dernière parenthèse est adéquate."
#. fpVQw
#: 03090500.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter/00.po b/source/fr/helpcontent2/source/text/swriter/00.po
index 2baa4ec38e2..4e9a29b1808 100644
--- a/source/fr/helpcontent2/source/text/swriter/00.po
+++ b/source/fr/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-11 07:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/fr/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1557848222.000000\n"
@@ -2825,86 +2825,86 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Mailing"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
-msgstr "Le menu Formulaire"
+msgid "The Content Controls Menu"
+msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
-msgstr "<variable id=\"rchtxt\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer du texte enrichi</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
+msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
-msgstr "<variable id=\"plntxt\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer du texte brut</menuitem></variable>."
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
+msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
-msgstr "<variable id=\"pctr\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer une image</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
+msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
-msgstr "<variable id=\"chkbx\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer une case à cocher</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
+msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
-msgstr "<variable id=\"cmbbx\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer une boîte combinée</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
+msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
-msgstr "<variable id=\"drpdwn\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer une liste déroulante</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
+msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
-msgstr "<variable id=\"dt\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Insérer une date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
+msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
-msgstr "<variable id=\"prop\">Choisissez <menuitem>Formulaire - Contrôle du contenu - Propriétés du contrôle de contenu</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
+msgstr ""
#. pwCa2
#: stylesmenu.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter/01.po b/source/fr/helpcontent2/source/text/swriter/01.po
index cda481ae787..1fe289e60c6 100644
--- a/source/fr/helpcontent2/source/text/swriter/01.po
+++ b/source/fr/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-01-23 11:27+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/fr/>\n"
"Language: fr\n"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Vous ne pouvez pas éditer le document quand vous êtes dans l'aperçu."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Pour quitter l'aperçu, cliquez sur le bouton <emph>Fermer l'aperçu</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -690,7 +690,7 @@ msgctxt ""
"par_id3149802\n"
"help.text"
msgid "Shows or hides the Navigator window, where you can quickly jump to different parts of your document."
-msgstr ""
+msgstr "Affiche ou masque la fenêtre du Navigateur, dans laquelle vous pouvez sauter rapidement aux différentes parties du document."
#. 7LGoz
#: 02110000.xhp
@@ -699,7 +699,7 @@ msgctxt ""
"par_id381683893440519\n"
"help.text"
msgid "Use the Navigator to insert elements from the current document or other open documents, and to organize master documents."
-msgstr ""
+msgstr "Utilisez le Navigateur pour insérer des éléments à partir du document actif ou d'autres documents ouverts et pour organiser les documents maîtres."
#. cwzrh
#: 02110000.xhp
@@ -708,7 +708,7 @@ msgctxt ""
"par_id461683893449872\n"
"help.text"
msgid "To edit an item in the Navigator, right-click the item, and then choose a command from the context menu."
-msgstr ""
+msgstr "Pour éditer un élément dans le Navigateur, faites un clic avec le bouton droit sur l'élément et choisissez une commande dans le menu contextuel."
#. B6b7G
#: 02110000.xhp
@@ -717,7 +717,7 @@ msgctxt ""
"par_id261683893475316\n"
"help.text"
msgid "You can <link href=\"text/shared/00/00000005.xhp#docking\">dock</link> the Navigator at the edge of your workspace."
-msgstr ""
+msgstr "Vous pouvez <link href=\"text/shared/00/00000005.xhp#docking\">ancrer</link> le Navigateur sur le bord de la zone de travail."
#. 38NwD
#: 02110000.xhp
@@ -726,7 +726,7 @@ msgctxt ""
"par_id31683893560323\n"
"help.text"
msgid "To move the Navigator, drag its title bar."
-msgstr ""
+msgstr "Pour déplacer le Navigateur, glissez sa barre de titre."
#. rCpDc
#: 02110000.xhp
@@ -735,7 +735,7 @@ msgctxt ""
"par_id361683893571693\n"
"help.text"
msgid "To dock the Navigator, drag its title bar to the left, right or bottom edge of the workspace. To undock the Navigator, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key and double-click on a grey area of the Navigator."
-msgstr ""
+msgstr "Pour ancrer le Navigateur, faites glisser sa barre de titre vers le bord gauche, droit ou inférieur de l'espace de travail. Pour désancrer le navigateur, maintenez enfoncée la touche <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commande</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> et double-cliquez sur une zone grise du Navigateur."
#. qR2xo
#: 02110000.xhp
@@ -744,7 +744,7 @@ msgctxt ""
"par_id3149490\n"
"help.text"
msgid "Click the expander icon (+) next to a category in the Navigator to view the items in the category. Click on an expanded category to collapse it."
-msgstr ""
+msgstr "Cliquez sur l'icône d'extension (+) à côté d'une catégorie dans le navigateur pour afficher les éléments de la catégorie. Cliquez sur une catégorie développée pour la réduire."
#. ufK9e
#: 02110000.xhp
@@ -753,7 +753,7 @@ msgctxt ""
"par_id611683893638800\n"
"help.text"
msgid "To view the number of items in a category, rest your mouse pointer over the category in the Navigator."
-msgstr ""
+msgstr "Pour afficher le nombre d'éléments dans une catégorie, placez le pointeur de la souris sur la catégorie dans le Navigateur."
#. 9cSGD
#: 02110000.xhp
@@ -762,7 +762,7 @@ msgctxt ""
"par_id941683893643631\n"
"help.text"
msgid "To jump to an item in the document, double-click the item in the Navigator."
-msgstr ""
+msgstr "Pour accéder directement à un élément du document, double-cliquez sur l'élément dans le Navigateur."
#. WD2Zz
#: 02110000.xhp
@@ -780,7 +780,7 @@ msgctxt ""
"par_id571655653825780\n"
"help.text"
msgid "The navigator shows the correspondence between the current document cursor location element and the navigator view, according to different categories: Headings, Tables, Hyperlinks and more. The element is displayed and highlighted in the Navigator content view. If the element is located in a collapsed layer, the required layers above it are automatically expanded and remain expanded afterwards."
-msgstr ""
+msgstr "Le Navigateur affiche la correspondance entre l'élément d'emplacement du curseur du document actif et la vue du Navigateur, selon différentes catégories : titres, tableaux, hyperliens, etc. L'élément est affiché et mis en surbrillance dans la vue du contenu du Navigateur. Si l'élément se trouve dans une couche réduite, les couches requises au-dessus de celle-ci sont automatiquement développées et restent développées par la suite."
#. Q8DSJ
#: 02110000.xhp
@@ -789,7 +789,7 @@ msgctxt ""
"par_id221683895608399\n"
"help.text"
msgid "Document elements are highlighted by inverting their colour on displayed page when hovering their entry name in the Navigator. This allows to draw attention to the element hovered in the Navigator."
-msgstr ""
+msgstr "Les éléments du document sont mis en surbrillance en inversant leur couleur sur la page affichée lors du survol de leur nom d'entrée dans le Navigateur. Cela permet d'attirer l'attention sur l'élément survolé dans le Navigateur."
#. 87cKG
#: 02110000.xhp
@@ -1149,7 +1149,7 @@ msgctxt ""
"hd_id3150507\n"
"help.text"
msgid "<variable id=\"outlinelvl\"><link href=\"text/swriter/01/02110000.xhp#outlinelvl\">Show Up to Outline Level</link></variable>"
-msgstr ""
+msgstr "<variable id=\"outlinelvl\"><link href=\"text/swriter/01/02110000.xhp#outlinelvl\">Afficher jusqu'au niveau de plan</link></variable>"
#. z6hTe
#: 02110000.xhp
@@ -1158,7 +1158,7 @@ msgctxt ""
"par_id3150529\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/headings\">Click the icon at the top of Navigator or right-click a heading in the Navigator window, then choose how many levels of headings to show in the <emph>Headings</emph> section of the Navigator window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/headings\">Cliquez sur l'icône en haut du Navigateur ou faites un clic droit sur un titre dans la fenêtre du Navigateur, puis choisissez le nombre de niveaux de titres à afficher dans la section <emph>Titres </emph> de la fenêtre Navigateur.</ahelp>"
#. p82Ci
#: 02110000.xhp
@@ -1167,7 +1167,7 @@ msgctxt ""
"par_id3148826\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_OUTLINES\">For example, choose <emph>1</emph> to only show headings with outline level 1. Choose <emph>3</emph> to show headings up to outline level 3; choose <emph>10</emph> to show all headings.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_OUTLINES\">Par exemple, choisissez <emph>1</emph> pour afficher uniquement les titres avec le niveau hiérarchique 1. Choisissez <emph>3</emph> pour afficher les titres jusqu'au niveau hiérarchique 3 ; choisissez <emph>10</emph> pour afficher tous les titres.</ahelp>"
#. rFyGM
#: 02110000.xhp
@@ -1176,7 +1176,7 @@ msgctxt ""
"par_id3153588\n"
"help.text"
msgid "<image id=\"img_id3153595\" src=\"sw/res/sc20236.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153595\">Icon Show Up to Outline Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153595\" src=\"sw/res/sc20236.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153595\">Icône Afficher jusqu'au niveau de plan</alt></image>"
#. mmCK3
#: 02110000.xhp
@@ -1185,7 +1185,7 @@ msgctxt ""
"par_id3145554\n"
"help.text"
msgid "Show Up to Outline Level"
-msgstr ""
+msgstr "Afficher jusqu'au niveau de plan"
#. M5VFF
#: 02110000.xhp
@@ -1194,7 +1194,7 @@ msgctxt ""
"hd_id3155308\n"
"help.text"
msgid "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">List Box</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">Zone de liste</link></variable>"
#. bkwZ7
#: 02110000.xhp
@@ -1203,7 +1203,7 @@ msgctxt ""
"par_id3155325\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Shows or hides the <emph>Navigator</emph> list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Affiche ou masque la liste du <emph>Navigateur</emph>.</ahelp>"
#. ys6tB
#: 02110000.xhp
@@ -1230,7 +1230,7 @@ msgctxt ""
"hd_id3151338\n"
"help.text"
msgid "<variable id=\"promotelevel\"><link href=\"text/swriter/01/02110000.xhp#promotelevel\">Promote Outline Level</link></variable>"
-msgstr ""
+msgstr "<variable id=\"promotelevel\"><link href=\"text/swriter/01/02110000.xhp#promotelevel\">Hausser le niveau de plan</link></variable>"
#. YBbij
#: 02110000.xhp
@@ -1248,7 +1248,7 @@ msgctxt ""
"par_id3155414\n"
"help.text"
msgid "<image id=\"img_id3155420\" src=\"sw/res/sc20172.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155420\">Icon Promote Outline Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155420\" src=\"sw/res/sc20172.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155420\">Icône Hausser le niveau de plan</alt></image>"
#. ABsjJ
#: 02110000.xhp
@@ -1257,7 +1257,7 @@ msgctxt ""
"par_id3153697\n"
"help.text"
msgid "Promote Outline Level"
-msgstr ""
+msgstr "Hausser le niveau de plan"
#. JMQZN
#: 02110000.xhp
@@ -1266,7 +1266,7 @@ msgctxt ""
"hd_id3153714\n"
"help.text"
msgid "<variable id=\"demotelevel\"><link href=\"text/swriter/01/02110000.xhp#demotelevel\">Demote Outline Level</link></variable>"
-msgstr ""
+msgstr "<variable id=\"demotelevel\"><link href=\"text/swriter/01/02110000.xhp#demotelevel\">Abaisser le niveau de plan</link></variable>"
#. 62CNE
#: 02110000.xhp
@@ -1284,7 +1284,7 @@ msgctxt ""
"par_id3148414\n"
"help.text"
msgid "<image id=\"img_id3148420\" src=\"sw/res/sc20173.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148420\">Icon Demote Outline Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148420\" src=\"sw/res/sc20173.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148420\">Icône Abaisser le niveau de plan</alt></image>"
#. Kk8ib
#: 02110000.xhp
@@ -1293,7 +1293,7 @@ msgctxt ""
"par_id3147324\n"
"help.text"
msgid "Demote Outline Level"
-msgstr ""
+msgstr "Abaisser le niveau de plan"
#. 9k5Qg
#: 02110000.xhp
@@ -1302,7 +1302,7 @@ msgctxt ""
"hd_id3145571\n"
"help.text"
msgid "<variable id=\"promotechap\"><link href=\"text/swriter/01/02110000.xhp#promotechap\">Move Chapter Up</link></variable>"
-msgstr ""
+msgstr "<variable id=\"promotechap\"><link href=\"text/swriter/01/02110000.xhp#promotechap\">Déplacer le chapitre vers le haut</link></variable>"
#. M92CK
#: 02110000.xhp
@@ -1320,7 +1320,7 @@ msgctxt ""
"par_id3153268\n"
"help.text"
msgid "<image id=\"img_id3153275\" src=\"sw/res/sc20174.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153275\">Icon Move Chapter Up</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153275\" src=\"sw/res/sc20174.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153275\">Icône Déplacer le chapitre vers le haut</alt></image>"
#. 3bgXj
#: 02110000.xhp
@@ -1329,7 +1329,7 @@ msgctxt ""
"par_id3149147\n"
"help.text"
msgid "Move Chapter Up"
-msgstr ""
+msgstr "Déplacer le chapitre vers le haut"
#. eh2NA
#: 02110000.xhp
@@ -1338,7 +1338,7 @@ msgctxt ""
"hd_id3154424\n"
"help.text"
msgid "<variable id=\"demotechap\"><link href=\"text/swriter/01/02110000.xhp#demotechap\">Move Chapter Down</link></variable>"
-msgstr ""
+msgstr "<variable id=\"demotechap\"><link href=\"text/swriter/01/02110000.xhp#demotechap\">Déplacer le chapitre vers le bas</link></variable>"
#. b84qh
#: 02110000.xhp
@@ -1356,7 +1356,7 @@ msgctxt ""
"par_id3153768\n"
"help.text"
msgid "<image id=\"img_id3150828\" src=\"sw/res/sc20171.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150828\">Icon Move Chapter Down</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150828\" src=\"sw/res/sc20171.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150828\">Icône Déplacer le chapitre vers le bas</alt></image>"
#. AQBpQ
#: 02110000.xhp
@@ -1365,7 +1365,7 @@ msgctxt ""
"par_id3150870\n"
"help.text"
msgid "Move Chapter Down"
-msgstr ""
+msgstr "Déplacer le chapitre vers le bas"
#. R8cwF
#: 02110000.xhp
@@ -1383,7 +1383,7 @@ msgctxt ""
"hd_id3154292\n"
"help.text"
msgid "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Drag Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Mode glisser</link></variable>"
#. G5FvJ
#: 02110000.xhp
@@ -1419,7 +1419,7 @@ msgctxt ""
"hd_id3150938\n"
"help.text"
msgid "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insert As Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insérer comme hyperlien</link></variable>"
#. 8BVxG
#: 02110000.xhp
@@ -1437,7 +1437,7 @@ msgctxt ""
"hd_id3154354\n"
"help.text"
msgid "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insert As Link</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insérer comme lien</link></variable>"
#. Q8EAG
#: 02110000.xhp
@@ -1455,7 +1455,7 @@ msgctxt ""
"hd_id3155572\n"
"help.text"
msgid "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insert As Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insérer comme copie</link></variable>"
#. GFSCB
#: 02110000.xhp
@@ -1473,7 +1473,7 @@ msgctxt ""
"hd_id3147340\n"
"help.text"
msgid "<variable id=\"opendocuments\"><link href=\"text/swriter/01/02110000.xhp#opendocuments\">Open Documents</link></variable>"
-msgstr ""
+msgstr "<variable id=\"opendocuments\"><link href=\"text/swriter/01/02110000.xhp#opendocuments\">Ouvrir les documents</link></variable>"
#. rZmAa
#: 02110000.xhp
@@ -1491,7 +1491,7 @@ msgctxt ""
"hd_id541603882412689\n"
"help.text"
msgid "<variable id=\"outlinetracking\"><link href=\"text/swriter/01/02110000.xhp#outlinetracking\">Outline Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"outlinetracking\"><link href=\"text/swriter/01/02110000.xhp#outlinetracking\">Suivi du plan</link></variable>"
#. nrCtR
#: 02110000.xhp
@@ -1545,7 +1545,7 @@ msgctxt ""
"hd_id911683912584456\n"
"help.text"
msgid "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copier</link></variable>"
#. 9ipGr
#: 02110000.xhp
@@ -1961,13 +1961,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlien (DH et FH)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crée un hyperlien pour l'élément de l'entrée qui se trouve entre la balise ouvrante (DH) et la balise fermante (FH) de l'hyperlien. Sur la ligne <emph>Structure</emph>, cliquez dans la zone vide située devant l'élément pour lequel vous voulez créer l'hyperlien, puis cliquez sur ce bouton. Cliquez dans la zone vide située après cet élément, puis cliquez de nouveau sur ce bouton. Tous les hyperliens doivent être uniques. Cette fonction est disponible uniquement pour les tables des matières</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,14 +28376,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Propriétés du contrôle de contenu</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/fr/helpcontent2/source/text/swriter/guide.po b/source/fr/helpcontent2/source/text/swriter/guide.po
index f2184bd7b83..86233026e29 100644
--- a/source/fr/helpcontent2/source/text/swriter/guide.po
+++ b/source/fr/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-11 07:34+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/fr/>\n"
"Language: fr\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.15.2\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1562257671.000000\n"
@@ -17835,7 +17835,7 @@ msgctxt ""
"bm_id3149487\n"
"help.text"
msgid "<bookmark_value>frames;inserting/editing/linking</bookmark_value><bookmark_value>editing;frames</bookmark_value><bookmark_value>inserting;frames</bookmark_value><bookmark_value>resizing;frames, by mouse</bookmark_value><bookmark_value>scaling;frames, by mouse</bookmark_value><bookmark_value>links;frames</bookmark_value><bookmark_value>text flow;from frame to frame</bookmark_value><bookmark_value>frames;linking</bookmark_value><bookmark_value>printing;hiding frames from printing</bookmark_value><bookmark_value>text frame;insert</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Cadres;insertion/édition/lien</bookmark_value><bookmark_value>Édition;cadres</bookmark_value><bookmark_value>Insertion;cadres</bookmark_value><bookmark_value>Redimensionnement;cadres, à la souris</bookmark_value><bookmark_value>Échelle;cadres, à la souris</bookmark_value><bookmark_value>Liens;cadres</bookmark_value><bookmark_value>Flux de texte;d'un cadre à l'autre</bookmark_value><bookmark_value>Cadres;lien</bookmark_value><bookmark_value>Impression;masquer les cadres à l'impression</bookmark_value><bookmark_value>Cadre de texte;insertion</bookmark_value>"
#. rwmMJ
#: text_frame.xhp
@@ -17880,7 +17880,7 @@ msgctxt ""
"par_id3149602\n"
"help.text"
msgid "Choose <menuitem>Insert - Frame - Frame</menuitem>."
-msgstr ""
+msgstr "Choisissez <menuitem>Insertion - Cadre - Cadre</menuitem>"
#. TDcUM
#: text_frame.xhp
@@ -17907,7 +17907,7 @@ msgctxt ""
"par_id3156239\n"
"help.text"
msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <menuitem>Frame</menuitem>."
-msgstr ""
+msgstr "Pour éditer un cadre, sélectionnez le cadre, cliquez avec le bouton droit de la souris, puis choisissez une option de formatage. Vous pouvez également cliquer avec le bouton droit de la souris sur le cadre sélectionné, puis choisissez <menuitem>Cadre</menuitem>."
#. tNEw2
#: text_frame.xhp
@@ -17916,7 +17916,7 @@ msgctxt ""
"par_id3156261\n"
"help.text"
msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down <keycode>Shift</keycode> while you drag to maintain the proportion of the frame."
-msgstr ""
+msgstr "Pour redimensionner un cadre de texte, cliquez sur un bord du cadre et faites-glisser l'un des bords ou angles de ce cadre. Maintenez la touche <keycode>Maj</keycode> enfoncée pendant que vous faites glisser le bord ou l'angle afin de conserver les proportions du cadre."
#. buehC
#: text_frame.xhp
@@ -17952,7 +17952,7 @@ msgctxt ""
"par_id3155875\n"
"help.text"
msgid "Choose <menuitem>Format - Frame and Object - Properties - Options</menuitem>."
-msgstr ""
+msgstr "Choisissez l'onglet <menuitem>Format - Cadre et objet - Propriétés - Options</menuitem>."
#. LPGwG
#: text_frame.xhp
@@ -17961,7 +17961,7 @@ msgctxt ""
"par_id3155899\n"
"help.text"
msgid "In the <emph>Properties</emph> area, uncheck the <emph>Print</emph> check box and click <widget>OK</widget>."
-msgstr ""
+msgstr "Dans la zone <emph>Propriétés</emph>, décochez la case <emph>Imprimer</emph> et cliquez sur <widget>OK</widget>."
#. 85fLs
#: text_frame.xhp
@@ -17997,7 +17997,7 @@ msgctxt ""
"par_id3150223\n"
"help.text"
msgid "On the <menuitem>Frame</menuitem> bar, click the <menuitem>Link Frames</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3148968\">Link Frames icon</alt></image> icon."
-msgstr ""
+msgstr "Dans la barre <menuitem>Cadre</menuitem>, cliquez sur l'icône <menuitem>Lier les cadres</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3148968\">Icône Lier les cadres</alt></image>."
#. vEBwD
#: text_frame.xhp
@@ -18420,7 +18420,7 @@ msgctxt ""
"bm_id3155911\n"
"help.text"
msgid "<bookmark_value>text;rotating</bookmark_value><bookmark_value>rotating;text</bookmark_value><bookmark_value>rotate text</bookmark_value><bookmark_value>rotating text</bookmark_value><bookmark_value>text rotating</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Texte;rotation</bookmark_value><bookmark_value>Rotation;texte</bookmark_value><bookmark_value>Faire pivoter le texte</bookmark_value><bookmark_value>Rotation de texte</bookmark_value><bookmark_value>Faire pivoter du texte</bookmark_value>"
#. eEvt6
#: text_rotate.xhp
@@ -18438,7 +18438,7 @@ msgctxt ""
"par_id3147410\n"
"help.text"
msgid "You can only rotate text that is contained in a <link href=\"text/shared/02/01140000.xhp\">drawing object</link>."
-msgstr ""
+msgstr "Vous pouvez uniquement faire pivoter le texte qui se trouve dans un <link href=\"text/shared/02/01140000.xhp\">objet de dessin</link>."
#. vNTy3
#: text_rotate.xhp
@@ -18447,7 +18447,7 @@ msgctxt ""
"S900001\n"
"help.text"
msgid "To illustrate this functionality we choose a text box in the example below."
-msgstr ""
+msgstr "Pour illustrer cette fonctionnalité nous avons choisi une zone de texte dans l'exemple ci-dessous."
#. gmY6A
#: text_rotate.xhp
@@ -18456,7 +18456,7 @@ msgctxt ""
"S900002\n"
"help.text"
msgid "You can choose whatever <link href=\"text/shared/02/01140000.xhp\">drawing object</link> fits your need from the <menuitem>Drawing</menuitem> toolbar."
-msgstr ""
+msgstr "Vous pouvez choisir n'importe quel <link href=\"text/shared/02/01140000.xhp\">objet de dessin</link> qui correspond à vos besoins à partir de la barre d'outils <menuitem>Dessin</menuitem>."
#. NAFsL
#: text_rotate.xhp
@@ -18465,7 +18465,7 @@ msgctxt ""
"par_id3153130\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Drawing</menuitem> to open the <menuitem>Drawing</menuitem> toolbar."
-msgstr ""
+msgstr "Choisissez <menuitem>Affichage - Barre d'outils - Dessins</menuitem> pour ouvrir la barre d'outils <menuitem>Dessin</menuitem>."
#. mLEni
#: text_rotate.xhp
@@ -18474,7 +18474,7 @@ msgctxt ""
"par_id3149866\n"
"help.text"
msgid "Select the <menuitem>Insert Text Box</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Icon Insert Text Box</alt></image> icon."
-msgstr ""
+msgstr "Sélectionnez l'icône <menuitem>Insérer une zone de texte</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Icône Insérer une zone de texte</alt></image>."
#. ov8Th
#: text_rotate.xhp
@@ -18492,7 +18492,7 @@ msgctxt ""
"par_id3154415\n"
"help.text"
msgid "Click outside of the object to close the text box."
-msgstr ""
+msgstr "Cliquez en dehors de l'objet pour fermer la zone de texte."
#. ozxdT
#: text_rotate.xhp
@@ -18501,7 +18501,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Cliquez sur le texte que vous avez saisi."
#. csEKP
#: text_rotate.xhp
@@ -18510,7 +18510,7 @@ msgctxt ""
"S900004\n"
"help.text"
msgid "Click the <link href=\"text/shared/02/05090000.xhp\"><menuitem>Rotate</menuitem></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Icon Toggle Object Rotate Mode</alt></image> icon on the <menuitem>Drawing Object Properties</menuitem> toolbar."
-msgstr ""
+msgstr "Cliquez sur l'icône <link href=\"text/shared/02/05090000.xhp\"><menuitem>Faire pivoter</menuitem></link><image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Icône Basculer le mode de rotation de l'objet</alt></image> dans la barre d'outils <menuitem>Propriétés de l'objet de dessin</menuitem>."
#. txAbL
#: text_rotate.xhp
diff --git a/source/fr/officecfg/registry/data/org/openoffice/Office.po b/source/fr/officecfg/registry/data/org/openoffice/Office.po
index cb5a533a93d..4ce8b7691f5 100644
--- a/source/fr/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/fr/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:08+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/fr/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1558785923.000000\n"
@@ -12507,85 +12507,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documents texte"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Classeurs"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Présentations"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dessins"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Pages Web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documents maîtres"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formules"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documents de base de données"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
index 15a7ce2392f..0a6a68f55be 100644
--- a/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-03 15:34+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fr/>\n"
@@ -2227,6 +2227,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Validation de données..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Supprimer des lignes"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9557,15 +9567,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Changer de diapo maîtresse..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Page maîtresse..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10867,6 +10877,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insérer des colonnes"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26639,36 +26659,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Supprimer les colonnes sélectionnées"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Supprimer les lignes"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Supprimer les ~lignes"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Supprimer les lignes sélectionnées"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31919,15 +31909,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Numéro de pa~ge"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33099,6 +33109,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Colonnes a~vant"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Supprimer des lignes"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Lignes"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Supprimer les lignes sélectionnées"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/fr/sc/messages.po b/source/fr/sc/messages.po
index fb5ef3d0e88..6757b6c7418 100644
--- a/source/fr/sc/messages.po
+++ b/source/fr/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-29 14:28+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fr/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Lorsque cette option est activée, Calc préserve le contenu existant des cellules lors de la copie vers des cellules vides. Sinon, Calc supprime le contenu des cellules existantes."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Autres options"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Type de _colonne :"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Choisissez une colonne dans la fenêtre d'aperçu et sélectionnez le type de données à appliquer aux données importées."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Texte en colonnes"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Champs"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Définit les options d'import pour les données délimitées."
diff --git a/source/fr/sd/messages.po b/source/fr/sd/messages.po
index a100c6a8576..93542f0ae13 100644
--- a/source/fr/sd/messages.po
+++ b/source/fr/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-01-12 12:04+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fr/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Insérer un texte"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Charger la diapo maîtresse"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "À gauche"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "À droite"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "En haut"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "En bas"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "En haut à gauche ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "En bas à gauche ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "En haut à droite ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "En bas à droite ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Tous ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Impossible d'exécuter cette opération en mode Live."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Précédent"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Suivant"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Résumé"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Remplacement de couleur"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Fondu enchaîné"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Agrandir la diapo"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapo de sommaire"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Aucune source SANE disponible pour l'instant."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Aucune source TWAIN disponible pour l'instant."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fixe"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (court)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (long)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nom de fichier"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Chemin/Nom de fichier"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Chemin"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nom de fichier sans extension"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nouveau diaporama personnalisé"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copie "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Format de présentation %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Format de dessin %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Dissocier le(s) métafichier(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Impossible de dissocier tous les objets de dessin."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Présentation %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Dessin %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Souhaitez-vous la remplacer ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Texte"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlien"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Lien visité"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Lien actif"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Table des matières"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Cliquez ici pour démarrer"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Auteur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Courriel"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Page d'accueil"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Complément d'information"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Télécharger la source de la présentation"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Votre navigateur ne prend pas en charge les cadres flottants."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Première page"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Dernière page"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Texte"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Image"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Avec le contenu"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sans le contenu"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "À la page indiquée"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convertir le bitmap en polygone"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Cliquez pour quitter la présentation..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Assigner le favori 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtre d'image"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"n'est pas un fichier audio correct !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convertir en métafichier"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convertir en bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Impossible de créer le fichier $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Impossible d'ouvrir le fichier $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Impossible de copier le fichier $(URL1) vers $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nom de la diapo maîtresse. Clic droit pour la liste ou clic pour la boîte de dialogue."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Renommer la diapo"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Renommer la page"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Doublons ou noms vides ne sont pas possibles"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nom"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Renommer la diapo maîtresse"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Zone de titre pour les mises en page automatiques"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Zone d'objet pour les mises en page automatiques"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Zone de pied de page"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Zone d'en-tête"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Zone de date"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Zone de numéro de diapo"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Zone de numéro de page"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<en-tête>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<pied de page>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/heure>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<numéro>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<nombre>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nom-de-diapo>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nom-de-page>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Zone de notes"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversion Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapos"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pages"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Affichage non disponible"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Préparation de l'affichage"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Mises en page"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Styles de dessin"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Styles de présentation"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Styles de cellule"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forme %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Définir l'image d'arrière-plan"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Commentaires"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Rétablir la mise en page de la diapo"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Insérer un tableau"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Insérer un diagramme"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Insérer une image"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Insérer un fichier audio ou vidéo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Glisser et déposer les pages"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Glisser et déposer les diapos"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Veuillez ajouter des images à l'album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapo de texte"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Le répertoire de la cible locale « %FILENAME » n'est pas vide. Certains fichiers pourraient être écrasés. Souhaitez-vous continuer ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Arrière-plan"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objets d'arrière-plan"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Mise en page"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Contrôles"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Lignes de cote"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapo"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Page"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapo"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapo maîtresse"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositive maîtresse :"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Page maîtresse"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Page maîtresse :"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Prospectus"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Cliquez pour éditer le format du texte-titre"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Cliquez pour éditer le format du plan de texte"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Double-tap pour modifier le format du texte du titre"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Double-tap pour modifier le format du texte de présentation"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Second niveau de plan"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Troisième niveau de plan"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Quatrième niveau de plan"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Cinquième niveau de plan"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sixième niveau de plan"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Septième niveau de plan"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Cliquez pour déplacer la diapo"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Cliquez pour modifier le format des notes"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Double-tap pour déplacer la diapo"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Double-tap pour modifier le format des notes"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Cliquez pour ajouter un titre"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Cliquez pour ajouter un texte"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Cliquez pour ajouter un texte"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Cliquez pour ajouter des notes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Double-tap pour ajouter un titre"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Double-tap pour ajouter du texte"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Double-tap pour ajouter du texte"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tap pour modifier le texte"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Double-tap pour ajouter des notes"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Double-cliquez pour insérer un diagramme"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Double-cliquez pour insérer un objet"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Double-cliquez pour insérer un diagramme"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Double-cliquez pour insérer un organigramme"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Double-cliquez pour insérer une feuille de calcul"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titre"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Style de dessin par défaut"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Déplacer des diapos"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Insérer des pages"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Insérer une page"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propriétés de la diapo"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objet sans remplissage"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objet sans remplissage et sans ligne"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texte"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titre A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "En-tête A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Texte A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titre A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "En-tête A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Texte A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Image"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formes"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Lignes"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Ligne fléchée"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Ligne en pointillés"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Plein"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Plein bleu"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Plein vert"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Plein jaune"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Plein rouge"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contour"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contour bleu"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contour vert"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contour jaune"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contour rouge"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titre"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sous-titre"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Plan"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objets d'arrière-plan"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Arrière-plan"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Import PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Enregistrer le document"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Réduire la taille de la police"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Augmenter la taille de la police"
@@ -2431,637 +2467,637 @@ msgstr "Augmenter la taille de la police"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mode Dessin"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mode Dessin"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Mode Plan"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Mode Diapo"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Tri des diapos."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Mode Note"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Mode Prospectus"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TitrePrésentation"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PlanPrésentation"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Sous-titrePrésentation"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PagePrésentation"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotesPrésentation"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Prospectus"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "FormePrésentationAccessibleInconnue"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PiedPagePrésentation"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "En-têtePrésentation"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DateEtHeurePrésentation"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NuméroPagePrésentation"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Présentation %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titre"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Plan"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sous-titre"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Page"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Prospectus"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forme de présentation accessible inconnue"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Pied de page"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "En-tête"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Date"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nombre"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(lecture seule)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "aucun(e)"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Jusqu'au clic suivant"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Jusqu'à la fin de la diapo"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direction :"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom :"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Rayons :"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Première couleur :"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Deuxième couleur :"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Couleur de remplissage :"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Style :"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Police :"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Couleur de police :"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Style :"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Style :"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Couleur de ligne :"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Taille de police :"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Taille :"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Valeur :"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Couleur :"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Aucun son)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Arrêter le son précédent)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Autre son..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Exemple"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Déclencheur"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Chemins de l'utilisateur"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrée : %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Accentuation : %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Sortie : %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Trajectoire : %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Divers : %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Aucun(e)"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Aujourd'hui,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Hier,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(pas d'auteur)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress a atteint la fin de la présentation. Souhaitez-vous continuer au début ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress a atteint le début de la présentation. Souhaitez-vous continuer à la fin ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw a atteint la fin du document. Souhaitez-vous continuer au début ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw a atteint le début du document. Souhaitez-vous continuer à la fin ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Insérer un commentaire"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Supprimer le(s) commentaire(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Déplacer le commentaire"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Éditer le commentaire"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Répondre à %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Lecture de média"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tableau"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapos par page :"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ordre :"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Contenu"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Nom de la diapo"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nom de p~age"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Date et heure"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Pages masquées"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Couleur"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Taille"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brochure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Côtés des pages"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inclure"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Utiliser uniquement le bac d'alimentation suivant les préférences de l'imprimante"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Pages :"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapos :"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress a atteint la fin de la présentation. Souhaitez-vous reprendre la recherche au début de la présentation ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress a atteint le début de la présentation. Souhaitez-vous reprendre la recherche à la fin de la présentation ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw a atteint la fin du document. Souhaitez-vous reprendre la recherche au début du document ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw a atteint le début du document. Souhaitez-vous reprendre la recherche à la fin du document ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animation"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Lien"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Suivant"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Précédent"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Première diapo"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Dernière diapo"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Fermer le volet"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Ajouter une nouvelle ébauche"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/fr/svtools/messages.po b/source/fr/svtools/messages.po
index 232c00a598d..77f6adcadf2 100644
--- a/source/fr/svtools/messages.po
+++ b/source/fr/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-29 14:28+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fr/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Faire défiler jusqu'à la dernière feuille"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Ajouter une feuille"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/fr/sw/messages.po b/source/fr/sw/messages.po
index 4911dc197a2..d014fdbbfb1 100644
--- a/source/fr/sw/messages.po
+++ b/source/fr/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-01-12 12:04+0000\n"
"Last-Translator: Jean-Baptiste Faure <jbfaure@libreoffice.org>\n"
"Language-Team: French <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fr/>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Insertion d'une entrée d'index"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Supprime l'entrée sélectionnée de l'index. L'entrée d'index dans le document n'est pas supprimée."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Insérer"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Définir un nouvel index personnalisé"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Actualiser l'entrée à partir de la sélection"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrée principale"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Uniquement les mots entiers"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Respecter la casse"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Entrée suivante (même nom)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Passe à l'entrée d'index suivante du même type et du même nom dans le document."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Entrée précédente (même nom)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Passe à l'entrée d'index précédente du même type et du même nom dans le document."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Entrée précédente"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Saute à l'entrée précédente du même type dans le document."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Entrée suivante"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Saute à l'entrée d'index suivante du même type dans le document."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/fur/cui/messages.po b/source/fur/cui/messages.po
index 71a846a6a34..9eae182efb0 100644
--- a/source/fur/cui/messages.po
+++ b/source/fur/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-06 07:13+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fur/>\n"
@@ -16596,74 +16596,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr ""
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr ""
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Document paron"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr ""
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr ""
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr ""
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr ""
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/fur/officecfg/registry/data/org/openoffice/Office.po b/source/fur/officecfg/registry/data/org/openoffice/Office.po
index c05ee651e29..c299854b242 100644
--- a/source/fur/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/fur/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-05-25 18:05+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/fur/>\n"
@@ -12507,84 +12507,84 @@ msgctxt ""
msgid "Notes"
msgstr ""
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
+msgid "Text documents (Writer)"
msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
+msgid "Spreadsheets (Calc)"
msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
+msgid "Presentations (Impress)"
msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
+msgid "Drawings (Draw)"
msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
+msgid "Formulas (Math)"
msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
diff --git a/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po
index 6cace23f8e0..1b66ca468cf 100644
--- a/source/fur/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fur/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fur/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9558,14 +9568,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10868,6 +10878,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26640,36 +26660,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31920,16 +31910,36 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
msgstr ""
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
+
#. Z7Y7v
#: WriterCommands.xcu
msgctxt ""
@@ -33100,6 +33110,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr ""
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/fur/sc/messages.po b/source/fur/sc/messages.po
index 6d704a0a01a..ba720adef7a 100644
--- a/source/fur/sc/messages.po
+++ b/source/fur/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fur/>\n"
@@ -32342,38 +32342,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr ""
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/fur/sd/messages.po b/source/fur/sd/messages.po
index 793bc918c61..006033caf6c 100644
--- a/source/fur/sd/messages.po
+++ b/source/fur/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fur/>\n"
@@ -1208,250 +1208,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Inserìs test"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr ""
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr ""
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr ""
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr ""
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr ""
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr ""
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Dut"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr ""
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr ""
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Panoramiche"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr ""
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr ""
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr ""
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr ""
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Gnove presentazion personalizade"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copie "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1459,157 +1489,157 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr ""
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr ""
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr ""
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr ""
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr ""
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr ""
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr ""
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr ""
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Cun contignûts"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Cence contignûts"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1617,799 +1647,805 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr ""
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Aree dai ogjets pes disposizions automatichis"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr ""
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr ""
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr ""
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr ""
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fonts"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Ogjets in fonts"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disposizion"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controi"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Liniis di cuotadure"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr ""
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Fâs clic par modificâ il formât dal test de struture"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Batuçe dôs voltis par modificâ il formât dal test de struture"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Secont nivel de struture"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tierç nivel de struture"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Cuart nivel de struture"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Cuint nivel de struture"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sest nivel de struture"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Setim nivel de struture"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Fâs clic par zontâ test"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Batuçe dôs voltis par zontâ test"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr ""
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr ""
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr ""
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contornât"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contornât di blu"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contornât di vert"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contornât di zâl"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contornât di ros"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr ""
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Struture"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr ""
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr ""
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2417,637 +2453,637 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Viodude struture"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "StruturePresentazion"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr ""
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Struture"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr ""
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr ""
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr ""
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr ""
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr ""
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr ""
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr ""
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr ""
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr ""
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr ""
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr ""
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr ""
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr ""
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr ""
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr ""
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Dopre dome il scansel dai sfueis des impostazions de stampadore"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/fur/svtools/messages.po b/source/fur/svtools/messages.po
index 63682b5bac2..2a091b2fc92 100644
--- a/source/fur/svtools/messages.po
+++ b/source/fur/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fur/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/fur/sw/messages.po b/source/fur/sw/messages.po
index 23a0b211d73..05ab429fb09 100644
--- a/source/fur/sw/messages.po
+++ b/source/fur/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-07-01 16:16+0000\n"
"Last-Translator: tmtfx <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fur/>\n"
@@ -16926,230 +16926,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr ""
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/fy/cui/messages.po b/source/fy/cui/messages.po
index dc0757bd22b..07e193e0ded 100644
--- a/source/fy/cui/messages.po
+++ b/source/fy/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-02-18 11:42+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/fy/>\n"
@@ -16601,74 +16601,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Altyd be_warje as:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekst dokumint"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokumint"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Haad dokumint"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Rekkenblêd"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presintaasje"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tekening"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formule"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okuminttype:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Standert triem yndieling en ODF ynstellingen"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/fy/officecfg/registry/data/org/openoffice/Office.po b/source/fy/officecfg/registry/data/org/openoffice/Office.po
index e05a35dd906..ed13e21a335 100644
--- a/source/fy/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/fy/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-02-06 19:36+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/fy/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notysjes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekst dokuminten"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Rekkenblêden"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presintaasjes"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tekeningen"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Websteeën"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Haad dokuminten"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulen"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Gegevensbank dokuminten"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
index 5b348939613..5562d9c1e3c 100644
--- a/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/fy/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-02-13 04:51+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/fy/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Gegevens ~jildigens..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Rigen wiskje"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Haad dia wikselje..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Haad side..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Kolommen ynfoegje"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Side nûmer"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolommen ~derfoar"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Rigen wiskje"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rigen"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Selektearre rigen wiskje"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/fy/sc/messages.po b/source/fy/sc/messages.po
index 45231413c99..03ae7bddcc2 100644
--- a/source/fy/sc/messages.po
+++ b/source/fy/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-19 08:37+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/fy/>\n"
@@ -32432,38 +32432,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Oare opsjes"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolom t_ype:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst nei kolommen"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Fjilden"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/fy/sd/messages.po b/source/fy/sd/messages.po
index 2fac46ff489..b596bef18f0 100644
--- a/source/fy/sd/messages.po
+++ b/source/fy/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-02-11 05:36+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/fy/>\n"
@@ -1217,249 +1217,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Tekst ynfoegje"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Haad dia lade"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Snoad"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Links"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Rjochts"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Boppe"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Under"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Links boppe?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Links ûnder?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Rjochts boppe?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Rjochts ûnder?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontaal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Fertikaal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alles?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Dizze aksje kin net live útfierd wurde."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Tebek"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Trochgean"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oersjoch"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Ferfanging fan kleur"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Foarm oergong"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Dia útwreidzje"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Ynhâldsopjefte"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Op it stuit is der gjin SANE boarne beskikber."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Op it stuit is der gjin TWAIN boarne beskikber."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fêst"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Fariabele"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standert"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standert (koart)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standert (lang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Triemnamme"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Paad/triemnamme"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Paad"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Triemnamme sûnder taheaksels"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nije oanpaste presintaasje"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopy "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presintaasje yndieling (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Tekenje yndieling (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Groepearring fan meta triem(men) opheffen..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "It wie net mooglik om alle tekenobjekten út de groep te heljen."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Presintaasje"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION Tekening"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1469,157 +1499,157 @@ msgstr ""
"Oerskriuwe?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Ferwizing"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besochte keppeling"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktive keppeling"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notysjes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Ynhâldsopjefte"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klik foar it úteinsetten"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Skriuwer"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-post"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Hiemside"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Mear ynformaasje"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Presintaasje ynlade"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Jo sneuper stipet spitigernôch gjin swevende ramten."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Earste side"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Lêste side"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Ofbylding"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Mei ynhâld"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sûnder ynhâld"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "By oantsjutte side"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bitmap nei polygoan omsette"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klik om de presintaasje te ferlitten..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Skoftsje..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D favoryt tapasse"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Ofbylding filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1629,799 +1659,805 @@ msgstr ""
"is gjin jildich lûd triem !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Omsette nei meta triem"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Omsette nei bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Kin triem $(URL1) net oanmeitsje."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Kin triem $(URL1) net iepenje."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "De triem $(URL1) kin net kopiearre wurde nei $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Dia omneame"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Side omneame"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Dûbele of lege nammen binne net mooglik"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Namme"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Diamodel omneame"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titel gebiet foar automatyske opmaak"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objekt gebiet foar automatyske opmaak"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Fuottekst gebiet"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Koptekst gebiet"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datum gebiet"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Dia nûmer gebiet"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Side nûmer gebiet"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<koptekst>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<fuottekst>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/tiid>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nûmer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<dia-namme>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<side-namme>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notysje gebiet"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja omsetting"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Dia's"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Siden"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Gjin foarbyld beskikber"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Foarbyld wurdt taret"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Opmakken"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Stilen tekenje"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Presintaasje stilen"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Sel stilen"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Foarm %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Eftergrûnôfbylding ynstelle"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Taljochtingen"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Dia opmaak werstelle"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabel ynfoegje"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagram ynfoegje"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ofbylding ynfoegje"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Lûd of Fideo ynfoegje"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Siden slepe en delsette"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Dia's slepe en delsette"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Ofbyldingen oan it album taheakje."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekst dia"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "De lokale map %FILENAME is net leech. Guon triemmen wurde mooglik oerskreaun. Wolle jo fierder gean?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Eftergrûn"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Eftergrûn objekten"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Opmaak"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Bestjoeringseleminten"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Ofmjittingslinen"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Dia"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Side"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Dia"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Haad dia"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Dia model:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Haad side"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Side model:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notysjes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Handouts"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klik om de opmaak fan de titel tekst te bewurkjen"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klik om de opmaak fan de oersicht tekst te bewurkjen"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Dûbel klik om de opmaak fan de titel tekst te bewurkjen"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Dûbel klik om yndieling fan de oersicht tekst te bewurkjen"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Twadde oersicht nivo"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tredde oersicht nivo"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fjirde oersicht nivo"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Fiifde oersicht nivo"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Seisde oersicht nivo"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sânde oersicht nivo"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klik om de dia te ferpleatsen"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klik om it notysje formaat te bewurkjen"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Dûbel klik om de dia te ferpleatsen"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dûbel klik om de notysje yndieling te bewurkjen"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik foar it taheakjen fan titel"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik foar it taheakjen fan tekst"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik foar it taheakjen fan tekst"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klik foar it taheakjen fan notysjes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dûbel klik foar it taheakjen fan titel"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dûbel klik foar it taheakjen fan tekst"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dûbel klik foar it taheakjen fan tekst"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Klik foar it taheakjen fan tekst"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dûbel klik foar it taheakjen fan notysjes"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dûbel klik foar it taheakjen fan diagram"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dûbel klik foar it taheakjen fan in objekt"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dûbel klik foar it taheakjen fan diagram"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dûbel klik foar it taheakjen fan in organogram"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dûbel klik foar it taheakjen fan in rekkenblêd"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standert"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standert teken styl"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Dia's ferpleatse"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Siden ynfoegje"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Side ynfoegje"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt sûnder folling"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt mei gjin folling en gjin line"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Koptekst A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Koptekst A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Ofbylding"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Foarmen"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linen"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pylk line"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Streepte line"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Folle"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Blau folle"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Grien folle"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Giel folle"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Read folle"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Omline"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Blau omline"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Grien omline"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Giel omline"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Read omline"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Oersicht"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Eftergrûn objekten"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Eftergrûn"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notysjes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint ymportearje"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokumint bewarje"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Tekengrutte ferlytsje"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Tekengrutte fergrutsje"
@@ -2429,637 +2465,637 @@ msgstr "Tekengrutte fergrutsje"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekening werjefte"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekening werjefte"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Omtrek werjefte"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Dia werjefte"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Hjir sortearje jo dia's."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notysje werjefte"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Handout werjefte"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "PresintaasjeTitel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresintaasjeStruktuer"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresintaasjeUndertitel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresintaasjeSide"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PresintaasjeNotysjes"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Handout"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "UnbekendTagonglikPresintaasjeFoarm"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresintaasjeFuottekst"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresintaasjeKoptekst"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresintaasjeDatumEnTiid"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresintaasjeSideNûmer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME Presintaasje"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Omtrek"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Side"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notysjes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Handout"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Unbekende Tagonklike Presintaasje Foarm"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Fuottekst"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Koptekst"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Getal"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(allinne-lêzen)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "gjint"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Oan't folgjende klik"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Oan't ein fan dia"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Rjochting:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Speaken:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Earste kleur:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Twadde kleur:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Fol kleur:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Lettertype:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Tekst kleur:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Styl:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Letterbyld:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Line kleur:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Letter grutte:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grutte:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Tal:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kleur:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Gjin lûd)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Ofspyljen foarich lûd ophâlde)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Oar lûd..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Foarbyld"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Oantrúnje"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Brûkers paden"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Yngong: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Understreekje: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Utgong: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animaasje paden: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Fersk: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Gjint"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hjoed,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Juster,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(gjin skriuwer)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress berikt it ein fan de presintaasje. Wolle jo trochgean fan ôf it begjin?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress berikt it begjin fan de presintaasje. Wolle jo oan it ein trochgean?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw berikt it ein fan it dokumint. Wolle jo trochgean fan ôf it begjin?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw berikt it begjin fan it dokumint. Wolle jo oan it ein trochgean?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Notysje ynfoegje"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Notysje(s) wiskje"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Notysje ferpleatse"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Taljochting bewurkje"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 beäntwurdzje"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media ôfspylje"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumint"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Dia's de side:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Folchoarder:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Ynhâld"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Dia namme"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "S~ide namme"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum en tiid"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Ferburgen siden"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kleur"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Grutte"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjuere"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Side kanten"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Opnimme"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Brûk allinne de papierlade út de foarkar fan de printer"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Siden:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Dia's:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress hat oan't ein fan de presintaasje socht. Wolle jo trochgean mei sykjen fan ôf it begjin?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress hat oan't begjin ta fan de presintaasje socht. Wolle jo trochgean mei sykjen fan ôf it ein?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw hat oan't ein fan it dokumint socht. Wolle jo trochgean mei sykjen fan ôf it begjin?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress hat oan't ein fan it dokumint socht. Wolle jo trochgean mei sykjen fan ôf it begjin?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animaasje"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Keppeling"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/fy/svtools/messages.po b/source/fy/svtools/messages.po
index 699bde70390..cca0f3bef1e 100644
--- a/source/fy/svtools/messages.po
+++ b/source/fy/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-09-21 10:46+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/fy/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/fy/sw/messages.po b/source/fy/sw/messages.po
index b80ad611231..0e113a065c6 100644
--- a/source/fy/sw/messages.po
+++ b/source/fy/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-11-25 15:38+0000\n"
"Last-Translator: Berend Ytsma <berendy@gmail.com>\n"
"Language-Team: Frisian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/fy/>\n"
@@ -16933,230 +16933,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Yndeks ynfier ynfoegje"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Wisket de selektearre item út de yndeks. De item tekst yn it dokumint wurdt net wiske."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ynfoegje"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nije brûker definiearre yndeks"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Item fan seleksje fernije"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Haad ynfier"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Allinne hiele wurden"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Haadletter gefoelich"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Springt nei it foarige yndeks item fan itselde type yn it dokumint."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Springt nei it folgjende yndeks item fan itselde type yn it dokumint."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ga/cui/messages.po b/source/ga/cui/messages.po
index 34d79807222..bde5a79b555 100644
--- a/source/ga/cui/messages.po
+++ b/source/ga/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-25 05:04+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ga/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Sá_bháil mar i gcónaí:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Cáipéis téacs"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Cáipéis HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Máistircháipéis"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Scarbhileog"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Láithreoireacht"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Líníocht"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Foirmle"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Cineál _cáipéise:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Formáid réamhshocraithe agus socruithe ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ga/officecfg/registry/data/org/openoffice/Office.po b/source/ga/officecfg/registry/data/org/openoffice/Office.po
index f8d1c03c8bd..81d310d459c 100644
--- a/source/ga/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ga/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LO\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-03-07 16:07+0000\n"
"Last-Translator: Séamus Ó Ciardhuáin <sociardhuain@gmail.com>\n"
"Language-Team: \n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Cáipéisí Téacs"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Scarbhileoga"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Láithreoireachtaí"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Líníochtaí"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Leathanaigh Ghréasáin"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Máistircháipéisí"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Foirmlí"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Cáipéisí bunachar sonraí"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po
index f452292f14f..1459573573e 100644
--- a/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LO\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-08-15 22:35+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ga/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Bailíochtú Sonraí..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Scrios Rónna"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9557,15 +9567,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Athraigh an máistirshleamhnán..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Máistirleathanach..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10867,6 +10877,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ionsáigh Colúin"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26639,36 +26659,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31919,15 +31909,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Uimhir ~Leathanaigh"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33099,6 +33109,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Scrios Rónna"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rónna"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ga/sc/messages.po b/source/ga/sc/messages.po
index 56058a18063..df1ac31caea 100644
--- a/source/ga/sc/messages.po
+++ b/source/ga/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ga/>\n"
@@ -32440,38 +32440,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Roghanna Eile"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Cineál colú_in:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Téacs go Colúin"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Réimsí"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ga/sd/messages.po b/source/ga/sd/messages.po
index 1709c2c18bc..afcc5956b52 100644
--- a/source/ga/sd/messages.po
+++ b/source/ga/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ga/>\n"
@@ -1220,249 +1220,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Ionsáigh Téacs"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Lódáil an Máistirshleamhnán"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Cliste"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Ar Chlé"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Ar Dheis"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Ag barr"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Ag bun"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Barr ar Chlé?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Bun ar Chlé?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Barr ar Dheis?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Bun ar Dheis?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Cothrománach"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Ingearach"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Uile?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ní féidir an gníomh seo a rith sa mhód beo."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Siar"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Ar Aghaidh"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Foramharc"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Ionadóir Datha"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Traschéimniú"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Leathnaigh Sleamhnán"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Sleamhnán le Clár na nÁbhar"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Níl foinse ar bith SANE ar fáil faoi láthair."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Faoi láthair, níl aon fhoinse TWAIN ar fáil."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Socraithe"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Luaineach"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Caighdeánach"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Caighdeánach (gearr)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Caighdeánach (fada)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Ainm comhaid"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Ainm comhaid/conaire"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Conair"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Ainm comhaid gan iarmhír"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Taispeántas Saincheaptha Nua Sleamhnán"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Cóipeáil "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Formáid láithreoireachta %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Formáid líníochta %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Díghrúpáil Meiteachomha(i)d..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Níorbh fhéidir gach réad líníochta a dhíghrúpáil."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Láithreoireacht %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Líníocht %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1472,157 +1502,157 @@ msgstr ""
"An bhfuil fonn ort é a fhorscríobh?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Téacs"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hipearnasc"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Nasc Feicthe"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Nasc Beo"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Nótaí"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Clár Ábhair"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Cliceáil anseo chun tosú"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Údar"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Ríomhphost"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Leathanach Baile"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Eolas breise"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Íosluchtaigh láithreoireacht"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Faraor, ní thacaíonn do bhrabhsálaí le frámaí inathraitheacha."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "An chéad leathanach"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "An leathanach deireanach"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Téacs"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Íomhá"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Le hábhar"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Gan ábhar"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Go leathanach sonraithe"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Tiontaigh mapa giotán go polagán"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Cliceáil chun an láithreoireacht a scor..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Sos..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Cuir ceanán 3T i bhfeidhm"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Scagaire íomhá"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1632,799 +1662,805 @@ msgstr ""
"ina chomhad bailí fuaime !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Tiontaigh go meiteachomhad"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Tiontaigh go mapa giotán"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Ní féidir an comhad $(URL1) a chruthú."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Níorbh fhéidir an comhad $(URL1) a oscailt."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Níorbh fhéidir an comhad $(URL1) a chóipeáil go $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Athainmnigh an Sleamhnán"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Ainm"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Athainmnigh an Máistirshleamhnán"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Limistéar Teideal do UathLeaganacha Amach"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Limistéar Réad do UathLeaganacha Amach"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Limistéar Buntásca"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Limistéar Ceanntásca"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Limistéar Dáta"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Limistéar Uimhir Sleamhnán"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Limistéar Uimhir Leathanaigh"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ceanntásc>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<buntásc>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dáta/am>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<uimhir>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<líon>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<ainm an tsleamhnáin>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<ainm an leathanaigh>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Limistéar Nótaí"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Tiontú Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Sleamhnáin"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Leathanach"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Níl réamhamharc ar fáil"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Réamhamharc á ullmhú"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Leaganacha Amach"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Stíleanna Líníochta"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Stíleanna Láithreoireachta"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stíleanna Ceall"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Cruth %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Nótaí"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Athshocraigh Leagan Amach an tSleamhnáin"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Ionsáigh Tábla"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ionsáigh Cairt"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ionsáigh Íomhá"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Ionsáigh Fuaim nó Físeán"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Tarraing agus Scaoil Leathanaigh"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Tarraing agus Scaoil Sleamhnáin"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Cuir íomhánna leis an albam."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Sleamhnán Téacs"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Níl an sprioc-chomhadlann áitiúil '%FILENAME' folamh. D'fhéadfaí forscríobh ar chomhaid atá ann. An bhfuil fonn ort leanúint ar aghaidh?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Cúlra"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Réada cúlra"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Leagan Amach"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Rialtáin"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Toislínte"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Sleamhnán"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Leathanach"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Sleamhnán"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Máistirshleamhnán"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Máistirshleamhnán:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Máistirleathanach"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Máistirleathanach:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Nótaí)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Dáileáin"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Cliceáil chun formáid téacs an teidil a chur in eagar"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Cliceáil chun formáid téacs na himlíne a chur in eagar"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "An Dara Leibhéal Imlíne"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "An Tríú Leibhéal Imlíne"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "An Cheathrú Leibhéal Imlíne"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "An Cúigiú Leibhéal Imlíne"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "An Séú Leibhéal Imlíne"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "An Seachtú Leibhéal Imlíne"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Cliceáil chun an sleamhnán a bhogadh"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Cliceáil chun formáid na nótaí a chur in eagar"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Cliceáil chun teideal a chur leis"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Cliceáil chun téacs a chur leis"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Cliceáil chun téacs a chur leis"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Cliceáil chun nótaí a chur leis"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Déchliceáil chun íomhá a chur leis"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Déchliceáil chun réad a chur leis"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Déchliceáil chun cairt a chur leis"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Déchliceáil chun cairt eagraithe a chur leis"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Déchliceáil chun scarbhileog a chur leis"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Réamhshocrú"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Teideal"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Bog sleamhnáin"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Réad gan líonadh"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Réad gan líonadh gan líne"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Téacs"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Teideal A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Ceannteideal A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Téacs A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Teideal A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Ceannteideal A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Téacs A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafaic"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Cruthanna"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Línte"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Líne le saighead"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Líne Bhriste"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Líonta"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Líonta Gorm"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Líonta Uaine"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Líonta Buí"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Líonta Dearg"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Imlínithe"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Imlínithe Gorm"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Imlínithe Uaine"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Imlínithe Buí"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Imlínithe Dearg"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Teideal"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Fotheideal"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Imlíne"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Réada cúlra"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Cúlra"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Nótaí"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Iompórtáil PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Sábháil an Cháipéis"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Cló níos lú"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Cló níos mó"
@@ -2432,637 +2468,637 @@ msgstr "Cló níos mó"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Amharc Líníochta"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Amharc Líníochta"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Amharc Imlíneach"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Amharc Sleamhnán"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Is é seo an áit ina sórtálann tú sleamhnáin."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Amharc Nótaí"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Amharc Dáileán"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Láithreoireacht - Teideal"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Láithreoireacht - Imlínéar"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Láithreoireacht - Fotheideal"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Láithreoireacht - Leathanach"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Láithreoireacht - Nótaí"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Dáileán"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Cruth Láithreoireachta Inrochtana Anaithnid"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Láithreoireacht - Buntásc"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Láithreoireacht - Ceanntásc"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Láithreoireacht - Dáta agus Am"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Láithreoireacht - Uimhir Leathanaigh"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Láithreoireacht %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Teideal"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Imlínéar"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Fotheideal"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Leathanach"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Nótaí"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Dáileán"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Cruth Láithreoireachta Inrochtana Anaithnid"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Buntásc"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Ceanntásc"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dáta"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Uimhir"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(inléite amháin)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ná hathdhéan"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Go dtí an chéad chlic eile"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Go deireadh an tsleamhnáin"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Treo:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zúmáil:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spócaí:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "An chéad dath:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "An dara dath:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Dath an líonta:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stíl:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Cló:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Dath an chló:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stíl:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Cló-éadan:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Dath na líne:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Clómhéid:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Méid:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Oiread:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Dath:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Gan fuaim)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stop an fhuaim roimhe seo)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Fuaim eile..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sampla"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Truicear"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Conairí úsáideora"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Bealach Isteach: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Béim: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Bealach Amach: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Conairí Gluaiseachta: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Gan trasdul"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Inniu,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Inné,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(gan údar)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "Rinne %PRODUCTNAME Impress cuardach go dtí deireadh na láithreoireachta. An bhfuil fonn ort leanúint ar aghaidh ón tosach?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "Rinne %PRODUCTNAME Impress cuardach go dtí tús na láithreoireachta. An bhfuil fonn ort leanúint ar aghaidh ón deireadh?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "Rinne %PRODUCTNAME Draw cuardach go dtí deireadh na cáipéise. An bhfuil fonn ort leanúint ar aghaidh ón tosach?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "Rinne %PRODUCTNAME Draw cuardach go dtí tús na cáipéise. An bhfuil fonn ort leanúint ar aghaidh ón deireadh?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Ionsáigh Nóta"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Scrios Nóta(í)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Bog Nóta"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Cuir Nóta in Eagar"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Freagra ar %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Athsheinm Meán"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tábla"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Cáipéis"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Líon sleamhnán sa leathanach:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ord:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Ábha~r"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Ainm an t~sleamhnáin"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Ainm an ~leathanaigh"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Dáta agus am"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Leathanaigh fholaithe"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Dath"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Méid"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Bróisiúr"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Taobhanna an leathanaigh"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Cuir San Áireamh"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Úsáid an tráidire ~páipéir ó na socruithe priontála amháin"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Leathanaigh:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Sleamhnáin:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "Rinne %PRODUCTNAME Impress cuardach go dtí deireadh na láithreoireachta. An bhfuil fonn ort leanúint ar aghaidh ón tosach?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "Rinne %PRODUCTNAME Impress cuardach go dtí tús na láithreoireachta. An bhfuil fonn ort leanúint ar aghaidh ón deireadh?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "Rinne %PRODUCTNAME Draw cuardach go dtí deireadh na cáipéise. An bhfuil fonn ort leanúint ar aghaidh ón tosach?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "Rinne %PRODUCTNAME Draw cuardach go dtí tús na cáipéise. An bhfuil fonn ort leanúint ar aghaidh ón deireadh?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ga/svtools/messages.po b/source/ga/svtools/messages.po
index 5db377f6958..8da840116cc 100644
--- a/source/ga/svtools/messages.po
+++ b/source/ga/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ga/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ga/sw/messages.po b/source/ga/sw/messages.po
index c3f838ed8b7..add57b9e051 100644
--- a/source/ga/sw/messages.po
+++ b/source/ga/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-03-08 13:45+0000\n"
"Last-Translator: Seanán Ó Coistín <seananoc@gmail.com>\n"
"Language-Team: Irish <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ga/>\n"
@@ -16952,230 +16952,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Ionsáigh Iontráil Innéacs"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ionsáigh"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Innéacs Nua Saincheaptha"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Nuashonraigh an iontráil ón roghnúchán"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Príomhiontráil"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Focail iomlána amháin"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Meaitseáil an cás"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/gd/cui/messages.po b/source/gd/cui/messages.po
index 69eb7451400..0e6d7240c3c 100644
--- a/source/gd/cui/messages.po
+++ b/source/gd/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-19 12:58+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Gaelic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/gd/>\n"
@@ -16595,74 +16595,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Sàbhail mar na _leanas an-còmhnaidh:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Sgrìobhainn teacsa"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Sgrìobhainn HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Maighstir sgrìobhainn"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Cliath-dhuilleag"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Taisbeanadh"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tarraing"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Foirmle"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Seòrsa na sgrì_obhainne:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Fòrmat bunaiteach is roghainnean ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/gd/officecfg/registry/data/org/openoffice/Office.po b/source/gd/officecfg/registry/data/org/openoffice/Office.po
index 15a63e43a71..5d570aaf31a 100644
--- a/source/gd/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/gd/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-21 09:56+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
@@ -12507,85 +12507,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Sgrìobhainnean teacsa"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Cliath-dhuilleag"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Taisbeanaidhean"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tarraingean"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Duilleagan-lìn"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Prìomh-sgrìobhainnean"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Foirmlean"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Sgrìobhainnean stòir-dhàta"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po b/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po
index 930a7006490..7b40f6feda2 100644
--- a/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/gd/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-21 09:56+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
@@ -2227,6 +2227,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Dear~bhadh dàta..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Sguab às na ràghan"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9557,15 +9567,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Atharraich am maighstir-sleamhnaige…"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Maighstir-duilleige..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10867,6 +10877,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Cuir a-steach colbhan"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26639,36 +26659,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31919,15 +31909,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Àireamh na ~duilleige"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33099,6 +33109,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Sguab às na ràghan"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Ràghan"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/gd/sc/messages.po b/source/gd/sc/messages.po
index 7f7e9b5fa29..5c751fe0c0f 100644
--- a/source/gd/sc/messages.po
+++ b/source/gd/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-19 12:58+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Gaelic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/gd/>\n"
@@ -32437,38 +32437,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Roghainnean eile"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Seòrsa a' chuilb_h:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teacsa 'na cholbhan"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Raointean"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/gd/sd/messages.po b/source/gd/sd/messages.po
index fd4eabe7605..d606c3aca7f 100644
--- a/source/gd/sd/messages.po
+++ b/source/gd/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-08-19 12:58+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Gaelic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/gd/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Cuir a-steach teacsa"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Luchdaich am maighstir-sleamhnaige"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Tapaidh"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Clì"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Deas"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Bàrr"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Bonn"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Bàrr clì?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Bonn clì?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Bàrr deas?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Bonn deas?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Còmhnard"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Inghearach"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "A h-uile?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Chan urrainn dhut seo a ruith sa mhodh bheò."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Air ais"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Lean air adhart"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Foir-shealladh"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Dath an àite datha"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Tar-chrìonadh"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Leudaich an t-sleamhnag"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Sleamhnag le clàr-innse"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Chan eil tùs SANE ri làimh an-dràsta fhèin."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Chan eil tùs TWAIN ri làimh an-dràsta fhèin."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Socraichte"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Caochlaideach"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Stannardach"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Stannardach (goirid)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Stannardach (fada)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Ainm an fhaidhle"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Ainm na slighe/an fhaidhle"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Slighe"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Ainm faidhle gun leudachan"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Taisbeanadh-shleamhnagan gnàthaichte ùr"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Dèan lethbhreac "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Fòrmat taisbeanadh %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Fòrmat tarraing %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Dì-bhuidhnich na meata-fhaidhlichean..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Cha b’ urrainn dhuinn gach oibseact tarraing a dhì-bhuidhneadh."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Taisbeanadh %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Tarraing %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"A bheil thu airson am fear ùr a chur 'na àite?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teacsa"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Ceangal-lìn"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Ceangal a chaidh a thadhal air"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Ceangal gnìomhach"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Nòtaichean"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "An clàr-innse"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Briog an-seo gus tòiseachadh"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Ùghdar"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Post-d"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Duilleag-dhachaigh"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Barrachd fiosrachaidh"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Luchdaich a-nuas an taisbeanadh"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Gu mì-fhortanach, chan eil am brabhsair agad a' cur taic ri frèamaichean air fleod."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "A' chiad duilleag"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "An duilleag mu dheireadh"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teacsa"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Dealbh"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Le susbaint"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Gun susbaint"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Dhan duilleag a shònraich thu"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Iompaich am bitmap 'na ioma-cheàrnach"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Briog air gus an taisbeanadh fhàgail..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Cuir 'na stad..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Cuir an sàs an 3D as fhearr"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Criathrag dhealbhan"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"'na fhaidhle fuaime dligheach !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Iompaich 'na mheata-fhaidhle"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Iompaich 'na bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Cha ghabh am faidhle $(URL1) a chruthachadh."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Cha b’ urrainn dhuinn am faidhle $(URL1) fhosgladh."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Cha b’ urrainn dhuinn lethbhreac dhen fhaidhle $(URL1) a chur ann an $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Thoir ainm eile air an t-sleamhnag"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Ainm"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Thoir ainm ùr air a’ mhaighstir sleamhnaige"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Raon an tiotail airson fèin-cho-dhealbhachdan"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Raon nan oibseactan airson fèin-cho-dhealbhachdan"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Raon a' bhanna-choise"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Raon a' bhanna-chinn"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Raon a' chinn-là"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "An raon airson àireamh na sleamhnaige"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "An raon airson àireamh na duilleige"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<bann-cinn>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<bann-coise>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ceann-là/àm>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<àireamh>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<cunnt>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<ainm na sleamhnaige>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<ainm na duilleige>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Raon nan nòtaichean"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Iompachadh Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Sleamhnagan"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Duilleagan"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Chan eil ro-shealladh ri làimh"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Ag ullachadh an ro-sheallaidh"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Co-dhealbhachdan"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Stoidhlean tarraing"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Stoidhlean thaisbeanaidhean"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stoidhlean cheallan"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Cruth %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Beachdan"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Ath-shuidhich co-dhealbhachd na sleamhnaige"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Cuir a-steach clàr"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Cuir a-steach cairt"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Cuir a-steach dealbh"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Cuir a-steach fuaim no video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Slaod is leig às duilleagan"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Slaod is leig às sleamhnagan"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Cuir na dealbhan ris an albam."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Sleamhnag teacsa"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Chan eil am pasgan targaid ionadail “%FILENAME” falamh. Faodaidh gun dèid sgrìobhadh thairis air grunn fhaidhlichean. A bheil thu airson leantainn air adhart?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "An cùlaibh"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Oibseactan a' chùlaibh"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Co-dhealbhachd"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Uidheaman-smachd"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Loidhne meudachd"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Sleamhnag"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Duilleag"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Sleamhnag"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Prìomh-shleamhnag"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Maighstir-sleamhnaige:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Prìomh-dhuilleag"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Maighstir-duilleige:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Nòtaichean)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Duilleagan-làimhe"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Briog air gus fòrmat teacsa an tiotail a dheasachadh"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Briog air gus fòrmat teacsa na h-oir-loidhne a dheasachadh"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "An dàrna ìre dhen oir-loidhne"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "An treas ìre dhen oir-loidhne"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "An ceathramh ìre dhen oir-loidhne"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "An còigeamh ìre dhen oir-loidhne"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "An siathamh ìre dhen oir-loidhne"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "An seachdamh ìre dhen oir-loidhne"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Briog air gus an t-sleamhnag a ghluasad"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Briog air gus fòrmat an nòta a dheasachadh"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Briog air gus tiotal a chur ris"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Briog air gus teacsa a chur ris"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Briog air gus teacsa a chur ris"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Briog air gus nòtaichean a chur ris"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dèan briogadh dùbailte gus dealbh a chur ris"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dèan briogadh dùbailte gus oibseact a chur ris"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dèan briogadh dùbailte gus cairt a chur ris"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dèan briogadh dùbailte gus cairt-eagrachais a chur ris"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dèan briogadh dùbailte gus cliath-dhuilleag a chur ris"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Bun-roghainn"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Tiotal"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Gluais sleamhnagan"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Oibseact gun lìonadh"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Oibseact gun lìonadh 's gun loidhne"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teacsa"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Tiotal A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Ceann-sgrìobhadh A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teacsa A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Tiotal A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Ceann-sgrìobhadh A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teacsa A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafaig"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Cruthan"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Loidhnichean"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Loidhne le saighead"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Loidhne strìochagach"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Lìonta"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Lìonta le gorm"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Lìonta le uaine"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Lìonta le buidhe"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Lìonta le dearg"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Le oir-loidhne"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Le oir-loidhne ghorm"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Le oir-loidhne uaine"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Le oir-loidhne bhuidhe"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Le oir-loidhne dhearg"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Tiotal"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Fo-thiotal"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Oir-loidhne"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Oibseactan a' chùlaibh"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "An cùlaibh"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Nòtaichean"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Ion-phortadh PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Sàbhail an sgrìobhainn"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Lùghdaich meud a’ chrutha-chlò"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Meudaich an cruth-clò"
@@ -2431,637 +2467,637 @@ msgstr "Meudaich an cruth-clò"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "An sealladh tarraing"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "An sealladh tarraing"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "An sealladh oir-loidhne"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Sealladh nan sleamhnagan"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Seo far an seòrsaich thu sleamhnagan."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Sealladh nan nòtaichean"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Sealladh nam duilleagan-làimhe"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Taisbeanadh - Taisbeanadh"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Taisbeanadh - Oir-loidhnear"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Taisbeanadh - Fo-thiotal"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Taisbeanadh - Duilleag"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Taisbeanadh - Nòtaichean"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Duilleag-làimhe"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Neo-aithnichte - So-inntrigeachd - Taisbeanadh - Cruth"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Taisbeanadh - Bann-coise"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Taisbeanadh - Bann-cinn"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Taisbeanadh - Ceann-là ’s àm"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Taisbeanadh - Duilleag - Àireamh"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Taisbeanadh %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Tiotal"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Oir-loidhnear"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Fo-thiotal"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Duilleag"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Nòtaichean"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Duilleag-làimhe"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Cruth taisbeanaidh so-inntrigeach nach aithne dhuinn"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Bann-coise"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Bann-cinn"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Ceann-là"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Àireamh"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(ri leughadh a-mhàin)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "chan eil gin"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Gus an ath-bhriogadh"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Gu deireadh na sleamhnaige"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Comhair:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Sùm:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Aisnean:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "A’ chiad dath:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "An dàrna dath:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Dath an lìonaidh:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stoidhle:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Cruth-clò:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Dath a’ chrutha-chlò:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stoidhle:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Aodann-clò:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Dath na loidhne:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Meud a’ chrutha-chlò:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Meud:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Meud:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Dath:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Gun fhuaim)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Cuir stad air an fhuaim roimhe)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Fuaime eile..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Ball-sampaill"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Trigear"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Slighean cleachdaiche"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "A-steach: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Cudrom: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "A-mach: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Slighean gluasaid: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Measgachadh: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Chan eil gin"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "An-diugh,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "An-dè,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(gun ùghdar)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "Ràinig %PRODUCTNAME Impress deireadh an taisbeanaidh. A bheil thu airson leantainn air adhart aig an toiseach?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "Ràinig %PRODUCTNAME Impress toiseach an taisbeanaidh. A bheil thu airson leantainn air adhart aig an deireadh?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "Ràinig %PRODUCTNAME Draw deireadh na sgrìobhainn. A bheil thu airson leantainn air adhart aig an toiseach?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "Ràinig %PRODUCTNAME Draw toiseach na sgrìobhainn. A bheil thu airson leantainn air adhart aig an deireadh?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Cuir a-steach beachd"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Sguab às na beachdan"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Gluais am beachd"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Deasaich am beachd"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Freagair %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Ath-chluich mheadhanan"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Clàr"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Sgrìobhainn"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Co mheud sleamhnag air gach duilleag:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "An t-òrdugh:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Susbaint"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Ain~m na sleamhnaige"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Ainm na ~duilleige"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Ceann-~là agus àm"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Duilleagan falaichte"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Dath"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Meud"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Leabhran-fiosrachaidh"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Taobhan na duilleige"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Gabh a-steach"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Na cleachd ach treidhean pàipear o roghainnean a’ chlò-bhualadair"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Duilleagan:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Sleamhnagan:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "Lorg %PRODUCTNAME Impress gu deireadh an taisbeanaidh. A bheil thu airson leantainn air adhart aig an toiseach?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "Lorg %PRODUCTNAME Impress gu toiseach an taisbeanaidh. A bheil thu airson leantainn air adhart aig an deireadh?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "Lorg %PRODUCTNAME Draw gu deireadh na sgrìobhainn. A bheil thu airson leantainn air adhart aig an toiseach?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "Lorg %PRODUCTNAME Draw gu toiseach na sgrìobhainn. A bheil thu airson leantainn air adhart aig an deireadh?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Ceangal"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/gd/svtools/messages.po b/source/gd/svtools/messages.po
index b17911367c8..8baec11b704 100644
--- a/source/gd/svtools/messages.po
+++ b/source/gd/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-19 12:59+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Gaelic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/gd/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/gd/sw/messages.po b/source/gd/sw/messages.po
index b4b1bb7bf88..07d2733f878 100644
--- a/source/gd/sw/messages.po
+++ b/source/gd/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-08-19 12:58+0000\n"
"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
"Language-Team: Gaelic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/gd/>\n"
@@ -16945,230 +16945,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Cuir a-steach innteart a' chlàir-amais"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Cuir a-steach"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Clàr-amais ùr air a shònrachadh le cleachdaiche"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Ùraich an t-inneart leis na chaidh a thaghadh"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Am prìomh-innteart"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Faclan slàna a-mhàin"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Aire do litrichean mòra/beaga"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/gl/cui/messages.po b/source/gl/cui/messages.po
index 5a64c8a415d..8842e63a266 100644
--- a/source/gl/cui/messages.po
+++ b/source/gl/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-28 17:36+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/gl/>\n"
"Language: gl\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562229287.000000\n"
#. GyY9M
@@ -1434,7 +1434,7 @@ msgstr "Mensaxe:"
#: cui/inc/strings.hrc:256
msgctxt "RID_SVXSTR_CHG_MATH"
msgid "MathType to %PRODUCTNAME Math or reverse"
-msgstr "De MathType para o Math do %PRODUCTNAME e viceversa"
+msgstr "Do MathType para o Math do %PRODUCTNAME e viceversa"
#. Ttggs
#: cui/inc/strings.hrc:257
@@ -1458,7 +1458,7 @@ msgstr "Do PowerPoint para o Impress do %PRODUCTNAME e viceversa"
#: cui/inc/strings.hrc:260
msgctxt "RID_SVXSTR_CHG_SMARTART"
msgid "SmartArt to %PRODUCTNAME shapes or reverse"
-msgstr "De SmartArt para formas de %PRODUCTNAME e viceversa"
+msgstr "Do SmartArt para formas de %PRODUCTNAME e viceversa"
#. AEgXY
#: cui/inc/strings.hrc:261
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Gar_dar sempre como:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Documento de texto"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Documento HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Documento principal"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Folla de cálculo"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentación"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Debuxo"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fórmula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Indica o tipo de documento para o que desexa definir o formato de ficheiro predeterminado."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Indica que os documentos do tipo seleccionado á esquerda se garden sempre como este tipo de ficheiro. Pode seleccionar outro tipo de ficheiro para o documento actual na caixa de diálogo Gardar como."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tipo de d_ocumento:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Formato por omisión dos ficheiros e configuracións de ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Na sección Xeral, pode seleccionar a configuración predeterminada para gardar documento, así como os formatos de ficheiro predeterminados."
@@ -17231,13 +17189,13 @@ msgstr "Enderezo"
#: cui/uiconfig/ui/optuserpage.ui:932
msgctxt "optuserpage|signingkeylabel"
msgid "OpenPGP signing key:"
-msgstr "Chave de asinado OpenPGP:"
+msgstr "Chave de asinamento con OpenPGP:"
#. 4KEFW
#: cui/uiconfig/ui/optuserpage.ui:946
msgctxt "optuserpage|encryptionkeylabel"
msgid "OpenPGP encryption key:"
-msgstr "Chave de cifraxe OpenPGP:"
+msgstr "Chave de cifraxe con OpenPGP:"
#. GCS8p
#: cui/uiconfig/ui/optuserpage.ui:962 cui/uiconfig/ui/optuserpage.ui:981
@@ -17519,7 +17477,7 @@ msgstr "Accede directamente aos recursos de hardware do adaptador de visualizaci
#: cui/uiconfig/ui/optviewpage.ui:445
msgctxt "optviewpage|useaa"
msgid "Use anti-a_liasing"
-msgstr "Empregar o suavizado da _letra"
+msgstr "Empregar suavizado da _letra"
#. iGxUy
#: cui/uiconfig/ui/optviewpage.ui:449
diff --git a/source/gl/helpcontent2/source/text/scalc.po b/source/gl/helpcontent2/source/text/scalc.po
index 162c2d6ff95..501fc41d521 100644
--- a/source/gl/helpcontent2/source/text/scalc.po
+++ b/source/gl/helpcontent2/source/text/scalc.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-12 00:36+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/gl/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Eliminar folla</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Cor da lapela da folla"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/scalc/00.po b/source/gl/helpcontent2/source/text/scalc/00.po
index e8d247181e3..1b2b050f706 100644
--- a/source/gl/helpcontent2/source/text/scalc/00.po
+++ b/source/gl/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:17+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/gl/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Escolla<emph>Folla - Eliminar celas</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Escolla <emph>Folla - Eliminar folla</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Abra o menú de contexto da lapela da folla."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Escolla <emph>Folla - Mover ou copiar folla</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Abra o menú de contexto da lapela dunha folla."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inserir columnas"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Escolla <menuitem>Folla - Inserir folla</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Escolla <emph>Folla</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Escolla <emph>Folla - Renomear folla</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Escolla <emph>Folla - Mostrar folla</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menú Folla"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/scalc/01.po b/source/gl/helpcontent2/source/text/scalc/01.po
index df86be6d0cc..aaba671985f 100644
--- a/source/gl/helpcontent2/source/text/scalc/01.po
+++ b/source/gl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-15 17:32+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/gl/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>follas de cálculo; exclusión</bookmark_value><bookmark_value>follas; exclusión</bookmark_value> <bookmark_value>exclusión; follas de cálculo</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Eliminar folla"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Elimina a folla de cálculo actual tras pedir confirmación.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Non é posíbel eliminar unha folla estando <emph>Editar - Rexistrar cambios - Rexistro</emph> activado."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Si"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Exclúe a folla actual."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Non"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancela o diálogo. Sen exclusión é executada."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>follas de cálculo; movendo</bookmark_value><bookmark_value>follas de cálculo; copia</bookmark_value><bookmark_value>en movemento; follas de cálculo</bookmark_value><bookmark_value>copia; follas de cálculo</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Mover ou copiar unha folla"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Inserir folla"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>follas;creación</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Inserir folla"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Renomear folla"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Mostrar folla"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Mostrar folla"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/scalc/guide.po b/source/gl/helpcontent2/source/text/scalc/guide.po
index 081e4cec480..059af314634 100644
--- a/source/gl/helpcontent2/source/text/scalc/guide.po
+++ b/source/gl/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-10 10:57+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/gl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548194305.000000\n"
#. NXy6S
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icona</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr ""
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/scalc/menu.po b/source/gl/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/gl/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/gl/helpcontent2/source/text/shared/00.po b/source/gl/helpcontent2/source/text/shared/00.po
index 1a91749d15c..7af5ea18045 100644
--- a/source/gl/helpcontent2/source/text/shared/00.po
+++ b/source/gl/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-17 11:33+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/gl/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Para acceder a esta orde... </variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menú Ficheiro"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Escolla <emph>Ficheiro - Visualización no navegador web</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "A icona <emph>Novo</emph> da barra <emph>Estándar</emph> (a icona mostra o tipo do novo documento)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Novo"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra de ferramentas <emph>Estándar</emph>, prema"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Abrir ficheiro"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Asistente da fonte de datos de enderezos - Atribución de campo</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Escolla <emph>ficheiro - Pechar</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Abra as barras <emph>Estándar</emph> ou <emph>Datos de táboa</emph>, prema"
+msgid "Close"
+msgstr ""
-#. rBbzR
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Gardar"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Gardar como"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Exportar directamente como EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Na barra de ferramentas <emph>Estándar</emph>, prema"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Na barra <emph>Visualización de impresión</emph> dun documento de texto, prema"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprimir previsualización de páxina"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Escolla <emph>Ficheiro - Versións</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/gl/helpcontent2/source/text/shared/01.po b/source/gl/helpcontent2/source/text/shared/01.po
index 078a5e3e13c..87f9098516d 100644
--- a/source/gl/helpcontent2/source/text/shared/01.po
+++ b/source/gl/helpcontent2/source/text/shared/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-18 19:33+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/gl/>\n"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Función</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Iconta Documento de texto</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Crea un documento de texto no Writer do $[officename]."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icona Folla de cálculo</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Crea un documento de folla de cálculo no Calc do $[officename]."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icona Presentación</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Crea un documento de presentación no Impress do $[officename]."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icona Debuxo</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Crea un documento de debuxo no Draw no $[officename]."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icona Fórmula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Crea un documento de fórmula no Math do $[officename]."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icona Base de datos</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Crea un documento HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icona Documento de formulario XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crea un documento <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icona Etiquetas</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Abre a caixa de diálogo <link href=\"text/shared/01/01010200.xhp\"><emph>Etiquetas</emph></link>, na que se poden indicar as opcións das etiquetas, e a seguir crear un documento de texto para as etiquetas no Writer do $[officename]."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icona Tarxetas de visita</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Abre a caixa de diálogo <link href=\"text/shared/01/01010300.xhp\"><emph>Tarxetas de visita</emph></link>, na que se poden indicar as opcións das tarxetas de visita e a seguir crea un documento de texto no Writer do $[officename]."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icona Documento principal</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Abre un documento situado nun servizo de ficheiros remoto.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Escolla <item type=\"menuitem\">Ficheiro - Abrir remoto</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Prema no botón <emph>Ficheiros remotos</emph> do <emph>Centro de inicio</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Prema prolongadamente na icona <emph>Abrir</emph> e seleccione <emph>Abrir ficheiro remoto</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Garda unha copia do documento actual con outro nome ou noutro lugar.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Escolla <item type=\"menuitem\">Ficheiro - Gardar unha copia</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/01070000.xhp\">Gardar como</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"> <ahelp hid=\".\"> Atribúe macros para programar eventos. A macro atribuída é executada automaticamente cada vez que o evento seleccionado ocorrer.</ahelp> </variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "O cadro de diálogo reduciu a funcionalidade cando chamado a partir do menú Editar follas dunha folla de cálculo."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/swriter/00.po b/source/gl/helpcontent2/source/text/swriter/00.po
index a10922bcefa..c92cb705cdf 100644
--- a/source/gl/helpcontent2/source/text/swriter/00.po
+++ b/source/gl/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-03-04 14:15+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://weblate.documentfoundation.org/projects/libo_help-master/textswriter00/gl/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Combinación de correspondencia"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/gl/helpcontent2/source/text/swriter/01.po b/source/gl/helpcontent2/source/text/swriter/01.po
index b08441633c1..c8215f1c9fe 100644
--- a/source/gl/helpcontent2/source/text/swriter/01.po
+++ b/source/gl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-10-09 04:12+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/gl/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Non é posíbel editar un documento estando na previsualización da impresión."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Para saír da previsualización da impresión, prema o botón <emph>Pechar a previsualización</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperligazón (LS e LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/link\"> Crea unha hiperligazónpara a parte da entrada que rodee coas etiquetas de apertura (LS) e peche (LE) de ligazón. Na liña <emph>Estrutura</emph> prema na caixa baleira diante da parte para a que queira crear unha hiperligazón e, a seguir, prema neste botón. Prema na caixa baleira despois da parte que desexe ligar e, a seguir, prema de novo neste botón. Cada hiperligazón debe ser única. dispoñíbel só para un índice.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/gl/officecfg/registry/data/org/openoffice/Office.po b/source/gl/officecfg/registry/data/org/openoffice/Office.po
index c548d4b81bf..76305efe237 100644
--- a/source/gl/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/gl/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:09+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/gl/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547506509.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notas"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documentos de texto"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Follas de cálculo"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentacións"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Debuxos"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Páxinas web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documentos principais"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fórmulas"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documentos de base de datos"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po b/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po
index 18609814b50..edc9781f825 100644
--- a/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/gl/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-28 17:36+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/gl/>\n"
"Language: gl\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1566398018.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Validación de datos..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eliminar filas"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Cambiar diapositiva principal"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Páxina principal..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inserir columnas"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Eliminar columnas seleccionadas"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Eliminar filas"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Eliminar ~filas"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Eliminar filas seleccionadas"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -30806,7 +30796,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Spotlight Character Direct Formatting"
-msgstr ""
+msgstr "Salientar formato directo de caracteres"
#. C5mHk
#: WriterCommands.xcu
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Inserir número de páxina"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Número de ~páxina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Columnas ~antes"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eliminar filas"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Fi~las"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Eliminar filas seleccionadas"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/gl/sc/messages.po b/source/gl/sc/messages.po
index fee1b18b78b..922e8c6d7fa 100644
--- a/source/gl/sc/messages.po
+++ b/source/gl/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/gl/>\n"
@@ -32436,38 +32436,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Cando esta opción está activada, o Calc conserva o contido anterior das celas ao pegar outras baleiras. Caso contrario, Calc elimina o contido das celas anteriores."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Outras opcións"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ipo de columna:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Escolla unha columna na xanela de visualización e seleccione o tipo de datos a que desexa aplicar os datos importados."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Texto a columnas"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Campos"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Configura as opcións de importación de datos delimitados."
diff --git a/source/gl/sd/messages.po b/source/gl/sd/messages.po
index 027c897e2aa..0df70bd37f3 100644
--- a/source/gl/sd/messages.po
+++ b/source/gl/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-11 09:35+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/gl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562230106.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Inserir texto"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Cargar diapositiva principal"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Intelixente"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Esquerda"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Dereita"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Superior"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Inferior"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Canto superior esquerdo?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Canto inferior esquerdo?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Canto superior dereito?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Canto inferior dereito?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Todo?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Non é posíbel executar esta acción en modo directo."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Volver"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Continuar"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Visión xeral"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Substitución de cores"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Transición gradual"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Expandir diapositiva"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva de índice"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Neste momento non hai ningunha orixe SANE dispoñíbel."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Neste momento, non hai ningunha orixe TWAIN dispoñíbel."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fixo"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variábel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estándar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estándar (curto)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estándar (longo)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nome de ficheiro"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Nome de ruta/ficheiro"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Ruta"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nome de ficheiro sen extensión"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nova presentación de diapositivas personalizada"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copiar "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Formato de presentación do %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Formato de debuxo do %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Desagrupar metaficheiro(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Non foi posíbel desagrupar todos os obxectos de debuxo."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentación do %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Debuxo do %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Quéreo substituír?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Texto"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperligazón"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Ligazón visitada"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Ligazón activa"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Índice"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Prema aquí para comezar"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Correo electrónico"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Páxina principal"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Información adicional"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Descargar presentación"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "O seu navegador non admite marcos flotantes."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Primeira páxina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Última páxina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Texto"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imaxe"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Con contido"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sen contido"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Para determinada páxina"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Converter mapa de bits en polígono"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Prema para saír da presentación..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Aplicar efecto 3D favorito"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtro de imaxes"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"non é un ficheiro de son válido!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Converter en metaficheiro"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Converter en mapa de bits"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Non é posíbel crear o ficheiro $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Non foi posíbel abrir o ficheiro $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Non foi posíbel copiar o ficheiro $(URL1) en $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nome da diapositiva principal. Prema co botón dereito para ver unha lista e faga duplo clic para abrir unha caixa de diálogo."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Renomear diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Renomear páxina"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Non se permiten nomes duplicados ou baleiros"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nome"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Renomear a diapositiva principal"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Área de título para disposicións automáticas"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Área de obxecto para disposicións automáticas"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Área de rodapé"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Área de cabeceira"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Área de data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Área de número de diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Área de número de páxina"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<cabeceira>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<rodapé>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data/hora>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<número>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<conta>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nome-da-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nome-da-páxina>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Área de notas"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversión hangul/hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositivas"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Páxinas"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "A visualización non está dispoñíbel"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparando a visualización"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Disposicións"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Estilos de debuxo"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Estilos de presentación"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos de cela"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Forma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Definir imaxe de fondo"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentarios"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Reiniciar a disposición da diapositiva"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Inserir táboa"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Inserir gráfica"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Inserir unha imaxe"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Inserir son ou vídeo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Arrastras e soltar páxinas"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Arrastrar e soltar dispositivas"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Engada imaxes ao álbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de texto"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "O cartafol de destino local «%FILENAME» non está baleiro. É posíbel que algúns ficheiros sexan substituídos. Quere continuar?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fondo"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Obxectos de fondo"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Disposición"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Controis"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Liñas de dimensión"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Páxina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva principal"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva principal"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Páxina principal"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Páxina principal:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Folletos"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Prema para editar o formato de texto do título"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Prema para editar o formato de texto do esquema"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Prema dúas veces para editar o formato do texto do título."
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Prema dúas veces para editar o formato do texto do esquema"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Segundo nivel do esquema"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Terceiro nivel do esquema"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Cuarto nivel do esquema"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Quinto nivel do esquema"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sexto nivel do esquema"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sétimo nivel do esquema"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Prema para mover a diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Prema para editar o formato de notas"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Prema dúas veces para mover a diapositiva"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Prema dúas veces para editar o formato das notas"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Prema para engadir un título"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Prema para engadir texto"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Prema para engadir texto"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Prema para engadir notas"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Prema dúas veces para engadir un título"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Prema dúas veces para engadir texto"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Prema dúas veces para engadir texto"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Toque para editar o texto"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Prema dúas veces para engadir notas"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Prema dúas veces para engadir unha imaxe"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Prema dúas veces para engadir un obxecto"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dobre clic para engadir unha gráfica"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dobre clic para engadir un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dobre clic para engadir unha folla de cálculo"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Predeterminada"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Título"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Estilo de debuxo predeterminado"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mover diapositivas"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Inserir páxinas"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Inserir páxina"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Propiedades da diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Obxecto sen recheo"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Obxecto sen recheo e sen liña"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texto"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Título de A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Cabeceira de A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Texto de A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Título de A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Cabeceira de A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Texto de A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Gráfica"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Formas"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Liñas"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Liña de frecha"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Liña a trazos"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Cheo"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Cheo azul"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Cheo verde"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Cheo amarelo"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Cheo vermello"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contorno"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contorno azul"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contorno verde"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contorno amarelo"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contorno vermello"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Título"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtítulo"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Esquema"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Obxectos de fondo"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fondo"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importar de PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Gardar documento"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Reducir o tamaño da letra"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Aumentar o tamaño da letra"
@@ -2431,637 +2467,637 @@ msgstr "Aumentar o tamaño da letra"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Visualización de debuxo"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Visualización de debuxo"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Visualización de esquema"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Visualización de diapositivas"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Aquí pode ordenar diapositivas."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Visualización de notas"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Visualización de folletos"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Título da presentación"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Esquema da presentación"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Subtítulo da presentación"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Páxina da presentación"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Notas da presentación"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Folleto"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Forma descoñecida de presentación accesíbel"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Rodapé da presentación"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Cabeceira da presentación"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Día e hora da presentación"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Número de páxina da presentación"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentación do %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Título"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Esquema"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtítulo"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Páxina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Folleto"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma descoñecida de presentación accesíbel"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Rodapé"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Cabeceira"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Número"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(só permite lectura)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ningún"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Ata volver premer"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Ata a fin da diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Dirección:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Ampliación:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Raios:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primeira cor:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segunda cor:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Cor de recheo:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipo de letra:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Cor da letra:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Tipografía:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Cor da liña:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tamaño de letra:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tamaño:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Cantidade:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Cor:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Sen son)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Deter o son anterior)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Outro son..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Exemplo"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Activar"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Rutas do usuario"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrada: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Énfase: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Saída: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Traxectorias: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Diversos: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ningún"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hoxe,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Onte,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(sen autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "O Impress do %PRODUCTNAME chegou á finalización da presentación. Quere continuar ao principio?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "O Impress do %PRODUCTNAME chegou ao principio da presentación. Quere continuar ata o fin dela?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "O Draw do %PRODUCTNAME chegou á finalización do documento. Quere continuar ao principio?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "O Draw do %PRODUCTNAME chegou ao principio do documento. Quere continuar á finalización?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Inserir comentario"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Borrar comentario(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mover comentario"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editar comentario"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Responder a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reprodución multimedia"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Táboa"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%s do %PRODUCTNAME"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositivas por páxina:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Orde:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Contido"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nome da diapo~sitiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nome da páxin~a"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Data e hora"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Páxinas ocultas"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Cor"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Tamaño"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Folleto"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Lados da páxina"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Incluír"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Utilizar só a bandexa de papel consonte as preferencias da impresora"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Páxinas:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositivas:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "O Impress do %PRODUCTNAME buscou ata o final da presentación. Quere continuar desde o inicio?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "O Impress do %PRODUCTNAME buscou ata o inicio da presentación. Quere continuar desde o final?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw buscou ata o final do documento. Quere continuar desde o inicio?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw buscou ata o inicio do documento. Quere continuar desde o final?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animación"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Ligazón"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Segui~nte"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Anterior"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Primeira diapositiva"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Derradeira diapositiva"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Pechar panel"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Engadir un deseño novo"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/gl/svtools/messages.po b/source/gl/svtools/messages.po
index 2f9d8bfe03a..13a966a1dde 100644
--- a/source/gl/svtools/messages.po
+++ b/source/gl/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-25 08:27+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/gl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559330420.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Desprazarse para a derradeira folla"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Engadir folla"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/gl/sw/messages.po b/source/gl/sw/messages.po
index c74631333bf..28bcdddf7b5 100644
--- a/source/gl/sw/messages.po
+++ b/source/gl/sw/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
-"Last-Translator: Parodper <parodper@gmail.com>\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/gl/>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
@@ -3334,7 +3334,7 @@ msgstr "Apéndice"
#: sw/inc/strings.hrc:197
msgctxt "STR_POOLCOLL_HTML_BLOCKQUOTE"
msgid "Block Quotation"
-msgstr ""
+msgstr "Cita en bloque"
#. FPDvM
#: sw/inc/strings.hrc:198
@@ -4729,7 +4729,7 @@ msgstr "Actualizar seccións"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Eliminar seccións"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9241,13 +9241,13 @@ msgstr "Fila eliminada"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Columna inserida"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Columna eliminada"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16938,230 +16938,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Inserir entrada de índice"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Exclúe a entrada seleccionada do índice. A entrada de texto no documento non é eliminada."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Inserir"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Índice:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Seleccione o índice ao cal desexa engadir a entrada."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Novo índice definido polo usuario"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Entrada:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Mostra o texto seleccionado no documento. Se o desexa, pode introducir unha palabra diferente para a entrada do índice. O texto seleccionado no documento non cambia."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Actualizar a entrada a partir da selección"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Lectura fonética:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Introduza como se le foneticamente a entrada correspondente. Por exemplo, se unha palabra en kanxi xaponés ten máis de unha pronuncia, introduza a pronuncia correcta como palabra en katakana. A palabra en kanxi ordénase segundo a entrada da lectura fonética."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Lectura fonética:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Introduza a lectura fonética da entrada correspondente."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Lectura fonética:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Introduza a lectura fonética da entrada correspondente."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1.ª chave:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Torna a selección actual nunha subentrada da palabra que se introduza aquí. Por exemplo, se selecciona «frío» e introduce «tempo» como primeira chave, a entrada do índice é «tempo, frío»."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2.ª chave:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Torna a selección actual nunha subentrada da primeira chave. Por exemplo, se seleccionou «frío» e introduce «tempo» como primeira chave e «inverno» como segunda, a entrada do índice será «tempo, inverno, frío»."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Nivel de índice:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Introduza o nivel de índice da entrada, o cal determina a aparencia da entrada no índice xerado."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Introduza o nivel de índice da entrada. O nivel de índice determina a aparencia da entrada segundo a configuración dese nivel na lapela «Entradas» e a lapela «Estilos» na caixa de diálogo «Índice, índice analítico ou bibliografía». Coa configuración predeterminada, os niveis máis altos resultan nunha sangría maior para esa entrada no índice xerado."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrada principal"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Fai que o texto seleccionado sexa a entrada principal dun índice alfabético."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Aplicar a todas as demais aparicións"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Engadir unha entrada de índice a todas as aparicións do texto seleccionado en «Entrada»."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Engadir unha entrada de índice a calquera outra aparición do texto seleccionado en «Engrada». Para unha entrada modificada, a coincidencia realízase sobre a selección orixinal, mais a entrada modificada insírese e aparece no índice."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Só palabras completas"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Coincidir con capitalización"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Para a entrada seleccionada"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Entrada seguinte (mesmo nome)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Salta para a entrada seguinte do índice do mesmo tipo e co mesmo nome no documento."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Entrada anterior (mesmo nome)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Salta para a entrada anterior do índice do mesmo tipo e co mesmo nome no documento."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Entrada anterior"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr " Salta áentrada de índice anterior do mesmo tipo no documento."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Entrada seguinte"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr " Vai áseguinte entrada de índice do mesmo tipo no documento."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Marca o texto seleccionado como entrada de índice ou de índice analítico. Edita a entrada do índice seleccionado."
diff --git a/source/gu/cui/messages.po b/source/gu/cui/messages.po
index 67d8c6b5c90..eb57f090063 100644
--- a/source/gu/cui/messages.po
+++ b/source/gu/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16945,75 +16945,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "હંમેશા આ રીતે સંગ્રહો (_v):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "લખાણ દસ્તાવેજ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML દસ્તાવેજ"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "મુખ્ય દસ્તાવેજ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "સ્પ્રેડશીટ"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "રજૂઆત"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ચિત્રકામ"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "સૂત્ર"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "દસ્તાવેજ પ્રકાર (_o):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "મૂળભૂત ફાઇલ બંધારણ અને ODF સુયોજનો"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/gu/helpcontent2/source/text/scalc.po b/source/gu/helpcontent2/source/text/scalc.po
index 793791d7fe8..36d270dc19c 100644
--- a/source/gu/helpcontent2/source/text/scalc.po
+++ b/source/gu/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-09 23:33+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">Delete Cells</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/gu/helpcontent2/source/text/scalc/00.po b/source/gu/helpcontent2/source/text/scalc/00.po
index 2a2db751475..9dcb90fdc3b 100644
--- a/source/gu/helpcontent2/source/text/scalc/00.po
+++ b/source/gu/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "સ્તંભો ઉમેરો"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/gu/helpcontent2/source/text/scalc/01.po b/source/gu/helpcontent2/source/text/scalc/01.po
index 2e1594b83df..958896958ca 100644
--- a/source/gu/helpcontent2/source/text/scalc/01.po
+++ b/source/gu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Yes"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "No"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,22 +3571,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ calculations</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43441,13 +43423,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/gu/helpcontent2/source/text/scalc/guide.po b/source/gu/helpcontent2/source/text/scalc/guide.po
index 92e443d9f1b..67393586c4e 100644
--- a/source/gu/helpcontent2/source/text/scalc/guide.po
+++ b/source/gu/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigating Through Sheets Tabs"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheets Tabs</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"84.67mm\" height=\"19.4mm\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"1.667cm\" height=\"0.37cm\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Applying Multiple Sheets"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserting a Sheet"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/gu/helpcontent2/source/text/scalc/menu.po b/source/gu/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/gu/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/gu/helpcontent2/source/text/shared/00.po b/source/gu/helpcontent2/source/text/shared/00.po
index df6ec641962..c68e6c8cd69 100644
--- a/source/gu/helpcontent2/source/text/shared/00.po
+++ b/source/gu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">To access this command... </variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr ""
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "નવું"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ફાઈલ ખોલો"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Save"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "તરીકે સંગ્રહ કરો"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Print Page Preview"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/gu/helpcontent2/source/text/shared/01.po b/source/gu/helpcontent2/source/text/shared/01.po
index 77a7b9586bf..7a3f80c5d2a 100644
--- a/source/gu/helpcontent2/source/text/shared/01.po
+++ b/source/gu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Function</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<ahelp hid=\"HID_CONFIG_EVENT\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/gu/helpcontent2/source/text/swriter/00.po b/source/gu/helpcontent2/source/text/swriter/00.po
index f3ddf46f194..ec0aff83467 100644
--- a/source/gu/helpcontent2/source/text/swriter/00.po
+++ b/source/gu/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "પત્ર ભેગો કરો"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/gu/helpcontent2/source/text/swriter/01.po b/source/gu/helpcontent2/source/text/swriter/01.po
index 249801ca8c2..8b5ed71d996 100644
--- a/source/gu/helpcontent2/source/text/swriter/01.po
+++ b/source/gu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS and LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/gu/officecfg/registry/data/org/openoffice/Office.po b/source/gu/officecfg/registry/data/org/openoffice/Office.po
index 9110ac26132..15e6961e2ec 100644
--- a/source/gu/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/gu/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Gujarati <>\n"
@@ -12512,85 +12512,85 @@ msgctxt ""
msgid "Notes"
msgstr "નોંધો"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "લખાણ દસ્તાવેજો"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "સ્પ્રેડશીટ"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "રજુઆત"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ચિત્રો"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "વેબ પાનાંઓ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "મુખ્ય દસ્તાવેજો"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "સૂત્રો"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ડેટાબેઝ દસ્તાવેજો"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po b/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po
index 130395125d7..3cee5531918 100644
--- a/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/gu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Gujarati <>\n"
@@ -2256,6 +2256,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "હરોળો કાઢી નાંખો"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9670,14 +9680,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10996,6 +11006,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "સ્તંભો ઉમેરો (~l)s"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26946,36 +26966,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32303,15 +32293,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "પાનાં નંબર (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33497,6 +33507,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "હરોળો કાઢી નાંખો"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "હરોળો (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/gu/sc/messages.po b/source/gu/sc/messages.po
index 0a86dfec805..b097fdbc9ab 100644
--- a/source/gu/sc/messages.po
+++ b/source/gu/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33100,40 +33100,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "બીજા વિકલ્પો"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "સ્તંભનો પ્રકાર (_y)"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Choose a column in the preview window and select the data type to be applied the imported data."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "સ્તંભોનું લખાણ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ક્ષેત્રો"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Sets the import options for delimited data."
diff --git a/source/gu/sd/messages.po b/source/gu/sd/messages.po
index 389534831c7..817348f1773 100644
--- a/source/gu/sd/messages.po
+++ b/source/gu/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:50+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1226,249 +1226,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "લખાણ ઉમેરો"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "સારુ દેખાતુ"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ડાબે"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "જમણુ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ઉપર"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "નીચે"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ઉપરની બાજુએ ડાબેથી?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "નીચેની બાજુએ ડાબેથી?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ઉપરની બાજુએ જમણેથી?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "નીચેની બાજુએ જમણેથી?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "આડું"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ઊભું"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "બધા?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "જીવંત સ્થિતિમાં આ ક્રિયા ચલાવી શકાતી નથી."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "પાછા"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ચાલુ રાખો"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ઝાંખી"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "રંગ બદલનાર"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ક્રોસ-ફેડીંગ"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "સ્લાઇડ વિસ્તારો"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "સમાવિષ્ટોની સ્લાઇડઓનું કોષ્ટક"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "અત્યારે કોઇ SANE સ્ત્રોત ઉપલબ્ધ નથી."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "અત્યારે કોઇ TWAIN સ્ત્રોત ઉપલબ્ધ નથી."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ચોક્કસ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ચલ"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "પ્રમાણભૂત"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "પ્રમાણભૂત (ટૂંકુ)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "પ્રમાણભૂત (લાંબુ)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ફાઈલનું નામ"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "પથ/ફાઇલ નામ"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "પથ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "પ્રત્યય વગરનું ફાઇલનામ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "નવું કસ્ટમ સ્લાઇડ દર્શન"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "નકલ "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "મેટાફાઇલને જૂથમાંથી છૂટી પાડો..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ચિત્રકામની બધી વસ્તુઓને જૂથમાંથી છૂટી પાડવી શક્ય નથી."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1478,158 +1508,158 @@ msgstr ""
"શું તમે તેને બદલવા માંગો છો?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "લખાણ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "હાઇપરલિંક"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "મુલાકાત લીધેલ કડી"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "સક્રિય કડી"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "નોંધો"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "સમાવિષ્ટોનું કોષ્ટક"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "શરુ કરવા માટે અંહિ ક્લીક કરો"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "લેખક"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ઘરપાનું"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "વધારે જાણકારી"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "રજૂઆતને ડાઉનલોડ કરો"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "દૂર્ભાગ્યે તમારુ બ્રાઉઝર તરતી સ્લાઇડઓને આધાર આપતુ નથી."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "પ્રથમ પાનું"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "છેલ્લુ પાનું"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "લખાણ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ઈમેજ"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "સમાવિષ્ટોની સાથે"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "સમાવિષ્ટોની વગર"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "આપેલા પાનાને"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "બીટનકશાનુ બહુકોણમાં રુપાંતર કરો"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "રજૂઆતમાંથી બહાર નીકળવા માટે ક્લીક કરો..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "થોભો..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "૩D માનીતા અમલમાં મૂકો"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "ઇમેજ ફિલ્ટર"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1640,802 +1670,808 @@ msgstr ""
"એ માન્ય ધ્વનિ ફાઈલ નથી !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "મેટાફાઇલમાં રુપાંતરિત કરો"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "બીટમેપમાં રુપાંતરિત કરો"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ફાઇલ $(URL1) બનાવી શકતુ નથી."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ફાઇલ $(URL1) ખોલી શકતુ નથી."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ફાઇલ $(URL1)ની $(URL2)માં નકલ થઇ શકતી નથી"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "સ્લાઇડને ફરીથી નામ આપો"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "નામ"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "સ્વયંદેખાવો માટે શીર્ષક વિસ્તાર"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "સ્વયંદેખાવો માટે ઓબ્જેક્ટ વિસ્તાર"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ફુટર વિસ્તાર"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "હેડર વિસ્તાર"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "તારીખ વિસ્તાર"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "સ્લાઈડ સંખ્યા વિસ્તાર"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "પાના નંબર વિસ્તાર"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<હેડર>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ફુટર>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<તારીખ/સમય>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<ગણતરી>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "નોંધો વિસ્તાર"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "હન્ગુલ/હન્જા માં ફેરવો"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "સ્લાઈડો"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "પાનાંઓ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "પૂર્વદર્શન ઉપલબ્ધ નથી"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "પૂર્વદર્શન તૈયાર કરી રહ્યા છીએ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "દેખાવો"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "રજૂઆત શીર્ષક"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "સેલ શૈલીઓ"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "આકાર %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "ટિપ્પણીઓ"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "સ્લાઇડ લેઆઉટને પુન:સુયોજિત કરો"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "કોષ્ટકને ઉમેરો"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "નક્ષાને દાખલ કરો"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ઇમેજને દાખલ કરો"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ઓડિયો અથવા વિડિયોને દાખલ કરો"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "પાનાંને ખેંચો અને મૂકો"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "તકતીઓને ખેંચો અને મૂકો"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "મહેરબાની કરીને આલ્બમમાં ઇમેજો ઉમેરો."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "લખાણ તકતી"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "આ સ્થાનીક લક્ષ્ચ ડિરેકટરી '%FILENAME' ખાલી નથી. થોડી ફાઇલો કદાચ ફરીથી લખાઇ જાય. શું તમે આગળ વઘવા માંગો છો?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "પાશ્વભાગ"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "પાશ્વભાગ ઓબ્જેક્ટો"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "દેખાવ"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "નિયંત્રણો"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "લીટીઓનુ માપ"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "સ્લાઈડ"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "પાનું"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "સ્લાઈડ"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "મુખ્ય પાનાંઓ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(નોંધ)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "હાથના લખાણો"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "શીર્ષકના લખાણના સ્વરુપમાં ફેરફાર કરવા માટે ક્લીક કરો"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "બાહ્યકિનારીના લખાણના સ્વરુપમાં ફેરફાર કરવા માટે ક્લીક કરો"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "બાહ્યકિનારીનુ બીજું સ્તર"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "બાહ્યકિનારીનુ ત્રીજું સ્તર"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "બાહ્યકિનારીનુ ચોથું સ્તર"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "બાહ્યકિનારીનુ પાંચમું સ્તર"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "બાહ્યકિનારીનુ છઠ્ઠુ સ્તર"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "બાહ્યકિનારીનુ સાતમું સ્તર"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "સ્લાઇડની જગ્યા બદલવા માટે ક્લીક કરો"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "નોંધના સ્વરુપમાં ફેરફાર કરવા માટે ક્લીક કરો"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "શીર્ષક ઉમેરવા માટે ક્લીક કરો"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "લખાણ ઉમેરવા માટે ક્લિક કરો"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "લખાણ ઉમેરવા માટે ક્લિક કરો"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "નોંધ ઉમેરવવા માટે ક્લિક કરો"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ઇમેજને ઉમેરવા માટે બે વાર ક્લિક કરો"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ઑબ્જેક્ટને ઉમેરવા માટે બે વાર ક્લિક કરો"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "આલેખ ઉમેરવા માટે બે વાર ક્લિક કરો"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "સંસ્થાનો આલેખ ઉમેરવા માટે બે વાર ક્લિક કરો"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "સ્પ્રેડશીટ ઉમેરવા માટે બે વાર ક્લિક કરો"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "મૂળભૂત"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "શીર્ષક"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "સ્લાઇડોને ખસેડો"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ભરેલા વગરની વસ્તુ"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "ઑબ્જેક્ટ ભરેલ અને તેની રેખા નથી"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "લખાણ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "શીર્ષક"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ઉપશીર્ષક"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "બાહ્ય કિનારી"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "પાશ્વભાગ ઓબ્જેક્ટો"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "પાશ્વભાગ"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "નોંધો"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "પાવરપોઇન્ટ આયાત"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "દસ્તાવેજનો સંગ્રહ કરો"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2443,661 +2479,661 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ચિત્રકામ દેખાવ"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ચિત્રકામ દેખાવ"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "બહારનો દેખાવ"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "સ્લાઇડ દેખાવ"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "આ એ જગ્યા કે જ્યાં તમે સ્લાઇડોને ક્રમમાં ગોઠવશો."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "નોંધ દેખાવ"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "સોંપીદેવાનું જુઓ"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "રજૂઆત શીર્ષક"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "રજૂઆત બાહ્યરેખા"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "રજૂઆત ઉપશીર્ષક"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "રજૂઆત પાનું"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "રજૂઆત નોંધ"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "હેન્ડઆઉટ"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "અજ્ઞાત વાપરી શકાય તેવું રજૂઆત પાનું"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "રજૂઆત ફૂટર"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "રજૂઆત હેડર"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "રજૂઆત તારીખ અને સમય"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "રજૂઆત પાનાં નંબર"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME રજૂઆત"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "શીર્ષક"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "બાહ્ય કિનારી"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ઉપશીર્ષક"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "પાનું"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "નોંધો"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "હેન્ડઆઉટ"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "અજ્ઞાત વાપરી શકાય તેવું રજૂઆત આકાર"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ફુટર"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "હેડર"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "તારીખ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "સંખ્યા"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (માત્ર-વાંચી શકાય તેવું)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "કંઇ નહી"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "આગળના ક્લિક સુધી"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "સ્લાઈડના અંત સુધી"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "દિશા (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "નાનુંમોટું કરવુ"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "સ્પોક"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "પ્રથમ સ્તંભ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "બીજો રંગ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "પ્રથમ સ્તંભ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "શૈલી:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ફોન્ટ"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "પ્રથમ સ્તંભ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "શૈલી:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ટાઈપફેસ"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "લીટી રંગ"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ફોન્ટનું માપ"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "માપ"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "જથ્થો"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "રંગ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(કોઈ ધ્વનિ નથી)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(પહેલાનો ધ્વનિ બંધ કરો)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "અન્ય ધ્વનિઓ..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "નમૂનો"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "બદલો"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "વપરાશકર્તાનાં પાથો"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "ગતિશીલ પથો"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "કંઇ નહી"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "આજે,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ગઇ કાલે,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(લેખર નથી)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw એ રજૂઆતની અંતમાં પહોંચેલ છે. શું તમે તેને શરૂઆત સુધી ચાલુ રાખવા માંગો છો?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress એ રજૂઆતની શરૂઆતમાં પહોંચેલ છે. શું તમે તેને અંત સુધી ચાલુ રાખવા માંગો છો?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw એ દસ્તાવેજની અંતમાં પહોંચેલ છે. શું તમે તેને શરૂઆત સુધી ચાલુ રાખવા માંગો છો?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw એ દસ્તાવેજની શરૂઆતમાં પહોંચેલ છે. શું તમે તેને અંત સુધી ચાલુ રાખવા માંગો છો?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "ટિપ્પણીને દાખલ કરો"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "ટિપ્પણી(ઓ) ને કાઢી નાંખો"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "ટિપ્પણીને ખસેડો"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ટિપ્પણીમાં ફેરફાર કરો"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 ને જવાબ આપો"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "મીડિયા પ્લેબેક"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "કોષ્ટક"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "દસ્તાવેજ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "સમાવિષ્ટો"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "સ્લાઇડ નામ"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "પાનાનું નામ"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "તારીખ અને સમય"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "છુપાયેલ પાનાં"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "રંગ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "માપ"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "બ્રોસર (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "પાનાની બાજુઓ"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "સમાવો"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "પ્રિન્ટર પસંદગીઓમાંથી ફક્ત પેપર ટ્રેને વાપરો (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ઇમ્પ્રેસે રજૂઆતના અંત સુધી શોધ્યુ. શું તમે શરુઆતમાં પણ શોધવાનુ ચાલુ રાખવા માગો છો?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ઇમ્પ્રેસ રજૂઆતના અંત સુધી શોધ્યુ. શું તમે શરુઆતમાં પણ શોધવાનુ ચાલુ રાખવા માગો છો?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ચિત્રકામે દસ્તાવેજના અંત સુધી શોધ્યુ. શું તમે શરુઆતમાં પણ ચાલુ રાખવા માગો છો?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ચિત્રકામે દસ્તાવેજની શરુઆત સુધી શોધ્યુ. શું તમે અંતમાં પણ ચાલુ રાખવા માગો છો?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/gu/svtools/messages.po b/source/gu/svtools/messages.po
index b88de6ab979..0dcc43fb532 100644
--- a/source/gu/svtools/messages.po
+++ b/source/gu/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/gu/sw/messages.po b/source/gu/sw/messages.po
index 35d0abd6cfb..c06b7eff867 100644
--- a/source/gu/sw/messages.po
+++ b/source/gu/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17229,230 +17229,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "અનુક્રમણિકામાં પ્રવેશ દાખલ કરો"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Deletes the selected entry from the index. The entry text in the document is not deleted."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "દાખલ કરો"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "નવું વપરાશકર્તા અનુક્રમણિકા"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "મુખ્ય પ્રવેશ"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "ફક્ત આખા શબ્દો"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "સ્થિતિ સરખાવો"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/gug/cui/messages.po b/source/gug/cui/messages.po
index 2cc5d63ec4d..ec91aedc7b9 100644
--- a/source/gug/cui/messages.po
+++ b/source/gug/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-09-01 16:20+0000\n"
"Last-Translator: Giovanni Caligaris <giovannicaligaris@gmail.com>\n"
"Language-Team: Guarani (Paraguayan) <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/gug/>\n"
@@ -16619,74 +16619,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Tapia ñon_gatu mba'éicha:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Documento moñe'ẽrã"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Documento HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Documento master"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Kuatia Kálkulo Peguarã"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Ojechauka"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dibujo"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fórmula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Tipo documentogui:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Formato Ñongatuhágui Oĩhaguéicha Voi ha opcionáke ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/gug/helpcontent2/source/text/scalc.po b/source/gug/helpcontent2/source/text/scalc.po
index 4003a781de2..1ee06018c59 100644
--- a/source/gug/helpcontent2/source/text/scalc.po
+++ b/source/gug/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-07 20:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/es/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548565117.000000\n"
#. ZxQeC
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Eliminar hoja</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Color de pestaña de la hoja"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/gug/helpcontent2/source/text/scalc/00.po b/source/gug/helpcontent2/source/text/scalc/00.po
index eccb87b46b3..aed196955c0 100644
--- a/source/gug/helpcontent2/source/text/scalc/00.po
+++ b/source/gug/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-04-16 21:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/es/>\n"
"Language: es\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Vaya a <emph>Hoja ▸ Eliminar celdas</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Vaya a <emph>Hoja ▸ Eliminar hoja</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Abra el menú contextual de una pestaña de hoja."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Vaya a <emph>Hoja ▸ Mover o copiar hoja</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Abra el menú contextual de una pestaña de hoja."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insertar columnas"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Vaya a <menuitem>Hoja ▸ Insertar hoja</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -626,7 +581,7 @@ msgctxt ""
"par_id3149385\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. 9p3Gg
#: 00000404.xhp
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Vaya a <emph>Hoja</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Vaya a <emph>Hoja ▸ Cambiar nombre de hoja</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Vaya a <emph>Hoja ▸ Mostrar hoja</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Esta función está disponible desde la versión 7.3 de %PRODUCTNAME."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Esta función está disponible desde la versión 7.4 de %PRODUCTNAME."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Esta función está disponible desde la versión 7.5 de %PRODUCTNAME."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menú Hoja"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/gug/helpcontent2/source/text/scalc/01.po b/source/gug/helpcontent2/source/text/scalc/01.po
index f2320193d7e..e9dfe1b8fbf 100644
--- a/source/gug/helpcontent2/source/text/scalc/01.po
+++ b/source/gug/helpcontent2/source/text/scalc/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/es/>\n"
"Language: es\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>hojas de cálculo;eliminar</bookmark_value><bookmark_value>hojas;eliminar</bookmark_value><bookmark_value>eliminar;hojas de cálculo</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Eliminar hoja"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Elimina la hoja actual tras una pregunta de confirmación.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "No es posible eliminar hojas mientras esté activada la opción <emph>Editar ▸ Control de cambios ▸ Grabar</emph>."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Sí"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Elimina la hoja actual."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancela el diálogo. No se lleva a cabo ninguna operación de borrado."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>hojas de cálculo;mover</bookmark_value><bookmark_value>hojas de cálculo;copiar</bookmark_value><bookmark_value>mover;hojas de cálculo</bookmark_value><bookmark_value>copiar;hojas de cálculo</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Mover o copiar una hoja"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insertar hoja"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>Hojas; creación</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insertar hoja"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43444,14 +43426,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>nombres de hojas de trabajo</bookmark_value><bookmark_value>cambiar;nombres de hojas</bookmark_value><bookmark_value>hojas;cambiar nombre</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Cambiar nombre a la hoja"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43507,32 +43489,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Mostrar hoja"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>hojas;mostrar</bookmark_value><bookmark_value>mostrar;hojas</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Mostrar hoja"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Muestra las hojas que se ocultaron mediante la orden <emph>Ocultar</emph>.</ahelp></variable> Seleccione una única página para ejecutar la orden. La hoja actual siempre está seleccionada. Si está seleccionada una hoja distinta de la actual, puede quitar la selección oprimiendo <switchinline select=\"sys\"> <caseinline select=\"MAC\">⌘</caseinline> <defaultinline>Control</defaultinline> </switchinline> al tiempo que pulsa en la pestaña correspondiente en la parte inferior de la ventana."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47593,14 +47584,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>insertar filas; hoja protegida</bookmark_value><bookmark_value>insertar columnas; hoja protegida</bookmark_value><bookmark_value>eliminar columnas; hoja protegida</bookmark_value><bookmark_value>eliminar filas; hoja protegida</bookmark_value><bookmark_value>hoja protegida; insertar columnas</bookmark_value><bookmark_value>hoja protegida; insertar filas</bookmark_value><bookmark_value>hoja protegida; eliminar filas</bookmark_value><bookmark_value>hoja protegida; eliminar columnas</bookmark_value><bookmark_value>proteger; hoja</bookmark_value><bookmark_value>selección; en celdas protegidas</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protección de hojas</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -47699,7 +47690,7 @@ msgctxt ""
"par_id921619430295947\n"
"help.text"
msgid "<emph>Select unprotected cells</emph>: mark this checkbox to allow user to select unprotected cells. When the checkbox is unmarked, user cannot select unprotected cells, the cursor cannot enter in a unprotected cell or range."
-msgstr "<emph>Seleccionar celdas no protegidas</emph>marque esta casilla para permitir al usuario seleccionar celdas no protegidas. Cuando la casilla no está marcada, el usuario no puede seleccionar celdas no protegidas, el cursor no puede entrar en una celda o rango no protegido."
+msgstr "<emph>Seleccionar celdas desprotegidas</emph>: active esta casilla para permitir al usuario seleccionar las celdas no protegidas. Cuando la casilla no está activada, no es posible seleccionar las celdas desprotegidas y el cursor no puede entrar en una celda o un intervalo desprotegido."
#. R6DuD
#: 06060100.xhp
@@ -55281,6 +55272,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69798,6 +70023,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=FRAC.AÑO(\"2008-01-01\"; \"2008-07-01\";0)</item> devuelve 0.50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70104,6 +70392,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Para identificar correctamente los cambios, cada colaborador debe proporcionar su nombre en <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME ▸ Preferencias</menuitem></caseinline><defaultinline><menuitem>Herramientas ▸ Opciones</menuitem></defaultinline></switchinline><menuitem> ▸ %PRODUCTNAME ▸ Datos de identidad</menuitem>."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/gug/helpcontent2/source/text/scalc/04.po b/source/gug/helpcontent2/source/text/scalc/04.po
index 9918e22d800..b73df737ede 100644
--- a/source/gug/helpcontent2/source/text/scalc/04.po
+++ b/source/gug/helpcontent2/source/text/scalc/04.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: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2022-10-23 10:11+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalc04/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1548566536.000000\n"
#. NQkD7
@@ -941,7 +941,7 @@ msgctxt ""
"hd_id3153730\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. FiJzq
#: 01020000.xhp
diff --git a/source/gug/helpcontent2/source/text/scalc/guide.po b/source/gug/helpcontent2/source/text/scalc/guide.po
index 36591a6c590..5b72fa800e9 100644
--- a/source/gug/helpcontent2/source/text/scalc/guide.po
+++ b/source/gug/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-15 05:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/es/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564692214.000000\n"
#. NXy6S
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Desplazarse mediante las pestañas de la hoja"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>hojas;mostrar varias</bookmark_value><bookmark_value>pestañas de la hoja;usar</bookmark_value><bookmark_value>vistas;varias hojas</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navegar por las pestañas de las hojas</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "De forma predeterminada, $[officename] incluye tres hojas (Hoja1, Hoja2 y Hoja3) en cada nueva hoja de cálculo. Puede conmutar la visualización de las hojas de una hoja de cálculo mediante las pestañas que hay en la parte inferior de la pantalla."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Pestañas de hojas</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icono</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Utilice los botones de desplazamiento para mostrar todas las hojas del documento. Al pulsar en el botón del extremo izquierdo o del extremo derecho se muestra, respectivamente, la primera o la última hoja. Los botones intermedios le permiten desplazarse hacia delante y hacia atrás entre las pestañas. Para mostrar una hoja, pulse en su pestaña."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Aplicar hojas múltiples"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>hojas; insertar</bookmark_value> <bookmark_value>insertar; hojas</bookmark_value> <bookmark_value>hojas; seleccionar varias</bookmark_value> <bookmark_value>agregar hojas</bookmark_value> <bookmark_value>seleccionar;varias hojas</bookmark_value> <bookmark_value>varias hojas</bookmark_value> <bookmark_value>calcular;varias hojas</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Aplicar a varias hojas</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Insertar una hoja"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Seleccione <item type=\"menuitem\">Insertar - Hoja de cálculo</item> para insertar una hoja nueva o una procedente de otro archivo."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Abre un cuadro de diálogo donde puede asignar macros a los eventos de hoja.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Abre una ventana donde se puede asignar un color a la pestaña de la hoja.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/gug/helpcontent2/source/text/scalc/menu.po b/source/gug/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/gug/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/gug/helpcontent2/source/text/schart/04.po b/source/gug/helpcontent2/source/text/schart/04.po
index 4ba39aa9bec..a266eb5e8c0 100644
--- a/source/gug/helpcontent2/source/text/schart/04.po
+++ b/source/gug/helpcontent2/source/text/schart/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: 2022-12-07 19:22+0100\n"
-"PO-Revision-Date: 2022-07-19 20:03+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textschart04/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1499899773.000000\n"
#. XTsp4
@@ -257,7 +257,7 @@ msgctxt ""
"hd_id3153815\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. nJhMW
#: 01020000.xhp
diff --git a/source/gug/helpcontent2/source/text/sdraw.po b/source/gug/helpcontent2/source/text/sdraw.po
index b8ed663e647..346bb191570 100644
--- a/source/gug/helpcontent2/source/text/sdraw.po
+++ b/source/gug/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-23 11:28+0000\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1564682198.000000\n"
#. dHbww
@@ -293,7 +293,7 @@ msgctxt ""
"hd_id671683306520960\n"
"help.text"
msgid "Line Color"
-msgstr ""
+msgstr "Color de línea"
#. mb9UG
#: main0210.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"hd_id361683306526098\n"
"help.text"
msgid "Fill Color"
-msgstr ""
+msgstr "Color de relleno"
#. GoGiJ
#: main0210.xhp
diff --git a/source/gug/helpcontent2/source/text/sdraw/00.po b/source/gug/helpcontent2/source/text/sdraw/00.po
index 99d94e591ca..a7f331ce2f2 100644
--- a/source/gug/helpcontent2/source/text/sdraw/00.po
+++ b/source/gug/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-01-20 17:27+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1561322983.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menú Insertar"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Vaya a <menuitem>Insertar ▸ Capa</menuitem>"
#. AUTMW
#: insert_menu.xhp
diff --git a/source/gug/helpcontent2/source/text/shared/00.po b/source/gug/helpcontent2/source/text/shared/00.po
index 8db2955d38d..bab34f235f5 100644
--- a/source/gug/helpcontent2/source/text/shared/00.po
+++ b/source/gug/helpcontent2/source/text/shared/00.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-13 08:32+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/es/>\n"
"Language: es\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Para acceder a esta orden…</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menú Archivo"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Vaya a <emph>Archivo ▸ Previsualizar en navegador</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Nuevo</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Icono <emph>Nuevo</emph> en la barra <emph>Estándar</emph> (el icono muestra el tipo del documento nuevo)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icono Nuevo</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nuevo"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Abrir</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "En la barra <emph>Estándar</emph>, pulse en"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icono Abrir</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Abrir archivo"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Vaya a <emph>Archivo ▸ Cerrar</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Vaya a <menuitem>Archivo ▸ Guardar</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘S</keycode></caseinline><defaultinline><keycode>Ctrl + G</keycode></defaultinline></switchinline>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "En la barra de herramientas <emph>Estándar</emph> o <emph>Datos de tabla</emph>, pulse en"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Vaya a <menuitem>Archivo ▸ Guardar</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icono Guardar</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Guardar"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌘S</keycode></caseinline><defaultinline><keycode>Ctrl + G</keycode></defaultinline></switchinline>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icono Guardar como</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Guardar como"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Vaya a <menuitem>Archivo ▸ Guardar todo</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Vaya a <menuitem>Archivo ▸ Guardar como</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Recargar</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icono Previsualizar impresión</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Configuración de impresora</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Enviar documento por correo"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Vaya a <menuitem>Archivo ▸ Exportar</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Exportar a ▸ Exportar a EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icono Exportar a EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Exportar directamente a EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Exportar a ▸ Exportar a PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Vaya a <menuitem>Archivo ▸ Imprimir</menuitem>"
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "En la barra <emph>Estándar</emph>, pulse en"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Icono Imprimir</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Imprimir"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Mientras visualiza un documento de texto, en la barra <emph>Previsualizar impresión</emph>, pulse en"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Imprimir vista preliminar"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Vaya a <menuitem>Archivo ▸ Exportar</menuitem>; si el tipo de archivo seleccionado es PBM, PPM o PGM, el cuadro de diálogo se abre automáticamente.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Vaya a <emph>Archivo ▸ Versiones</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -12893,7 +13271,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icono Línea</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -15062,7 +15440,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icono Copiar</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15107,7 +15485,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icono Pegar</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15242,7 +15620,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icono Seleccionar todo</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15467,7 +15845,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Icono Buscar</alt></image>"
#. 8FD2j
#: edit_menu.xhp
diff --git a/source/gug/helpcontent2/source/text/shared/01.po b/source/gug/helpcontent2/source/text/shared/01.po
index 18ac9b1001f..e5bc9096662 100644
--- a/source/gug/helpcontent2/source/text/shared/01.po
+++ b/source/gug/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/es/>\n"
"Language: es\n"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Función</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icono Documento de texto</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Crea un documento de texto en $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icono Hoja de cálculo</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Crea un documento de hoja de cálculo en $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icono Presentación</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Crea un documento de presentación en $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icono Dibujo</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Crea un documento de dibujo en $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icono Fórmula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Crea un documento de fórmula en $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icono Base de datos</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Crea un documento HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icono Documento de formulario XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crea un documento <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icono Etiquetas</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icono Patrón de documento</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Abre un documento alojado en un servicio de archivos remotos.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Vaya a <item type=\"menuitem\">Archivo ▸ Abrir remoto</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Pulse en el botón <emph>Archivos remotos</emph> del <emph>Centro de bienvenida</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Pulse prolongadamente en el icono <emph>Abrir</emph> y seleccione <emph>Abrir archivo remoto</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Guarda una copia del documento actual con otro nombre o en otra ubicación.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Vaya a <item type=\"menuitem\">Archivo ▸ Guardar una copia</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exporta el documento en los formatos PDF o EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Vaya a <emph>Archivo ▸ Exportar a</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Para seleccionar todas las celdas de una hoja, pulse en el botón situado en la intersección entre las cabeceras de filas y de columnas, en la esquina superior izquierda de la hoja.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Para seleccionar todas las hojas de un libro, pulse con el botón secundario del ratón en la pestaña de una de las hojas y seleccione <emph>Seleccionar todas las hojas</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selecciona todas las hojas del libro actual.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -8924,7 +8879,7 @@ msgctxt ""
"par_id821680694984368\n"
"help.text"
msgid "\\N{UNICODE CHARACTER NAME}"
-msgstr ""
+msgstr "\\N{NOMBRE DE CARÁCTER UNICODE}"
#. 6cAAB
#: 02100001.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>personalizar; eventos</bookmark_value><bookmark_value>eventos; personalizar</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Eventos</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Permite asignar macros a eventos del programa. La macro que asigne se ejecutará automáticamente cada vez que se produzca el evento seleccionado.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "El cuadro de diálogo tiene funcionalidad reducida cuando es llamado desde el menú Editar ▸ Hoja en una hoja de cálculo."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/gug/helpcontent2/source/text/shared/guide.po b/source/gug/helpcontent2/source/text/shared/guide.po
index 8470e617b53..96c93a9d2f8 100644
--- a/source/gug/helpcontent2/source/text/shared/guide.po
+++ b/source/gug/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/es/>\n"
"Language: es\n"
@@ -12866,7 +12866,7 @@ msgctxt ""
"par_id891681132368390\n"
"help.text"
msgid "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icon Fontwork Gallery</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icono Galería de Fontwork</alt></image>"
#. B5fwe
#: fontwork.xhp
@@ -12875,7 +12875,7 @@ msgctxt ""
"par_id81681132368394\n"
"help.text"
msgid "Fontwork Gallery"
-msgstr ""
+msgstr "Galería de Fontwork"
#. 2jUYr
#: fontwork.xhp
@@ -22379,7 +22379,7 @@ msgctxt ""
"par_id461682098105759\n"
"help.text"
msgid "Creates an accessible PDF file that follows the requirements of the PDF/UA (ISO 14289) specification."
-msgstr ""
+msgstr "Crea un archivo PDF accesible que cumple los requisitos de la especificación PDF/UA (ISO 14289)."
#. 6jnKY
#: pdf_params.xhp
@@ -23027,7 +23027,7 @@ msgctxt ""
"par_id451682110379499\n"
"help.text"
msgid "0: The document cannot be printed."
-msgstr ""
+msgstr "0: el documento no se puede imprimir."
#. R67Dw
#: pdf_params.xhp
@@ -23036,7 +23036,7 @@ msgctxt ""
"par_id971682110383819\n"
"help.text"
msgid "1: The document can be printed at low resolution only."
-msgstr ""
+msgstr "1: el documento puede imprimirse solo en resolución baja."
#. hhBsT
#: pdf_params.xhp
diff --git a/source/gug/helpcontent2/source/text/shared/optionen.po b/source/gug/helpcontent2/source/text/shared/optionen.po
index 825e2dcd956..8b435c21f8b 100644
--- a/source/gug/helpcontent2/source/text/shared/optionen.po
+++ b/source/gug/helpcontent2/source/text/shared/optionen.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-16 06:33+0000\n"
+"PO-Revision-Date: 2023-05-24 15:33+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsharedoptionen/es/>\n"
"Language: es\n"
@@ -7511,7 +7511,7 @@ msgctxt ""
"hd_id331681490548345\n"
"help.text"
msgid "Anchor"
-msgstr ""
+msgstr "Anclaje"
#. EPGrw
#: 01040600.xhp
diff --git a/source/gug/helpcontent2/source/text/simpress/00.po b/source/gug/helpcontent2/source/text/simpress/00.po
index d054d7f7158..0b4810a1f02 100644
--- a/source/gug/helpcontent2/source/text/simpress/00.po
+++ b/source/gug/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-15 05:35+0000\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1560857928.000000\n"
#. sqmGT
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Ver ▸ Normal</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -401,7 +401,7 @@ msgctxt ""
"par_id3148768\n"
"help.text"
msgid "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Slide Show Icon</alt></image>"
-msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Icono de pase de diapositivas</alt></image>"
+msgstr "<image id=\"img_id3148774\" src=\"cmd/sc_presentation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148774\">Icono Pase de diapositivas</alt></image>"
#. uF2sr
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Ver ▸ Normal</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Vaya a <menuitem>Ver ▸ Notas</menuitem>.</variable>"
#. yDXA6
#: 00000404.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Formato ▸ Interacción</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icono Animación personalizada</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icono Invertir</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vaya a <emph>Forma ▸ Dividir</emph> (solo en %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1319,7 +1319,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vaya a <emph>Forma</emph> (solo en %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1373,7 +1373,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vaya a <emph>Forma ▸ Intersecar</emph> (solo en %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Vaya a <menuitem>Diapositiva ▸ Diapositiva nueva</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/gug/helpcontent2/source/text/swriter/00.po b/source/gug/helpcontent2/source/text/swriter/00.po
index 8ab42815a7e..cc2daa12967 100644
--- a/source/gug/helpcontent2/source/text/swriter/00.po
+++ b/source/gug/helpcontent2/source/text/swriter/00.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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-16 21:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/es/>\n"
"Language: es\n"
@@ -284,7 +284,7 @@ msgctxt ""
"par_id3151243\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. 6LT7E
#: 00000402.xhp
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Combinar correspondencia"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/gug/helpcontent2/source/text/swriter/01.po b/source/gug/helpcontent2/source/text/swriter/01.po
index ee334f3584f..89bd00f0495 100644
--- a/source/gug/helpcontent2/source/text/swriter/01.po
+++ b/source/gug/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-09 06:46+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/es/>\n"
"Language: es\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "No podrá editar el documento mientras se encuentre en la previsualización."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Para salir de la previsualización, pulse en el botón <emph>Cerrar previsualización</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"hd_id3155308\n"
"help.text"
msgid "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">List Box</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">Cuadro de lista</link></variable>"
#. bkwZ7
#: 02110000.xhp
@@ -1382,7 +1382,7 @@ msgctxt ""
"hd_id3154292\n"
"help.text"
msgid "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Drag Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Modo de arrastre</link></variable>"
#. G5FvJ
#: 02110000.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"hd_id3150938\n"
"help.text"
msgid "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insert As Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insertar como hiperenlace</link></variable>"
#. 8BVxG
#: 02110000.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"hd_id3154354\n"
"help.text"
msgid "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insert As Link</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insertar como enlace</link></variable>"
#. Q8EAG
#: 02110000.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"hd_id3155572\n"
"help.text"
msgid "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insert As Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insertar como copia</link></variable>"
#. GFSCB
#: 02110000.xhp
@@ -1544,7 +1544,7 @@ msgctxt ""
"hd_id911683912584456\n"
"help.text"
msgid "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copiar</link></variable>"
#. 9ipGr
#: 02110000.xhp
@@ -1607,7 +1607,7 @@ msgctxt ""
"par_id3149025\n"
"help.text"
msgid "Select the document that you want to view."
-msgstr ""
+msgstr "Seleccione el documento que se ha de mostrar."
#. sBGsH
#: 02110000.xhp
@@ -1616,7 +1616,7 @@ msgctxt ""
"hd_id11683919143308\n"
"help.text"
msgid "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Edit</link></variable>"
-msgstr ""
+msgstr "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Editar</link></variable>"
#. ck62e
#: 02110000.xhp
@@ -1661,7 +1661,7 @@ msgctxt ""
"par_id241683919972627\n"
"help.text"
msgid "Deletes the selected table."
-msgstr ""
+msgstr "Elimina la tabla seleccionada."
#. X6A9S
#: 02110000.xhp
@@ -1697,7 +1697,7 @@ msgctxt ""
"par_id391683980193867\n"
"help.text"
msgid "Deletes the frame and all its contents."
-msgstr ""
+msgstr "Elimina el marco y todo lo que contenga."
#. 9PCbd
#: 02110000.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_id101683980385919\n"
"help.text"
msgid "Deletes the image."
-msgstr ""
+msgstr "Elimina la imagen."
#. pRa7R
#: 02110000.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id881683980540620\n"
"help.text"
msgid "Deletes the OLE object."
-msgstr ""
+msgstr "Elimina el objeto OLE."
#. J7vvC
#: 02110000.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"hd_id901683980594188\n"
"help.text"
msgid "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Delete Bookmark</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Eliminar marcador</link></variable>"
#. uAwPx
#: 02110000.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id971683980619549\n"
"help.text"
msgid "Deletes the bookmark."
-msgstr ""
+msgstr "Elimina el marcador."
#. dYAKz
#: 02110000.xhp
@@ -1859,7 +1859,7 @@ msgctxt ""
"par_id801683980678191\n"
"help.text"
msgid "Deletes the hyperlink."
-msgstr ""
+msgstr "Elimina el enlace."
#. CHAwA
#: 02110000.xhp
@@ -1895,7 +1895,7 @@ msgctxt ""
"par_id91683980841097\n"
"help.text"
msgid "Deletes the reference."
-msgstr ""
+msgstr "Elimina la referencia."
#. BomPF
#: 02110000.xhp
@@ -1922,7 +1922,7 @@ msgctxt ""
"hd_id521683981584628\n"
"help.text"
msgid "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Update</link></variable>"
-msgstr ""
+msgstr "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Actualizar</link></variable>"
#. D3Zo9
#: 02110000.xhp
@@ -1931,7 +1931,7 @@ msgctxt ""
"par_id271683981607144\n"
"help.text"
msgid "Updates the index."
-msgstr ""
+msgstr "Actualiza el índice."
#. rHKXT
#: 02110000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -1976,7 +1976,7 @@ msgctxt ""
"hd_id971683980909048\n"
"help.text"
msgid "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Delete Index</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Eliminar índice</link></variable>"
#. Xwre3
#: 02110000.xhp
@@ -1985,7 +1985,7 @@ msgctxt ""
"par_id701683980930568\n"
"help.text"
msgid "Deletes the index."
-msgstr ""
+msgstr "Elimina el índice."
#. EzESp
#: 02110000.xhp
@@ -2021,7 +2021,7 @@ msgctxt ""
"par_id321683981750977\n"
"help.text"
msgid "Deletes the comment."
-msgstr ""
+msgstr "Elimina el comentario."
#. fPEME
#: 02110000.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_id31683981815246\n"
"help.text"
msgid "Deletes the drawing object."
-msgstr ""
+msgstr "Elimina el objeto de dibujo."
#. nhnFF
#: 02110000.xhp
@@ -2093,7 +2093,7 @@ msgctxt ""
"par_id21683981906703\n"
"help.text"
msgid "Deletes the field."
-msgstr ""
+msgstr "Elimina el campo."
#. i2qFg
#: 02110000.xhp
@@ -2129,7 +2129,7 @@ msgctxt ""
"par_id201683982301451\n"
"help.text"
msgid "Deletes the footnote."
-msgstr ""
+msgstr "Elimina la nota al pie."
#. egHVc
#: 02110000.xhp
@@ -2165,7 +2165,7 @@ msgctxt ""
"par_id361683982023583\n"
"help.text"
msgid "Deletes the endnote."
-msgstr ""
+msgstr "Elimina la nota final."
#. uyXQ7
#: 02110000.xhp
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperenlace (LS y LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crea un hiperenlace para la parte de la entrada que el usuario delimite entre las etiquetas de apertura (LS) y cierre (LE) del hiperenlace. En la línea <emph>Estructura</emph>, pulse en el cuadro vacío que se ubique después de la ubicación donde se desee crear el hiperenlace y, a continuación, pulse en este botón. Repita este proceso para cada hiperenlace. Todos los hiperenlaces deben ser únicos. Disponible únicamente para los sumarios.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,14 +28376,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Propiedades del control de contenido</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/gug/helpcontent2/source/text/swriter/04.po b/source/gug/helpcontent2/source/text/swriter/04.po
index 11debe6f331..1e3b77d0858 100644
--- a/source/gug/helpcontent2/source/text/swriter/04.po
+++ b/source/gug/helpcontent2/source/text/swriter/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-18 19:33+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriter04/es/>\n"
"Language: es\n"
@@ -149,7 +149,7 @@ msgctxt ""
"hd_id3147411\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + F3"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">⌘F3</caseinline><defaultinline>Ctrl + F3</defaultinline></switchinline>"
#. 5dp5A
#: 01020000.xhp
diff --git a/source/gug/helpcontent2/source/text/swriter/guide.po b/source/gug/helpcontent2/source/text/swriter/guide.po
index f77133206c6..531a410ae24 100644
--- a/source/gug/helpcontent2/source/text/swriter/guide.po
+++ b/source/gug/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-02 12:34+0000\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
"Language-Team: Spanish <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/es/>\n"
"Language: es\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.15.2\n"
"X-POOTLE-MTIME: 1566235756.000000\n"
#. XAt2Y
@@ -18500,7 +18500,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Pulse sobre el texto que ha introducido."
#. csEKP
#: text_rotate.xhp
diff --git a/source/gug/officecfg/registry/data/org/openoffice/Office.po b/source/gug/officecfg/registry/data/org/openoffice/Office.po
index 783b2d1a9ab..ac533fad056 100644
--- a/source/gug/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/gug/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-18 15:09+0000\n"
"Last-Translator: dejesusaquino <josesitopechocho197@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notas"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "~Documento kuéra Moñe'ẽrãgui"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "~Kuatia Kálkulo Peguarã"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "~Ojechauka kuéra"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "~Dibujo kuéra"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Togue Web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documentos master"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Fórmulas"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documento kuéra base de datogui"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/gug/officecfg/registry/data/org/openoffice/Office/UI.po b/source/gug/officecfg/registry/data/org/openoffice/Office/UI.po
index b1c1cc86bc3..075ce063bd1 100644
--- a/source/gug/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/gug/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-26 16:40+0000\n"
"Last-Translator: dejesusaquino <josesitopechocho197@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Moneĩ tembikuaaty pegua"
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Juka Tysỹi kuéra"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9583,14 +9593,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10902,6 +10912,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Moinge Columna kuéra"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26751,36 +26771,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32061,15 +32051,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Papapy ~Rogue"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33243,6 +33253,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Juka Tysỹi kuéra"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Tysỹi kuéra"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/gug/sc/messages.po b/source/gug/sc/messages.po
index 15d747e8ece..90477cd5892 100644
--- a/source/gug/sc/messages.po
+++ b/source/gug/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-16 15:23+0000\n"
"Last-Translator: Porfiria Orrego <porrego9@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32807,38 +32807,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Ambue Opcionáke"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ipo columnagui:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Moñe'ẽrã columna pe"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Ñukuéra"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/gug/sd/messages.po b/source/gug/sd/messages.po
index ad6b92c1360..c9e27c673f5 100644
--- a/source/gug/sd/messages.po
+++ b/source/gug/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-08-02 16:44+0000\n"
"Last-Translator: Porfiria Orrego <porrego9@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Moinge Moñe'ẽrã"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Myenyhẽ ta'angajo'a ra'anga"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Asúpe"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Akatúa"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Yvate"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Yvýpe"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "¿Yvate Asúpe?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "¿Yvýpe Asúpe?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "¿Yvate Akatúa?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "¿Yvýpe Akatúa?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Oñenóva"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Oñembo'ýva"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "¿Opavave?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ko tembiapo nikatúi ojejapo modope oikóva."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Tapykuépe"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Segui"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Hecha paite"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Mbyekovia Sa'y"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Disolvencia"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Mbotuichave Rogue"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Índice rogue"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Ko'ãgaite naipóri mavave moógui ou SANE jehupytyhaguã."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Ko'ãgaite naipóri mavave moógui ou TWAIN jehupytyhaguã."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Pytaso"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Omoambueva"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estándar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estándar (mbyky)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estándar (puku)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Téra ñongatuha"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Tape/Téra Ñongatuhágui"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Tape"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Téra ñongatuha extensión'ỹre"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Pyahu Ojechauka Myatyrõ Ndegustaháicha"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Aty'ỹre Meta Añongatuha(kuéra)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Nikatúi aty'ỹre opavave mba'e dibújo gui."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,158 +1501,158 @@ msgstr ""
"¿Rembyekovia sépa?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Moñe'ẽrã"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperenlace"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Link ojeikema va'ekue"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Link kyre'ỹ"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Índice orekóvágui"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Poko ko'ápe reñepyrũ haguã"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Apohára"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Kuatia Rogue Ñepyrũra"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Maranduve"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Mboguejy ojechauka"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Navegador ndomoneĩri jepuru marcos flotantesgui."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Peteĩha rogue"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Paha rogue"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Moñe'ẽrã"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Ta'anga"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Orekóvandi"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Orekóva'ỹ"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Rogue ojechuka va'ekuépe"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convertir mapa de bits en polígono"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Poko resẽ haguã ojechaukágui..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Moĩ favorito 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Mbogua Ta'anga"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1632,799 +1662,805 @@ msgstr ""
"Nahaéi peteĩ ñongatuha audiogui válido."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convertir a Meta Añongatuha"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convertir a Mapabits"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Nikatúi ojejapo ñongatuha $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Nikatúi ojeavri ñongatuha $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Nikatúi ojehai ñongatuha $(URL1) en $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Térajey Diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Téra"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Área títulogui AutoTa'angahai haguã"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Área mba'e AutoTa'angahai haguã"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Área Py roguégui"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Área Omoakã"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Área Arange"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Área Papapy Diapositivágui"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Área Papapy Rogue"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<omoakã>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<py roguégui>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<arange/hora>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<papapy>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<econta>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<téra-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<téra-rogue>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Área Notas"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversión de Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositivas"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Rogue kuéra"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Techauka Mboyve Jehupytyhaguã'ỹre"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Oñembosako'i hína techauka mboyve"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Ta'angahai kuéra"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Jehechauka mbohekoha"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estilos Koty'i"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Formas %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Oje'éva"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Ñepyrũ Jey Ta'angahai Diapositivagui"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Moinge Peteĩ Tabla"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Moinge Gráfico"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Moinge Ta'anga"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Moinge Audio o Video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Mbotyryry ha Epoi Rogue kuéra"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Mbotyryry ha Epoi Diapositivas"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Emoĩ Ta'anga kuéra al Álbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva Moñe'ẽrãgui"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Hapykuegua"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Mba'ekuéra hapykueguágui"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Ta'angahai"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Pu'aka kuéra"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Líneas Tuichavekue"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Togue"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva Master"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Rogue Master"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Kuatiarogue ra'angarechapyrã"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notas)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Folletos"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Clic editar guarã formato moñe'ẽrã títulogui"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Clic editar guarã formato trazado moñe'ẽrãgui"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Kõi Nivel Trazado gui"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Mbohapyha Nivel Trazado gui"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Irundyha Nivel Trazado gui"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Poha Nivel Trazado gui"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Poteĩha Nivel Trazádo gui"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Pokoĩha Nivel Trazado gui"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Clic mongu'e guarã rogue"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Clic editar guarã formato nota gui"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Ejopy 'Clic' emoĩ haguã peteĩ título"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Clic mboheta guarã moñe'ẽrã"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Ejopy 'Clic' emoĩ haguã peteĩ moñe'ẽrã"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Clic mboheta guarã notas"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Kõi-clic moĩ guarã peteĩ ta'anga"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Kõi-clic moĩ guarã peteĩ mba'e"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Kõi-clic moĩ guarã peteĩ gráfico"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Kõi-clic moĩ guarã peteĩ organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Kõi-clic moĩ guarã peteĩ kuatia kálkulo peguarã"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Oĩhaguéicha voi"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Título"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Mongu'e diapositivas"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Mba'e myenyhẽ'ỹre"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Mba'e myenyhẽ'ỹre ni línea"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Moñe'ẽrã"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Járatee A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Mbohéra A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Moñe'ẽrã A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr " AO"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Járatee A4"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Mbohéra AO"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Ta'nga"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Ysajakuéra"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr " Haiñeno"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Hai ihu'ýva"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Haiñeno ososóva"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Myenyhẽmbyre"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Myenyhẽmbyre hovy"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Myenyhẽmbyre rovyũ"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Myeñyhẽmbyre sa'yju"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Myenyhẽmbyre pytãva"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Ñemokonimbyre"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Ñemokonimbyre hovy"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Ñemokonimbyre hovyũva"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Ñemokonimbyre sa'yju"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Ñemokonimbyre pytã"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Título"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtítulo"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Trazado"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Mba'ekuéra hapykueguágui"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Hapykuegua"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notas"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Gueru PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Ñongatu Documento"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Emomichĩ tai"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Embotuicha tai"
@@ -2432,637 +2468,637 @@ msgstr "Embotuicha tai"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Hechapyre Dibujo"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Hechapyre Dibujo"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Hechapyre Trazado"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Hechapyre Diapositivas"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ko'ápe ikatu remohenda diapositivas"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Hechapyre Notas"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Hechapyre Folleto"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TítuloOjechauka"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "EstructuraOjechauka"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SubtítuloOjechauka"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "RogueOjechauka"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotasOjechauka"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Folleto"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "FormaOjechaukaAccesibleJekuaa'ỹva"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "OjechaukaPy Roguégui"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "OjechaukaOmoakã"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "OjechaukaArangeHaAravo"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "OjechaukaPapapyRogue"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Ojechauka %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Título"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Estructura"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtítulo"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Togue"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notas"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Folleto"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma Ojechaukágui Accesible Jekuaa'ỹva"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Py roguégui"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Omoakã"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Arange"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Papapy"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(moñe'ẽ-año)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "mavave"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Siguiente clic peve"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Diapositiva paha peve"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Sambyhy:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Enfocar:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Ararendy:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Peteĩha sa'y:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Sa'y mokõiha:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Sa'y myenyhẽha:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Letra Háicha:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Tai sa'y:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estilo:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Mba'eichagua:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Tairenda sa'y:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tai tuichakue:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tamaño:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Mba'ereta:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Sa'y:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Pu'ỹre)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Pyta pu tenondegua)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Ambue pu..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Techapyrã"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Mbokapuhare"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Tape kuéra usuariogui"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Jeikeha: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Énfasis: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Ñese: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Jeku'e pukukue: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Misc: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Mavave"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Ko ára,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Kuehe,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(apohára'ỹre)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress ohupyty va'ekue paha ojechaukágui. ¿Reseguisépa reñepyrũ rehe?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress ohupyty va'ekue ñepyrũ ojechaukágui. ¿Reseguisépa paha rehe?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw ohupyty va'ekue paha documentogui. ¿Reseguisépa reñepyrũ rehe?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw ohupyty va'ekue ñepyrũ documentogui. ¿Reseguisépa paha rehe?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Moinge Oje'éva"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Juka Oje'éva(kuéra)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Mongu'e Oje'éva"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editar Oje'éva"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Mbohovái a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reproducción de medios"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabla"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Ta'angajo'a kuatiarogue rupive"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Tysýi"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Orekóva"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Ta'ngajo'a réra"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "K~uatiarogue réra"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Arange ha aravo"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Rogue kuéra okañy va'ekue"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Sa'y"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Tamaño"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Folleto"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Tova kuéra roguégui"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Moinge"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Jepuru bandeja año kuatiágui preferencia impresora gui"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Kuatiaroguekuéra"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress oheka va'ekue paha ojechaukágui. ¿Reseguisépa reñepyrũ rehe?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress oheka va'ekue ñepyrũ ojechaukágui. ¿Reseguisépa paha rehe?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw oheka va'ekue paha documentogui. ¿Reseguisépa reñepyrũ rehe?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw oheka va'ekue ñepyrũ documentogui. ¿Reseguisépa paha rehe?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Juapyha"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/gug/svtools/messages.po b/source/gug/svtools/messages.po
index d40c5d634d7..c9648035dab 100644
--- a/source/gug/svtools/messages.po
+++ b/source/gug/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -871,10 +871,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/gug/sw/messages.po b/source/gug/sw/messages.po
index 32e3ca60720..29f621c21e5 100644
--- a/source/gug/sw/messages.po
+++ b/source/gug/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-08-19 12:02+0200\n"
"Last-Translator: pastora <pastora.leguizamon@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16980,230 +16980,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Moinge Índice Jeikeha"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Moinge"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Pyahu Myesakã va'ekue-Usuario Índice"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Embohekopyahu jeikeha jeporavoha guive"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Jeikeha principal"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Oĩmbáva palabras'año"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Mbojuavykuaa mayúsculas ha minúsculas"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/he/accessibility/messages.po b/source/he/accessibility/messages.po
index 54514a9b097..aa4820b7375 100644
--- a/source/he/accessibility/messages.po
+++ b/source/he/accessibility/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-01-26 17:37+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/accessibilitymessages/he/>\n"
"Language: he\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: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1508683351.000000\n"
#. be4e7
@@ -79,7 +79,7 @@ msgstr "שורה %ROWNUMBER"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -129,7 +129,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/avmedia/messages.po b/source/he/avmedia/messages.po
index 367247f0dab..fb44401e4fa 100644
--- a/source/he/avmedia/messages.po
+++ b/source/he/avmedia/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: 2022-02-18 12:16+0100\n"
-"PO-Revision-Date: 2021-01-26 17:36+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/avmediamessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1516044735.000000\n"
#. m6G23
@@ -109,7 +109,7 @@ msgstr "הצגה"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -159,7 +159,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/basctl/messages.po b/source/he/basctl/messages.po
index 900c66aa587..c546a2b4dcf 100644
--- a/source/he/basctl/messages.po
+++ b/source/he/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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-05-04 15:40+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/he/>\n"
"Language: he\n"
@@ -578,7 +578,7 @@ msgstr "החלונית הזאת היא לקריאה בלבד ולא ניתן ל
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -628,7 +628,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/basic/messages.po b/source/he/basic/messages.po
index c68f5c114f0..0e0da8613f2 100644
--- a/source/he/basic/messages.po
+++ b/source/he/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: 2022-01-31 18:18+0100\n"
-"PO-Revision-Date: 2021-10-27 20:07+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/basicmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1507241210.000000\n"
#. CacXi
@@ -782,7 +782,7 @@ msgstr "$(ARG1)"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -832,7 +832,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/chart2/messages.po b/source/he/chart2/messages.po
index 355fc4e12e3..6a682cd718e 100644
--- a/source/he/chart2/messages.po
+++ b/source/he/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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2023-05-01 17:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/he/>\n"
"Language: he\n"
@@ -43,7 +43,7 @@ msgstr "פירמידה"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -93,7 +93,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/connectivity/messages.po b/source/he/connectivity/messages.po
index f2f809b2ccf..071dfd19dd6 100644
--- a/source/he/connectivity/messages.po
+++ b/source/he/connectivity/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: 2022-07-06 20:18+0200\n"
-"PO-Revision-Date: 2023-03-14 04:12+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/he/>\n"
"Language: he\n"
@@ -481,7 +481,7 @@ msgstr "הרצת פעולת ה־UPDATE (עדכון) לא השפיעה על אף
#: connectivity/inc/strings.hrc:103
msgctxt "STR_NO_CLASSNAME_PATH"
msgid "The additional driver class path is “$classpath$”."
-msgstr ""
+msgstr "נתיב מחלקת מנהל ההתקן הנוסף הוא „$classpath$”."
#. sX2NM
#: connectivity/inc/strings.hrc:104
@@ -562,7 +562,7 @@ msgstr "פעולת הרישום נפסלה."
#: connectivity/inc/strings.hrc:120
msgctxt "STR_PARSER_CYCLIC_SUB_QUERIES"
msgid "The statement contains a cyclic reference to one or more subqueries."
-msgstr ""
+msgstr "הביטוי מכיל הפניה מעגלית לתת־שאילתה אחת או יותר."
#. jDAGJ
#: connectivity/inc/strings.hrc:121
@@ -609,7 +609,7 @@ msgstr "אין אפשרות להציג את כל תוכן הטבלה, יש לה
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -659,7 +659,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/cui/messages.po b/source/he/cui/messages.po
index e59cf65a810..3d6a095b7cb 100644
--- a/source/he/cui/messages.po
+++ b/source/he/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-07 16:34+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/he/>\n"
"Language: he\n"
@@ -85,7 +85,7 @@ msgstr "טקסט"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -135,7 +135,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
@@ -16612,74 +16612,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "תמיד לשמור _בשם:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "מסמך טקסט"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "מסמך ‏‪HTML‬‏‏"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "מסמך מאסטר"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "גיליון אלקטרוני"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "מצגת"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ציור"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "נוסחה"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_סוג המסמך:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "פורמט ברירת המחדל לקובץ והגדרות ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/he/dbaccess/messages.po b/source/he/dbaccess/messages.po
index fa632b6d140..0d14abc344e 100644
--- a/source/he/dbaccess/messages.po
+++ b/source/he/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-03-12 11:23+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1525075444.000000\n"
#. BiN6g
@@ -37,7 +37,7 @@ msgstr "ביטוי ה־SQL"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -87,7 +87,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/desktop/messages.po b/source/he/desktop/messages.po
index d99ffd189ce..33e97dff01a 100644
--- a/source/he/desktop/messages.po
+++ b/source/he/desktop/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-03-05 20:38+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/he/>\n"
"Language: he\n"
@@ -797,7 +797,7 @@ msgstr "שגיאה: "
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -847,7 +847,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/editeng/messages.po b/source/he/editeng/messages.po
index 6a707a3d5cc..b5841b9cf81 100644
--- a/source/he/editeng/messages.po
+++ b/source/he/editeng/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-11-14 14:35+0100\n"
-"PO-Revision-Date: 2023-03-05 20:38+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/editengmessages/he/>\n"
"Language: he\n"
@@ -100,7 +100,7 @@ msgstr "יישור מפוזר"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -150,7 +150,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/extensions/messages.po b/source/he/extensions/messages.po
index 527c58fab67..db756114a15 100644
--- a/source/he/extensions/messages.po
+++ b/source/he/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-05-07 16:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/he/>\n"
"Language: he\n"
@@ -37,7 +37,7 @@ msgstr "פקודת SQL"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -87,7 +87,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/filter/messages.po b/source/he/filter/messages.po
index d98e3097097..457602272fc 100644
--- a/source/he/filter/messages.po
+++ b/source/he/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-04 15:40+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1516030010.000000\n"
#. 5AQgJ
@@ -327,7 +327,7 @@ msgstr "בשמירה: "
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -377,7 +377,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/forms/messages.po b/source/he/forms/messages.po
index 8a8750d7a88..f3cd0367013 100644
--- a/source/he/forms/messages.po
+++ b/source/he/forms/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-01 17:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/formsmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1507241231.000000\n"
#. naBgZ
@@ -372,12 +372,12 @@ msgstr "זהו טיפוס מובנה ולא ניתן להסירו."
#: forms/inc/strings.hrc:85
msgctxt "RID_STR_XFORMS_WARN_TARGET_IS_FILE"
msgid "Are you sure you want to write to local file \"$\"?"
-msgstr ""
+msgstr "לכתוב לקובץ המקומי „$”?"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -427,7 +427,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/formula/messages.po b/source/he/formula/messages.po
index 7b0e09b69f4..48eadd087bf 100644
--- a/source/he/formula/messages.po
+++ b/source/he/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-03-05 20:38+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1542023483.000000\n"
#. YfKFn
@@ -2522,7 +2522,7 @@ msgstr "RANDBETWEEN.NV"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -2572,7 +2572,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
@@ -2588,13 +2588,13 @@ msgstr "_כן"
#: formula/inc/strings.hrc:24
msgctxt "STR_OPTIONAL"
msgid "(optional)"
-msgstr "(בלתי מחייבת)"
+msgstr "(רשות)"
#. YFdrJ
#: formula/inc/strings.hrc:25
msgctxt "STR_REQUIRED"
msgid "(required)"
-msgstr "(מחייבת)"
+msgstr "(חובה)"
#. Xez6g
#: formula/inc/strings.hrc:27
@@ -2648,31 +2648,31 @@ msgstr "ה_בא >"
#: formula/uiconfig/ui/formuladialog.ui:153
msgctxt "formuladialog|functiontab"
msgid "Functions"
-msgstr ""
+msgstr "פונקציות"
#. 54kbd
#: formula/uiconfig/ui/formuladialog.ui:176
msgctxt "formuladialog|structtab"
msgid "Structure"
-msgstr ""
+msgstr "מבנה"
#. RGrYD
#: formula/uiconfig/ui/formuladialog.ui:208
msgctxt "formuladialog|label2"
msgid "Function result:"
-msgstr ""
+msgstr "תוצאת פונקציה:"
#. dN9gA
#: formula/uiconfig/ui/formuladialog.ui:356
msgctxt "formuladialog|formula"
msgid "For_mula:"
-msgstr ""
+msgstr "_נוסחה:"
#. jvCvJ
#: formula/uiconfig/ui/formuladialog.ui:371
msgctxt "formuladialog|label1"
msgid "Result:"
-msgstr ""
+msgstr "תוצאה:"
#. rJsXw
#: formula/uiconfig/ui/formuladialog.ui:417
@@ -2690,7 +2690,7 @@ msgstr "הגדלה"
#: formula/uiconfig/ui/functionpage.ui:26
msgctxt "functionpage|label_search"
msgid "_Search:"
-msgstr ""
+msgstr "_חיפוש:"
#. kBsGA
#: formula/uiconfig/ui/functionpage.ui:45
@@ -2702,7 +2702,7 @@ msgstr "חיפוש אחר שם פונקציה. מחפש גם בתיאורי הפ
#: formula/uiconfig/ui/functionpage.ui:60
msgctxt "functionpage|label1"
msgid "_Category:"
-msgstr ""
+msgstr "_קטגוריה:"
#. WQC5A
#: formula/uiconfig/ui/functionpage.ui:75
@@ -2726,7 +2726,7 @@ msgstr "מציג את כל הקטגוריות אליהן משתייכות הפו
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "_פונקציה:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
@@ -2798,7 +2798,7 @@ msgstr "בחירה"
#: formula/uiconfig/ui/structpage.ui:28
msgctxt "structpage|label1"
msgid "_Structure:"
-msgstr ""
+msgstr "מ_בנה:"
#. KGSPW
#: formula/uiconfig/ui/structpage.ui:77
diff --git a/source/he/fpicker/messages.po b/source/he/fpicker/messages.po
index cad527c7fca..d9a87dde271 100644
--- a/source/he/fpicker/messages.po
+++ b/source/he/fpicker/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: 2022-06-09 11:50+0200\n"
-"PO-Revision-Date: 2023-03-05 20:38+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/fpickermessages/he/>\n"
"Language: he\n"
@@ -93,7 +93,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -143,7 +143,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/framework/messages.po b/source/he/framework/messages.po
index 7cee1dbdfbb..f33b10130b0 100644
--- a/source/he/framework/messages.po
+++ b/source/he/framework/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-03-14 21:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/frameworkmessages/he/>\n"
"Language: he\n"
@@ -358,7 +358,7 @@ msgstr "סרגל ניווט"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -408,7 +408,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/helpcontent2/source/text/scalc.po b/source/he/helpcontent2/source/text/scalc.po
index 7758fa2a194..bf5d7169eff 100644
--- a/source/he/helpcontent2/source/text/scalc.po
+++ b/source/he/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-28 15:17+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/he/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1494373991.000000\n"
#. ZxQeC
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/shared/01/01020000.xhp\">פתיחה</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/he/helpcontent2/source/text/scalc/00.po b/source/he/helpcontent2/source/text/scalc/00.po
index bfbe2ce85fd..acadb2c3f19 100644
--- a/source/he/helpcontent2/source/text/scalc/00.po
+++ b/source/he/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Insert Columns"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/he/helpcontent2/source/text/scalc/01.po b/source/he/helpcontent2/source/text/scalc/01.po
index 8c6bc12260e..142b40d4d18 100644
--- a/source/he/helpcontent2/source/text/scalc/01.po
+++ b/source/he/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-06-09 21:11+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/he/>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "\\<bookmark_value\\>spreadsheets; deleting\\</bookmark_value\\>\\<bookmark_value\\>sheets; deleting\\</bookmark_value\\>\\<bookmark_value\\>deleting; spreadsheets\\</bookmark_value\\>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Yes"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "No"
-
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "\\<bookmark_value\\>spreadsheets; moving\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; copying\\</bookmark_value\\>\\<bookmark_value\\>moving; spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>copying; spreadsheets\\</bookmark_value\\>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Insert Sheet"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "\\<bookmark_value\\>RSQ calculations\\</bookmark_value\\>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "\\<bookmark_value\\>worksheet names\\</bookmark_value\\>\\<bookmark_value\\>changing; sheet names\\</bookmark_value\\>\\<bookmark_value\\>sheets; renaming\\</bookmark_value\\>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Show Sheet"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "\\<bookmark_value\\>sheets; displaying\\</bookmark_value\\>\\<bookmark_value\\>displaying; sheets\\</bookmark_value\\>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/he/helpcontent2/source/text/scalc/guide.po b/source/he/helpcontent2/source/text/scalc/guide.po
index c612a4cb3ec..e7c04ad0957 100644
--- a/source/he/helpcontent2/source/text/scalc/guide.po
+++ b/source/he/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigating Through Sheets Tabs"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "\\<bookmark_value\\>sheets; showing multiple\\</bookmark_value\\>\\<bookmark_value\\>sheet tabs;using\\</bookmark_value\\>\\<bookmark_value\\>views;multiple sheets\\</bookmark_value\\>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Applying Multiple Sheets"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "\\<bookmark_value\\>sheets; inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; sheets\\</bookmark_value\\>\\<bookmark_value\\>sheets; selecting multiple\\</bookmark_value\\>\\<bookmark_value\\>sheets; simultaneous multiple filling\\</bookmark_value\\>\\<bookmark_value\\>appending sheets\\</bookmark_value\\>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserting a Sheet"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Choose \\<item type=\\\"menuitem\\\"\\>Insert - Sheet\\</item\\> to insert a new sheet or an existing sheet from another file."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/he/helpcontent2/source/text/scalc/menu.po b/source/he/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/he/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/he/helpcontent2/source/text/shared/00.po b/source/he/helpcontent2/source/text/shared/00.po
index df6a0c94c72..28b51260bf4 100644
--- a/source/he/helpcontent2/source/text/shared/00.po
+++ b/source/he/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-06-09 21:11+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://weblate.documentfoundation.org/projects/libo_help-master/textshared00/he/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">כדי לגשת לפקודה הזאת…</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "File Menu"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "New"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Open File"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Save"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Save As"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Print Page Preview"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/he/helpcontent2/source/text/shared/01.po b/source/he/helpcontent2/source/text/shared/01.po
index 1ad85704ce5..c8740253e0f 100644
--- a/source/he/helpcontent2/source/text/shared/01.po
+++ b/source/he/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "\\<emph\\>Function\\</emph\\>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\">פתיחה</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/he/helpcontent2/source/text/swriter/00.po b/source/he/helpcontent2/source/text/swriter/00.po
index e163d57bbe5..e436a606dcf 100644
--- a/source/he/helpcontent2/source/text/swriter/00.po
+++ b/source/he/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Mail Merge"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/he/helpcontent2/source/text/swriter/01.po b/source/he/helpcontent2/source/text/swriter/01.po
index c33155c9eaa..72846e4c165 100644
--- a/source/he/helpcontent2/source/text/swriter/01.po
+++ b/source/he/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS and LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/he/helpcontent2/source/text/swriter/menu.po b/source/he/helpcontent2/source/text/swriter/menu.po
index 1d2e99c770f..220789e7cfc 100644
--- a/source/he/helpcontent2/source/text/swriter/menu.po
+++ b/source/he/helpcontent2/source/text/swriter/menu.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:51+0100\n"
-"PO-Revision-Date: 2016-05-08 00:40+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2023-05-29 12:34+0000\n"
+"Last-Translator: Kfir Pshititsky <Kfir4321@gmail.com>\n"
+"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1462668001.000000\n"
#. acMEH
@@ -68,7 +68,7 @@ msgctxt ""
"hd_id401672693292708\n"
"help.text"
msgid "Rich Text"
-msgstr ""
+msgstr "טקסט עשיר"
#. SFU7D
#: contentcontrol_submenu.xhp
diff --git a/source/he/officecfg/registry/data/org/openoffice.po b/source/he/officecfg/registry/data/org/openoffice.po
index 6848ac1c37a..d3b015dcc90 100644
--- a/source/he/officecfg/registry/data/org/openoffice.po
+++ b/source/he/officecfg/registry/data/org/openoffice.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: 2023-04-27 12:14+0200\n"
-"PO-Revision-Date: 2020-02-14 10:29+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
-"Language-Team: Hebrew <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenoffice/he/>\n"
+"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenoffice/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1519742595.000000\n"
#. foAxC
@@ -44,7 +44,7 @@ msgctxt ""
"ooSetupFactoryUIName\n"
"value.text"
msgid "XML Form Document"
-msgstr ""
+msgstr "מסמך טופס XML"
#. GwFDf
#: Setup.xcu
diff --git a/source/he/officecfg/registry/data/org/openoffice/Office.po b/source/he/officecfg/registry/data/org/openoffice/Office.po
index ea3f2a39b0b..d0272a16f2f 100644
--- a/source/he/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/he/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/he/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542023484.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "הערות"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "מסמכי טקסט"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "גיליונות אלקטרוניים"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "מצגות"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ציורים"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "דפי אינטרנט"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "מסמכי מאסטר"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "נוסחאות"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "מסמכי מסד נתונים"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/he/officecfg/registry/data/org/openoffice/Office/UI.po b/source/he/officecfg/registry/data/org/openoffice/Office/UI.po
index f4276ca3401..7bec583f90f 100644
--- a/source/he/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/he/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-01 17:34+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/he/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~אימות נתונים"
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "מחיקת שורות"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "החלפת שקף הורה…"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "עמוד הורה…"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10867,6 +10877,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "הוסף עמודות"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26641,36 +26661,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "מחיקת העמודות הנבחרות"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "מחיקת שורות"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "מחיקת ~שורות"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "מחיקת השורות הנבחרות"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31921,15 +31911,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "מספר עמוד"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33101,6 +33111,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "עמודות ~לפני"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "מחיקת שורות"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "שורות"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/he/reportdesign/messages.po b/source/he/reportdesign/messages.po
index 495fcea80d8..8a389e9f9d1 100644
--- a/source/he/reportdesign/messages.po
+++ b/source/he/reportdesign/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: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1516047757.000000\n"
#. FBVr9
@@ -175,7 +175,7 @@ msgstr "מרכז"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -225,7 +225,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/sc/messages.po b/source/he/sc/messages.po
index 19d73af3bf4..a488936c03e 100644
--- a/source/he/sc/messages.po
+++ b/source/he/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-04 15:40+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/he/>\n"
"Language: he\n"
@@ -85,7 +85,7 @@ msgstr "תוסף"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -135,7 +135,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
@@ -33101,39 +33101,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "אפשרויות נוספות"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "_סוג עמודה:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "יש לבחור בעמודה בחלון התצוגה המקדימה ולבחור את סוג הנתונים שיוחל על הנתונים המיובאים."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "מטקסט לעמודות"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "שדות"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/he/scaddins/messages.po b/source/he/scaddins/messages.po
index c0353f2abe3..5ef3115098f 100644
--- a/source/he/scaddins/messages.po
+++ b/source/he/scaddins/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: 2022-11-14 14:36+0100\n"
-"PO-Revision-Date: 2023-03-06 07:13+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/he/>\n"
"Language: he\n"
@@ -4063,7 +4063,7 @@ msgstr "לוח התשלומים"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -4113,7 +4113,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/sccomp/messages.po b/source/he/sccomp/messages.po
index 02a6f8d0102..3a0d7029f45 100644
--- a/source/he/sccomp/messages.po
+++ b/source/he/sccomp/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-03-29 16:03+0200\n"
-"PO-Revision-Date: 2021-01-26 17:37+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/sccompmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1511367934.000000\n"
#. whDxm
@@ -103,7 +103,7 @@ msgstr "עבר מגבלת הזמן לביצוע"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -153,7 +153,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/sd/messages.po b/source/he/sd/messages.po
index b834c967102..c51ae615ae5 100644
--- a/source/he/sd/messages.po
+++ b/source/he/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-07 16:34+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/he/>\n"
"Language: he\n"
@@ -217,7 +217,7 @@ msgstr "ב~חירה"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -267,7 +267,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "הכנסת טקסט"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "טעינת שקופית בסיס"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "נאה"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "שמאל"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ימין"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "למעלה"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "למטה"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "שמאל עליון?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "שמאל תחתון?‏"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "עליון ימינה?‏"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "תחתון ימינה?‏"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "אופקי"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "אנכי"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "הכל?‏"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "לא ניתן להריץ פעולה זו במצב החי.‏"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "קודם"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "המשך"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "סקירת על"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "מחליף הצבעים"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "דעיכה צולבת"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "הרחבת שקופית"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "שקופית טבלת תוכן עניינים"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "אין מקור‫ SANE זמין כרגע.‏"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "אין מקור‫ TWAIN זמין כרגע.‏"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "קבוע"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "משתנה"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "סטנדרטי"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "סטנדרטי (קצר)‏"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "סטנדרטי (ארוך)‏"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "שם קובץ"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "נתיב/שם קובץ"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "נתיב"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "שם קובץ ללא סיומת"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "תצוגת שקופיות חדשה מותאמת אישית"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "העתקה "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "פורמט מצגת (%PRODUCTNAME Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "שבירת קיבוץ של קובץ(קבצי) מטה...‏"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "לא ניתן היה לבטל את קיבוצם של כל עצמי הציור.‏"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "מצגת %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"האם להחליפו?‏"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "טקסט"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "היפר קישור"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "קישור שביקרו בו"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "קישור פעיל"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "הערות"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "טבלת תוכן עניינים"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "לחץ/י כאן כדי להתחיל"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "מחבר"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "דואר אלקטרוני"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "דף בית"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "מידע נוסף"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "הורדת מצגת"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "למרבה הצער אין הדפדפן שברשותך תומך במסגרות צפות.‏"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "עמוד ראשון"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "עמוד אחרון"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "טקסט"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "תמונה"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "עם תוכן עניינים"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "בלי תוכן עניינים"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "לעמוד נתון"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "המרת מפת סיביות למצולע"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "יש ללחוץ כאן כדי לצאת מהמצגת"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "הפסקה..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "החלת תלת־ממד מועדף"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "מסנן תמונה"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,800 +1661,806 @@ msgstr ""
"אינו קובץ שמע חוקי !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "המרה לקובץ מטה"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "המרה למפת סיביות"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "לא ניתן ליצור את‫ הקובץ $(URL1).‏"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "א ניתן היה לפתוח את‫ הקובץ $(URL1).‏"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "לא ניתן היה להעתיק את‫ הקובץ $(URL1) ל $(URL2).‏"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "שם תבנית הבסיס. לחיצה ימנית לרשימה או לחיצה לחלונית."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "שינוי שם שקופית"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "שינוי שם עמוד"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "שמות כפולים או ריקים אינם אפשריים"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "שם"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "שינוי שם שקופית בסיס"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "אזור הכותרת לפריסות אוטומטיות"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "אזור העצמים לפריסות אוטומטיות"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "אזור כותרת תחתונה"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "אזור כותרת עליונה"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "אזור תאריך"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "אזור מספר שקופית"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "אזור מספר עמוד"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<כותרת עליונה>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<כותרת תחתונה>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<תאריך/שעה>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<מספר>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<ספירה>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<שם-השקופית>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<שם-העמוד>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "אזור הערות"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ממיר הנגול/הנגה"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "שקופיות"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "עמודים"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "תצוגה מקדימה לא זמינה"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "מכין תצוגה מקדימה"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "מתווים"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "סגנונות ציור"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "סגנונות מצגת"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "סגנונות תא"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "צורה %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "הגדרת תמונת רקע"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "הערות"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "איפוס מתווה שקופית"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "הוספת טבלה"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "הכנסת תרשים"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "הוספת תמונה"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "הוספת שמע או וידאו"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "גרירה והשלכה של עמודים"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "גרירה והשלכה של שקופיות"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "נא להוסיף תמונות לאלבום."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "שקופית טקסט"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "תיקיית היעד המקומית ‚%FILENAME’ אינה ריקה. חלק מהקבצים עלולים להיגרם. להמשיך?‏"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "רקע"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "עצמי רקע"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "מתווה"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "פקדים"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "קווי ממדים"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "שקופית"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "עמוד"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "שקופית"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "שקופית בסיס"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "שקופית בסיס:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "עמוד בסיס"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "עמוד בסיס:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(הערות)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "עלונים"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "יש ללחוץ כדי לערוך את עיצוב טקסט הכותרת"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "יש ללחוץ כדי לערוך את עיצוב מתאר הכותרת"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
#, fuzzy
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "הקש פעמיים כדי לערוך את עיצוב הטקסט של הכותרת"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "רמת מתאר שניה"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "רמת מתאר שלישית"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "רמת מתאר רביעית"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "רמת מתאר חמישית"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "רמת מתאר שישית"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "רמת מתאר שביעית"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "יש ללחוץ על מנת להזיז את השקופית"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "יש ללחוץ כדי לערוך את עיצוב ההערות"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "הקש פעמיים בכדי להזיז את השקופית"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "יש ללחוץ כדי להוסיף כותרת"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "יש ללחוץ כדי להוסיף טקסט"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "יש ללחוץ כדי להוסיף טקסט"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "יש ללחוץ כדי להוסיף הערות"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "הקש פעמיים בכדי להוסיף כותרת"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "הקש פעמיים בכדי להוסיף טקסט"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "הקש פעמיים בכדי להוסיף טקסט"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "הקש בכדי לערוך הטקסט"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "הקשה כפולה בכדי להוסיף הערות"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "יש ללחוץ לחיצה כפולה כדי להוסיף תמונה"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "יש ללחוץ לחיצה כפולה כדי להוסיף פריט"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "יש ללחוץ לחיצה כפולה כדי להוסיף תרשים"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "יש ללחוץ לחיצה כפולה כדי להוסיף תרשים ארגוני"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "יש ללחוץ לחיצה כפולה כדי להוסיף מצגת"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ברירת מחדל"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "כותרת"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "סגנון ציור ברירת מחדל"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "הזזת שקופיות"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "הוסף עמוד"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "הוספת עמוד"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "מאפייני שקופית"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "עצם בלי מילוי"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "עצם ללא מילוי וללא קו"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "טקסט"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "כותר A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "כותרת A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "טקסט A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "כותר A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "כותרת A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "טקסט A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "גרפיקה"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "צורות"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "שורות"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "קו חץ"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "קו מקווקו"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "מלא"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "מלא בכחול"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "מלא בירוק"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "מלא בצהוב"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "מלא באדום"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "קו מתאר"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "קו מתאר כחול"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "קו מתאר ירוק"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "קו מתאר צהוב"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "קו מתאר אדום"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "כותרת"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "כותרת משנית"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "מתאר"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "עצמי רקע"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "רקע"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "הערות"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "‫‏‪PowerPoint יבוא"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "שמירת מסמך"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "צמצום גודל הגופן"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "הגדלת גודל הגופן"
@@ -2432,644 +2468,644 @@ msgstr "הגדלת גודל הגופן"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "תצוגת הציור"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "תצוגת הציור"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "תצוגת המתאר"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "תצוגת השקופיות"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "כאן ממיינים שקופיות."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "תצוגת הרשמים"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "תצוגת העלונים"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "כותר המצגת"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "מצגת"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "מצגת"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "תדפיס לחלוקה"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "כותרת_מצגת_תחתונה"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "כותרת_מצגת_עליונה"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "מצגת %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "כותרת"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "מתאר"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "כותרת משנית"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "עמוד"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "הערות"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "תדפיס לחלוקה"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "כותרת תחתונה"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "כותר"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "תאריך"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "מספר"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(קריאה בלבד)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ללא"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "עד הלחיצה הבאה"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "עד סוף השקופית"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "כיוון:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "תקריב:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "חישוקים"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "צבע ראשון:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "צבע שני:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "צבע מילוי:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "סגנון:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "גופן:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "צבע גופן:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "סגנון:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "סוג הגופן"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "צבע קו:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "גודל גופן:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "גודל:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "כמות:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "צבע:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ללא קול)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(להפסיק את הקול הקודם)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "קול אחר...‏"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "דוגמה"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "האירוע המפעיל"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "נתיבי משתמש"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "כניסה: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "הדגשה: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "יציאה: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "נתיבי תנועה: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "שונות: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ללא"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "היום,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "אתמול,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(אין מחבר)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress הגיעה לסוף המצגת. האם להמשיך מההתחלה?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress הגיעה לתחילת המצגת. האם להמשיך מהסוף?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw הגיעה לסוף המסמך. האם להמשיך מההתחלה?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw הגיעה לתחילת המסמך. האם להמשיך מהסוף?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "הוספת הערה"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "מחיקת הערה/ות"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "העברת ההערה"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "עריכת הערה"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "תגובה ל־%1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "ניגון מדיה"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "טבלה"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "מסמך"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "שקופיות לעמוד:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "סדר:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~תוכן"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "שם ש~קופית"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "שם ~עמוד"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~תאריך ושעה"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "עמודים חבויים"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "צבע"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~גודל"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "עלון"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "צדי העמוד"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "לכלול"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~יש להשתמש במגש הדפים מהגדרות המדפסת בלבד"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "עמודים:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "שקופיות:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "‫%PRODUCTNAME סיים חיפוש במצגת. האם להתחיל חיפוש מתחילת המצגת?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "‫%PRODUCTNAME סיים חיפוש עד תחילת המסמך. האם להמשיך חיפוש מסוף המסמך?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw חיפש עד סוף המסמך. האם להמשיך מההתחלה?‏"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw חיפש עד תחילת המסמך. האם להמשיך מהסוף?‏"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "הנפשה"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "קישור"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "ה~בא"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "ה~קודם"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "השקופית ה~ראשונה"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "השקופית ה~אחרונה"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "הוספת עיצוב חדש"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/he/sfx2/messages.po b/source/he/sfx2/messages.po
index ecb948b4738..69162801110 100644
--- a/source/he/sfx2/messages.po
+++ b/source/he/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-03-14 04:12+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1565194215.000000\n"
#. bHbFE
@@ -735,7 +735,7 @@ msgstr "פתיחת קובץ...‏"
#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "Template Manager..."
-msgstr ""
+msgstr "מנהל תבניות…"
#. FzJCj
#: include/sfx2/strings.hrc:140
@@ -2047,7 +2047,7 @@ msgstr "חוקר עצמי UNO"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -2097,7 +2097,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
@@ -5123,7 +5123,7 @@ msgstr "הצגת תצוגות מקדימות"
#: sfx2/uiconfig/ui/templatepanel.ui:336
msgctxt "commontemplate|STR_HIGHLIGHT_CHECKBOX"
msgid "Spotlight"
-msgstr ""
+msgstr "זרקור"
#. p9AWW
#: sfx2/uiconfig/ui/versioncommentdialog.ui:8
diff --git a/source/he/starmath/messages.po b/source/he/starmath/messages.po
index 720aec57cc3..1dd7b2cd5f5 100644
--- a/source/he/starmath/messages.po
+++ b/source/he/starmath/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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-04 15:40+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/he/>\n"
"Language: he\n"
@@ -427,7 +427,7 @@ msgstr "or"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -477,7 +477,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/svl/messages.po b/source/he/svl/messages.po
index 31e6f3f7b94..26e9032c6f1 100644
--- a/source/he/svl/messages.po
+++ b/source/he/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: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2023-03-05 20:38+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/svlmessages/he/>\n"
"Language: he\n"
@@ -57,7 +57,7 @@ msgstr "דולג"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -107,7 +107,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/svtools/messages.po b/source/he/svtools/messages.po
index 311e4ef0f91..e817562bb1b 100644
--- a/source/he/svtools/messages.po
+++ b/source/he/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-03-14 04:12+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/he/>\n"
"Language: he\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "גלילה לגיליון האחרון"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "הוספת גיליון"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
@@ -1774,7 +1774,7 @@ msgstr "בודק איות מרוחק של LanguageTool"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -1824,7 +1824,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/svx/messages.po b/source/he/svx/messages.po
index ad780c42620..5864fcffa39 100644
--- a/source/he/svx/messages.po
+++ b/source/he/svx/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-03 05:35+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1565192821.000000\n"
#. 3GkZj
@@ -10407,7 +10407,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -10457,7 +10457,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/sw/messages.po b/source/he/sw/messages.po
index 60416ac5011..4940d08c7ae 100644
--- a/source/he/sw/messages.po
+++ b/source/he/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-01 17:34+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/he/>\n"
"Language: he\n"
@@ -20,7 +20,7 @@ msgstr ""
#: sw/inc/AccessibilityCheckStrings.hrc:16
msgctxt "STR_NO_ALT"
msgid "No alt or description text for graphic “%OBJECT_NAME%”."
-msgstr ""
+msgstr "אין תיאור חלופי או טקסט תיאור לגרפיקה „%OBJECT_NAME%”."
#. aPeze
#: sw/inc/AccessibilityCheckStrings.hrc:17
@@ -68,13 +68,13 @@ msgstr "הימנעות מהערות שוליים."
#: sw/inc/AccessibilityCheckStrings.hrc:24
msgctxt "STR_AVOID_FAKE_FOOTNOTES"
msgid "Avoid simulated footnotes."
-msgstr ""
+msgstr "הימנעות מהערות שוליים מדומות."
#. s2rjR
#: sw/inc/AccessibilityCheckStrings.hrc:25
msgctxt "STR_AVOID_FAKE_CAPTIONS"
msgid "Avoid simulated captions."
-msgstr ""
+msgstr "הימנעות מכותרות מדומות."
#. sg2MT
#: sw/inc/AccessibilityCheckStrings.hrc:26
@@ -181,7 +181,7 @@ msgstr "נא למלא טקסט חלופי."
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -231,7 +231,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
@@ -17129,230 +17129,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "הכנסת מפתח"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "הכנסה"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "מפתחות חדשות מוגדרי משתמש"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "הערך הראשי"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "מילים שלמות בלבד"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "התאמת רישיות"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/he/uui/messages.po b/source/he/uui/messages.po
index 64d94dccb4f..b3ace0c2d95 100644
--- a/source/he/uui/messages.po
+++ b/source/he/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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-03-12 11:23+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/he/>\n"
"Language: he\n"
@@ -539,7 +539,7 @@ msgstr "אזהרת אבטחה: אין תאום בין שמות המתחם של
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -589,7 +589,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/vcl/messages.po b/source/he/vcl/messages.po
index 24a8666b3db..34339d2bbaf 100644
--- a/source/he/vcl/messages.po
+++ b/source/he/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:33+0200\n"
-"PO-Revision-Date: 2023-05-04 15:40+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1542023495.000000\n"
#. k5jTM
@@ -538,7 +538,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -588,7 +588,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/wizards/messages.po b/source/he/wizards/messages.po
index 105d3080ee2..7d9f05db608 100644
--- a/source/he/wizards/messages.po
+++ b/source/he/wizards/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: 2022-12-12 14:06+0100\n"
-"PO-Revision-Date: 2023-03-05 20:38+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/wizardsmessages/he/>\n"
"Language: he\n"
@@ -1615,7 +1615,7 @@ msgstr "פשוט"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -1665,7 +1665,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/writerperfect/messages.po b/source/he/writerperfect/messages.po
index 1ae189aa96c..cc7ba9ec33b 100644
--- a/source/he/writerperfect/messages.po
+++ b/source/he/writerperfect/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-03-23 11:46+0100\n"
-"PO-Revision-Date: 2021-09-05 11:22+0000\n"
+"PO-Revision-Date: 2023-05-29 20:36+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/writerperfectmessages/he/>\n"
"Language: he\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.6.2\n"
+"X-Generator: Weblate 4.15.2\n"
"X-POOTLE-MTIME: 1565698096.000000\n"
#. DXXuk
@@ -67,7 +67,7 @@ msgstr "ייבוא קובץ Quattro Pro"
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -117,7 +117,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/he/xmlsecurity/messages.po b/source/he/xmlsecurity/messages.po
index 949012cb139..dd273ec7fc6 100644
--- a/source/he/xmlsecurity/messages.po
+++ b/source/he/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: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-01 17:34+0000\n"
+"PO-Revision-Date: 2023-05-29 20:35+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/he/>\n"
"Language: he\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.15.2\n"
"X-POOTLE-MTIME: 1565698143.000000\n"
#. EyJrF
@@ -231,7 +231,7 @@ msgstr ""
#. wH3TZ
msgctxt "stock"
msgid "_Add"
-msgstr "הו_ספה"
+msgstr "הוס_פה"
#. S9dsC
msgctxt "stock"
@@ -281,7 +281,7 @@ msgstr "_אישור"
#. VtJS9
msgctxt "stock"
msgid "_Remove"
-msgstr "_הסרה"
+msgstr "ה_סרה"
#. C69Fy
msgctxt "stock"
diff --git a/source/hi/cui/messages.po b/source/hi/cui/messages.po
index a449eb85955..8095fdb9151 100644
--- a/source/hi/cui/messages.po
+++ b/source/hi/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16986,75 +16986,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "पाठ दस्तावेज़"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML दस्तावेज़"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "मास्टर दस्तावेज़"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रेडशीट"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "प्रस्तुति"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "रेखाचित्र"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "सूत्र"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "तयशुदा फ़ाइल प्रारूप और ODF सेटिंग"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/hi/helpcontent2/source/text/scalc.po b/source/hi/helpcontent2/source/text/scalc.po
index 2f9fc2e0959..e7e09d52725 100644
--- a/source/hi/helpcontent2/source/text/scalc.po
+++ b/source/hi/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-09-26 12:22+0000\n"
"Last-Translator: shubhamgoyal <22shubh22@gmail.com>\n"
"Language-Team: Hindi <https://vm137.documentfoundation.org/projects/libo_help-master/textscalc/hi/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr ""
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/hi/helpcontent2/source/text/scalc/00.po b/source/hi/helpcontent2/source/text/scalc/00.po
index 532aac4e87c..144089a6389 100644
--- a/source/hi/helpcontent2/source/text/scalc/00.po
+++ b/source/hi/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तम्भ प्रविष्ट करें"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/hi/helpcontent2/source/text/scalc/01.po b/source/hi/helpcontent2/source/text/scalc/01.po
index 4bb03d42b14..d5cc59b3005 100644
--- a/source/hi/helpcontent2/source/text/scalc/01.po
+++ b/source/hi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "शीट मिटाएँ"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "हाँ"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "नहीं"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "संवाद को रद्द करता है. मिटाने की क्रिया पूर्ण नहीं हुई."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,22 +3571,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43441,13 +43423,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/hi/helpcontent2/source/text/scalc/guide.po b/source/hi/helpcontent2/source/text/scalc/guide.po
index 774e79ba3a5..e457bb80ed3 100644
--- a/source/hi/helpcontent2/source/text/scalc/guide.po
+++ b/source/hi/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "शीट टैब में नेविगेट करना"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "बहुत सारे शीट लागू करना"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "शीट प्रविष्ट करना"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/hi/helpcontent2/source/text/scalc/menu.po b/source/hi/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/hi/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/hi/helpcontent2/source/text/shared/00.po b/source/hi/helpcontent2/source/text/shared/00.po
index 55e94849a11..315d0647513 100644
--- a/source/hi/helpcontent2/source/text/shared/00.po
+++ b/source/hi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr ""
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr ""
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "नया"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "फाईल खोलें"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "सहेजें"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "ऐसे सहेजें"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "पृष्ठ पूर्वावलोकन छापें"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/hi/helpcontent2/source/text/shared/01.po b/source/hi/helpcontent2/source/text/shared/01.po
index b113e1bbed4..98f7d39299c 100644
--- a/source/hi/helpcontent2/source/text/shared/01.po
+++ b/source/hi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/hi/helpcontent2/source/text/swriter/00.po b/source/hi/helpcontent2/source/text/swriter/00.po
index de8725fbc0d..7d2e640f85e 100644
--- a/source/hi/helpcontent2/source/text/swriter/00.po
+++ b/source/hi/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "मेल मर्ज"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/hi/helpcontent2/source/text/swriter/01.po b/source/hi/helpcontent2/source/text/swriter/01.po
index 86e5f092edf..d51cd7662cc 100644
--- a/source/hi/helpcontent2/source/text/swriter/01.po
+++ b/source/hi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "हायपरलिंक (एलएस तथा एलई)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/hi/officecfg/registry/data/org/openoffice/Office.po b/source/hi/officecfg/registry/data/org/openoffice/Office.po
index dc6b523dda9..80daa914c97 100644
--- a/source/hi/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/hi/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12509,85 +12509,85 @@ msgctxt ""
msgid "Notes"
msgstr "टिप्पणी"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "पाठ दस्तावेज़"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "स्प्रेडशीट"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "प्रस्तुतिकरण"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "रेखाचित्र"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वेबपेज"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "मास्टर दस्तावेज़"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "सूत्र"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "डेटाबेस दस्तावेज़"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po b/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po
index eefd531d5a7..64470754489 100644
--- a/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/hi/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Hindi <hindi>\n"
@@ -2251,6 +2251,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पंक्ति मिटाएँ"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9658,14 +9668,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10983,6 +10993,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तंभ घुसाएँ (~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26932,36 +26952,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32288,15 +32278,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "पृष्ठ संख्या (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33481,6 +33491,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पंक्ति मिटाएँ"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "पंक्ति (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/hi/sc/messages.po b/source/hi/sc/messages.po
index 1099fc62abc..e5c1f9298ee 100644
--- a/source/hi/sc/messages.po
+++ b/source/hi/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33132,40 +33132,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "अन्य विकल्प"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "स्तंभ प्रकार (_y)"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "कालम से पाठ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "क्षेत्र"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/hi/sd/messages.po b/source/hi/sd/messages.po
index b5060094aaa..b0f0a65e709 100644
--- a/source/hi/sd/messages.po
+++ b/source/hi/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1232,249 +1232,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "पाठ जोड़ें"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "स्मार्ट"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "बायीं"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "दाहिना"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ऊपर"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "नीचे"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ऊपर बायें?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "नीचे बायीं ओर?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ऊपर दाहिना?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "नीचे दाहिनी ओर?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "क्षैतिज"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "लम्बवत"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "सभी?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "इस कार्य को सजीव प्रकार में नहीं चला सकते हैं."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "पीछे"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "जारी रखें"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "अवलोकन"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "रंग प्रतिस्थापक"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "आरा-फेडिंग"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "स्लाइड का विस्तार करें"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "विषयसूची स्लाइड की सारणी"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "कोई SANE स्रोत अभी उपलब्ध नहीं है."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "वर्तमान में, कोई TWAIN स्रोत उपलब्ध नहीं है ."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "स्थिर"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "चर"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "मानक"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "मानक (छोटा)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "मानक (बड़ा)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "फ़ाइल का नाम"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "मार्ग/फ़ाइल का नाम"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "मार्ग"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "विस्तार रहित फ़ाइल नाम"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "नया मनपसंद स्लाइड दिखाएँ"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "नक़ल करें"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मेटाफ़ाइलों को विसमूहित करें (s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "सभी रेखाचित्र वस्तुओं को अलगाना संभव नहीं है ."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1484,157 +1514,157 @@ msgstr ""
"क्या आप इसे प्रतिस्थापित करना चाहते हैं?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "पाठ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हाइपरलिंक"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "देखा गया लिंक"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "क्रियाशील लिंक"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "टिप्पणी"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "विषयसूची सारणी"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "प्रारंभ करने के लिए यहां क्लिक करें"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "लेखक"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "मुख्य पृष्ठ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "अधिकतर सूचना"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "प्रस्तुति डाउनलोड करें"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "आपका ब्राउज़र फ्लोटिंग ढाँचा को समर्थन नहीं करता है ."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "पहला पृष्ठ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "अंतिम पृष्ठ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "पाठ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "चित्र"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "सामग्री सहित"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "सामग्री रहित"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "दिये हुये पुष्ठ में"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "बिटमॉप बहुभुज में बदलें"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "प्रस्तुति से निकासी के लिए क्लिक करें..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "रुकावट..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D मनपसंद लागू करें"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1645,804 +1675,810 @@ msgstr ""
"एक वैध ध्वनि फ़ाइल नहीं है!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मेटा फ़ाइल में बदलें"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "बिटमैप में बदलें"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) फ़ाइल बना नहीं सकते हैं.."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) फ़ाइल को नहीं खोल सकते हैं."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "फ़ाइल $(URL1) को $(URL2) में नक़ल नहीं कर सकते हैं"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "स्लाइड का पुनः नाम दें"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "नाम"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ऑटोख़ाका के लिए शीर्षक क्षेत्र"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ऑटोख़ाका के लिए वस्तु क्षेत्र"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "पादिका क्षेत्र"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "शीर्षिका क्षेत्र"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "तिथि क्षेत्र"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "स्लाइड संख्या क्षेत्र"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "पृष्ठ संख्या क्षेत्र"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<तिथि/समय>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<संख्या>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "टिप्पणी क्षेत्र"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हांगुल/हांजा रूपांतरण"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "स्लाइड"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "पृष्ठ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "पूर्वावलोकन उपलब्ध नहीं"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "पूर्वावलोकन के लिए तैयारी हो रही है"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "ख़ाका"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "प्रस्तुति विकल्प"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "सेल शैली"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "आकार %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "टिप्पणी"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "स्लाइड ख़ाका फिर सेट करें"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "फ़ाइल जोड़ें"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "चार्ट घुसाएँ"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "पृष्ठ जोड़ें"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "पृष्ठ को खींचें और छोड़ें"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "स्लाइड को खींचें और छोड़ें"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "अगली स्लाइड"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "स्थानीय लक्ष्य निर्देशिका '%FILENAME' खाली नहीं है. कुछ फ़ाइल पर लिखा जा सकता है. क्या आप जारी रखना चाहते हैं?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "पृष्ठभूमि"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "पृष्ठभूमि वस्तु"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ख़ाका"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "नियंत्रण"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "आयाम रेखा"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "स्लाइड"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "पृष्ठ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "स्लाइड"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "मुख्य पृष्ठ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(टिप्पणी)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "परचा"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "शीर्षक पाठ रचना के संपादन करने के लिए क्लिक करें"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "रूपरेखा पाठ रचना के संपादन करने के लिए क्लिक करें"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "दूसरी रूपरेखा स्तर"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "तीसरी रूपरेखा स्तर"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "चौथी रूपरेखा स्तर"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "पांचवीं रूपरेखा स्तर"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "छठी रूपरेखा स्तर"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "सातवीं रूपरेखा स्तर"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "स्लाइड खिसकाने के लिए क्लिक करें"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "टिप्पणी प्रारूपण संपादन के लिए क्लिक करें"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "तयशुदा"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "शीर्षक"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "स्लाइडों का स्थान परिवर्तन करें"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "वस्तु बिना भरा"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "पाठ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "शीर्षक"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ख़ाका"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "पृष्ठभूमि वस्तु"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "पृष्ठभूमि"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "टिप्पणी"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पॉवरप्वाइंट आयात"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "दस्तावेज़ सहेजें"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2450,668 +2486,668 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "दृश्य बना रहा है"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "दृश्य बना रहा है"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "रूपरेखा दृश्य"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "स्लाइड दृश्य"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "यह वहां है जहां आप स्लाइड छाँटते हैं."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "टिप्पणी दृश्य"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "परचा दृश्य"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "प्रस्तुति"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "प्रस्तुति"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "प्रस्तुति"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "परचा"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "प्रस्तुति प्रकार"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "प्रस्तुति"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME प्रस्तुति"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "शीर्षक"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "रूपरेखा"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "पृष्ठ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "टिप्पणी"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "परचा"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "पादिका"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "शीर्षिका"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "दिनांक"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "संख्या"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(सिर्फ पढ़ने-योग्य)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "कोई नहीं"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "अगले क्लिक तक"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "स्लाइड के अंत तक"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "दिशा"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "छोटा-बड़ा करें"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "स्पोक"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "पहला स्तंभ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "दूसरा रंग"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "पहला स्तंभ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "फ़ॉन्ट"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "पहला स्तंभ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "टाइपफेस"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "रेखा रंग"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "फ़ॉन्ट आकार"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "आकार"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "मात्रा"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "रंग"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(कोई ध्वनि नहीं)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(पिछली ध्वनि बंद करें)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "अन्य ध्वनि..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नमूना"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिगर"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "कोई नहीं"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "आज,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "कल,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(कोई लेखक नहीं)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रेस प्रस्तुतिकरण के अंत पर पहुँच गया है. क्या आप आरंभ से शुरू करना चाहते हैं?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेस प्रस्तुतिकरण के शुरू पर पहुँच गया है. क्या आप अंत से शुरू करना चाहते हैं?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रेस दस्तावेज़ के अंत पर पहुँच गया है. क्या आप आरंभ से शुरू करना चाहते हैं?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेस दस्तावेज़ के आरंभ पर पहुँच गया है. क्या आप अंत से शुरू करना चाहते हैं?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "टिप्पणी जोड़ें"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "टिप्पणी मिटाएँ"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "टिप्पणी खिसकाएँ"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "टिप्पणी संपादित करें"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 को जवाब दें"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "मीडिया प्लेबैक"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "सारणी"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME गणना"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "दस्तावेज़"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "सामग्री"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "स्लाइड नाम"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "पृष्ठ नाम"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "दिनांक और समय"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "छुपे पृष्ठ"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "रंग"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "आकार"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ब्रोशर"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "पृष्ठ किनारा"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "शामिल करें"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "प्रिंटर वरीयता से केवल कागज की तश्तरी का उपयोग करें (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress ने प्रस्तुति का अंत ढूंढा है. क्या आप शुरू में जारी रखना चाहते हैं?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेस ने प्रस्तुति की शुरूआत ढूंढी है. क्या आप शुरू में जारी रखना चाहते हैं?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रेस ने दस्तावेज़ का अंत ढूंढा है. क्या आप शुरू में जारी रखना चाहते हैं?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेस ने दस्तावेज़ की शुरूआत ढूंढी है. क्या आप अंत में जारी रखना चाहते हैं?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/hi/svtools/messages.po b/source/hi/svtools/messages.po
index 85697099782..602f6e047be 100644
--- a/source/hi/svtools/messages.po
+++ b/source/hi/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:38+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/hi/sw/messages.po b/source/hi/sw/messages.po
index ca1adc7ede0..872e31e7c97 100644
--- a/source/hi/sw/messages.po
+++ b/source/hi/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17263,230 +17263,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "सूची प्रविष्टि जोड़ें"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "जोड़ें"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "नई उपयोक्ता परिभाषित सूची"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "प्रधान प्रविष्टि"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "सिर्फ पूर्ण शब्द"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "मिलान स्थिति"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/hr/cui/messages.po b/source/hr/cui/messages.po
index 1aab9ce81f8..3098a2dbf26 100644
--- a/source/hr/cui/messages.po
+++ b/source/hr/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-10-21 14:17+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/hr/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "U_vijek spremi kao:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstni dokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Glavni dokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Proračunska tablica"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentacija"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Crtež"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Vrsta d_okumenta:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Zadani oblik datoteke i ODF postavki"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/hr/helpcontent2/source/text/scalc.po b/source/hr/helpcontent2/source/text/scalc.po
index 7da48c5c385..7b32adb72fd 100644
--- a/source/hr/helpcontent2/source/text/scalc.po
+++ b/source/hr/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-10 00:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr ""
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/hr/helpcontent2/source/text/scalc/00.po b/source/hr/helpcontent2/source/text/scalc/00.po
index 079d144acf8..cafd6f74104 100644
--- a/source/hr/helpcontent2/source/text/scalc/00.po
+++ b/source/hr/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Umetni stupac"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/hr/helpcontent2/source/text/scalc/01.po b/source/hr/helpcontent2/source/text/scalc/01.po
index cba326fab52..9eea21d312a 100644
--- a/source/hr/helpcontent2/source/text/scalc/01.po
+++ b/source/hr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-19 13:23+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Obriši list"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Da"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "Ne"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Ubaci list"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Ubaci list"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Preimenuj list"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Prikaži broj stupca"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Prikaži broj stupca"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/hr/helpcontent2/source/text/scalc/guide.po b/source/hr/helpcontent2/source/text/scalc/guide.po
index 72768e876e1..da81b68dc3a 100644
--- a/source/hr/helpcontent2/source/text/scalc/guide.po
+++ b/source/hr/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Kopiranje na mnogostruke listove"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/hr/helpcontent2/source/text/scalc/menu.po b/source/hr/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/hr/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/hr/helpcontent2/source/text/shared/00.po b/source/hr/helpcontent2/source/text/shared/00.po
index 345f9f420d5..12201a6d91c 100644
--- a/source/hr/helpcontent2/source/text/shared/00.po
+++ b/source/hr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-06-29 14:04+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr ""
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Izbornik Datoteka"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Novi"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Otvori datoteku"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Spremi"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Spremi kao"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr ""
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/hr/helpcontent2/source/text/shared/01.po b/source/hr/helpcontent2/source/text/shared/01.po
index 212f664dd43..7d0cfc98b73 100644
--- a/source/hr/helpcontent2/source/text/shared/01.po
+++ b/source/hr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-19 13:35+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/hr/helpcontent2/source/text/swriter/00.po b/source/hr/helpcontent2/source/text/swriter/00.po
index bc53233b6db..59924f7ad07 100644
--- a/source/hr/helpcontent2/source/text/swriter/00.po
+++ b/source/hr/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Cirkularno pismo"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/hr/helpcontent2/source/text/swriter/01.po b/source/hr/helpcontent2/source/text/swriter/01.po
index ee52fc8b98b..ebf6c5f9c70 100644
--- a/source/hr/helpcontent2/source/text/swriter/01.po
+++ b/source/hr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-07-19 13:17+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Dok pregledavate dokument, ne možete ga uređivati."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Za izlaz odaberite <emph>Zatvori pregled</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/hr/officecfg/registry/data/org/openoffice/Office.po b/source/hr/officecfg/registry/data/org/openoffice/Office.po
index cd3d175859a..05b275dddbe 100644
--- a/source/hr/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/hr/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-25 12:34+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/hr/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Zabilješke"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekst dokumenti"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Proračunske tablice"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentacije"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Crteži"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Internet stranice"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Glavni dokumenti"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formule"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Dokumenti baze podataka"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po b/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po
index 1438602498e..4f9e6376a32 100644
--- a/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/hr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-04-13 12:37+0000\n"
"Last-Translator: Kruno <kruno.se@gmx.com>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/hr/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Provjera ~valjanosti podataka..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Obriši retke"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Promijeni glavni slajd …"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Glavna stranica …"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Umetni stupce"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Broj stranice"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Stupci ~ispred"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Obriši retke"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Redci"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Izbriši odabrane retke"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/hr/sc/messages.po b/source/hr/sc/messages.po
index c5db9d04d81..bc1bc7e0c54 100644
--- a/source/hr/sc/messages.po
+++ b/source/hr/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-10-22 12:19+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/hr/>\n"
@@ -32431,38 +32431,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Ostale mogućnosti"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ip stupca:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst u stupce"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Polja"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/hr/sd/messages.po b/source/hr/sd/messages.po
index 77123eadd85..64155c8c8d6 100644
--- a/source/hr/sd/messages.po
+++ b/source/hr/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-07-04 16:15+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/hr/>\n"
@@ -1218,249 +1218,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Umetni tekst"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Učitaj nadzorni slajd"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Pametno"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Lijevo"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Desno"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Gore"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Dolje"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Gore lijevo?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Dolje lijevo?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Gore desno?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Dolje desno?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Vodoravno"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Okomito"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Sve?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Radnja ne može biti pokrenuta u radnom načinu rada."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Natrag"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Nastavi"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Pregled"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Zamjena boja"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Križno iščezavanje"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Proširi slajd"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Slajd s tablicom sadržaja"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Trenutačno nema dostupnih SANE izvora."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Trenutačno nema dostupnih TWAIN izvora."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fiksno"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Varijabla"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standardno"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standardno (kratko)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standardno (dugačko)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Ime datoteke"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Put/Ime datoteke"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Putanja"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Ime datoteke bez nastavka"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Novi prilagođeni prikaz prezentacije"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopiraj "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME prezentacija (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME crtežni format (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Razgrupiranje metadatoteke..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Nije bilo moguće razgrupirati sve crtane objekte."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Prezentacija"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION crtež"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1470,157 +1500,157 @@ msgstr ""
"Želite li ga zamijeniti?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Poveznica"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Posjećena poveznica"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktivna veza"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Zabilješke"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Tablica sadržaja"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kliknite ovdje za početak"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-pošta"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Početna stranica"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Daljnje informacije"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Preuzmi prezentaciju"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Nažalost vaš preglednik ne podržava plutajuće okvire."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Prva stranica"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Posljednja stranica"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Slika"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Sa sadržajem"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bez sadržaja"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Na datu stranicu"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Pretvara bitmapu u poligon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kliknite za izlaz iz prezentacije..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pauza..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Primijeni omiljeni 3D efekt"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filter za slike"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1630,799 +1660,805 @@ msgstr ""
"nije valjana audiodatoteka !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Pretvori u metadatoteku"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Pretvori u bitmapu"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Nije moguće stvoriti datoteku $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Nije moguće otvoriti datoteku $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Datoteka $(URL1) ne može biti kopirana na $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Preimenuj slajd"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Preimenuj stranicu"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Naziv"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Preimenovanje nadzornoga slajda"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Područje naslova za automatski raspored prezentacije"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Područje objekata za automatske rasporede"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Područje podnožja"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Područje zaglavlja"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Područje datuma"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Područje broja slajda"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Prostor za broj stranice"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<zaglavlje>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<podnožje>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/vrijeme>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<broj-slajda>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<broj-slajdova>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<naziv-slajda>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<naziv-stranice>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Područje bilješki"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja konverzija"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slajdovi"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Stranice"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Pregled nije dostupan"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Pripremanje pregleda"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Rasporedi"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Stilovi crtanja"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Stilovi prezentacije"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stilovi ćelije"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Oblik %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentari"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Vrati izvorni raspored slajda"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Umetni tablicu"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Umetni grafikon"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Umetni sliku"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Umetni zvuk ili video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Povuci i ispusti stranice"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Povuci i ispusti slajdove"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Dodajte slike u album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Slajd s tekstom"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lokalni odredišni direktorij '%FILENAME' nije prazan. Neke datoteke će možda biti prepisane. Želite li nastaviti?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Pozadina"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objekti pozadine"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Raspored"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontrole"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Mjerne crte"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slajd"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Stranica"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slajd"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Nadzorni slajd"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Nadzorni slajd:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Nadzorna stranica"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Nadzorna stranica:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Bilješke)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Uručci"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kliknite za uređivanje formata teksta naslova"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kliknite za uređivanje formata teksta strukture"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Druga razina strukture"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Treća razina strukture"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Četvrta razina strukture"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Peta razina strukture"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Šesta razina strukture"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sedma razina strukture"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kliknite za premještanje slajda"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kliknite za uređivanje formata bilješki"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Kliknite za dodavanje naslova"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Kliknite za dodavanje teksta"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Kliknite za dodavanje teksta"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Kliknite za dodavanje bilješki"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dvoklik za dodavanje slike"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dvoklik za dodavanje objekta"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dvoklik za dodavanje grafikona"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dvoklik za dodavanje organizacijskog grafikona"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dvoklik za dodavanje proračunske tablice"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Zadano"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Naslov"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Pomakni slajdove"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Umetni stranice"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Umetni stranicu"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt bez popunjavanja"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt bez ispune i linije"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Naslov A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Zaglavlje A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Naslov A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Zaglavlje A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Oblici"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linije"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Linija strelice"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Iscrtkana linija"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Ispunjeno"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Ispunjeno plavom"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Ispunjeno zelenom"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Ispunjeno žutom"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Ispunjeno crvenom"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Konturno"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Konturno plavo"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Konturno zeleno"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Konturno žuto"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Konturno crveno"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Naslov"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Podnaslov"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Struktura"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objekti pozadine"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Pozadina"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Zabilješke"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Uvoz powerpoint dokumenta"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Spremi dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Smanji veličinu fonta"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Povećaj veličinu fonta"
@@ -2430,637 +2466,637 @@ msgstr "Povećaj veličinu fonta"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Pogled crtanja"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Pogled crtanja"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Prikaz strukture"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Pogled slajdova"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ovo je mjesto gdje razvrstavate slajdove."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Pogled zabilješki"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Prikaz uručka"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Naslov prezentacije"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Struktura prezentacije"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Podnaslov prezentacije"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Stranica prezentacije"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Bilješke prezentacije"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Uručak"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "NepoznatiPristupniOblikPrezentacije"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PodnožjePrezentacije"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "ZaglavljePrezentacije"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DatumIVrijemePrezentacije"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "BrojStranicePrezentacije"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME prezentacija"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Naslov"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Struktura"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Podnaslov"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Stranica"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Bilješke"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Uručak"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Nepoznati pristupni oblik prezentacije"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Podnožje"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Zaglavlje"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Broj"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(samo-za-čitanje)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ništa"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Do sljedećekg klika"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Do kraja slajda"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Smjer:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zumiranje:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Žbice:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Prva boja:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Druga boja:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Boja ispune:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Font:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Boja fonta:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Oblik fonta:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Boje linije:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Veličina fonta:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Veličina:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Vrijednost:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Boja:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Bez zvuka)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Prekini prijašnji zvuk)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Drugi zvuk..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Primjer"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Okidač"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Korisničke putanje"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Ulaz: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Isticanje: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Izlaz: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Putanje gibanja: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Razno: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ništa"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Danas,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Jučer,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(nema autora)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress je došao do kraja prezentacije. Želite po nastaviti od početka prezentacije?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress je došao do početka prezentacije. Želite po nastaviti od kraja prezentacije?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw je došao do kraja dokumenta. Želite li nastaviti od početka dokumenta?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw je došao do početka dokumenta. Želite li nastaviti od kraja dokumenta?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Umetni komentar"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Obriši komentar(e)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Premjest komentar"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Uredi komentar"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Odgovori prema %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Reprodukcija medijskih datoteka"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tablica"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Slajdova po stranici:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Redoslijed:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Sadržaj"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Naziv ~slajda"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "N~aziv stranice"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum i vrijeme"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Skrivene stranice"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Boja"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Veličina"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brošura"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Strane stranice"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Uključi"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Koristi samo ~ladicu pisača iz postavki pisača"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Stranice:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Slajdovi:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress je tražio do kraja prezentacije. Želite li nastaviti od početka?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress je tražio do početka prezentacije. Želite li nastaviti od kraja?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw je tražio do kraja dokumenta. Želite li nastaviti od početka?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw je tražio do početka dokumenta. Želite li nastaviti od kraja?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Poveznica"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/hr/svtools/messages.po b/source/hr/svtools/messages.po
index 67a76508406..5f76a9716f0 100644
--- a/source/hr/svtools/messages.po
+++ b/source/hr/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-04 16:16+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/hr/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/hr/sw/messages.po b/source/hr/sw/messages.po
index a25f7f30cf3..b2535de2538 100644
--- a/source/hr/sw/messages.po
+++ b/source/hr/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-10-22 12:19+0000\n"
"Last-Translator: Milo Ivir <mail@milotype.de>\n"
"Language-Team: Croatian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/hr/>\n"
@@ -16940,230 +16940,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Umetni unos indeksa"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Umetni"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Novi, korisničko određeni indeks"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Ažuriraj unos iz odabira"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Osnovni unos"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Samo cijele riječi"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Razlikuj velika i mala slova"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/hsb/cui/messages.po b/source/hsb/cui/messages.po
index d96ab1c4282..ecd9701b000 100644
--- a/source/hsb/cui/messages.po
+++ b/source/hsb/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562261725.000000\n"
#. GyY9M
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Přeco _składować jako:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstowy dokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Globalny dokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Tabelowy dokument"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentacija"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Rysowanka"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formla"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Podawa dokumentowy typ, za kotryž chceće standardny datajowy format definować."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Podawa, kak so dokumenty nalěwo wubraneho typa přeco jako datajowy typ składuja. Móžeće druhi datajowy typ za aktualny dokument w dialogu „Składować jako“ wubrać."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okumentowy typ:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Nastajenja za standardny datajowy format a ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Móžeće we wotrězku „Powšitkowne“ standardne nastajenja za składowanje dokumentow a standardne datajowe formaty wubrać."
diff --git a/source/hsb/helpcontent2/source/text/scalc.po b/source/hsb/helpcontent2/source/text/scalc.po
index a378a65866d..af1a3fab3ce 100644
--- a/source/hsb/helpcontent2/source/text/scalc.po
+++ b/source/hsb/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-11 13:54+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. ZxQeC
#: main0000.xhp
@@ -726,15 +726,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Tabelu zhašeć</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Barba tabeloweho rajtarka"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/hsb/helpcontent2/source/text/scalc/00.po b/source/hsb/helpcontent2/source/text/scalc/00.po
index 36507935528..19299014267 100644
--- a/source/hsb/helpcontent2/source/text/scalc/00.po
+++ b/source/hsb/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-02-28 01:04+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/hsb/>\n"
"Language: hsb\n"
@@ -186,42 +186,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Wubjerće <emph>Tabela – Cele zhašeć…</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Wubjerće <emph>Tabela – Tabelu wuprózdnić…</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Wubjerće kontekstowy meni za tabelowy rajtark."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Wubjerće <emph>Tabela – Tabelu přesunyć abo kopěrować…</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Wubjerće kontekstowy meni za tabelowy rajtark."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -420,15 +384,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Špalty zasadźić"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Wubjerće <menuitem>Tabela – Tabelu zasadźić…</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -798,24 +753,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Wubjerće <emph>Tabela</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Wubjerće <emph>Tabela – Tabelu přemjenować…</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Wubjerće <emph>Tabela – Tabelu pokazać</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2218,7 +2155,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Tuta funkcija je wot %PRODUCTNAME 7.3 k dispoziciji."
#. GLr9s
#: avail_release.xhp
@@ -2227,7 +2164,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Tuta funkcija je wot %PRODUCTNAME 7.4 k dispoziciji."
#. B89AE
#: avail_release.xhp
@@ -2236,7 +2173,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Tuta funkcija je wot %PRODUCTNAME 7.5 k dispoziciji."
#. LSPBz
#: sheet_menu.xhp
@@ -2256,6 +2193,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Meni Tabela"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/hsb/helpcontent2/source/text/scalc/01.po b/source/hsb/helpcontent2/source/text/scalc/01.po
index a4d2e398e81..91fba78cc53 100644
--- a/source/hsb/helpcontent2/source/text/scalc/01.po
+++ b/source/hsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-23 21:04+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/hsb/>\n"
@@ -2481,22 +2481,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2508,40 +2508,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr ""
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2562,13 +2544,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3588,22 +3570,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43440,13 +43422,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43503,31 +43485,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47589,13 +47580,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55275,6 +55266,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69792,6 +70017,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70098,6 +70386,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/hsb/helpcontent2/source/text/scalc/guide.po b/source/hsb/helpcontent2/source/text/scalc/guide.po
index 0a73c608a6e..0ad1e5d1398 100644
--- a/source/hsb/helpcontent2/source/text/scalc/guide.po
+++ b/source/hsb/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-20 06:53+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. NXy6S
#: address_auto.xhp
@@ -8592,32 +8592,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Po rajtarkach tabele nawigěrować"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>tabele; wjacore pokazać</bookmark_value><bookmark_value>tabelowe rajtarki; wužiwać</bookmark_value><bookmark_value>napohlady; wjacore tabele</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Po rajtarkach tabele nawigěrować</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Po standardźe $[officename] tři tabele „Tabela1“ do „Tabela3“ w kóždym nowym tabelowym dokumenće pokazuje. Móžeće mjez tabelemi w tabelowym dokumenće z pomocu tabelowych rajtarkow deleka na wobrazowce přepinać."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8628,14 +8637,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Tabelowe rajtarki</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Symbol</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8646,6 +8664,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Wužiwajće nawigaciske tłóčatka, zo byšće wšě tabele pokazał, kotrež k wašemu dokumentej słušeja. Hdyž na tłóčatko nalěwo zwonka abo naprawo zwonka klikaće, so prěni abo posledni tabelowy rajtark pokazuje. Srjedźne tłóčatka wužiwarjej zmóžnjeja, doprědka abo dozady po tabelowych rajtarkach přeběžeć. Zo byšće tabelu samu pokazał, klikńće na tabelowy rajtark."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8988,14 +9033,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Wjacore tabele wužiwać"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>tabele; zasadźić</bookmark_value><bookmark_value>zasadźić; tabele</bookmark_value><bookmark_value>tabele; wjacore wubrać</bookmark_value><bookmark_value>tabele připowěsnyć</bookmark_value><bookmark_value>wubrać; wjacore tabele</bookmark_value><bookmark_value>wjacore tabele</bookmark_value><bookmark_value>wobličić; wjacore tabele</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9006,24 +9051,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Wjacore tabele wužiwać</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Tabelu zasadźić"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Wubjerće <item type=\"menuitem\">Zasadźić – Tabelu zasadźić…</item>, zo byšće nowu tabelu abo eksistowacu tabelu z druheje dataje zasadźił."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9033,15 +9060,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wočinja dialogowe polo, hdźež móžeće tabelowym podawkam makra připokazać.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Wočinja wokno, hdźež móžeće tabelowemu rajtarkej barbu připokazać.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/hsb/helpcontent2/source/text/scalc/menu.po b/source/hsb/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/hsb/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/hsb/helpcontent2/source/text/sdraw/00.po b/source/hsb/helpcontent2/source/text/sdraw/00.po
index ec955bc2d83..ef2bfa75bdb 100644
--- a/source/hsb/helpcontent2/source/text/sdraw/00.po
+++ b/source/hsb/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-03-18 15:16+0000\n"
+"PO-Revision-Date: 2023-05-23 13:35+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/hsb/>\n"
"Language: hsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. EDSDr
#: 00000004.xhp
@@ -40,7 +40,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Meni Zasadźić"
#. UWBZA
#: insert_menu.xhp
@@ -49,7 +49,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Wubjerće <menuitem>Zasadźić – Runina</menuitem>"
#. AUTMW
#: insert_menu.xhp
@@ -58,7 +58,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Wočińće kontekstowy meni runinowych rajtarkow – wubjerće <menuitem>Runinu zasadźić</menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/hsb/helpcontent2/source/text/shared/00.po b/source/hsb/helpcontent2/source/text/shared/00.po
index 293e6e4c69d..172c2882e2a 100644
--- a/source/hsb/helpcontent2/source/text/shared/00.po
+++ b/source/hsb/helpcontent2/source/text/shared/00.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 10:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-30 13:35+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/hsb/>\n"
"Language: hsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. 3B8ZN
#: 00000001.xhp
@@ -238,7 +238,7 @@ msgctxt ""
"par_id3145345\n"
"help.text"
msgid "You can enter values in the input fields in different <link href=\"text/shared/00/00000003.xhp#measurement_units\">units of measurement</link>. The default unit is inches. However, if you want a space of exactly 1 cm, then type \"1cm\". Additional units are available according to the context, for example, 12 pt for a 12 point spacing. If the value of the new unit is unrealistic, the program uses a predefined maximum or minimum value."
-msgstr "Móžeće hódnoty do zapodawanskich polow w rozdźělnych <link href=\"text/shared/00/00000003.xhp#measurement_units\">měrjenskich jednotkach</link> zapodać. Standardna jednotka je cól. Jeli wšak chceće wotstup dokładnje 1 cm, zapodajće „1cm“. Přidatne jednotki su po konteksće k dispoziciji, na přikład 12 pt za wotstup 12 dypkow. Jeli hódnota noweje jednotki realistiska njeje, program předdefinowanu maksimalnu abo minimalnu hódnota wužiwa."
+msgstr "Móžeće hódnoty do zapodawanskich polow w rozdźělnych <link href=\"text/shared/00/00000003.xhp#measurement_units\">měrjenskich jednotkach</link> zapodać. Standardna jednotka je cól. Jeli wšak chceće wotstup dokładnje 1 cm, zapodajće „1cm“. Přidatne jednotki su po konteksće k dispoziciji, na přikład 12 pt za wotstup 12 dypkow. Jeli hódnota noweje jednotki realistiska njeje, program předdefinowanu maksimalnu abo minimalnu hódnotu wužiwa."
#. gjFSF
#: 00000001.xhp
@@ -922,7 +922,7 @@ msgctxt ""
"par_id3157909\n"
"help.text"
msgid "Frames are useful for designing the layout of <link href=\"text/shared/00/00000002.xhp#html\">HTML</link> pages. $[officename] uses floating frames into which you can place objects such as graphics, movie files and sound. The context menu of a frame shows the options for restoring or editing frame contents. Some of these commands are also listed in <emph>Edit - Object</emph> when the frame is selected."
-msgstr "Wobłuki su wužiten za wuhotowanje <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>-stronow. $[officename] znošowace so wobłuki wužiwa, do kotrychž móžeće objekty kaž na přikład grafiki, widejodataje a awdiodataje zasadźić. Kontekstowy meni wobłuka nastajenja za wobnowjenje a wobdźěłowanje wobłukoweho wobsaha pokazuje. Někotre z tutych komentarow so tež w <emph>Wobdźěłać – Objekt</emph> nalistuja, hdyž wobłuk je wubrany."
+msgstr "Wobłuki su wužitne za wuhotowanje <link href=\"text/shared/00/00000002.xhp#html\">HTML</link>-stronow. $[officename] znošowace so wobłuki wužiwa, do kotrychž móžeće objekty kaž na přikład grafiki, widejodataje a awdiodataje zasadźić. Kontekstowy meni wobłuka nastajenja za wobnowjenje a wobdźěłowanje wobłukoweho wobsaha pokazuje. Někotre z tutych komentarow so tež w <emph>Wobdźěłać – Objekt</emph> nalistuja, hdyž wobłuk je wubrany."
#. 3xGWj
#: 00000002.xhp
@@ -1590,6 +1590,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Přistup k tutomu přikazej …</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6450,14 +6504,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Meni Dataja"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Wubjerće <emph>Dataja – Přehlad we webwobhladowaku</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6468,41 +6522,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Nowy</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Symbol <emph>Nowy</emph> w symbolowej lajsće <emph>Standard</emph> (symbol typ noweho dokumenta pokazuje)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Symbol Nowy</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nowy"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Tasta <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6630,32 +6693,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Wočinić…</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Symbol za Wočinić</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6666,6 +6729,105 @@ msgctxt ""
msgid "Open File"
msgstr "Dataju wočinić"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7026,50 +7188,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport3\"><emph>Dataja – Asistenty – Žórło adresowych datow… – rajtark: Pólne přirjadowanje</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Wubjerće <emph>Dataja – Začinić</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Wubjerće <menuitem>Dataja – Składować</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd &#x2318;</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+S</keycode>."
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> abo <emph>Tabelowe daty</emph> na"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Wubjerće <menuitem>Dataja – Składować</menuitem>."
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Symbol za Składować</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7080,14 +7260,41 @@ msgctxt ""
msgid "Save"
msgstr "Składować"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd &#x2318;</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+S</keycode>."
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Symbol za Składować jako</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7098,6 +7305,51 @@ msgctxt ""
msgid "Save As"
msgstr "Składować jako"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7179,14 +7431,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Wubjerće <menuitem>Dataja – Wšě składować</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Wubjerće <menuitem>Dataja – Składować jako…</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7197,6 +7458,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Znowa začitać</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7341,14 +7620,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Ćišćerski přehlad</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Symbol za Ćišćerski přehlad</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7368,14 +7665,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Ćišćerske nastajenja…</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Wubjerće <menuitem>Dataja – Pósłać</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7404,14 +7719,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Dokument jako e-mejl..."
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Wubjerće <menuitem>Dataja – Eksportować…</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7422,23 +7791,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Eksportować jako – Jako EPUB eksportować…</menuitem>"
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Symbol za Jako EPUB eksportować…</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Direktnje jako EPUB eksportować"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7503,6 +7872,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Eksportować jako – Jako PDF eksportować… </menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7548,32 +7935,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Wubjerće <menuitem>Dataja – Ćišćeć…</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Symbol za Ćišćeć</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7584,33 +7971,6 @@ msgctxt ""
msgid "Print"
msgstr "Ćišćeć"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Klikńće w symbolowej lajsće <emph>Ćišćerski přehlad</emph> tekstoweho dokumenta na"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Symbol za Ćišćerski přehlad</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Ćišćerski přehlad ćišćeć"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7683,14 +8043,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Wubjerće <menuitem>Dataja – Eksportować…</menuitem>, jeli je PBM, PPM abo PGM jako datajowy typ wubrany, so dialog awtomatisce wočini.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Wubjerće <emph>Dataja – Wersije…</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -11722,7 +12100,7 @@ msgctxt ""
"par_id3154923\n"
"help.text"
msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click"
-msgstr ""
+msgstr "Wočińće <emph>Nastroje – Makra – tłóčatko: Makro wobdźěłać… – Napohlad – Symbolowe lajsty – Nastroje</emph> a klikńće na"
#. JESNd
#: 00040501.xhp
@@ -13927,7 +14305,7 @@ msgctxt ""
"par_id3146978\n"
"help.text"
msgid "Choose <menuitem>Format - Align Text - Left</menuitem>."
-msgstr "Wubjerće <menuitem>Format – Teks wusměrić – Nalěwo</menuitem>."
+msgstr "Wubjerće <menuitem>Format – Tekst wusměrić – Nalěwo</menuitem>."
#. reirq
#: 00040502.xhp
@@ -13945,7 +14323,7 @@ msgctxt ""
"par_id3147310\n"
"help.text"
msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Icon Align Left</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155370\">Symbol za Nalěwo wusměrić</alt></image>"
#. okQkj
#: 00040502.xhp
@@ -13954,7 +14332,7 @@ msgctxt ""
"par_id3151336\n"
"help.text"
msgid "Align Left"
-msgstr ""
+msgstr "Nalěwo wusměrić"
#. mmjN6
#: 00040502.xhp
@@ -13963,7 +14341,7 @@ msgctxt ""
"par_id3155823\n"
"help.text"
msgid "Choose <menuitem>Format - Align Text - Right</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Tekst wusměrić – Naprawo</menuitem>."
#. 2MorN
#: 00040502.xhp
@@ -13972,7 +14350,7 @@ msgctxt ""
"par_id3155762\n"
"help.text"
msgid "Open context menu - choose <menuitem>Align - Right</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Wusměrić – Naprawo</menuitem>."
#. jddUQ
#: 00040502.xhp
@@ -13981,7 +14359,7 @@ msgctxt ""
"par_id3149408\n"
"help.text"
msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154421\">Icon Align Right</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154421\">Symbol za Naprawo wusměrić</alt></image>"
#. XnJxD
#: 00040502.xhp
@@ -13990,7 +14368,7 @@ msgctxt ""
"par_id3153607\n"
"help.text"
msgid "Align Right"
-msgstr ""
+msgstr "Naprawo wusměrić"
#. QVuAL
#: 00040502.xhp
@@ -13999,7 +14377,7 @@ msgctxt ""
"par_id3149189\n"
"help.text"
msgid "Choose <menuitem>Format - Align Text - Centered</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Tekst wusměrić – Centrowane</menuitem>."
#. YutM3
#: 00040502.xhp
@@ -14008,7 +14386,7 @@ msgctxt ""
"par_id3154624\n"
"help.text"
msgid "Open context menu - choose <menuitem>Align - Center</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Wusměrić – Centrowane</menuitem>."
#. kZk7u
#: 00040502.xhp
@@ -14017,7 +14395,7 @@ msgctxt ""
"par_id3153815\n"
"help.text"
msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Icon Centered</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149757\">Symbol za Centrowane</alt></image>"
#. CQD3j
#: 00040502.xhp
@@ -14026,7 +14404,7 @@ msgctxt ""
"par_id3153076\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Align Center Horizontally</caseinline><defaultinline>Centered</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Horicontalnje centrowane wusměrić</caseinline><defaultinline>Centrowane</defaultinline></switchinline>"
#. BAFc3
#: 00040502.xhp
@@ -14035,7 +14413,7 @@ msgctxt ""
"par_id3146151\n"
"help.text"
msgid "Choose <menuitem>Format - Align Text - Justified</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Tekst wusměrić – Blokowa sadźba</menuitem>."
#. Mj8VD
#: 00040502.xhp
@@ -14044,7 +14422,7 @@ msgctxt ""
"par_id3168612\n"
"help.text"
msgid "Open context menu - choose <menuitem>Align - Justified</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Wusměrić – Blokowa sadźba</menuitem>."
#. jfsgi
#: 00040502.xhp
@@ -14053,7 +14431,7 @@ msgctxt ""
"par_id3156189\n"
"help.text"
msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145308\">Icon Justified</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145308\">Symbol za Blokowa sadźba</alt></image>"
#. YBkwj
#: 00040502.xhp
@@ -14062,7 +14440,7 @@ msgctxt ""
"par_id3153131\n"
"help.text"
msgid "Justified"
-msgstr ""
+msgstr "Blokowa sadźba"
#. uWQq8
#: 00040502.xhp
@@ -14071,7 +14449,7 @@ msgctxt ""
"par_id3150527\n"
"help.text"
msgid "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar.</variable>"
-msgstr ""
+msgstr "<variable id=\"font\">Klikńće symbolowej lajsće <emph>Rysowanka</emph> na symbol <emph>Fontwork</emph>.</variable>"
#. EMj96
#: 00040502.xhp
@@ -14080,7 +14458,7 @@ msgctxt ""
"par_id3144503\n"
"help.text"
msgid "Choose <menuitem>Format - Group</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Skupina</menuitem>."
#. YJ3t9
#: 00040502.xhp
@@ -14089,7 +14467,7 @@ msgctxt ""
"par_id3154854\n"
"help.text"
msgid "Open context menu - choose <menuitem>Group</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Skupina</menuitem>."
#. 93FXg
#: 00040502.xhp
@@ -14098,7 +14476,7 @@ msgctxt ""
"par_id3157980\n"
"help.text"
msgid "Choose <menuitem>Shape - Group - Group</menuitem>"
-msgstr ""
+msgstr "Wubjerće <menuitem>Twar – Skupina – Zeskupić</menuitem>"
#. dXNCq
#: 00040502.xhp
@@ -14107,7 +14485,7 @@ msgctxt ""
"par_id3157985\n"
"help.text"
msgid "Choose <menuitem>Format - Group - Group</menuitem>"
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Skupina – Zeskupić</menuitem>"
#. w3EVK
#: 00040502.xhp
@@ -14116,7 +14494,7 @@ msgctxt ""
"par_id3149508\n"
"help.text"
msgid "Open context menu - choose <menuitem>Group</menuitem> (for text box and shapes)."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Zeskupić</menuitem> (za tekstowe polo a twary)."
#. ibZAV
#: 00040502.xhp
@@ -14125,7 +14503,7 @@ msgctxt ""
"par_id3146858\n"
"help.text"
msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Icon Group</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154344\">Symbol za Zeskupić</alt></image>"
#. DVEkd
#: 00040502.xhp
@@ -14134,7 +14512,7 @@ msgctxt ""
"par_id3149593\n"
"help.text"
msgid "Group"
-msgstr ""
+msgstr "Zeskupić"
#. fQM7Y
#: 00040502.xhp
@@ -14143,7 +14521,7 @@ msgctxt ""
"par_id3163378\n"
"help.text"
msgid "Choose <menuitem>Shape - Group - Ungroup</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Twar – Skupina – Skupinu zběhnyć</menuitem>"
#. K7UZY
#: 00040502.xhp
@@ -14152,7 +14530,7 @@ msgctxt ""
"par_id3153023\n"
"help.text"
msgid "Choose <menuitem>Format - Group - Ungroup</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Skupina – Skupinu zběhnyć</menuitem>"
#. 9k3ef
#: 00040502.xhp
@@ -14161,7 +14539,7 @@ msgctxt ""
"par_id3156038\n"
"help.text"
msgid "Open context menu - choose <menuitem>Ungroup</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Skupinu zběhnyć</menuitem>."
#. zcmBV
#: 00040502.xhp
@@ -14170,7 +14548,7 @@ msgctxt ""
"par_id3151300\n"
"help.text"
msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150831\">Icon Ungroup</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150831\">Symbol za Skupinu zběhnyć</alt></image>"
#. DGWSV
#: 00040502.xhp
@@ -14179,7 +14557,7 @@ msgctxt ""
"par_id3146894\n"
"help.text"
msgid "Ungroup"
-msgstr ""
+msgstr "Skupinu zběhnyć"
#. kPkDt
#: 00040502.xhp
@@ -14188,7 +14566,7 @@ msgctxt ""
"par_id3145678\n"
"help.text"
msgid "Choose <menuitem>Shape - Group - Exit Group</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Twar – Skupina – Skupinu wopušćić</menuitem>."
#. fZQDA
#: 00040502.xhp
@@ -14197,7 +14575,7 @@ msgctxt ""
"par_id3153109\n"
"help.text"
msgid "Choose <menuitem>Format - Group - Exit Group</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Skupina – Skupinu wopušćić</menuitem>."
#. Bszjv
#: 00040502.xhp
@@ -14206,7 +14584,7 @@ msgctxt ""
"par_id3152367\n"
"help.text"
msgid "Open context menu - choose <menuitem>Exit Group</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Skupinu wopušćić</menuitem>."
#. BBvnq
#: 00040502.xhp
@@ -14215,7 +14593,7 @@ msgctxt ""
"par_id3158402\n"
"help.text"
msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149422\">Icon Exit Group</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149422\">Symbol za Skupinu wopušćić</alt></image>"
#. ndpeo
#: 00040502.xhp
@@ -14224,7 +14602,7 @@ msgctxt ""
"par_id3155347\n"
"help.text"
msgid "Exit Group"
-msgstr ""
+msgstr "Skupinu wopušćić"
#. iWdD3
#: 00040502.xhp
@@ -14233,7 +14611,7 @@ msgctxt ""
"par_id3145354\n"
"help.text"
msgid "Choose <menuitem>Shape - Group - Enter Group</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Twar – Skupina – Do skupiny zastupić</menuitem>."
#. vuF7P
#: 00040502.xhp
@@ -14242,7 +14620,7 @@ msgctxt ""
"par_id3149129\n"
"help.text"
msgid "Choose <menuitem>Format - Group - Enter Group</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Skupina – Do skupiny zastupić</menuitem>."
#. 4rTmw
#: 00040502.xhp
@@ -14251,7 +14629,7 @@ msgctxt ""
"par_id3149946\n"
"help.text"
msgid "Open context menu - choose <menuitem>Enter Group</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <menuitem>Do skupiny zastupić</menuitem>."
#. oDBK3
#: 00040502.xhp
@@ -14260,7 +14638,7 @@ msgctxt ""
"par_id3152388\n"
"help.text"
msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149900\">Icon Enter Group</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149900\">Symbol za Do skupiny zastupić</alt></image>"
#. yXmKi
#: 00040502.xhp
@@ -14269,7 +14647,7 @@ msgctxt ""
"par_id3152547\n"
"help.text"
msgid "Enter Group"
-msgstr ""
+msgstr "Do skupiny zastupić"
#. ZXCBs
#: 00040503.xhp
@@ -14278,7 +14656,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Format Menu"
-msgstr ""
+msgstr "Meni Format"
#. Kz5eX
#: 00040503.xhp
@@ -14287,7 +14665,7 @@ msgctxt ""
"hd_id3155757\n"
"help.text"
msgid "Format Menu"
-msgstr ""
+msgstr "Meni Format"
#. DYm7k
#: 00040503.xhp
@@ -14296,7 +14674,7 @@ msgctxt ""
"par_id3147294\n"
"help.text"
msgid "Choose <emph>Format - Rows - Height</emph>."
-msgstr ""
+msgstr "Wubjerće <emph>Format – Linki – Wysokosć…</emph>."
#. ZE93F
#: 00040503.xhp
@@ -14305,7 +14683,7 @@ msgctxt ""
"par_id3149551\n"
"help.text"
msgid "Open context menu of a row header in an open database table - choose <emph>Row Height</emph>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni linkoweje hłowy we wočinjenej tabeli datoweje banki – wubjerće <emph>Linkowa wysokosć…</emph>."
#. pZBTt
#: 00040503.xhp
@@ -14314,7 +14692,7 @@ msgctxt ""
"par_id3153136\n"
"help.text"
msgid "Choose <emph>Format - Columns - Width</emph>."
-msgstr ""
+msgstr "Wubjerće <emph>Format – Špalty – Šěrokosć…</emph>."
#. zP8Aw
#: 00040503.xhp
@@ -14323,7 +14701,7 @@ msgctxt ""
"par_id3150756\n"
"help.text"
msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni špaltoweje hłowy we wočinjenej tabeli datoweje banki – wubjerće <emph>Špaltowa šěrokosć…</emph>."
#. Bwd8k
#: 00040503.xhp
@@ -14332,7 +14710,7 @@ msgctxt ""
"par_id3148668\n"
"help.text"
msgid "Choose <menuitem>Format - Cells - Numbers</menuitem> tab."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Cele… – rajtark: Ličby</menuitem>."
#. Dkn29
#: 00040503.xhp
@@ -14341,7 +14719,7 @@ msgctxt ""
"par_id3152349\n"
"help.text"
msgid "Choose <menuitem>View - Styles</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(Command+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline> - open context menu and choose <emph>Modify/New - Numbers</emph> tab."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Formatowe předłohi</menuitem> <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>(cmd ⌘+T)</keycode></caseinline><defaultinline><keycode>(F11)</keycode></defaultinline></switchinline>) – wočińće kontekstowy meni a wubjerće <emph>Změnić…/Nowy… – rajtark: Ličby</emph>."
#. hadQp
#: 00040503.xhp
@@ -14350,7 +14728,7 @@ msgctxt ""
"par_id3161459\n"
"help.text"
msgid "Open context menu for a column header in an open database table - choose <menuitem>Column Format - Format</menuitem> tab."
-msgstr ""
+msgstr "Wočińće kontekstowy meni za špaltowu hłowu we wočinjenej tabeli datoweje banki – wubjerće <menuitem>Špaltowy format… – rajtark: Format</menuitem>."
#. uckxj
#: 00040503.xhp
@@ -14359,7 +14737,7 @@ msgctxt ""
"par_id3150823\n"
"help.text"
msgid "Choose <menuitem>Table - Number Format</menuitem> (for tables)."
-msgstr ""
+msgstr "Wubjerće <menuitem>Tabela – Ličbny format…</menuitem> (za tabele)."
#. zEP8P
#: 00040503.xhp
@@ -14368,7 +14746,7 @@ msgctxt ""
"par_id231578229435232\n"
"help.text"
msgid "Choose <menuitem>Insert - Field - More Fields - Variables</menuitem> tab and select <emph>Additional formats</emph> in the <emph>Format</emph> list (for variables)."
-msgstr ""
+msgstr "Wubjerće <menuitem>Zasadźić – Polo – Dalše pola – rajtark: Wariable</menuitem> a potom <emph>Přidatne formaty…</emph> w lisćinje <emph>Format</emph> (za wariable)."
#. xXuAA
#: 00040503.xhp
@@ -14377,7 +14755,7 @@ msgctxt ""
"par_id3147531\n"
"help.text"
msgid "Choose <menuitem>Format - Axis - Y Axis - Numbers</menuitem> tab (chart documents)."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Wóska – Y-wóska… – rajtark: Ličby</menuitem> (diagramowe dokumenty)."
#. yMFSR
#: 00040503.xhp
@@ -14386,7 +14764,7 @@ msgctxt ""
"par_id3154923\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\">Choose <emph>Format - Title - Main Title - Alignment</emph> tab.</caseinline><defaultinline>Choose <emph>Format - Cells - Alignment</emph> tab.</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\">Wubjerće <emph>Format – Titul – Hłowny titul – rajtark: Wusměrjenje</emph>.</caseinline><defaultinline>Wubjerće <emph>Format – Cele – rajtark: Wusměrjenje</emph>.</defaultinline></switchinline>"
#. LwvEm
#: 00040503.xhp
@@ -14395,7 +14773,7 @@ msgctxt ""
"par_id3149457\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"/><defaultinline>Open context menu of a column header in a database table - choose <emph>Column Format - Alignment</emph> tab.</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"/><defaultinline>Wočińće kontekstowy meni špaltoweje hłowy w tabeli datoweje banki – wubjerće <emph>Špaltowy format… – rajtark: Wusměrjenje</emph>.</defaultinline></switchinline>"
#. 5HAwp
#: 00040503.xhp
@@ -14404,7 +14782,7 @@ msgctxt ""
"par_id3150400\n"
"help.text"
msgid "<variable id=\"tabform\">Open context menu of a row header in a database table - choose <emph>Table Format</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"tabform\">Wočińće kontekstowy meni linkoweje hłowy w tabeli datoweje banki – wubjerće <emph>Tabelowy format</emph>.</variable>"
#. 3Gp93
#: 00040503.xhp
@@ -14413,7 +14791,7 @@ msgctxt ""
"par_id3149650\n"
"help.text"
msgid "<variable id=\"spaltform\">Open context menu of a column header in a database table - choose <emph>Column Format</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"spaltform\">Wočińće kontekstowy meni špaltoweje hłowy w tabeli datoweje banki – wubjerće <emph>Špaltowy format</emph>.</variable>"
#. V6PjH
#: 00040503.xhp
@@ -14422,7 +14800,7 @@ msgctxt ""
"par_id3153799\n"
"help.text"
msgid "<variable id=\"zeilenloeschen\">Context menu for a row header in an open database table - <emph>Delete Rows</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"zeilenloeschen\">Kontekstowy meni za linkowu hłowu we wočinjenej tabeli datoweje banki – <emph>Linki zhašeć</emph>.</variable>"
#. jTmZD
#: 00040503.xhp
@@ -14431,7 +14809,7 @@ msgctxt ""
"par_id3150495\n"
"help.text"
msgid "Choose <emph>Shape - Flip</emph> ($[officename] Draw)."
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Kiwknyć</emph> ($[officename] Draw)."
#. 78fz2
#: 00040503.xhp
@@ -14440,7 +14818,7 @@ msgctxt ""
"par_id3155742\n"
"help.text"
msgid "Choose <emph>Format - Image - Properties - Image</emph> tab."
-msgstr ""
+msgstr "Wubjerće <emph>Format – Wobraz – Kajkosće… – rajtark: Wobraz</emph>."
#. LZuYQ
#: 00040503.xhp
@@ -14449,7 +14827,7 @@ msgctxt ""
"par_id3158407\n"
"help.text"
msgid "Open context menu - choose <emph>Flip</emph> (presentation documents)."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <emph>Kiwknyć</emph> (prezentaciske dokumenty)."
#. GBjD2
#: 00040503.xhp
@@ -14458,7 +14836,7 @@ msgctxt ""
"par_id3150290\n"
"help.text"
msgid "Choose <emph>Shape - Flip - Vertically</emph> ($[officename] Draw)."
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Kiwknyć – Padorunje</emph> ($[officename] Draw)."
#. XuoY2
#: 00040503.xhp
@@ -14467,7 +14845,7 @@ msgctxt ""
"par_id3153179\n"
"help.text"
msgid "Choose <emph>Format - Image - Properties - Image</emph> tab."
-msgstr ""
+msgstr "Wubjerće <emph>Format – Wobraz – Kajkosće… – rajtark: Wobraz</emph>."
#. Nzu6Y
#: 00040503.xhp
@@ -14476,7 +14854,7 @@ msgctxt ""
"par_id3157960\n"
"help.text"
msgid "Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)."
-msgstr ""
+msgstr "Wočińće kontekstowy meni – wubjerće <emph>Kiwknyć – Padorunje</emph> (prezentaciske dokumenty)."
#. LcoHC
#: 00040503.xhp
@@ -14485,7 +14863,7 @@ msgctxt ""
"par_id3153369\n"
"help.text"
msgid "Choose <emph>Shape - Flip - Horizontally</emph> ($[officename] Draw)."
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Kiwknyć – Wodorunje</emph> ($[officename] Draw)."
#. qfb9D
#: 00040503.xhp
@@ -14494,7 +14872,7 @@ msgctxt ""
"par_id3147348\n"
"help.text"
msgid "Choose <emph>Format - Image - Properties</emph>, and then click the <emph>Image</emph> tab."
-msgstr ""
+msgstr "Wubjerće <emph>Format – Wobraz – Kajkosće…</emph> a klikńće na rajtark <emph>Wobraz</emph>."
#. qfEx4
#: 00040503.xhp
@@ -14503,7 +14881,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "Choose <emph>Format - Flip - Horizontally</emph>."
-msgstr ""
+msgstr "Wubjerće <emph>Format – Kiwknyć – Wodorunje</emph>."
#. dSXom
#: 00040503.xhp
@@ -14512,7 +14890,7 @@ msgctxt ""
"par_id3152578\n"
"help.text"
msgid "Right-click a selected object - choose <emph>Flip - Horizontally</emph> ($[officename] Impress)."
-msgstr ""
+msgstr "Klikńće z prawej tastu na wubrany objekt – wubjerće <emph>Kiwknyć – Wodorunje</emph> ($[officename] Impress)."
#. yZ2Pt
#: 00040503.xhp
@@ -14521,7 +14899,7 @@ msgctxt ""
"par_id271601643965354\n"
"help.text"
msgid "Select three or more objects and"
-msgstr ""
+msgstr "Wubjerće tři objekty abo wjace objektow a"
#. Dvy8S
#: 00040503.xhp
@@ -14530,7 +14908,7 @@ msgctxt ""
"par_id3147318\n"
"help.text"
msgid "Choose <menuitem>Shape - Distribute Selection</menuitem> ($[officename] Draw)."
-msgstr ""
+msgstr "Wubjerće <menuitem>Twar – Wuběr rozdźělić</menuitem> ($[officename] Draw)."
#. GfMJu
#: 00040503.xhp
@@ -14539,7 +14917,7 @@ msgctxt ""
"par_id3149064\n"
"help.text"
msgid "Open context menu - choose <menuitem>Distribute Selection</menuitem> ($[officename] Impress)."
-msgstr ""
+msgstr "Wočińće kontekstowy – wubjerće <menuitem>Wuběr rozdźělić</menuitem> ($[officename] Impress)."
#. odASw
#: 00040503.xhp
@@ -14548,7 +14926,7 @@ msgctxt ""
"par_id231683511408505\n"
"help.text"
msgid "<image src=\"cmd/lc_distributeselection.svg\" id=\"img_id891683511408507\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id831683511408508\">Icon Distribute</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_distributeselection.svg\" id=\"img_id891683511408507\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id831683511408508\">Symbol za Rozdźělić</alt></image>"
#. TLH7B
#: 00040503.xhp
@@ -14557,7 +14935,7 @@ msgctxt ""
"par_id591683511408510\n"
"help.text"
msgid "Distribute"
-msgstr ""
+msgstr "Rozdźělić"
#. q4uTc
#: 01000000.xhp
@@ -14566,7 +14944,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Showing and Hiding Docked Windows"
-msgstr ""
+msgstr "Přidokowane wokna pokazać a schować"
#. stxG6
#: 01000000.xhp
@@ -14575,7 +14953,7 @@ msgctxt ""
"hd_id3085157\n"
"help.text"
msgid "Showing and Hiding Docked Windows"
-msgstr ""
+msgstr "Přidokowane wokna pokazać a schować"
#. YaebL
#: 01000000.xhp
@@ -14584,7 +14962,7 @@ msgctxt ""
"par_id3149948\n"
"help.text"
msgid "Every <link href=\"text/shared/00/00000005.xhp#docking\">docked</link> window has an icon to control the display properties of the window."
-msgstr ""
+msgstr "Kóžde <link href=\"text/shared/00/00000005.xhp#docking\">přidokowane</link> wokno ma symbol, z kotrymž móžeće pokazowanske kajkosće wokna wodźić."
#. jJcsB
#: 01000000.xhp
@@ -14593,7 +14971,7 @@ msgctxt ""
"par_id3150502\n"
"help.text"
msgid "To show or hide a docked window, click the icon."
-msgstr ""
+msgstr "Klikńće na symbol, zo byšće přidokowane wokno pokazał abo schował."
#. yLEED
#: 01000000.xhp
@@ -14602,7 +14980,7 @@ msgctxt ""
"hd_id3150465\n"
"help.text"
msgid "AutoShow and AutoHide Docked Windows"
-msgstr ""
+msgstr "Přidokowane wokna awtomatisce pokazać a schować"
#. VvJb6
#: 01000000.xhp
@@ -14611,7 +14989,7 @@ msgctxt ""
"par_id3155504\n"
"help.text"
msgid "You can click the edge of a hidden docked window to open the window."
-msgstr ""
+msgstr "Móžeće na kromu schowaneho přidokowaneho wokna kliknyć, zo byšće wokno wočinił."
#. acN6C
#: 01000000.xhp
@@ -14620,7 +14998,7 @@ msgctxt ""
"par_id3153257\n"
"help.text"
msgid "The docked window closes automatically when you move the mouse pointer outside of the window."
-msgstr ""
+msgstr "Přidokowane wokno so awtomatisce wočini, hdyž pokazowak myški z wokna won pohibujeće."
#. vcoro
#: 01000000.xhp
@@ -14629,7 +15007,7 @@ msgctxt ""
"par_id3154046\n"
"help.text"
msgid "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
-msgstr ""
+msgstr "Wjacore přidokowane wokna so w modusu Awtomatisce pokazać/Awtomatisce schować kaž jednotliwe wokno zadźeržuja."
#. cJ35Y
#: 01000000.xhp
@@ -14638,7 +15016,7 @@ msgctxt ""
"hd_id3145416\n"
"help.text"
msgid "Drag and Drop"
-msgstr ""
+msgstr "Ćahnyć a pušćić"
#. tanGb
#: 01000000.xhp
@@ -14647,7 +15025,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode."
-msgstr ""
+msgstr "Jeli objekt nad kromu schowaneho přidokowaneho wokna ćahaće, so wokno w modusu Awtomatisce pokazać wočini."
#. zxwWn
#: 01010000.xhp
@@ -14656,7 +15034,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Gallery context menu"
-msgstr ""
+msgstr "Kontekstowy meni galerije"
#. xa4Fw
#: 01010000.xhp
@@ -14665,7 +15043,7 @@ msgctxt ""
"hd_id3150672\n"
"help.text"
msgid "Gallery context menu"
-msgstr ""
+msgstr "Kontekstowy meni galerije"
#. f2cMT
#: 01010000.xhp
@@ -14674,7 +15052,7 @@ msgctxt ""
"par_id3083278\n"
"help.text"
msgid "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Defines how a selected graphic object is inserted into a document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Definuje, kak so ma wubrany grafiski objekt do dokumenta zasadźić.</ahelp>"
#. b8o6a
#: 01010000.xhp
@@ -14683,7 +15061,7 @@ msgctxt ""
"par_id3156053\n"
"help.text"
msgid "<ahelp hid=\"HID_GALLERY_MN_ADD\">Inserts a copy of the selected graphic object directly into the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_GALLERY_MN_ADD\">Zasadźuje kopiju wubraneho grafiskeho objekta direktnje do dokumenta.</ahelp>"
#. u8ggN
#: 01010000.xhp
@@ -14692,7 +15070,7 @@ msgctxt ""
"par_id3149038\n"
"help.text"
msgid "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Inserts the selected graphic as a link.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Zasadźuje wubranu grafiku jako zwjazanje.</ahelp>"
#. zBAp3
#: 01010000.xhp
@@ -14701,7 +15079,7 @@ msgctxt ""
"par_id3158428\n"
"help.text"
msgid "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">Přikaz <emph>Přehlad</emph> wubranu grafiku pokazuje.</ahelp>"
#. 6CUyY
#: 01010000.xhp
@@ -14710,7 +15088,7 @@ msgctxt ""
"par_id3154522\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/gallerytitledialog/GalleryTitleDialog\">Assigns a title to a selected Gallery object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/gallerytitledialog/GalleryTitleDialog\">Připokazuje titul wubraneho galerijoweho objekta.</ahelp>"
#. 6QoZG
#: 01010000.xhp
@@ -14719,7 +15097,7 @@ msgctxt ""
"par_id3149750\n"
"help.text"
msgid "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Deletes the selected graphic after confirmation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Zhaša wubranu grafiku po wobkrućenju.</ahelp>"
#. 5hJ6a
#: 01020000.xhp
@@ -14728,7 +15106,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Context Menu of Web Pages in Read-Only Mode"
-msgstr ""
+msgstr "Kontekstowy meni webstronow ze škitom přećiwo pisanju"
#. upJ85
#: 01020000.xhp
@@ -14737,7 +15115,7 @@ msgctxt ""
"hd_id3158397\n"
"help.text"
msgid "Context Menu of Web Pages in Read-Only Mode"
-msgstr ""
+msgstr "Kontekstowy meni webstronow ze škitom přećiwo pisanju"
#. CtLLG
#: 01020000.xhp
@@ -14746,7 +15124,7 @@ msgctxt ""
"par_id3145348\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_SAVEGRAPHIC\">Opens a dialog where you can save the selected graphics.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_MN_READONLY_SAVEGRAPHIC\">Wočinja dialog, hdźež móžeće wubrane grafiki składować.</ahelp>"
#. 3nWVM
#: 01020000.xhp
@@ -14755,7 +15133,7 @@ msgctxt ""
"par_id3151262\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_COPYLINK\">Copies the link at the mouse pointer to the clipboard.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_MN_READONLY_COPYLINK\">Kopěruje wotkaz pod pokazowakom myški do mjezyskłada.</ahelp>"
#. rtZo6
#: 01020000.xhp
@@ -14764,7 +15142,7 @@ msgctxt ""
"par_id3155934\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Copies a selected graphic to the clipboard.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Kopěruje wubranu grafiku do mjezyskłada.</ahelp>"
#. hKB2e
#: 01020000.xhp
@@ -14773,7 +15151,7 @@ msgctxt ""
"par_id3145629\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_LOADGRAPHIC\">If you have deactivated the graphics display, choose the<emph> Load Graphics </emph>command to make them visible.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_MN_READONLY_LOADGRAPHIC\">Jeli sće pokazanje grafiki znjemóžnił, wubjerće přikaz <emph>Grafiku začitać</emph>, zo byšće ju widźomnu činił.</ahelp>"
#. kXRqe
#: 01020000.xhp
@@ -14782,7 +15160,7 @@ msgctxt ""
"par_id3150902\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Čini wšě grafiki w dokumenće widźomne.</ahelp>"
#. VraVt
#: 01020000.xhp
@@ -14791,7 +15169,7 @@ msgctxt ""
"par_id3148548\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\">Allows you to save the background of a Web page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\">Zmóžnja wam, pozadk webstrony składować.</ahelp>"
#. Hxrcv
#: 01050000.xhp
@@ -14800,7 +15178,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "General"
-msgstr ""
+msgstr "Powšitkowne"
#. jEYzL
#: 01050000.xhp
@@ -14809,7 +15187,7 @@ msgctxt ""
"hd_id3158397\n"
"help.text"
msgid "<link href=\"text/shared/00/01050000.xhp\">General</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/00/01050000.xhp\">Powšitkowne</link>"
#. hDAjC
#: 01050000.xhp
@@ -14818,7 +15196,7 @@ msgctxt ""
"par_id3159242\n"
"help.text"
msgid "<ahelp hid=\".\">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Rajtark <emph>Powšitkowne</emph> powšitkowne kajkosće aktualneje drasty nalistuje.</ahelp>"
#. 3VTML
#: 01050000.xhp
@@ -14827,7 +15205,7 @@ msgctxt ""
"hd_id3150264\n"
"help.text"
msgid "Name"
-msgstr ""
+msgstr "Mjeno"
#. tbFvR
#: 01050000.xhp
@@ -14836,7 +15214,7 @@ msgctxt ""
"par_id3154094\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/gallerygeneralpage/name\">Displays the name of the theme.</ahelp> If no name has been assigned, you can type a new name in the text box."
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/gallerygeneralpage/name\">Pokazuje mjeno drasty.</ahelp> Jeli njeje so mjeno připokazało, móžeće nowe mjeno w tekstowym polu zapodać."
#. 3RGPG
#: 01050000.xhp
@@ -14845,7 +15223,7 @@ msgctxt ""
"hd_id3147089\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "Typ"
#. Bqd8U
#: 01050000.xhp
@@ -14854,7 +15232,7 @@ msgctxt ""
"par_id3145071\n"
"help.text"
msgid "Specifies the object type."
-msgstr ""
+msgstr "Podawa objektowy typ."
#. RSoPq
#: 01050000.xhp
@@ -14863,7 +15241,7 @@ msgctxt ""
"hd_id3147576\n"
"help.text"
msgid "Location"
-msgstr ""
+msgstr "Městno"
#. Ji5KY
#: 01050000.xhp
@@ -14872,7 +15250,7 @@ msgctxt ""
"par_id3146797\n"
"help.text"
msgid "Specifies the complete object path."
-msgstr ""
+msgstr "Podawa dospołnu objektowu šćežku."
#. D9wuA
#: edit_menu.xhp
@@ -14881,7 +15259,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Edit Menu"
-msgstr ""
+msgstr "Meni Wobdźěłać"
#. RNm9w
#: edit_menu.xhp
@@ -14890,7 +15268,7 @@ msgctxt ""
"hd_id3147273\n"
"help.text"
msgid "Edit Menu"
-msgstr ""
+msgstr "Meni Wobdźěłać"
#. 9zEzn
#: edit_menu.xhp
@@ -14899,7 +15277,7 @@ msgctxt ""
"par_id3085157\n"
"help.text"
msgid "Choose <menuitem>Edit - Undo</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Cofnyć</menuitem>."
#. AA56D
#: edit_menu.xhp
@@ -14908,7 +15286,7 @@ msgctxt ""
"par_id3145160\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Z</keycode>"
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+Z</keycode>."
#. LW82F
#: edit_menu.xhp
@@ -14917,7 +15295,7 @@ msgctxt ""
"par_id3154094\n"
"help.text"
msgid "On the <emph>Standard</emph> bar or <emph>Table Data</emph> bar, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> abo <emph>Tabelowe daty</emph> na"
#. AwFxC
#: edit_menu.xhp
@@ -14926,7 +15304,7 @@ msgctxt ""
"par_id3155449\n"
"help.text"
msgid "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icon Undo</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Symbol za Cofnyć</alt></image>"
#. QzA62
#: edit_menu.xhp
@@ -14935,7 +15313,7 @@ msgctxt ""
"par_id3148563\n"
"help.text"
msgid "Undo"
-msgstr ""
+msgstr "Cofnyć"
#. CRhMd
#: edit_menu.xhp
@@ -14944,7 +15322,7 @@ msgctxt ""
"par_id3145068\n"
"help.text"
msgid "Choose <menuitem>Edit - Redo</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wospjetować</menuitem>."
#. VgWZG
#: edit_menu.xhp
@@ -14953,7 +15331,7 @@ msgctxt ""
"par_id3153897\n"
"help.text"
msgid "On the <emph>Standard</emph> bar, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
#. 4UACs
#: edit_menu.xhp
@@ -14962,7 +15340,7 @@ msgctxt ""
"par_id3154938\n"
"help.text"
msgid "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icon Redo</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Symbol za Wospjetować</alt></image>"
#. F99gF
#: edit_menu.xhp
@@ -14971,7 +15349,7 @@ msgctxt ""
"par_id3151211\n"
"help.text"
msgid "Redo"
-msgstr ""
+msgstr "Wospjetować"
#. VqzCC
#: edit_menu.xhp
@@ -14980,7 +15358,7 @@ msgctxt ""
"par_id3154365\n"
"help.text"
msgid "<variable id=\"letzter\">Choose <menuitem>Edit - Repeat</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"letzter\">Wubjerće <menuitem>Wobdźěłać – Wospjetować</menuitem>.</variable>"
#. DyHWB
#: edit_menu.xhp
@@ -14989,7 +15367,7 @@ msgctxt ""
"par_id3149765\n"
"help.text"
msgid "Choose <menuitem>Edit - Cut</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wutřihać</menuitem>."
#. siZcT
#: edit_menu.xhp
@@ -14998,7 +15376,7 @@ msgctxt ""
"par_id3144762\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+X</keycode>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+X</keycode>"
#. YEYM4
#: edit_menu.xhp
@@ -15007,7 +15385,7 @@ msgctxt ""
"par_id3148744\n"
"help.text"
msgid "On the <emph>Standard</emph> bar, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
#. zCT5V
#: edit_menu.xhp
@@ -15016,7 +15394,7 @@ msgctxt ""
"par_id3145173\n"
"help.text"
msgid "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icon Cut</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Symbol za Wutřihać</alt></image>"
#. b2BCg
#: edit_menu.xhp
@@ -15025,7 +15403,7 @@ msgctxt ""
"par_id3154153\n"
"help.text"
msgid "Cut"
-msgstr ""
+msgstr "Wutřihać"
#. 75bkj
#: edit_menu.xhp
@@ -15034,7 +15412,7 @@ msgctxt ""
"par_id3150742\n"
"help.text"
msgid "Choose <menuitem>Edit - Copy</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Kopěrować</menuitem>."
#. dqu5U
#: edit_menu.xhp
@@ -15043,7 +15421,7 @@ msgctxt ""
"par_id3148923\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+C</keycode>"
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+C</keycode>"
#. ENXCh
#: edit_menu.xhp
@@ -15052,7 +15430,7 @@ msgctxt ""
"par_id3159254\n"
"help.text"
msgid "On the <emph>Standard</emph> bar, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
#. BEKcn
#: edit_menu.xhp
@@ -15061,7 +15439,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Symbol za Kopěrować</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15070,7 +15448,7 @@ msgctxt ""
"par_id3150685\n"
"help.text"
msgid "Copy"
-msgstr ""
+msgstr "Kopěrować"
#. zsvyg
#: edit_menu.xhp
@@ -15079,7 +15457,7 @@ msgctxt ""
"par_id3159153\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Zasadźić</menuitem>."
#. 2JEAF
#: edit_menu.xhp
@@ -15088,7 +15466,7 @@ msgctxt ""
"par_id3155860\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+V</keycode>"
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+V</keycode>"
#. wDTHt
#: edit_menu.xhp
@@ -15097,7 +15475,7 @@ msgctxt ""
"par_id3159083\n"
"help.text"
msgid "On the <emph>Standard</emph> bar, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
#. HZLPq
#: edit_menu.xhp
@@ -15106,7 +15484,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Symbol za Zasadźić</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15115,7 +15493,7 @@ msgctxt ""
"par_id3154471\n"
"help.text"
msgid "Paste"
-msgstr ""
+msgstr "Zasadźić"
#. 8U2sv
#: edit_menu.xhp
@@ -15124,7 +15502,7 @@ msgctxt ""
"par_id3152791\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste Special - Paste Special</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wobsah zasadźić – Wobsah zasadźić…</menuitem>."
#. CFGeE
#: edit_menu.xhp
@@ -15133,7 +15511,7 @@ msgctxt ""
"par_id431584795675377\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + V</keycode>."
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode> + ⇧ + V</keycode>."
#. iDRPM
#: edit_menu.xhp
@@ -15142,7 +15520,7 @@ msgctxt ""
"par_id731584805182269\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste Special - Paste Unformatted Text</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wobsah zasadźić – Njeformatěrowany tekst zasadźić</menuitem>."
#. BUPSo
#: edit_menu.xhp
@@ -15151,7 +15529,7 @@ msgctxt ""
"par_id431584825207430\n"
"help.text"
msgid "Right-click to open the context menu and choose <menuitem>Paste Special - Unformatted Text</menuitem>."
-msgstr ""
+msgstr "Klikńće z prawej tastu, zo byšće kontekstowy meni a wubjerće <menuitem>Wobsah zasadźić – Njeformatěrowany tekst zasadźić</menuitem>."
#. hUjhY
#: edit_menu.xhp
@@ -15160,7 +15538,7 @@ msgctxt ""
"par_id941584805189349\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Alt + Shift + V</keycode>."
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode> + Alt + ⇧ + V</keycode>."
#. jEkdB
#: edit_menu.xhp
@@ -15169,7 +15547,7 @@ msgctxt ""
"par_id531584805456716\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste Special - Paste Nested Table</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wobsah zasadźić – Jako zakašćikowanu tabelu zasadźić</menuitem>."
#. AWiCd
#: edit_menu.xhp
@@ -15178,7 +15556,7 @@ msgctxt ""
"par_id701584824350359\n"
"help.text"
msgid "Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Nested Table</menuitem>."
-msgstr ""
+msgstr "Klikńće z prawej tastu na cilowu celu tabele, zo byšće kontekstowy meni wočinił a wubjerće <menuitem>Wobsah zasadźić – Jako zakašćikowanu tabelu zasadźić</menuitem>."
#. fLFXd
#: edit_menu.xhp
@@ -15187,7 +15565,7 @@ msgctxt ""
"par_id961584805473396\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste Special - Paste as Rows above</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wobsah zasadźić – Jako linki nad tym zasadźić</menuitem>."
#. 7CnTy
#: edit_menu.xhp
@@ -15196,7 +15574,7 @@ msgctxt ""
"par_id961584822968492\n"
"help.text"
msgid "Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Rows Above</menuitem>."
-msgstr ""
+msgstr "Klikńće z prawej tastu na cilowu celu tabele, zo byšće kontekstowy meni wočinił a wubjerće <menuitem>Wobsah zasadźić – Jako linki nad tym zasadźić</menuitem>."
#. 2xgA5
#: edit_menu.xhp
@@ -15205,7 +15583,7 @@ msgctxt ""
"par_id711584805479741\n"
"help.text"
msgid "Choose <menuitem>Edit - Paste Special - Paste as Columns Before</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wobsah zasadźić – Jako špalty před tym zasadźić</menuitem>."
#. CJBCG
#: edit_menu.xhp
@@ -15214,7 +15592,7 @@ msgctxt ""
"par_id61584824301756\n"
"help.text"
msgid "Right-click on the target table cell to open the context menu and choose <menuitem>Paste Special - Columns Before</menuitem>."
-msgstr ""
+msgstr "Klikńće z prawej tastu na cilowu celu tabele, zo byšće kontekstowy meni wočinił a wubjerće <menuitem>Wobsah zasadźić – Jako špalty před tym zasadźić</menuitem>."
#. eCfyi
#: edit_menu.xhp
@@ -15223,7 +15601,7 @@ msgctxt ""
"par_id3148555\n"
"help.text"
msgid "Choose <menuitem>Edit - Select All</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Wšě zasadźić</menuitem>."
#. mia2c
#: edit_menu.xhp
@@ -15232,7 +15610,7 @@ msgctxt ""
"par_id3152417\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+A</keycode>"
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+A</keycode>."
#. gXMsj
#: edit_menu.xhp
@@ -15241,7 +15619,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Symbol za Wšě wubrać</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15250,7 +15628,7 @@ msgctxt ""
"par_id3153139\n"
"help.text"
msgid "Select All"
-msgstr ""
+msgstr "Wšě wubrać"
#. Tb8Mu
#: edit_menu.xhp
@@ -15259,7 +15637,7 @@ msgctxt ""
"par_id3145251\n"
"help.text"
msgid "<variable id=\"aenderungen\">Choose <menuitem>Edit - Track Changes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aenderungen\">Wubjerće <menuitem>Wobdźěłać – Změnam slědować</menuitem>.</variable>"
#. FtngJ
#: edit_menu.xhp
@@ -15268,7 +15646,7 @@ msgctxt ""
"par_id3153336\n"
"help.text"
msgid "<variable id=\"aufzeichnen\">Choose <menuitem>Edit - Track Changes - Record</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aufzeichnen\">Wubjerće <menuitem>Wobdźěłać – Změnam slědować – Natočić</menuitem>.</variable>"
#. eaiZ6
#: edit_menu.xhp
@@ -15277,7 +15655,7 @@ msgctxt ""
"par_id3150594\n"
"help.text"
msgid "<variable id=\"anzeigen\">Choose <menuitem>Edit - Track Changes - Show</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"anzeigen\">Wubjerće <menuitem>Wobdźěłać – Změnam slědować – Pokazać</menuitem>.</variable>"
#. CXjc8
#: edit_menu.xhp
@@ -15286,7 +15664,7 @@ msgctxt ""
"par_id3153845\n"
"help.text"
msgid "<variable id=\"rotlinie\">Choose <menuitem>Edit - Track Changes - Manage</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"rotlinie\">Wubjerće <menuitem>Wobdźěłać – Změnam slědować – Rjadować…</menuitem>.</variable>"
#. RLwDH
#: edit_menu.xhp
@@ -15295,7 +15673,7 @@ msgctxt ""
"par_id3148587\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Změny slědować – Rjadować… – rajtark: Lisćina</menuitem>."
#. KKGxQ
#: edit_menu.xhp
@@ -15304,7 +15682,7 @@ msgctxt ""
"par_id3150396\n"
"help.text"
msgid "Choose <menuitem>Tools - AutoCorrect - Apply and Edit Changes</menuitem>. The <emph>AutoCorrect</emph> dialog appears.<br/>Click the <emph>Edit Changes</emph> button and navigate to the <emph>List</emph> tab."
-msgstr ""
+msgstr "Wubjerće <menuitem>Nastroje – Awtomatiska korektura – Nałožić a změny wobdźěłać</menuitem>. Dialog <emph>Awtomatiska korektura</emph> so zjewi.<br/>Klikńće na tłóčatko <emph>Změny wobdźěłać</emph> a nawigěrujće k rajtarkej <emph>Lisćina</emph>."
#. DRyHd
#: edit_menu.xhp
@@ -15313,7 +15691,7 @@ msgctxt ""
"par_id3153878\n"
"help.text"
msgid "<variable id=\"rotliniefilter\">Choose <menuitem>Edit - Track Changes - Manage - Filter</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"rotliniefilter\">Wubjerće <menuitem>Wobdźěłać – Změny slědować – Rjadować… – rajtark: Filter</menuitem>.</variable>"
#. XycHj
#: edit_menu.xhp
@@ -15322,7 +15700,7 @@ msgctxt ""
"par_id3151281\n"
"help.text"
msgid "<variable id=\"einfuegen\">Choose <menuitem>Edit - Track Changes - Merge Document</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"einfuegen\">Wubjerće <menuitem>Wobdźěłać – Změny slědować – Dokument zjednoćić…</menuitem>.</variable>"
#. DLA3A
#: edit_menu.xhp
@@ -15331,7 +15709,7 @@ msgctxt ""
"par_id3153224\n"
"help.text"
msgid "<variable id=\"dvergl\">Choose <menuitem>Edit - Track Changes - Compare Document</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dvergl\">Wubjerće <menuitem>Wobdźěłać – Změny slědować – Dokument přirunać…</menuitem>.</variable>"
#. 6BEEG
#: edit_menu.xhp
@@ -15340,7 +15718,7 @@ msgctxt ""
"par_id561647263926698\n"
"help.text"
msgid "<variable id=\"protect\">Choose <menuitem>Edit - Track Changes - Protect</menuitem></variable>"
-msgstr ""
+msgstr "<variable id=\"protect\">Wubjerće <menuitem>Wobdźěłać – Změny slědować –Škitać…</menuitem>.</variable>"
#. DrLSp
#: edit_menu.xhp
@@ -15349,7 +15727,7 @@ msgctxt ""
"par_id3148773\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes - Comment</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Změny slědować – Komentować…</menuitem>."
#. BuLKS
#: edit_menu.xhp
@@ -15358,7 +15736,7 @@ msgctxt ""
"par_id3149488\n"
"help.text"
msgid "Choose <menuitem>Edit - Track Changes - Manage - List</menuitem> tab.<br/>Click an entry in the list and open the context menu.<br/>Choose <emph>Edit Comment</emph>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Změny slědować – Rjadować… – rajtark: Lisćina</menuitem>.<br/>Klikńće na zapisk w lisćinje a wočińće kontekstowy meni.<br/>Wubjerće <emph>Komentar wobdźěłać…</emph>."
#. oGZeX
#: edit_menu.xhp
@@ -15367,7 +15745,7 @@ msgctxt ""
"par_id31562971\n"
"help.text"
msgid "Choose <menuitem>Edit - Find</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Pytać…</menuitem>."
#. cPD4u
#: edit_menu.xhp
@@ -15376,7 +15754,7 @@ msgctxt ""
"par_id31545031\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+F</keycode>"
#. f4EM6
#: edit_menu.xhp
@@ -15385,7 +15763,7 @@ msgctxt ""
"par_id3156297\n"
"help.text"
msgid "Choose <menuitem>Edit - Find & Replace</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Pytać a wuměnić…</menuitem>."
#. 4pWKe
#: edit_menu.xhp
@@ -15394,7 +15772,7 @@ msgctxt ""
"par_id3154503\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+H</keycode>"
-msgstr ""
+msgstr "Tłóčće <switchinline select=\"sys\"><caseinline select=\"MAC\">cmd ⌘</caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+H</keycode>"
#. UPprs
#: edit_menu.xhp
@@ -15403,7 +15781,7 @@ msgctxt ""
"par_id3155083\n"
"help.text"
msgid "On the <emph>Standard</emph> bar, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> na"
#. vsGEm
#: edit_menu.xhp
@@ -15412,7 +15790,7 @@ msgctxt ""
"par_id3150020\n"
"help.text"
msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Symbol za Pytać a wuměnić</alt></image>"
#. jRcHP
#: edit_menu.xhp
@@ -15421,7 +15799,7 @@ msgctxt ""
"par_id3144748\n"
"help.text"
msgid "Find & Replace"
-msgstr ""
+msgstr "Pytać a wuměnić"
#. EtPCq
#: edit_menu.xhp
@@ -15430,7 +15808,7 @@ msgctxt ""
"par_id3156357\n"
"help.text"
msgid "<variable id=\"suchenattribute\">Choose <menuitem>Edit - Find & Replace - Attributes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"suchenattribute\">Wubjerće <menuitem>Wobdźěłać – Pytać a wuměnic… – tłóčatko: Atributy</menuitem>.</variable>"
#. DCnDy
#: edit_menu.xhp
@@ -15439,7 +15817,7 @@ msgctxt ""
"par_id3153840\n"
"help.text"
msgid "<variable id=\"suchenformat\">Choose <menuitem>Edit - Find & Replace - Format</menuitem> button.</variable>"
-msgstr ""
+msgstr "<variable id=\"suchenformat\">Wubjerće <menuitem>Wobdźěłać – Pytać a wuměnic… – tłóčatko: Format…</menuitem>.</variable>"
#. 4zFwJ
#: edit_menu.xhp
@@ -15448,7 +15826,7 @@ msgctxt ""
"par_id781602175775847\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Symbol za Pytać</alt></image> abo <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘</keycode></caseinline><defaultinline><keycode>Strg</keycode></defaultinline></switchinline><keycode>+F</keycode>"
#. CNnsD
#: edit_menu.xhp
@@ -15457,7 +15835,7 @@ msgctxt ""
"par_id3153709\n"
"help.text"
msgid "On the <emph>Table Data</emph> bar, click <emph>Find</emph> icon, then <emph>Similarity search</emph> check box, then click the <emph>Similarities</emph> button (database table view)."
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Tabelowe daty</emph> na symbol <emph>Pytać</emph> potom na kontrolny kašćik <emph>Pytanje podobnosćow</emph> a potom na tłóčatko <emph>Podobnosće</emph> (napohlad tabele datoweje banki)."
#. phNMi
#: edit_menu.xhp
@@ -15466,7 +15844,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Symbol za Pytać</alt></image>"
#. 8FD2j
#: edit_menu.xhp
@@ -15475,7 +15853,7 @@ msgctxt ""
"par_id3150749\n"
"help.text"
msgid "On the <emph>Form Navigation</emph> bar, click <emph>Record Search</emph> icon, then <emph>Similarity search</emph> check box, then click the <emph>Similarities</emph> button (database form view)."
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Formularowa nawigacija</emph> na symbol <emph>Datowu sadźbu pytać…</emph>, potom na kontrolny kašćik <emph>Pytanje podobnosćow</emph> a potom na tłóčatko <emph>Podobnosće</emph> (napohlad tabele datoweje banki)."
#. 4NRpt
#: edit_menu.xhp
@@ -15484,7 +15862,7 @@ msgctxt ""
"par_id3146971\n"
"help.text"
msgid "Choose <menuitem>Edit - Find & Replace - Similarity search</menuitem> check box, then click the <emph>Similarities</emph> button."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Pytać a wuměnić… – kontrolny kašćik: pytanje podobnosćow</menuitem> a klikńće na tłóčatko <emph>Podobnosće…</emph>"
#. mMAVy
#: edit_menu.xhp
@@ -15493,7 +15871,7 @@ msgctxt ""
"par_id3152960\n"
"help.text"
msgid "Choose <menuitem>View - Navigator</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Nawigator</menuitem>."
#. sJJtL
#: edit_menu.xhp
@@ -15502,7 +15880,7 @@ msgctxt ""
"par_id941683841117366\n"
"help.text"
msgid "Press <keycode>F5</keycode>"
-msgstr ""
+msgstr "Tłóčće <keycode>F5</keycode>"
#. CcEAC
#: edit_menu.xhp
@@ -15511,7 +15889,7 @@ msgctxt ""
"par_id3163824\n"
"help.text"
msgid "On the <emph>Standard</emph> bar or the <emph>Sidebar</emph>, click"
-msgstr ""
+msgstr "Klikńće w symbolowej lajsće <emph>Standard</emph> abo w <emph>bóčnicy</emph> na"
#. iwE8Q
#: edit_menu.xhp
@@ -15520,7 +15898,7 @@ msgctxt ""
"par_id3159183\n"
"help.text"
msgid "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Navigator On/Off</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Symbol za Nawigator pokazać/schować</alt></image>"
#. DFjLG
#: edit_menu.xhp
@@ -15529,7 +15907,7 @@ msgctxt ""
"par_id3147359\n"
"help.text"
msgid "Navigator On/Off"
-msgstr ""
+msgstr "Nawigator pokazać/schować"
#. XgQEb
#: edit_menu.xhp
@@ -15538,7 +15916,7 @@ msgctxt ""
"par_id3147338\n"
"help.text"
msgid "<variable id=\"litdat\">Choose <menuitem>Tools - Bibliography Database</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"litdat\">Wubjerće <menuitem>Nastroje – Datowa banka literatury</menuitem>.</variable>"
#. EaFwu
#: edit_menu.xhp
@@ -15547,7 +15925,7 @@ msgctxt ""
"par_id3149281\n"
"help.text"
msgid "<variable id=\"link\">Choose <menuitem>Edit - External Links</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"link\">Wubjerće <menuitem>Wobdźěłać – Eksterne zwjazanja…</menuitem>.</variable>"
#. xSMBV
#: edit_menu.xhp
@@ -15556,7 +15934,7 @@ msgctxt ""
"par_id3159339\n"
"help.text"
msgid "<variable id=\"linkae\">Choose <menuitem>Edit - External Links - Modify</menuitem> (DDE links only).</variable>"
-msgstr ""
+msgstr "<variable id=\"linkae\">Wubjerće <menuitem>Wobdźěłać – Eksterne zwjazanja… – tłóčatko: Změnić…</menuitem> (jenož DDE-zwjazanja).</variable>"
#. bgzTi
#: edit_menu.xhp
@@ -15565,7 +15943,7 @@ msgctxt ""
"par_id3148927\n"
"help.text"
msgid "Select a frame, then choose <menuitem>Edit - OLE Object - Properties</menuitem>."
-msgstr ""
+msgstr "Wubjerće wobłuk a potom <menuitem>Wobdźěłać – OLE-objekt – Kajkosće…</menuitem>"
#. cDcix
#: edit_menu.xhp
@@ -15574,7 +15952,7 @@ msgctxt ""
"par_id3156315\n"
"help.text"
msgid "Open context menu of selected frame, choose <menuitem>Properties</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni wubraneho wobłuka a wubjerće <menuitem>Kajkosće…</menuitem>."
#. 5TkgL
#: edit_menu.xhp
@@ -15583,7 +15961,7 @@ msgctxt ""
"par_id3149259\n"
"help.text"
msgid "<variable id=\"edit1\">Choose <menuitem>Edit - OLE Object</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"edit1\">Wubjerće <menuitem>Wobdźěłać – OLE-objekt</menuitem>.</variable>"
#. ApejL
#: edit_menu.xhp
@@ -15592,7 +15970,7 @@ msgctxt ""
"par_id3154966\n"
"help.text"
msgid "<variable id=\"edit2\">Choose <menuitem>Edit - OLE Object - Edit</menuitem>, also in the context menu of selected object.</variable>"
-msgstr ""
+msgstr "<variable id=\"edit2\">Wubjerće <menuitem>Wobdźěłać – OLE-objekt – Wobdźěłać</menuitem>, je tež w kontekstowym meniju wubraneho objekta.</variable>"
#. 9Gp6Z
#: edit_menu.xhp
@@ -15601,7 +15979,7 @@ msgctxt ""
"par_id3149565\n"
"help.text"
msgid "<variable id=\"edit3\">Choose <menuitem>Edit - OLE Object - Open</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"edit3\">Wubjerće <menuitem>Wobdźěłać – OLE-objekt – Wočinić</menuitem>.</variable>"
#. kQifg
#: edit_menu.xhp
@@ -15610,7 +15988,7 @@ msgctxt ""
"par_id951603556032047\n"
"help.text"
msgid "<variable id=\"reference\">Choose <menuitem>Edit - Reference</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"reference\">Wubjerće <menuitem>Wobdźěłać – Wotkaz</menuitem>.</variable>"
#. PNGYK
#: icon_alt.xhp
@@ -15619,7 +15997,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Standard Icons Alt Texts to be Embedded"
-msgstr ""
+msgstr "Standardne symbole za alternatiwne teksty, kotrež so maja zasadźić"
#. C2m5w
#: icon_alt.xhp
@@ -15628,7 +16006,7 @@ msgctxt ""
"par_idN10546\n"
"help.text"
msgid "<variable id=\"alt_icon\">Icon </variable>"
-msgstr ""
+msgstr "<variable id=\"alt_icon\">Symbol</variable>"
#. UXESe
#: icon_alt.xhp
@@ -15637,7 +16015,7 @@ msgctxt ""
"par_idN10555\n"
"help.text"
msgid "<variable id=\"alt_warning\">Warning Icon </variable>"
-msgstr ""
+msgstr "<variable id=\"alt_warning\">Warnowanski symbol</variable>"
#. eAPnJ
#: icon_alt.xhp
@@ -15646,7 +16024,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "<variable id=\"alt_tip\">Tip Icon </variable>"
-msgstr ""
+msgstr "<variable id=\"alt_tip\">Symbol Pokiw</variable>"
#. VQ5Bu
#: icon_alt.xhp
@@ -15655,7 +16033,7 @@ msgctxt ""
"par_idN10573\n"
"help.text"
msgid "<variable id=\"alt_note\">Note Icon </variable>"
-msgstr ""
+msgstr "<variable id=\"alt_note\">Symbol za Notica</variable>"
#. A8V7K
#: kbd_shortcuts.xhp
@@ -15664,7 +16042,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Keyboard Shortcuts"
-msgstr ""
+msgstr "Tastowe skrótšenki"
#. wSL8L
#: kbd_shortcuts.xhp
@@ -15673,7 +16051,7 @@ msgctxt ""
"hd_id801580051149152\n"
"help.text"
msgid "Keyboard Shortcuts (to embed)"
-msgstr ""
+msgstr "Tastowe skrótšenki (kotrež so maja zasadźić)"
#. 2kHoJ
#: kbd_shortcuts.xhp
@@ -15682,7 +16060,7 @@ msgctxt ""
"par_id111580052612843\n"
"help.text"
msgid "<variable id=\"F11\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+T</keycode></caseinline> <defaultinline><keycode>F11</keycode></defaultinline> </switchinline> </variable>"
-msgstr ""
+msgstr "<variable id=\"F11\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘+T</keycode></caseinline><defaultinline><keycode>F11</keycode></defaultinline></switchinline></variable>"
#. g6zDB
#: kbd_shortcuts.xhp
@@ -15691,7 +16069,7 @@ msgctxt ""
"par_id991580052612844\n"
"help.text"
msgid "<variable id=\"togglefieldshading\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+F8</keycode></caseinline> <defaultinline><keycode>Ctrl+F8</keycode></defaultinline> </switchinline> </variable>"
-msgstr ""
+msgstr "<variable id=\"togglefieldshading\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘+F8</keycode></caseinline><defaultinline><keycode>Strg+F8</keycode></defaultinline></switchinline></variable>"
#. AL7Ct
#: kbd_shortcuts.xhp
@@ -15700,7 +16078,7 @@ msgctxt ""
"par_id111580052612822\n"
"help.text"
msgid "<variable id=\"toggleshowfields\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+F9</keycode></caseinline> <defaultinline><keycode>Ctrl+F9</keycode></defaultinline> </switchinline> </variable>"
-msgstr ""
+msgstr "<variable id=\"toggleshowfields\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘+F9</keycode></caseinline><defaultinline><keycode>Strg+F9</keycode></defaultinline></switchinline></variable>"
#. J5rG9
#: kbd_shortcuts.xhp
@@ -15709,7 +16087,7 @@ msgctxt ""
"par_id991580052612821\n"
"help.text"
msgid "<variable id=\"pagebreak\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+Enter</keycode></caseinline> <defaultinline><keycode>Ctrl+Enter</keycode></defaultinline> </switchinline> </variable>"
-msgstr ""
+msgstr "<variable id=\"pagebreak\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘+Enter</keycode></caseinline><defaultinline><keycode>Strg+Enter</keycode></defaultinline></switchinline></variable>"
#. TrijJ
#: kbd_shortcuts.xhp
@@ -15718,7 +16096,7 @@ msgctxt ""
"par_id4915807652612821\n"
"help.text"
msgid "<variable id=\"insertnewpara\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Option+Enter</keycode></caseinline> <defaultinline><keycode>Alt+Enter</keycode></defaultinline> </switchinline> </variable>"
-msgstr ""
+msgstr "<variable id=\"insertnewpara\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>⌥ Option+Enter</keycode></caseinline><defaultinline><keycode>Alt+Enter</keycode></defaultinline></switchinline></variable>"
#. GWRwK
#: kbd_shortcuts.xhp
@@ -15727,4 +16105,4 @@ msgctxt ""
"par_id4925907652612821\n"
"help.text"
msgid "<variable id=\"pasteunformatted\"> <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command+Option+Shift+V</keycode></caseinline> <defaultinline><keycode>Crtl+Alt+Shift+V</keycode></defaultinline> </switchinline> </variable>"
-msgstr ""
+msgstr "<variable id=\"pasteunformatted\"><switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>cmd ⌘+⌥ option+⇧+V</keycode></caseinline><defaultinline><keycode>Strg+Alt+⇧+V</keycode></defaultinline></switchinline></variable>"
diff --git a/source/hsb/helpcontent2/source/text/shared/01.po b/source/hsb/helpcontent2/source/text/shared/01.po
index f7b8d0fd894..cdca1f6f98a 100644
--- a/source/hsb/helpcontent2/source/text/shared/01.po
+++ b/source/hsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-03 10:37+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/hsb/>\n"
@@ -96,13 +96,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -123,13 +123,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -150,13 +150,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -177,13 +177,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -204,13 +204,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -231,13 +231,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -285,13 +285,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -312,13 +312,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -339,13 +339,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -366,13 +366,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2238,33 +2238,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2661,15 +2634,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3084,15 +3048,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7800,13 +7755,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43935,13 +43890,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43953,15 +43908,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/hsb/helpcontent2/source/text/simpress/00.po b/source/hsb/helpcontent2/source/text/simpress/00.po
index b0d2d74574c..ad421c653e5 100644
--- a/source/hsb/helpcontent2/source/text/simpress/00.po
+++ b/source/hsb/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-18 04:44+0000\n"
+"PO-Revision-Date: 2023-05-24 15:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/hsb/>\n"
"Language: hsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. sqmGT
#: 00000004.xhp
@@ -49,7 +49,7 @@ msgctxt ""
"par_id5316324\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the <menuitem>Custom Animation</menuitem> sidebar deck.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Wočinja rajtark <menuitem>Swójska animacija</menuitem> w bóčnicy.</ahelp>"
#. bAS7D
#: 00000004.xhp
@@ -166,7 +166,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<variable id=\"dtvlc\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dtvlc\">>Wubjerće <menuitem>Dataja – Eksportować…</menuitem>.</variable>"
#. Cjh6J
#: 00000402.xhp
@@ -193,7 +193,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "Choose <menuitem>Edit - Duplicate</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Wobdźěłać – Podwojić…</menuitem>."
#. iFMuz
#: 00000402.xhp
@@ -211,7 +211,7 @@ msgctxt ""
"par_id3149263\n"
"help.text"
msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (%PRODUCTNAME Draw only).</variable>"
-msgstr ""
+msgstr "<variable id=\"bearbueber\">Wubjerće <emph>Twar – Přeblendować</emph> (jenož %PRODUCTNAME Draw)</variable>"
#. CSEE8
#: 00000402.xhp
@@ -220,7 +220,7 @@ msgctxt ""
"par_id3149666\n"
"help.text"
msgid "<variable id=\"basl\">Choose <menuitem>Slide - Delete Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"basl\">Wubjerće <menuitem>Folija – Foliju zhašeć</menuitem>.</variable>"
#. FXCWY
#: 00000402.xhp
@@ -229,7 +229,7 @@ msgctxt ""
"par_id3147397\n"
"help.text"
msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <menuitem>Delete Layer</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"baebl\">Wočińće kontekstowy meni zasadźeneje runiny a wubjerće potom <menuitem>Runinu zhašeć</menuitem></variable>"
#. nGzts
#: 00000402.xhp
@@ -238,7 +238,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<variable id=\"feldbefehl\">Choose <menuitem>Edit - Fields</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"feldbefehl\">Wubjerće <menuitem>Wobdźěłać – Pola…</menuitem>.</variable>"
#. n6xfJ
#: 00000402.xhp
@@ -247,7 +247,7 @@ msgctxt ""
"par_id8695944\n"
"help.text"
msgid "<variable id=\"gluebar\">Click the <emph>Show Gluepoint Functions</emph> icon on the <menuitem>Drawing</menuitem> bar.</variable>"
-msgstr ""
+msgstr "<variable id=\"gluebar\">Klikńće na Symbol <emph>Funkcije lěpjatych dypkow pokazać</emph> w symbolowej lajsće <menuitem>Rysowanka</menuitem>.</variable>"
#. RE44L
#: 00000402.xhp
@@ -292,7 +292,7 @@ msgctxt ""
"par_id3148798\n"
"help.text"
msgid "<variable id=\"aslal\">Choose <menuitem>View - Rulers</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aslal\">Wubjerće <menuitem>Napohlad – Lineale</menuitem></variable>"
#. PvGBf
#: 00000403.xhp
@@ -301,7 +301,7 @@ msgctxt ""
"par_id3153771\n"
"help.text"
msgid "<variable id=\"option\">Choose <menuitem>View - Toolbars - Options</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"option\">Wubjerće <menuitem>Napohlad – Symbolowe lajsty – Nastajenja</menuitem>.</variable>"
#. ZZCEC
#: 00000403.xhp
@@ -310,7 +310,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Presentation</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Symbolowe lajsty – Prezentacija</menuitem>."
#. xFTvM
#: 00000403.xhp
@@ -319,7 +319,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "<variable id=\"quali\">Choose <menuitem>View - Color/Grayscale</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"quali\">Wubjerće <menuitem>Napohlad – Barba/Wotsćiny šěrje</menuitem>.</variable>"
#. nefGE
#: 00000403.xhp
@@ -328,7 +328,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Normalny</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -337,7 +337,7 @@ msgctxt ""
"par_id3157982\n"
"help.text"
msgid "Choose <menuitem>View - Outline</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Rozrjad</menuitem>."
#. RtvDG
#: 00000403.xhp
@@ -346,7 +346,7 @@ msgctxt ""
"par_id3149875\n"
"help.text"
msgid "Choose <menuitem>View - Slide Sorter</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Folijowe sortěrowanje</menuitem>."
#. ZjiEB
#: 00000403.xhp
@@ -355,7 +355,7 @@ msgctxt ""
"par_id3149352\n"
"help.text"
msgid "Choose <menuitem>View - Notes</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Noticy</menuitem>."
#. EmvCe
#: 00000403.xhp
@@ -364,7 +364,7 @@ msgctxt ""
"par_id3155255\n"
"help.text"
msgid "Choose <menuitem>View - Master Handout</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Wuhotowak cedlow do ruki</menuitem>."
#. WWEFs
#: 00000403.xhp
@@ -373,7 +373,7 @@ msgctxt ""
"par_id3154328\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Slide Show</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Prezentacija – Swójska prezentacija…</menuitem>."
#. cvTps
#: 00000403.xhp
@@ -418,7 +418,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Normalny</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -427,7 +427,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <menuitem>View - Master Slide</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Napohlad – Folijowa předłoha</menuitem>."
#. 6FLRL
#: 00000403.xhp
@@ -436,7 +436,7 @@ msgctxt ""
"par_idN10AF7\n"
"help.text"
msgid "<variable id=\"masterlayouts\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"masterlayouts\">Wubjerće <menuitem>Napohlad – Folijowa předłoha</menuitem>.</variable>"
#. 8irtd
#: 00000403.xhp
@@ -445,7 +445,7 @@ msgctxt ""
"par_idN10B19\n"
"help.text"
msgid "<variable id=\"notesmaster\">Choose <menuitem>View - Master Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"notesmaster\">Wubjerće <menuitem>Napohlad – Noticowy wuhotowak</menuitem>.</variable>"
#. UJCwj
#: 00000403.xhp
@@ -454,7 +454,7 @@ msgctxt ""
"par_idN10B07\n"
"help.text"
msgid "<variable id=\"master\">Choose <menuitem>Slide - Master Elements</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master\">Wubjerće <menuitem>Folija – Elementy předłohi…</menuitem>.</variable>"
#. kt9yt
#: 00000403.xhp
@@ -463,7 +463,7 @@ msgctxt ""
"par_idN10B57\n"
"help.text"
msgid "Choose <menuitem>Insert - Header and Footer</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Zasadźić – Hłowowa a nohowa linka…</menuitem>."
#. pt9GN
#: 00000403.xhp
@@ -472,7 +472,7 @@ msgctxt ""
"par_idN10B6E\n"
"help.text"
msgid "Choose <menuitem>Insert - Page number</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Zasadźić – Čisło strony</menuitem>."
#. mFj7j
#: 00000403.xhp
@@ -481,7 +481,7 @@ msgctxt ""
"par_idN10B74\n"
"help.text"
msgid "Choose <menuitem>Insert - Date and time</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Zasadźić – Datum a čas</menuitem>."
#. DYHTa
#: 00000403.xhp
@@ -490,7 +490,7 @@ msgctxt ""
"par_id3149286\n"
"help.text"
msgid "<variable id=\"hinterzeichnung\">Choose <menuitem>View - Normal</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinterzeichnung\">Wubjerće <menuitem>Napohlad – Normalny</menuitem>.</variable>"
#. NLD2D
#: 00000403.xhp
@@ -499,7 +499,7 @@ msgctxt ""
"par_id3153480\n"
"help.text"
msgid "<variable id=\"master_drawing\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master_drawing\">Wubjerće <menuitem>Napohlad – Folijowa předłoha</menuitem>.</variable>"
#. nAKB2
#: 00000403.xhp
@@ -508,7 +508,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Wubjerće <menuitem>Napohlad – Noticy</menuitem>.</variable>"
#. yDXA6
#: 00000404.xhp
@@ -769,7 +769,7 @@ msgctxt ""
"par_id3154765\n"
"help.text"
msgid "Select the layer and choose <menuitem>Format - Layer</menuitem>."
-msgstr ""
+msgstr "Wubjerće runinu a potom <menuitem>Format – Runina</menuitem>."
#. HEbr2
#: 00000405.xhp
@@ -778,7 +778,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "Open context menu of the layer tab - choose <menuitem>Modify Layer</menuitem>."
-msgstr ""
+msgstr "Wočińće kontekstowy meni runinoweho rajtarka – wubjerće <menuitem>Runinu změnić</menuitem>."
#. 3ozJT
#: 00000405.xhp
@@ -787,7 +787,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Format – Interakcija…</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -841,7 +841,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<variable id=\"silbentrennung\">Choose <menuitem>Tools - Language - Hyphenation</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"silbentrennung\">Wubjerće <menuitem>Nastroje – Rěč – Dźělenje złóžkow</menuitem>.</variable>"
#. DpRab
#: 00000406.xhp
@@ -877,7 +877,7 @@ msgctxt ""
"par_id3158394\n"
"help.text"
msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"etdaw\">Wubjerće <menuitem>Napohlad – Folijowy přechad</menuitem>.</variable>"
#. MFQbE
#: 00000407.xhp
@@ -886,7 +886,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>Insert - Animated Image</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Zasadźić – Animěrowany wobraz</menuitem>."
#. w3vLq
#: 00000407.xhp
@@ -895,7 +895,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Custom Animation</menuitem>."
-msgstr ""
+msgstr "Wubjerće <menuitem>Prezentacija – Swójska animacija</menuitem>."
#. GjRGc
#: 00000407.xhp
@@ -913,7 +913,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Symbol za Swójska animacija</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -931,7 +931,7 @@ msgctxt ""
"par_id3152987\n"
"help.text"
msgid "<variable id=\"praesent\">Choose <menuitem>Slide Show - Slide Show Settings</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"praesent\">Wubjerće <menuitem>Prezentacija – Nastajenja prezentacije…</menuitem>.</variable>"
#. BWo6W
#: 00000407.xhp
@@ -940,7 +940,7 @@ msgctxt ""
"par_id3155089\n"
"help.text"
msgid "<variable id=\"indipra\">Choose <menuitem>Slide Show - Custom Slide Show</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"indipra\">Wubjerće <menuitem>Prezentacija – Swójska prezentacija…</menuitem>.</variable>"
#. 3GUFv
#: 00000413.xhp
@@ -967,7 +967,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Choose <menuitem>Shape - Convert</menuitem> (%PRODUCTNAME Draw only)."
-msgstr ""
+msgstr "Wubjerće <menuitem>Twar – Přetworić</menuitem> (jenož %PRODUCTNAME Draw)."
#. 8sqbB
#: 00000413.xhp
@@ -985,7 +985,7 @@ msgctxt ""
"par_id3149124\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Curve</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do křiwki</emph> (jenož %PRODUCTNAME Draw)"
#. cjVjh
#: 00000413.xhp
@@ -1003,7 +1003,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Polygon</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do polygona</emph> (jenož %PRODUCTNAME Draw)"
#. vFDG5
#: 00000413.xhp
@@ -1021,7 +1021,7 @@ msgctxt ""
"par_id3147001\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do 3D</emph> (jenož %PRODUCTNAME Draw)"
#. ZM2qM
#: 00000413.xhp
@@ -1039,7 +1039,7 @@ msgctxt ""
"par_id3150205\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D Rotation Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do rotaciskeho objekta 3D</emph> (jenož %PRODUCTNAME Draw)"
#. 6GqEg
#: 00000413.xhp
@@ -1057,7 +1057,7 @@ msgctxt ""
"par_id3152986\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Bitmap</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do bitmapa</emph> (jenož %PRODUCTNAME Draw)"
#. zYDUA
#: 00000413.xhp
@@ -1075,7 +1075,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Metafile</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do metadataje</emph> (jenož %PRODUCTNAME Draw)"
#. FKBs3
#: 00000413.xhp
@@ -1093,7 +1093,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Contour</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Přetworić – Do kontury</emph> (jenož %PRODUCTNAME Draw)"
#. JexGE
#: 00000413.xhp
@@ -1111,7 +1111,7 @@ msgctxt ""
"par_id3153008\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - In Front of Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Porjad – Před objekt</emph> (jenož %PRODUCTNAME Draw)"
#. d8mib
#: 00000413.xhp
@@ -1138,7 +1138,7 @@ msgctxt ""
"par_id3150537\n"
"help.text"
msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Icon In Front of Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Symbol za Před objekt</alt></image>"
#. BEnZu
#: 00000413.xhp
@@ -1156,7 +1156,7 @@ msgctxt ""
"par_id3150654\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Behind Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Porjad – Za objekt</emph> (jenož %PRODUCTNAME Draw)"
#. ECTJD
#: 00000413.xhp
@@ -1174,7 +1174,7 @@ msgctxt ""
"par_id3149886\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "Wočińće w symbolowej lajsće <menuitem>Rysowanka</menuitem> symbolowej lajstu <menuitem>Rjadować</menuitem> a klikńće na:"
#. HWm5x
#: 00000413.xhp
@@ -1183,7 +1183,7 @@ msgctxt ""
"par_id3150865\n"
"help.text"
msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Icon Behind Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Symbol za Objekt</alt></image>"
#. zJ8mS
#: 00000413.xhp
@@ -1201,7 +1201,7 @@ msgctxt ""
"par_id3150002\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Reverse</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Porjad – Wuměnić</emph> (jenož %PRODUCTNAME Draw)"
#. kQ8FJ
#: 00000413.xhp
@@ -1219,7 +1219,7 @@ msgctxt ""
"par_id3145164\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "Wočińće w symbolowej lajsće <menuitem>Rysowanka</menuitem> symbolowej lajstu <menuitem>Rjadować</menuitem> a klikńće na:"
#. yLqU3
#: 00000413.xhp
@@ -1228,7 +1228,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/lc_reverseorder.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Symbol za Wuměnić</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1246,7 +1246,7 @@ msgctxt ""
"par_id3145298\n"
"help.text"
msgid "Choose <emph>Shape - Combine</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar– Kombinować</emph> (jenož %PRODUCTNAME Draw)"
#. PP2FD
#: 00000413.xhp
@@ -1264,7 +1264,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Rozdźělić</emph> (jenož %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1282,7 +1282,7 @@ msgctxt ""
"par_id3154872\n"
"help.text"
msgid "Choose <emph>Shape - Connect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Zwjazać</emph> (jenož %PRODUCTNAME Draw)"
#. DNEs5
#: 00000413.xhp
@@ -1300,7 +1300,7 @@ msgctxt ""
"par_id3153920\n"
"help.text"
msgid "Choose <emph>Shape - Break</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Łamać</emph> (jenož %PRODUCTNAME Draw)"
#. EZSR4
#: 00000413.xhp
@@ -1318,7 +1318,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar</emph> (jenož %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1336,7 +1336,7 @@ msgctxt ""
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Shape - Merge</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Zjednoćić</emph> (jenož %PRODUCTNAME Draw)"
#. izMq7
#: 00000413.xhp
@@ -1354,7 +1354,7 @@ msgctxt ""
"par_id3150874\n"
"help.text"
msgid "Choose <emph>Shape - Subtract</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Subtrahować</emph> (jenož %PRODUCTNAME Draw)"
#. dyi5b
#: 00000413.xhp
@@ -1372,7 +1372,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Wubjerće <emph>Twar – Prěčić</emph> (jenož %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1399,7 +1399,7 @@ msgctxt ""
"par_id3155530\n"
"help.text"
msgid "<variable id=\"frtite\">Choose <menuitem>Slide - Slide Properties</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtite\">Wubjerće <menuitem>Folija - Kajkosće folije…</menuitem>.</variable>"
#. 2zhS7
#: slide_menu.xhp
@@ -1408,7 +1408,7 @@ msgctxt ""
"par_id3145386\n"
"help.text"
msgid "<variable id=\"frtites\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Page</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtites\">Wubjerće <menuitem>Folija – Kajkosće folije…</menuitem> a klikńće na rajtark <menuitem>Strona</menuitem>.</variable>"
#. zxATD
#: slide_menu.xhp
@@ -1417,7 +1417,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<variable id=\"frtiteh\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Background</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtiteh\">Wubjerće <menuitem>Folija – Kajkosće folije…</menuitem> a klikńće na rajtark <menuitem>Pozadk</menuitem>.</variable>"
#. inJ9s
#: slide_menu.xhp
@@ -1426,7 +1426,7 @@ msgctxt ""
"par_id3155266\n"
"help.text"
msgid "<variable id=\"adnsei\">Choose <menuitem>Slide - Layout</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"adnsei\">Wubjerće <menuitem>Folija – Wuhotowanje</menuitem>.</variable>"
#. hVZ8b
#: slide_menu.xhp
@@ -1435,7 +1435,7 @@ msgctxt ""
"par_id3153012\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <menuitem>Slide - Change Slide Master</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"seitenvorlage\">Wubjerće <menuitem>Folija – Folijowy wuhotowak změnić…</menuitem>.</variable>"
#. mga5s
#: slide_menu.xhp
@@ -1444,7 +1444,7 @@ msgctxt ""
"par_id911634055593609\n"
"help.text"
msgid "<variable id=\"loadslidedesign\">Choose <menuitem>Slide - Change Slide Master - Load</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"loadslidedesign\">Wubjerće <menuitem>Folija – Folijowy wuhotowak změnić… – Začitać…</menuitem>.</variable>"
#. JMpSR
#: slide_menu.xhp
@@ -1453,7 +1453,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Wubjerće<menuitem>Folija – Nowa folija</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/hsb/helpcontent2/source/text/smath/01.po b/source/hsb/helpcontent2/source/text/smath/01.po
index d3c1367128a..ddfbbd7bb31 100644
--- a/source/hsb/helpcontent2/source/text/smath/01.po
+++ b/source/hsb/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-02-28 01:04+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/hsb/>\n"
"Language: hsb\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.15.2\n"
#. QmNGE
#: 02080000.xhp
@@ -3757,7 +3757,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "Za skalowane róžkate spinki wužiwaće <literal>none</literal> jako spinkowe mjeno"
#. Ma9f7
#: 03090500.xhp
@@ -3766,7 +3766,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "Přikaz <literal>>phantom</literal> zawěsća, zo poslednja spinka korektnu wulkosć ma."
#. fpVQw
#: 03090500.xhp
diff --git a/source/hsb/helpcontent2/source/text/swriter/00.po b/source/hsb/helpcontent2/source/text/swriter/00.po
index 6deb7c4793a..ac6c48a47dd 100644
--- a/source/hsb/helpcontent2/source/text/swriter/00.po
+++ b/source/hsb/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-20 06:53+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
#. E9tti
#: 00000004.xhp
@@ -2823,86 +2823,86 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Serijowy list"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
-msgstr "Meni Formular"
+msgid "The Content Controls Menu"
+msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
-msgstr "<variable id=\"rchtxt\">Wubjerće <menuitem>Formular – Wobsahowe wodźenske elementy – Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
+msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
-msgstr "<variable id=\"plntxt\">Wubjerće <menuitem>formular – Wobsahowe wodźenske elementy – Luty tekst</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
+msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
-msgstr "<variable id=\"pctr\">Wubjerće <menuitem>formular – Wobsahowe wodźenske elementy – Wobraz</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
+msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
-msgstr "<variable id=\"chkbx\">Wubjerće <menuitem>Formular – Wobsahowe wodźenske elementy – Kontrolny kašćik</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
+msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
-msgstr "<variable id=\"cmbbx\">Wubjerće <menuitem>Formular – Wobsahowe wodźenske elementy – Kombinaciske polo</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
+msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
-msgstr "<variable id=\"drpdwn\">Wubjerće <menuitem>Formular – Wobsahowe wodźenske elementy - Wuběranska lisćina</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
+msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
-msgstr "<variable id=\"dt\">Wubjerće <menuitem>Formular – Wobsahowe wodźenske elementy – Datumowy wodźenski element</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
+msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
-msgstr "<variable id=\"prop\">Wubjerće <menuitem>Formular – Wobsahowe wodźenske elementy – Kajkosće</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
+msgstr ""
#. pwCa2
#: stylesmenu.xhp
diff --git a/source/hsb/helpcontent2/source/text/swriter/01.po b/source/hsb/helpcontent2/source/text/swriter/01.po
index 047f7046283..20026d9c68e 100644
--- a/source/hsb/helpcontent2/source/text/swriter/01.po
+++ b/source/hsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-10 13:23+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/hsb/>\n"
@@ -69,13 +69,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1959,13 +1959,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13704,13 +13704,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13938,6 +13938,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28365,13 +28374,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/hsb/officecfg/registry/data/org/openoffice/Office.po b/source/hsb/officecfg/registry/data/org/openoffice/Office.po
index 25066af5bb8..ef61d2ab160 100644
--- a/source/hsb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/hsb/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-03 05:34+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547329320.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Přispomnjenki"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstowe dokumenty"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Tabelowe dokumenty"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentacije"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Rysowanki"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webstrony"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Globalne dokumenty"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formle"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Dokumenty datoweje banki"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po
index a07764b4a60..1faf8754f61 100644
--- a/source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/hsb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565003053.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Datowa płaćiwosć..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Linki zhašeć"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Folijowy wuhotowak změnić..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Folijowy wuhotowak..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Špalty zasadźić"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Wubrane špalty zhašeć"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Linki zhašeć"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "L~inki zhašeć"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Wubrane linki zhašeć"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Čisło strony zasadźić"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Č~isło strony"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Špalty ~před tym"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Linki zhašeć"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Linki"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Wubrane linki zhašeć"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/hsb/sc/messages.po b/source/hsb/sc/messages.po
index 9ffe9255b29..75bd40ab293 100644
--- a/source/hsb/sc/messages.po
+++ b/source/hsb/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-11 20:06+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/hsb/>\n"
@@ -32447,38 +32447,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Hdyž tute nastajenje je zmóžnjene, Calc předchadny wobsah celow wobchowuje, hdyž so prózdne cele zasadźuja. Hewak Calc wobsah předchadnych celow zhaša."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Druhe nastajenja"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Špal_towy typ:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Wubjerće špaltu we woknje přehlada a potom datowy typ, kotryž so ma na importowane daty nałožić."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst do špaltow"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Pola"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Postaja importowe nastajenja za daty z dźělatkami."
diff --git a/source/hsb/sd/messages.po b/source/hsb/sd/messages.po
index 7913dae8294..49d0c4fb098 100644
--- a/source/hsb/sd/messages.po
+++ b/source/hsb/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-11 09:35+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562191169.000000\n"
#. WDjkB
@@ -1221,249 +1221,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Tekst zasadzić"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Folijowu předłohu začitać"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Inteligentny"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Nalěwo"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Naprawo"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Horjeka"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Deleka"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Nalěwo horjeka?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Deleka nalěwo?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Horjeka naprawo?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Deleka naprawo?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horicontalny"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Wertikalny"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Wšě?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Tuta akcija njeda so w livemodusu wuwjesć."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Wróćo"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Dale"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Přehlad"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Pipeta"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Přeblendować"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Foliju rozšěrić"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Folija ze zapisom wobsaha"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Žane žórło SANE we wokomiku k dispoziciji njeje."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Tuchwilu žane TWAIN-žórło k dispoziciji njeje."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Njezměnity"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Wariabelny"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (krótki)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (dołhi)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Datajowe mjeno"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Šćežka/datajowe mjeno"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Šćežka"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Datajowe mjeno bjez sufiksa"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nowa swójska prezentacija"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopěrować "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME prezentaciski format (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Format rysowankow %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Zeskupjenje metadatajow wuzběhnyć..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Njeje móžno było, zeskupjenje wšěch rysowanskich objektow wuzběhnyć."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Prezentacija %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Rysowanka %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1473,157 +1503,157 @@ msgstr ""
"Chceće jón wuměnić?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperwotkaz"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Wopytany wotkaz"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiwny wotkaz"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Noticy"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Zapis wobsaha"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klikńće tu, zo byšće započał"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Awtor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mejlowa adresa"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Startowa strona"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Dalše informacije"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Prezentaciju sćahnyć"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Bohužel waš wobhladowak płuwace ramiki njepodpěruje."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Prěnja strona"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Poslednja strona"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Wobraz"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Z wobsahom"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bjez wobsaha"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "K podatej stronje"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bitmap do polygona konwertować"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klikńće, zo byšće prezentaciju skónčił..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Přestawka..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D-faworit nałožić"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Wobrazowy filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1633,799 +1663,805 @@ msgstr ""
"płaćiwa awdiodataja njeje!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Do metadataje konwertować"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Do bitmapa konwertować"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Dataja $(URL1) njeda so wutworić."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Dataja $(URL1) njeda so wočinić."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Dataja $(URL1) njeda so do $(URL2) kopěrować"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Mjeno folijoweje předłohi. Klikńće z prawej tastu za lisćinu abo klikńće za dialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Foliju přemjenować"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Stronu přemjenować"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Dwójne abo prózdne mjena móžne njejsu"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Mjeno"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Folijowu předłohu přemjenować"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titulny wobłuk za awtomatiske wuhotowanja"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektowy wobłuk za awtomatiske wuhotowanja"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Wobłuk nohoweje linki"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Wobłuk hłowoweje linki"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumowy wobłuk"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Wobłuk folijoweho čisła"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Wobłuk čisła strony"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<hłowa>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<noha>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/čas>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<čisło>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<ličba>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<folijowe-mjeno>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<mjeno-strony>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Wobłuk za noticy"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Konwertowanje hangul/handźa"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Folije"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Strony"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Přehlad k dispoziciji njeje"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Přehlad so přihotuje"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Wuhotowanja"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Rysowanske předłohi"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Prezentaciske stile"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stile celow"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Twar %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Pozadkowy wobraz nastajić"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentary"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Folijowe wuhotowanje wobnowić"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabelu zasadźić"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagram zasadźić"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Wobraz zasadźić"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Awdio abo widejo zasadźić"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Strony ćahnyć a pušćić"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Folije ćahny a pušćić"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Prošu přidajće albumej wobrazy."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstowa folija"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lokalny cilowy zapis FTP '%FILENAME' prózdny njeje. Někotre dataje móhli so přepisać. Chceće pokročować?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Pozadk"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Pozadkowe objekty"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Wuhotowanje"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Wodźenske elementy"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Wotměrjenske linije"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Folija"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Strona"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Folija"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Folijowa předłoha"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Folijowa předłoha:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Folijowy wuhotowak"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Předłoha strony:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Noticy)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Cedlki do ruki"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikńće, zo byšće format titulneho teksta wobdźěłał"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikńće, zo byšće format tekstoweho rozrjada wobdźěłał"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Podótkńće so dwójce, zo byšće format titulneho teksta wobdźěłał"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Podótkńće so, zo byšće format tekstoweho rozrjada wobdźěłał"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Druha rozrjadowa runina"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Třeća rozrjadowa runina"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Štwórta rozrjadowa runina"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Pjata rozrjadowa runina"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Šesta rozrjadowa runina"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sedma rozrjadowa runina"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikńće, zo byšće foliju přesunył"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikńće, zo byšće format noticow wobdźěłał"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Podótkńće so dwójce, zo byšće foliju přesunył"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Podótkńće so dwójce, zo byšće format noticow wobdźěłał"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klikńće, zo byšće titul přidał"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klikńće, zo byšće tekst přidał"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klikńće, zo byšće tekst přidał"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klikńće, zo byšće noticy přidał"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Podótkńće so dwójce, zo byšće titul přidał"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Podótkńće so dwójce, zo byšće tekst přidał"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Podótkńće so dwójce, zo byšće tekst přidał"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Podótkńće so, zo byšće tekst přidał"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Podótkńće so dwójce, zo byšće noticy přidał"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Klikńće dwójce, zo byšće wobraz přidał"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Klikńće dwójce, zo byšće objekt přidał"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Klikńće dwójce, zo byšće diagram přidał"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Klikńće dwójce, zo byšće organigram přidał"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Klikńće dwójce, zo byšće tabelu přidał"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titul"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standardny rysowanski stil"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Folije přesunyć"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Strony zasadźić"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Stronu zasadźić"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Kajkosće folije"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt bjez pjelnjenki"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt bjez pjelnjenki a wobrysa"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titul A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Nadpismo A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titul A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Nadpismo A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Twary"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linije"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Šipkowa linija"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Smužkowana linija"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Wupjelnjeny"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Wupjelnjeny módry"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Wupjelnjeny zeleny"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Wupjelnjeny žołty"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Wupjelnjeny čerwjeny"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Wobrys"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Wobrysowany módry"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Wobrysowany zeleny"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Wobrysowany žołty"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Wobrysowany čerwjeny"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titul"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Podtitul"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Rozrjad"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Pozadkowe objekty"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Pozadk"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Noticy"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Import z PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokument składować"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Pismowu wulkosć pomjeńšić"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Pismowu wulkosć powjetšić"
@@ -2433,637 +2469,637 @@ msgstr "Pismowu wulkosć powjetšić"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Rysowanski napohlad"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Rysowanski napohlad"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Rozrjadowy napohlad"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Folijowy napohlad"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Tu móžeće folije sortěrować."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Noticny napohlad"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Napohlad cedlow do ruki"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Titul prezentacije"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Rozrjad prezentacije"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Podtitul prezentacije"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Strona prezentacije"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Noticy prezentacije"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Cedla do ruki"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Njeznaty přistupny twar prezentacije"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Nohowa linka prezentacije"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Hłowowa linka prezentacije"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Datum a čas prezentacije"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Čisło strony prezentacije"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Prezentacija %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titul"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Rozrjad"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Podtitul"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Strona"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Noticy"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Cedla do ruki"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Njeznaty přistupny twar prezentacije"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Nohowa linka"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Hłowowa linka"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Čisło"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(jenož za čitanje)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "žadyn"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Hač do přichodneho kliknjenja"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Hač do kónca folije"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Směr:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Měritko:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Stpicy:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Prěnja barba:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Druha barba:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Pjelnjenska barba:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Pismo:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Pismowa barba:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Pismowa družina:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linijowa barba:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Pismowa wulkosć:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Wulkosć:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Mnóstwo:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Barba:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Žadyn zynk)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Předchadny zynk zastajić)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Druhi zynk..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Přikład"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Zahibak"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Wužiwarske šćežki"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Zachod: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Doraz: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Wuchad: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animaciske šćežki: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Wšelake: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Žadyn"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Dźensa,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Wčera,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(žadyn awtor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress je kónc prezentacije docpěł. Chceće na spočatku pokročować?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress je spočatk prezentacije docpěł. Chceće na kóncu pokročować?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw je kónc prezentacije docpěł. Chceće na spočatku pokročować?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress je spočatk prezentacije docpěł. Chceće na kóncu pokročować?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Komentar zasadźić"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Komentary zhašeć"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Komentar přesunyć"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Komentar wobdźěłać"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Na %1 wotmołwić"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Wothrawanje medijow"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabela"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Folije na stronu:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Porjad:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Wobsah"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Folijowe mjeno"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Mjeno ~strony"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum a čas"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Schowane strony"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Barba"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Wu~lkosć"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brošura"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Kromy strony"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Zapřijeć"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Jenož papjerowy žłobik z nastajenjow ćišćaka w~užiwać"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Strony:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Folije:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress je hač do kónca prezentacije pytał. Chceće z pytanjom na spočatku pokročować?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress je hač do spočatka prezentacije pytał. Chceće z pytanjom na kóncu pokročować?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress je hač do kónca dokumenta pytał. Chceće z pytanjom na spočatku pokročować?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw je hač do spočatka dokumenta pytał. Chceće z pytanjom na kóncu pokročować?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animacija"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Zwjazać"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Dale"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Wróćo"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Prěnja folija"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Pos~lednja folija"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Wokno začinić"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Nowy design přidać"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/hsb/svtools/messages.po b/source/hsb/svtools/messages.po
index 9d81300d180..1506bb79833 100644
--- a/source/hsb/svtools/messages.po
+++ b/source/hsb/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-20 14:45+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/hsb/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559327187.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "K poslednjej tabeli kulić"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Tabelu přidać"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/hsb/sw/messages.po b/source/hsb/sw/messages.po
index 71170253f82..2a1b63d9c34 100644
--- a/source/hsb/sw/messages.po
+++ b/source/hsb/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-22 18:32+0000\n"
"Last-Translator: Michael Wolf <milupo@sorbzilla.de>\n"
"Language-Team: Upper Sorbian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/hsb/>\n"
"Language: hsb\n"
@@ -4737,7 +4737,7 @@ msgstr "Wotrězki aktualizować"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Wotrězki zhašeć"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9255,13 +9255,13 @@ msgstr "Linka zhašana"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Špalta je so zasadźiła"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Špalta je so zhašała"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16949,230 +16949,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Hesłarowy zapisk zasadźić"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Zhaša wubrany zapisk ze zapisa. Tekst zapiska w dokumenće so njezhaša."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Zasadźić"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Zapis:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Wubjerće zapis, kotremuž chceće zapisk přidać."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Swójski zapis"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Zapisk:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Pokazuje tekst, kotryž je w dokumenće wubrany. Jeli chceće, móžeće druhe słowo za zapisowy zapisk zapodać. Wubrany tekst w dokumenće so njezměni."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Zapisk z wuběra aktualizować"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Fonetiske čitanje:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Zapodajće fonetiske čitanje za wotpowědny zapisk. Jeli na přikład japanske słowo Kandźija wjace hač jedne wurjekowanje ma, zapodajće korektne wurjekowanje jako słowo Katakany. Słowo Kandźija so potom po fonetiskim čitanskim zapisku sortěruje."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Fonetiske čitanje:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Zapodajće fonetiske čitanje wotpowědneho zapiska."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Fonetiske čitanje:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Zapodajće fonetiske čitanje wotpowědneho zapiska."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1. kluč:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Čini aktualny wuběr k podzapiskej słowa, kotrež tu zapodawaće. Jeli na přikład „zymne“ wuběraće a „wjedro“ jako 1. kluč zapodawaće, budźe zapisowy zapisk „wjedro, zymne“."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2. kluč:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Čini aktualny wuběr k podzapiskej podzapiska słowa 1. kluča. Jeli na přikład „zymne“ wuběraće a „wjedro“ jako 1. kluč zapodawaće a „zyma“ jako 2. kluč, budźe zapisowy zapisk „wjedro, zyma, zymne“."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Zapisowa runina:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Zapodajće zapisowu runinu za zapisk, kotraž napohlad zapiska we wutworjenym zapisu postaja."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Zapodajće zapisowu runinu za zapisk. Zapisowa runina napohlad zapiska po nastajenjach teje runiny w rajtarku „Zapiski“ a w rajtarku „Předłohi“ w dialogu „Zapis wobsaha, hesłar abo literarny zapis“ postaja. Ze standardnymi nastajenjemi wyša zapisowa runina k wjetšemu zasunjenju za zapisk we wutworjenym zapisu wjedźe."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hłowny zapisk"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Čini wubrany tekst k hłownemu zapiskej w alfabetiskim zapisu."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Na wšě druhe wustupowanja nałožić"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Přidajće druhim wustupowanjam wubraneho teksta zapisowy zapisk, kotryž je w „Zapisk“ podaty."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Přidajće druhim wustupowanjam wubraneho teksta zapisowy zapisk do „Zapisk“. Za změnjeny zapisk so wotpowědnik na prěnjotny wuběr nałožuje, ale změnjeny zapisk so zasadźi a budźe so w zapisu jewić."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Jenož cyłe słowa"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Na wulkopisanje dźiwać"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Za wubrany zapisk"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Přichodny zapisk (samsne mjeno)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Skoči k přichadnemu zapisowemu zapiskej samsneho typa a ze samsnym mjenom w dokumenće."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Předchadny zapisk (samsne mjeno)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Skoči k předchadnemu zapisowemu zapiskej samsneho typa a ze samsnym mjenom w dokumenće."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Předchadny zapisk"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Skoči k předchadnemu zapisowemu zapiskej samsneho typa w dokumenće."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Přichodny zapisk"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Skoči k přichodnemu zapisowemu zapiskej samsneho typa w dokumenće."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Markěruje wubrany tekst jako zapisk zapisa abo zapisa wobsaha. Wobdźěłuje wubrany zapisowy zapisk."
diff --git a/source/hu/cui/messages.po b/source/hu/cui/messages.po
index d238750e881..4885a5e279f 100644
--- a/source/hu/cui/messages.po
+++ b/source/hu/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-01 09:32+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/hu/>\n"
@@ -16600,74 +16600,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Mi_ndig az alábbi formátumban mentse:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Szöveges dokumentum"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokumentum"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Fődokumentum"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Munkafüzet"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Bemutató"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Rajz"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Képlet"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Megadja a dokumentumtípust, amelyre az alapértelmezett fájlformátumot kívánja meghatározni."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Meghatározza, hogy a bal oldalon kiválasztott dokumentumtípus milyen fájlformátumban legyen mentve alapértelmezés szerint. Az aktuális dokumentumnál más fájltípust is lehet választani a Mentés másként párbeszédablakban."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Dokumentumtípus:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Alapértelmezett fájlformátum és ODF-beállítások"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Az Általános részben megadhatja az alapértelmezett dokumentummentési beállításokat, és kiválaszthatja az alapértelmezett fájlformátumokat."
diff --git a/source/hu/helpcontent2/source/text/scalc.po b/source/hu/helpcontent2/source/text/scalc.po
index b5dc25557df..39b327eed3a 100644
--- a/source/hu/helpcontent2/source/text/scalc.po
+++ b/source/hu/helpcontent2/source/text/scalc.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-07 18:14+0000\n"
"Last-Translator: Armin Timar <timar.armin@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/hu/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Munkalap törlése</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Munkalapfül színe"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/hu/helpcontent2/source/text/scalc/00.po b/source/hu/helpcontent2/source/text/scalc/00.po
index 6cf46c0eab2..0a0e8e10ee4 100644
--- a/source/hu/helpcontent2/source/text/scalc/00.po
+++ b/source/hu/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-15 17:19+0000\n"
"Last-Translator: Andras Timar <timar74@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/hu/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Válassza a <emph>Munkalap - Cellák törlése</emph> menüpontot.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Válassza a <emph>Munkalap - Munkalap törlése</emph> menüpontot."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Megnyitja egy munkalapfül helyi menüjét."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Válassza a <emph>Munkalap - Munkalap áthelyezése/másolása</emph> menüpontot."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Megnyitja egy munkalapfül helyi menüjét."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Oszlopok beszúrása"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Válassza a <menuitem>Munkalap - Munkalap beszúrása</menuitem> menüpontot.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Válassza a <emph>Munkalap</emph> menüpontot.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Válassza a <emph>Munkalap - Munkalap átnevezése</emph> menüpontot.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Válassza a <emph>Munkalap - Munkalap megjelenítése</emph> menüpontot.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Munkalap menü"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/hu/helpcontent2/source/text/scalc/01.po b/source/hu/helpcontent2/source/text/scalc/01.po
index f6f32e0a471..b7e3d4492ce 100644
--- a/source/hu/helpcontent2/source/text/scalc/01.po
+++ b/source/hu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-17 18:34+0000\n"
"Last-Translator: Armin Timar <timar.armin@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/hu/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>munkafüzetek; törlés</bookmark_value><bookmark_value>munkalapok; törlés</bookmark_value><bookmark_value>törlés; munkafüzetek</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Munkalap törlése"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Jóváhagyást követően törli az aktuális munkalapot.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Nem törölhet munkalapot, amíg a <emph>Szerkesztés - Változások követése - Rögzítés</emph> be van kapcsolva."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Igen"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Törli az aktuális munkalapot."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Nem"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Elveti a párbeszédablakot. Törlés nem kerül végrehajtásra."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>munkafüzetek; mozgatás</bookmark_value><bookmark_value>munkafüzetek; másolás</bookmark_value><bookmark_value>mozgatás; munkafüzetek</bookmark_value><bookmark_value>másolás; munkafüzetek</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Munkalap másolása és áthelyezése"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Munkalap beszúrása"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>munkalapok;létrehozás</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Munkalap beszúrása"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>munkafüzet-nevek</bookmark_value><bookmark_value>módosítása; munkalapnevek</bookmark_value><bookmark_value>munkalapok; átnevezés</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Munkalap átnevezése"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Munkalap megjelenítése"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>munkalapok; megjelenítés</bookmark_value><bookmark_value>megjelenítés; munkalapok</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Munkalap megjelenítése"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Megjeleníti a korábban a <emph>Munkalapok elrejtése</emph> paranccsal elrejtett munkalapokat.</ahelp></variable> A parancs hívásához csak egyetlen munkalapot jelöljön ki. Az aktuális munkalap mindig ki van jelölve. Ha az aktuális mellett más munkalap is ki van jelölve, akkor a munkalap kijelölésének megszüntetéséhez a <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> billentyű nyomva tartása mellett kattintson a megfelelő munkalapcímkére az ablak alján."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/hu/helpcontent2/source/text/scalc/guide.po b/source/hu/helpcontent2/source/text/scalc/guide.po
index 0ce5c5e282f..f2d24f00913 100644
--- a/source/hu/helpcontent2/source/text/scalc/guide.po
+++ b/source/hu/helpcontent2/source/text/scalc/guide.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-27 11:23+0000\n"
"Last-Translator: Armin Timar <timar.armin@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/hu/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigálás munkalapfüleken keresztül"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>munkalapok; több megjelenítése</bookmark_value><bookmark_value>munkalapfülek; használat</bookmark_value><bookmark_value>nézetek;több munkalap</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigálás munkalapfüleken keresztül</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Alapértelmezés szerint a $[officename] három munkalapot (”Munkalap1”-től „Munkalap3”-ig) jelenít meg minden egyes új munkafüzetben. A munkafüzet lapjai között a képernyő alján látható fülekkel válthat."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Munkalapfülek</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Egy dokumentum összes munkalapjának megjelenítéséhez használja a navigációs gombokat. A bal szélső és a jobb szélső gombokra való kattintással egyenként megjelenítheti az első és az utolsó munkalapfület. A középső gombokkal a felhasználó előre és hátra lépkedhet az összes munkalapfül között. A munkalap megjelenítéséhez kattintson a fülre."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Több munkalap alkalmazása"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>munkalapok; beszúrás</bookmark_value><bookmark_value>beszúrás; munkalapok</bookmark_value><bookmark_value>munkalapok; több kiválasztása</bookmark_value><bookmark_value>munkalapok hozzáfűzése</bookmark_value><bookmark_value>kiválasztás;több munkalap</bookmark_value><bookmark_value>több munkalap</bookmark_value><bookmark_value>kiszámítás;több munkalap</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Több munkalap alkalmazása</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Munkalap beszúrása"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Válassza a <item type=\"menuitem\">Beszúrás - Munkalap</item> parancsot egy új munkalap vagy egy másik fájlban már létező munkalap beillesztéséhez."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Megnyit egy párbeszédablakot, amelyen munkalapeseményekhez rendelhet hozzá makrókat.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Megnyit egy ablakot, amelyen színt rendelhet hozzá a munkalapfülhöz.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/hu/helpcontent2/source/text/scalc/menu.po b/source/hu/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/hu/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/hu/helpcontent2/source/text/shared/00.po b/source/hu/helpcontent2/source/text/shared/00.po
index 8fcd79d7420..1e82dbe16d0 100644
--- a/source/hu/helpcontent2/source/text/shared/00.po
+++ b/source/hu/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Magyar <gnome-hu-list at gnome dot org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Ennek a parancsnak az eléréséhez...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Fájl menü"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Új"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Fájl megnyitása"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Mentés"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Mentés másként"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Nyomtatási kép nyomtatása"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/hu/helpcontent2/source/text/shared/01.po b/source/hu/helpcontent2/source/text/shared/01.po
index e760884f838..a987a19589e 100644
--- a/source/hu/helpcontent2/source/text/shared/01.po
+++ b/source/hu/helpcontent2/source/text/shared/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-23 05:34+0000\n"
"Last-Translator: Armin Timar <timar.armin@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/hu/>\n"
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Függvény</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Szöveges Dokumentum ikon</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Szöveges dokumentumot hoz létre a $[officename] Writer programban."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Munkafüzet ikon</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Munkafüzet-dokumentumot hoz létre a $[officename] Calc programban."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Bemutató ikon</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Bemutató dokumentumot hoz létre a $[officename] Impressben."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Rajz ikon</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Rajzdokumentumot hoz létre a $[officename] Draw programban."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Képlet ikon</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Képletdokumentumot hoz létre a $[officename] Math fájlban."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Adatbázis ikon</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Létrehoz egy HTML-dokumentumot."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">XML-űrlapdokumentum ikon</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Egy <link href=\"text/shared/guide/xforms.xhp\">XForms</link>-dokumentumot hoz létre."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Címkék ikon</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Megnyitja a <link href=\"text/shared/01/01010200.xhp\"><emph>Címkék</emph></link> párbeszédablakot, ahol beállíthatja a címkék beállításait, majd létrehoz egy szöveges dokumentumot a címkékhez a $[officename] Writerben."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Névjegyek ikon</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Megnyitja a<link href=\"text/shared/01/01010300.xhp\"><emph>Névjegyek</emph></link> párbeszédablakot, ahol beállíthatja a névjegyek beállításait, majd létrehoz egy szöveges dokumentumot a névjegyekhez a $[officename] Writerben."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Fődokumentum ikon</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Megnyit egy távoli fájlszolgáltatásban található dokumentumot.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Válassza a <item type=\"menuitem\">Fájl - Távoli megnyitása</item> menüparancsot."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Válassza a <emph>Távoli fájlok</emph> menüpontot az <emph>Indítóközpontban</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Kattintson hosszan a <emph>Megnyitás</emph> ikonra, és válassza a <emph>Távoli fájl megnyitása</emph> menüpontot."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Válassza a <item type=\"menuitem\">Fájl - Másolat mentése</item> menüparancsot."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exportálja a dokumentumot PDF vagy EPUB formátumban.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Válassza a <emph>Fájl - Exportálás másként</emph> menüparancsot."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">A lap összes cellájának kijelöléséhez kattintson a lap bal felső sarkában lévő oszlop- és sorfejléc metszéspontjában lévő gombra.</caseinline><defaultinline/></switchinline>."
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>testreszabás; események</bookmark_value> <bookmark_value>események; testreszabás</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Események</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Makrót rendel bizonyos eseményekhez. A hozzárendelt makró automatikusan végrehajtódik, valahányszor a kiválasztott esemény bekövetkezik.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "A párbeszédablak a Szerkesztés - Munkalap menüből meghívva csökkentett funkcionalitással rendelkezik."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/hu/helpcontent2/source/text/swriter/00.po b/source/hu/helpcontent2/source/text/swriter/00.po
index 65e455dc10f..069283fd504 100644
--- a/source/hu/helpcontent2/source/text/swriter/00.po
+++ b/source/hu/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-25 10:44+0000\n"
"Last-Translator: Andras Timar <timar74@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/hu/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Körlevél"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/hu/helpcontent2/source/text/swriter/01.po b/source/hu/helpcontent2/source/text/swriter/01.po
index 975db008821..14aa96e7629 100644
--- a/source/hu/helpcontent2/source/text/swriter/01.po
+++ b/source/hu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-09-09 14:35+0000\n"
"Last-Translator: Armin Timar <timar.armin@gmail.com>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/hu/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "A dokumentum nem szerkeszthető a nyomtatási kép megtekintése közben."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">A nyomtatási képből való kilépéshez kattintson a <emph>Bezárás</emph> gombra.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hiperhivatkozás (HK és HV)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Hiperhivatkozást hoz létre a bejegyzés nyitó- (HK) és zárókódok (HV) közé írt részéből. A <emph>Szerkezet</emph> sorban kattintson azon rész üres mezője elé, amelyhez hiperhivatkozást kíván létrehozni, majd kattintson erre a gombra. Kattintson azon rész üres mezője után, amelyhez hiperhivatkozást kíván létrehozni, majd kattintson megint erre a gombra. A hiperhivatkozásoknak egyedieknek kell lenniük. Csak tartalomjegyzéknél érhető el.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/hu/officecfg/registry/data/org/openoffice/Office.po b/source/hu/officecfg/registry/data/org/openoffice/Office.po
index a235d680855..1fc3c35dbf7 100644
--- a/source/hu/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/hu/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/hu/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1555539232.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Jegyzetek"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Szöveges dokumentumok"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Munkafüzetek"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Bemutatók"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Rajzok"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Weboldalak"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Fődokumentumok"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Képletek"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Adatbázis-dokumentumok"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po b/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po
index 8aa3ba3357d..1d8afe2eba5 100644
--- a/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/hu/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/hu/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Adatérvényesítés..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Sorok törlése"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Diasablon cseréje..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Oldalsablon..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Oszlopok beszúrása"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Kijelölt oszlopok törlése"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Sorok törlése"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "So~rok törlése"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Kijelölt sorok törlése"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Oldalszám"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Oszlopok ~elé"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Sorok törlése"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Sorok"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Kijelölt sorok törlése"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/hu/sc/messages.po b/source/hu/sc/messages.po
index 486eb60f74c..3d598df22dd 100644
--- a/source/hu/sc/messages.po
+++ b/source/hu/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/hu/>\n"
@@ -32434,38 +32434,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Ha ez engedélyezett, akkor a Calc megőrzi a cellák korábbi tartalmát üresek beillesztésekor. Egyébként a Calc törli a korábbi cellák tartalmát."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Egyéb beállítások"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Oszlop_típus:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Válasszon ki egy oszlopot az előnézet ablakból, és adja meg az oszlopban szereplő adatok típusát."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Szöveget oszlopokba"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Mezők"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Beállítja a valamely határolóval tagolt adatok importálási lehetőségeit."
diff --git a/source/hu/sd/messages.po b/source/hu/sd/messages.po
index de0da8e40a6..138e27da67d 100644
--- a/source/hu/sd/messages.po
+++ b/source/hu/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/hu/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Szöveg beszúrása"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Diasablon betöltése"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Ötlet"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Balra"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Jobbra"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Fel"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Le"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Bal felső?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Bal alsó?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Jobb felső?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Jobb alsó?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Vízszintes"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Függőleges"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Mind?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ezt a műveletet nem lehet élő módban végrehajtani."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Vissza"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Folytatás"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Áttekintés"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Színcserélő"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Átúsztatás"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Dia bővítése"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Tartalomjegyzék-dia"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Jelenleg nem áll rendelkezésre SANE-forrás."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Jelenleg nem áll rendelkezésre TWAIN-forrás."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Rögzített"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Változó"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (rövid)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (hosszú)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Fájlnév"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Útvonal és fájlnév"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Útvonal"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Kiterjesztés nélküli fájlnév"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Új egyéni diavetítés"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Másolás "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME-bemutató formátum (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME-rajz formátum (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Metafájlok szétbontása..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Nem lehet szétbontani minden rajzobjektumot."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION-bemutató"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION-rajz"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Felül kívánja írni?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Szöveg"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hiperhivatkozás"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Látogatott hivatkozás"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktív hivatkozás"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Jegyzetek"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Tartalomjegyzék"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Az indításhoz kattintson ide."
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Szerző"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Honlap"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "További információ"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Bemutató letöltése"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Sajnos a böngészője nem támogatja az úszó kereteket."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Első oldal"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Utolsó oldal"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Szöveg"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Kép"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Tartalommal együtt"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Tartalom nélkül"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "A megadott oldalra"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bitkép sokszöggé alakítása"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kattintson bárhova a bemutató befejezéséhez..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Szünet..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Kedvenc térhatás alkalmazása"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Képszűrő"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"fájl nem hangfájl!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Átalakítás metafájllá"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Átalakítás bitképpé"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "A(z) $(URL1) fájlt nem sikerült létrehozni."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "A fájlt nem lehet megnyitni: $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "A(z) $(URL1) fájl nem másolható ide: $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Mintadia neve. Kattintson jobb gombbal a listáért vagy kattintson az ablakért."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Dia átnevezése"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Oldal átnevezése"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Duplikált vagy üres név nem lehetséges"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Név"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Diasablon átnevezése"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Címterület az automatikus elrendezésekhez"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektumterület az automatikus elrendezésekhez"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Élőláb terület"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Élőfej terület"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Dátum terület"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Diaszám terület"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Oldalszám terület"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<élőfej>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<élőláb>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dátum/idő>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<szám>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<darabszám>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<dia neve>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<oldal neve>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Megjegyzés terület"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/handzsa átalakítás"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diák"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Oldalak"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Előnézet nincs"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Előnézet előkészítése"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Elrendezések"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Rajzstílusok"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Bemutatóstílusok"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Cellastílusok"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "%1 alakzat"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Háttérkép beállítása"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Megjegyzések"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Diaelrendezés alaphelyzetbe"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Táblázat beszúrása"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagram beszúrása"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Kép beszúrása"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Hang vagy videó beszúrása"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Oldalak húzása egérrel"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Diák húzása egérrel"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Adjon képeket az albumhoz."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Szöveges dia"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "A(z) „%FILENAME” helyi célkönyvtár nem üres. Néhány fájl esetleg felülíródhat. Biztosan folytatni kívánja a műveletet?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Háttér"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Háttérobjektumok"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Elrendezés"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Vezérlőelemek"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Méretvonalak"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Dia"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Oldal"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Dia"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diasablon"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diasablon:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Sablon oldal"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Diasablon:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Jegyzetek)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Emlékeztetők"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Címszöveg formátumának szerkesztése"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Vázlatszöveg formátumának szerkesztése"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Kattintson duplán a címszöveg formátumának szerkesztéséhez"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Kattintson duplán a vázlatszöveg formátumának szerkesztéséhez"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Második vázlatszint"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Harmadik vázlatszint"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Negyedik vázlatszint"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Ötödik vázlatszint"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Hatodik vázlatszint"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Hetedik vázlatszint"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "A dia áthelyezéséhez kattintson ide"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "A jegyzetformátum szerkesztéséhez kattintson ide"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Kattintson duplán a dia áthelyezéséhez"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Kattintson duplán a jegyzetformátum szerkesztéséhez"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "A cím beírásához kattintson ide"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Szöveg beírásához kattintson ide"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Szöveg beírásához kattintson ide"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Jegyzet hozzáadásához kattintson ide"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Kattintson duplán cím hozzáadásához"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Kattintson duplán szöveg hozzáadásához"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Kattintson duplán szöveg hozzáadásához"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Koppintson a szerkesztéshez"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Koppintson duplán a jegyzeteléshez"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Kattintson duplán kép beillesztéséhez"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Kattintson duplán objektum beillesztéséhez"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Kattintson duplán diagram beillesztéséhez"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Kattintson duplán szervezeti diagram beillesztéséhez"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Kattintson duplán munkafüzet hozzáadásához"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Alapértelmezett"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Cím"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Alapértelmezett rajzolási stílus"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Diák áthelyezése"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Oldalak beszúrása"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Oldal beszúrása"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Dia tulajdonságai"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Kitöltetlen objektum"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objektum kitöltés és vonal nélkül"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Szöveg"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Cím A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Címsor A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Szöveg A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Cím A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Címsor A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Szöveg A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Kép"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Alakzatok"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Vonalak"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Nyíl sor"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Szaggatott vonal"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Kitöltött"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Kitöltött kék"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Kitöltött zöld"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Kitöltött sárga"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Kitöltött vörös"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Körvonalas"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Körvonalas kék"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Körvonalas zöld"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Körvonalas sárga"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Körvonalas vörös"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Cím"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Alcím"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Vázlat"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Háttérobjektumok"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Háttér"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Jegyzetek"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-importálás"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokumentum mentése"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Betűméret csökkentése"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Betűméret növelése"
@@ -2431,637 +2467,637 @@ msgstr "Betűméret növelése"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Szerkesztési nézet"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Szerkesztési nézet"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Vázlat nézet"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Dia nézet"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ebben a nézetben lehet rendezni a diákat."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Jegyzet nézet"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Emlékeztető nézet"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Bemutató címe"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Bemutató vázlata"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Bemutató alcíme"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Bemutató oldal"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Bemutató jegyzetei"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Emlékeztető"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Ismeretlen akadálymentes bemutatóalakzat"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Bemutató élőlába"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Bemutató élőfeje"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Bemutató dátuma és ideje"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Bemutató oldalszáma"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-bemutató"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Cím"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Vázlat"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Alcím"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Oldal"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Jegyzetek"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Emlékeztető"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Ismeretlen akadálymentes bemutató alakzat"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Élőláb"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Élőfej"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dátum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Szám"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(csak olvasható)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nincs"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "A következő kattintásig"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "A dia végéig"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Irány:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Nagyítás:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Küllők:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Első szín:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Második szín:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Kitöltőszín:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stílus:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Betűkészlet:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Betűszín:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stílus:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Betűstílus:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Vonalszín:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Betűméret:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Méret:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Mérték:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Szín:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Hang nélkül)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Előző hang leállítása)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Egyéb hang..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Minta"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Indító esemény"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Felhasználói útvonalak"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Belépés: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Kiemelés: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Kilépés: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Mozgatási útvonalak: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Egyéb: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Nincs"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Ma,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Tegnap,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(nincs szerző)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "A %PRODUCTNAME Impress a bemutató végére ért. Folytatja a keresést az elejétől?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "A %PRODUCTNAME Impress a bemutató elejére ért. Folytatja a keresést a végétől?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "A %PRODUCTNAME Draw a dokumentum végére ért. Folytatja a keresést az elejétől?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "A %PRODUCTNAME Draw a dokumentum elejére ért. Folytatja a keresést a végétől?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Megjegyzés beszúrása"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Megjegyzések törlése"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Megjegyzés áthelyezése"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Megjegyzés szerkesztése"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Válasz: %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Médialejátszás"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Táblázat"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumentum"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Dia oldalanként:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Sorrend:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Tartalom"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Dia neve"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Oldal neve"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Dátum és idő"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Rejtett oldalak"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Szín"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Méret"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosúra"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Oldalak"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Hatókör"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Papírtálca-vá~lasztás a nyomtató beállításai szerint"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Oldalak:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diák:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "A %PRODUCTNAME Impress a bemutató végére ért. Folytatja a keresést az elejétől?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "A %PRODUCTNAME Impress a bemutató elejére ért. Folytatja a keresést a végétől?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "A %PRODUCTNAME Draw a bemutató végére ért. Folytatja a keresést az elejétől?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "A %PRODUCTNAME Draw a bemutató elejére ért. Folytatja a keresést a végétől?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animáció"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Hivatkozás"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Következő"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Előző"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Első dia"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Utolsó dia"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Ablaktábla bezárása"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Új terv hozzáadása"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/hu/svtools/messages.po b/source/hu/svtools/messages.po
index db530e96429..84b7f66c44c 100644
--- a/source/hu/svtools/messages.po
+++ b/source/hu/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/hu/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Görgetés az utolsó munkalapra"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Munkalap hozzáadása"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/hu/sw/messages.po b/source/hu/sw/messages.po
index 6696372167d..c1311d86cb7 100644
--- a/source/hu/sw/messages.po
+++ b/source/hu/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Gábor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/hu/>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Bejegyzés beszúrása"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Törli a kijelölt bejegyzést a jegyzékből. A bejegyzésszöveg nem törlődik a dokumentumból."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Beszúrás"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Új egyéni jegyzék"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Bejegyzés frissítése a kijelölésből"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Főbejegyzés"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Csak teljes szavak"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Kis- és nagybetű különbözik"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Következő bejegyzés (azonos név)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "A dokumentum következő ugyanolyan típusú és azonos nevű jegyzékbejegyzéséhez ugrik."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Előző bejegyzés (azonos név)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "A dokumentum előző ugyanolyan típusú és azonos nevű jegyzékbejegyzéséhez ugrik."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Előző bejegyzés"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "A dokumentum előző ugyanolyan típusú jegyzékbejegyzéséhez ugrik."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Következő bejegyzés"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "A dokumentum következő ugyanolyan típusú jegyzékbejegyzéséhez ugrik."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/id/basctl/messages.po b/source/id/basctl/messages.po
index fc8eb24b28b..740c32ba1e5 100644
--- a/source/id/basctl/messages.po
+++ b/source/id/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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-05-21 10:35+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/id/>\n"
"Language: id\n"
@@ -500,7 +500,7 @@ msgstr "Pilih"
#: basctl/inc/strings.hrc:101
msgctxt "RID_STR_RUN"
msgid "Run"
-msgstr "Eksekusi"
+msgstr "Jalankan"
#. DJbpA
#: basctl/inc/strings.hrc:102
@@ -716,7 +716,7 @@ msgstr "Isikan..."
#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:337
msgctxt "basicmacrodialog|extended_tip|assign"
msgid "Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event."
-msgstr "Buka dialog Sesuaikan, di mana Anda dapat menetapkan makro terpilih ke perintah menu, bilah alat, atau peristiwa."
+msgstr "Membuka dialog Sesuaikan, di mana Anda dapat menetapkan makro terpilih ke perintah menu, bilah alat, atau peristiwa."
#. dxu7W
#: basctl/uiconfig/basicide/ui/basicmacrodialog.ui:349
diff --git a/source/id/basic/messages.po b/source/id/basic/messages.po
index 9ee9be15a57..2a9b5a4b679 100644
--- a/source/id/basic/messages.po
+++ b/source/id/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: 2022-01-31 18:18+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/basicmessages/id/>\n"
"Language: id\n"
@@ -542,7 +542,7 @@ msgstr "Argumen yang diperlukan kurang."
#: basic/inc/basic.hrc:120
msgctxt "RID_BASIC_START"
msgid "Error executing a method."
-msgstr "Galat mengeksekusi metode."
+msgstr "Galat menjalankan metode."
#. N3vcw
#: basic/inc/basic.hrc:121
@@ -891,7 +891,7 @@ msgstr "@0.00 $;@(0.00 $)"
#: basic/inc/strings.hrc:33
msgctxt "IDS_SBERR_TERMINATED"
msgid "The macro running has been interrupted"
-msgstr "Eksekusi makro telah diinterupsi"
+msgstr "Penjalanan makro telah diganggu"
#. En542
#: basic/inc/strings.hrc:34
diff --git a/source/id/chart2/messages.po b/source/id/chart2/messages.po
index dafc6e525a8..29a40618c66 100644
--- a/source/id/chart2/messages.po
+++ b/source/id/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: 2022-11-22 14:43+0100\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/chart2messages/id/>\n"
"Language: id\n"
@@ -1361,7 +1361,7 @@ msgstr "_Format bilangan..."
#: chart2/uiconfig/ui/dlg_DataLabel.ui:205
msgctxt "dlg_DataLabel|extended_tip|PB_NUMBERFORMAT"
msgid "Opens a dialog to select the number format."
-msgstr "Buka dialog untuk memilih format angka."
+msgstr "Membuka dialog untuk memilih format angka."
#. cFD6D
#: chart2/uiconfig/ui/dlg_DataLabel.ui:216
@@ -1373,7 +1373,7 @@ msgstr "F_ormat persentase..."
#: chart2/uiconfig/ui/dlg_DataLabel.ui:224
msgctxt "dlg_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT"
msgid "Opens a dialog to select the percentage format."
-msgstr "Buka dialog untuk memilih format persentase."
+msgstr "Membuka dialog untuk memilih format persentase."
#. ETbFx
#: chart2/uiconfig/ui/dlg_DataLabel.ui:237
@@ -1601,13 +1601,13 @@ msgstr "Garis Pemimpin"
#: chart2/uiconfig/ui/dlg_DataLabel.ui:641
msgctxt "dlg_DataLabel|extended_tip|dlg_DataLabel"
msgid "Opens the Data Labels dialog, which enables you to set the data labels."
-msgstr "Buka dialog Label Data, yang memungkinkan Anda menata label data."
+msgstr "Membuka dialog Label Data, yang memungkinkan Anda menata label data."
#. bt7D7
#: chart2/uiconfig/ui/dlg_DataLabel.ui:660
msgctxt "dlg_DataLabel|extended_tip|dlg_DataLabels"
msgid "Opens the Data Labels dialog, which enables you to set the data labels."
-msgstr "Buka dialog Label Data, yang memungkinkan Anda menata label data."
+msgstr "Membuka dialog Label Data, yang memungkinkan Anda menata label data."
#. XbRRD
#: chart2/uiconfig/ui/dlg_InsertDataTable.ui:8
@@ -1913,13 +1913,13 @@ msgstr "K_anan"
#: chart2/uiconfig/ui/dlg_InsertLegend.ui:154
msgctxt "dlg_InsertLegend|top"
msgid "_Top"
-msgstr "Tera_tas"
+msgstr "A_tas"
#. Uvcht
#: chart2/uiconfig/ui/dlg_InsertLegend.ui:169
msgctxt "dlg_InsertLegend|bottom"
msgid "_Bottom"
-msgstr "Ter_bawah"
+msgstr "_Bawah"
#. bxdb5
#: chart2/uiconfig/ui/dlg_InsertLegend.ui:195
@@ -3719,7 +3719,7 @@ msgstr "_Format bilangan..."
#: chart2/uiconfig/ui/tp_DataLabel.ui:137
msgctxt "tp_DataLabel|extended_tip|PB_NUMBERFORMAT"
msgid "Opens a dialog to select the number format."
-msgstr "Buka dialog untuk memilih format angka."
+msgstr "Membuka dialog untuk memilih format angka."
#. PYC2b
#: chart2/uiconfig/ui/tp_DataLabel.ui:148
@@ -3731,7 +3731,7 @@ msgstr "F_ormat persentase..."
#: chart2/uiconfig/ui/tp_DataLabel.ui:156
msgctxt "tp_DataLabel|extended_tip|PB_PERCENT_NUMBERFORMAT"
msgid "Opens a dialog to select the percentage format."
-msgstr "Buka dialog untuk memilih format persentase."
+msgstr "Membuka dialog untuk memilih format persentase."
#. gFELD
#: chart2/uiconfig/ui/tp_DataLabel.ui:169
@@ -3959,7 +3959,7 @@ msgstr "Garis Pemimpin"
#: chart2/uiconfig/ui/tp_DataLabel.ui:573
msgctxt "tp_DataLabel|extended_tip|tp_DataLabel"
msgid "Opens the Data Labels dialog, which enables you to set the data labels."
-msgstr "Buka dialog Label Data, yang memungkinkan Anda menata label data."
+msgstr "Membuka dialog Label Data, yang memungkinkan Anda menata label data."
#. rXE7B
#: chart2/uiconfig/ui/tp_DataPointOption.ui:37
@@ -4397,7 +4397,7 @@ msgstr "Meletakkan legenda pada sisi kanan bagan."
#: chart2/uiconfig/ui/tp_LegendPosition.ui:67
msgctxt "tp_LegendPosition|top"
msgid "_Top"
-msgstr "Tera_tas"
+msgstr "A_tas"
#. GppCU
#: chart2/uiconfig/ui/tp_LegendPosition.ui:76
@@ -4409,7 +4409,7 @@ msgstr "Meletakkan legenda pada sisi teratas bagan."
#: chart2/uiconfig/ui/tp_LegendPosition.ui:87
msgctxt "tp_LegendPosition|bottom"
msgid "_Bottom"
-msgstr "Ter_bawah"
+msgstr "_Bawah"
#. dvBdX
#: chart2/uiconfig/ui/tp_LegendPosition.ui:96
@@ -4829,7 +4829,7 @@ msgstr "Ot_omatis"
#: chart2/uiconfig/ui/tp_Scale.ui:562
msgctxt "tp_Scale|TXT_ORIGIN"
msgid "Re_ference value"
-msgstr "Nilai a_cuan"
+msgstr "Nilai _rujukan"
#. HbRqw
#: chart2/uiconfig/ui/tp_Scale.ui:582
@@ -5555,7 +5555,7 @@ msgstr "Meletakkan legenda pada sisi kanan bagan."
#: chart2/uiconfig/ui/wizelementspage.ui:335
msgctxt "wizelementspage|top"
msgid "_Top"
-msgstr "Tera_tas"
+msgstr "A_tas"
#. Ehv3g
#: chart2/uiconfig/ui/wizelementspage.ui:344
@@ -5567,7 +5567,7 @@ msgstr "Meletakkan legenda pada sisi teratas bagan."
#: chart2/uiconfig/ui/wizelementspage.ui:355
msgctxt "wizelementspage|bottom"
msgid "_Bottom"
-msgstr "Ter_bawah"
+msgstr "_Bawah"
#. NCp3E
#: chart2/uiconfig/ui/wizelementspage.ui:364
diff --git a/source/id/connectivity/messages.po b/source/id/connectivity/messages.po
index ce954e9debb..521b0680033 100644
--- a/source/id/connectivity/messages.po
+++ b/source/id/connectivity/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: 2022-07-06 20:18+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/connectivitymessages/id/>\n"
"Language: id\n"
@@ -433,13 +433,13 @@ msgstr "Kueri tidak dapat dijalankan. Kueri tersebut berisi lebih dari satu tabe
#: connectivity/inc/strings.hrc:95
msgctxt "STR_QUERY_NO_TABLE"
msgid "The query cannot be executed. It contains no valid table."
-msgstr "Kueri tak dapat dieksekusi. Kueri tersebut tidak berisi tabel yang sah."
+msgstr "Kueri tidak dapat dijalankan. Kueri tersebut tidak berisi tabel yang sah."
#. 3KADk
#: connectivity/inc/strings.hrc:96
msgctxt "STR_QUERY_NO_COLUMN"
msgid "The query cannot be executed. It contains no valid columns."
-msgstr "Kueri tak dapat dieksekusi. Kueri tersebut tidak berisi kolom yang sah."
+msgstr "Kueri tidak dapat dijalankan. Kueri tersebut tidak berisi kolom yang sah."
#. WcpZM
#: connectivity/inc/strings.hrc:97
@@ -475,7 +475,7 @@ msgstr "Penjalanan kueri tidak menghasilkan hasil yang sah."
#: connectivity/inc/strings.hrc:102
msgctxt "STR_NO_ROWCOUNT"
msgid "The execution of the update statement does not affect any rows."
-msgstr "Eksekusi pernyataan perbarui tidak mempengaruhi baris apa pun."
+msgstr "Penjalanan pernyataan pembaruan tidak mempengaruhi baris apa pun."
#. yCACF
#: connectivity/inc/strings.hrc:103
diff --git a/source/id/cui/messages.po b/source/id/cui/messages.po
index 4f92fbb01c4..e47b49a4154 100644
--- a/source/id/cui/messages.po
+++ b/source/id/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/id/>\n"
"Language: id\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564987944.000000\n"
#. GyY9M
@@ -781,7 +781,7 @@ msgstr "Parameter isi"
#: cui/inc/strings.hrc:138
msgctxt "RID_SVXSTR_EVENT_ACTIONPERFORMED"
msgid "Execute action"
-msgstr "Eksekusi tindakan"
+msgstr "Jalankan tindakan"
#. KtHBE
#: cui/inc/strings.hrc:139
@@ -2884,7 +2884,7 @@ msgstr "Pilih suatu objek dalam latar belakang dokumen melalui alat Pilih dalam
#: cui/inc/tipoftheday.hrc:168
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Define texts that you often use as AutoText. You will be able to insert them by their name, shortcut or toolbar in any Writer document."
-msgstr "Tentukan teks yang sering Anda gunakan untuk AutoText. Anda akan dapat menyisipkannya dengan nama, pintasan, atau bilah alat pada dokumen Writer manapun."
+msgstr "Tentukan teks yang sering Anda gunakan untuk Teks Otomatis. Anda akan dapat menyisipkannya dengan nama, pintasan, atau bilah alat pada dokumen Writer manapun."
#. 7CjmG
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/autotext.html
@@ -3131,7 +3131,7 @@ msgstr "Pertahankan kepala kolom dari lembar agar terlihat saat menggulirkan gar
#: cui/inc/tipoftheday.hrc:207
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "You want to start working with Basic macros? Take a look at the examples under Tools ▸ Macros ▸ Edit Macros."
-msgstr "Anda ingin mulai bekerja dengan macro Basic? Lihatlah contoh di bawah Perkakas ▸ Makro ▸ Sunting Makro."
+msgstr "Anda ingin mulai bekerja dengan makro Basic? Lihatlah contoh di bawah Perkakas ▸ Makro ▸ Sunting Makro."
#. 5fYgo
#: cui/inc/tipoftheday.hrc:208
@@ -4255,7 +4255,7 @@ msgstr "Sunting"
#: cui/uiconfig/ui/aboutconfigdialog.ui:62
msgctxt "extended_tip|edit"
msgid "Opens a dialog to edit the preference."
-msgstr "Buka dialog untuk menyunting preferensi."
+msgstr "Membuka dialog untuk menyunting preferensi."
#. 2uM3W
#: cui/uiconfig/ui/aboutconfigdialog.ui:74
@@ -9159,7 +9159,7 @@ msgstr "M_akro…"
#: cui/uiconfig/ui/eventsconfigpage.ui:69
msgctxt "eventsconfigpage|extended_tip|macro"
msgid "Opens the Macro Selector to assign a macro to the selected event."
-msgstr "Buka Pemilih Makro untuk menetapkan makro ke peristiwa yang dipilih."
+msgstr "Membuka Pemilih Makro untuk menugaskan makro ke peristiwa yang dipilih."
#. gxSRb
#: cui/uiconfig/ui/eventsconfigpage.ui:81
@@ -10342,7 +10342,7 @@ msgstr "Pilihan..."
#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:754
msgctxt "hangulhanjaconversiondialog|extended_tip|options"
msgid "Opens the Hangul/Hanja Options dialog."
-msgstr "Buka menu dialog Pilihan Hangul/Hanja."
+msgstr "Membuka menu dialog Pilihan Hangul/Hanja."
#. omcyJ
#: cui/uiconfig/ui/hangulhanjaconversiondialog.ui:787
@@ -10438,7 +10438,7 @@ msgstr "Baru…"
#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:129
msgctxt "hangulhanjaoptdialog|extended_tip|new"
msgid "Opens the New dictionary dialog box, where you can create a new dictionary."
-msgstr "Buka kotak dialog Kamus baru, tempat Anda dapat membuat kamus baru."
+msgstr "Membuka kotak dialog kamus Baru, tempat Anda dapat membuat kamus baru."
#. UbGjT
#: cui/uiconfig/ui/hangulhanjaoptdialog.ui:141
@@ -10732,7 +10732,7 @@ msgstr "Buka Berkas"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:65
msgctxt "hyperlinkdocpage|extended_tip|fileopen"
msgid "Opens the Open dialog, where you can select a file."
-msgstr "Buka Buka dialog, di mana Anda dapat memilih berkas."
+msgstr "Membuka dialog Buka, di mana Anda dapat memilih berkas."
#. 9f5SN
#: cui/uiconfig/ui/hyperlinkdocpage.ui:89
@@ -10768,7 +10768,7 @@ msgstr "Sasaran dalam Dokumen"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:171
msgctxt "hyperlinkdocpage|extended_tip|browse"
msgid "Opens the Target in Document dialog."
-msgstr "Buka Sasaran dalam dialog Dokuman."
+msgstr "Membuka Sasaran dalam dialog Dokumen."
#. 3ndEf
#: cui/uiconfig/ui/hyperlinkdocpage.ui:188
@@ -10840,7 +10840,7 @@ msgstr "Peristiwa"
#: cui/uiconfig/ui/hyperlinkdocpage.ui:375
msgctxt "hyperlinkdocpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr "Buka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
+msgstr "Membuka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
#. TXrCH
#: cui/uiconfig/ui/hyperlinkdocpage.ui:391
@@ -10996,7 +10996,7 @@ msgstr "Peristiwa"
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:385
msgctxt "hyperlinkinternetpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr "Buka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
+msgstr "Membuka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
#. C5Hqs
#: cui/uiconfig/ui/hyperlinkinternetpage.ui:401
@@ -11110,7 +11110,7 @@ msgstr "Peristiwa"
#: cui/uiconfig/ui/hyperlinkmailpage.ui:300
msgctxt "hyperlinkmailpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr "Buka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
+msgstr "Membuka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
#. CwHdi
#: cui/uiconfig/ui/hyperlinkmailpage.ui:316
@@ -11206,7 +11206,7 @@ msgstr "Pilih Jalur"
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:123
msgctxt "hyperlinknewdocpage|extended_tip|create"
msgid "Opens the Select Path dialog, where you can select a path."
-msgstr "Buka menu Pilih Jalur dialog, di mana Anda dapat memilih jalur."
+msgstr "Membuka dialog Pilih Jalur, di mana Anda dapat memilih jalur."
#. NKd9R
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:137
@@ -11284,7 +11284,7 @@ msgstr "Peristiwa"
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:384
msgctxt "hyperlinknewdocpage|extended_tip|script"
msgid "Opens the Assign Macro dialog, in which you can give events such as \"mouse over object\" or \"trigger hyperlink\" their own program codes."
-msgstr "Buka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
+msgstr "Membuka dialog Tugaskan Makro di mana Anda dapat memberikan peristiwa seperti \"arahkan tetikus ke objek\" atau \"memicu hipertaut\" suatu kode program tersendiri."
#. rXaNm
#: cui/uiconfig/ui/hyperlinknewdocpage.ui:400
@@ -12568,7 +12568,7 @@ msgstr "M_akro…"
#: cui/uiconfig/ui/macroassignpage.ui:141
msgctxt "macroassignpage|extended_tip|assign"
msgid "Opens the Macro Selector to assign a macro to the selected event."
-msgstr "Buka Pemilih Makro untuk menetapkan makro ke peristiwa yang dipilih."
+msgstr "Membuka Pemilih Makro untuk menugaskan makro ke peristiwa terpilih."
#. nhxq7
#: cui/uiconfig/ui/macroassignpage.ui:153
@@ -13282,7 +13282,7 @@ msgstr "Pem_isah ribuan"
#: cui/uiconfig/ui/numberingformatpage.ui:399
msgctxt "numberingformatpage|extended_tip|thousands"
msgid "Inserts a separator between thousands. The type of separator that is used depends on your language settings."
-msgstr "Sisipkan pemisah antar ribuan. Jenis pemisah yang digunakan bergantung pada pengaturan bahasa Anda."
+msgstr "Menyisipkan pemisah antar ribuan. Jenis pemisah yang digunakan bergantung pada pengaturan bahasa Anda."
#. rsmBU
#: cui/uiconfig/ui/numberingformatpage.ui:421
@@ -14820,7 +14820,7 @@ msgstr "Kode e_ksekusi"
#: cui/uiconfig/ui/optfltrpage.ui:55
msgctxt "extended_tip|wo_exec"
msgid "The VBA (Visual Basic for Applications) code will be loaded ready to be executed. If this checkbox is not checked, the VBA code will be commented out so it can be inspected, but will not run."
-msgstr "Kode VBA (Visual Basic for Applications) akan dimuat siap dieksekusi. Jika kotak centang ini tidak dicentang, kode VBA akan dikomentari sehingga dapat diperiksa, tetapi tidak akan berjalan."
+msgstr "Kode VBA (Visual Basic for Applications) akan dimuat siap dijalankan. Jika kotak centang ini tidak dicentang, kode VBA akan dikomentari sehingga dapat diperiksa, tetapi tidak akan berjalan."
#. avyQV
#: cui/uiconfig/ui/optfltrpage.ui:66
@@ -14862,7 +14862,7 @@ msgstr "Kode e_ksekusi"
#: cui/uiconfig/ui/optfltrpage.ui:146
msgctxt "extended_tip|ex_exec"
msgid "The VBA (Visual Basic for Applications) code will be loaded ready to be executed. If this checkbox is not checked, the VBA code will be commented out so it can be inspected, but will not run."
-msgstr "Kode VBA (Visual Basic for Applications) akan dimuat siap dieksekusi. Jika kotak centang ini tidak dicentang, kode VBA akan dikomentari sehingga dapat diperiksa, tetapi tidak akan berjalan."
+msgstr "Kode VBA (Visual Basic for Applications) akan dimuat siap dijalankan. Jika kotak centang ini tidak dicentang, kode VBA akan dikomentari sehingga dapat diperiksa, tetapi tidak akan berjalan."
#. K6YYX
#: cui/uiconfig/ui/optfltrpage.ui:157
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "_Selalu simpan sebagai:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Dokumen teks"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Dokumen HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Dokumen induk"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Lembar Sebar"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentasi"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Gambar"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Rumus"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Menentukan jenis dokumen yang ingin Anda tetapkan sebagai format berkas baku."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Menentukan bagaimana jenis dokumen yang dipilih di sebelah kiri akan selalu disimpan sebagai jenis berkas ini. Anda dapat memilih jenis berkas lain untuk dokumen saat ini dalam dialog Simpan Sebagai."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Jenis d_okumen:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Format Baku Berkas dan Pengaturan ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Di bagian Umum, Anda dapat memilih pengaturan baku untuk menyimpan dokumen, dan dapat memilih format berkas baku."
@@ -16723,7 +16681,7 @@ msgstr "Jalur Sertifikat"
#: cui/uiconfig/ui/optsecuritypage.ui:170
msgctxt "optsecuritypage|label5"
msgid "Adjust the security level for executing macros and specify trusted macro developers."
-msgstr "Sesuaikan tingkat keamanan untuk mengeksekusi makro dan tentukan pengembang makro yang dipercaya."
+msgstr "Sesuaikan tingkat keamanan untuk menjalankan makro dan tentukan pengembang makro yang dipercaya."
#. wBcDQ
#: cui/uiconfig/ui/optsecuritypage.ui:183
@@ -17762,7 +17720,7 @@ msgstr "Mengaktifkan jarak baris halaman (daftar-benar) menggunakan Gaya Rujukan
#: cui/uiconfig/ui/pageformatpage.ui:556
msgctxt "extended_tip|checkRegisterTrue"
msgid "If enabled, then all paragraph styles with the option page line-spacing activated will be affected, assuming the line spacing of the Reference Style. This will align them to an invisible vertical page grid, regardless of their font size, so that each line is the same height."
-msgstr "Jika dinyalakan, semua gaya paragraf dengan pilihan jarak baris halaman dinyalakan akan terpengaruh, dengan asumsi menggunakan jarak baris Gaya Referensi. Hal ini akan menyelaraskan gaya paragraf ke kisi halaman vertikal yang tidak terlihat berapapun ukuran fontanya, sehingga setiap baris memiliki tinggi yang sama."
+msgstr "Jika dinyalakan, semua gaya paragraf dengan pilihan jarak baris halaman dinyalakan akan terpengaruh, dengan asumsi menggunakan jarak baris Gaya Rujukan. Hal ini akan menyelaraskan gaya paragraf ke kisi halaman vertikal yang tidak terlihat berapapun ukuran fontanya, sehingga setiap baris memiliki tinggi yang sama."
#. 46djR
#: cui/uiconfig/ui/pageformatpage.ui:571
@@ -19544,7 +19502,7 @@ msgstr "Saat menanda_tangani"
#: cui/uiconfig/ui/securityoptionsdialog.ui:133
msgctxt "extended_tip|whensigning"
msgid "Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments."
-msgstr "Pilih untuk melihat dialog peringatan ketika anda mencoba menandatangani dokumen yang berisi perubahan yang direkam, versi, ruas, referensi ke sumber lain (misalnya bagian yang ditautkan atau gambar yang ditautkan), atau komentar."
+msgstr "Pilih untuk melihat dialog peringatan ketika anda mencoba menandatangani dokumen yang berisi perubahan yang direkam, versi, ruas, rujukan ke sumber lain (misalnya bagian yang ditautkan atau gambar yang ditautkan), atau komentar."
#. D6Lsv
#: cui/uiconfig/ui/securityoptionsdialog.ui:144
@@ -20720,7 +20678,7 @@ msgstr "Ke _halaman"
#: cui/uiconfig/ui/swpossizepage.ui:240
msgctxt "swpossizepage|extended_tip|topage"
msgid "Anchors the selection to the current page."
-msgstr "Tambat pilihan ke halaman saat ini."
+msgstr "Menjangkar pilihan ke halaman saat ini."
#. 7GtoG
#: cui/uiconfig/ui/swpossizepage.ui:251
@@ -20732,7 +20690,7 @@ msgstr "Ke para_graf"
#: cui/uiconfig/ui/swpossizepage.ui:260
msgctxt "swpossizepage|extended_tip|topara"
msgid "Anchors the selection to the current paragraph."
-msgstr "Tambat pilihan ke paragraf saat ini."
+msgstr "Menjangkar pilihan ke paragraf saat ini."
#. Uj9Pu
#: cui/uiconfig/ui/swpossizepage.ui:271
@@ -20744,7 +20702,7 @@ msgstr "Ke ka_rakter"
#: cui/uiconfig/ui/swpossizepage.ui:280
msgctxt "swpossizepage|extended_tip|tochar"
msgid "Anchors the selection to a character."
-msgstr "Tambat pilihan ke karakter."
+msgstr "Menjangkar pemilihan ke karakter."
#. GNmu5
#: cui/uiconfig/ui/swpossizepage.ui:291
@@ -20804,7 +20762,7 @@ msgstr "Masukan jumlah ruang untuk disisakan antara ujung kiri dari objek terpil
#: cui/uiconfig/ui/swpossizepage.ui:444
msgctxt "swpossizepage|extended_tip|horianchor"
msgid "Select the reference point for the selected horizontal alignment option."
-msgstr "Pilih titik referensi untuk pilihan perataan garis horizontal yang dipilih."
+msgstr "Pilih titik rujukan untuk pilihan perataan garis horizontal terpilih."
#. drz3i
#: cui/uiconfig/ui/swpossizepage.ui:459
@@ -20864,7 +20822,7 @@ msgstr "Pertahankan di dalam batas te_ks"
#: cui/uiconfig/ui/swpossizepage.ui:577
msgctxt "swpossizepage|extended_tip|followtextflow"
msgid "Keeps the selected object within the layout boundaries of the text that the object is anchored to. To place the selected object anywhere in your document, do not select this option."
-msgstr "Menyimpan objek yang dipilih di dalam batasan tata letak teks tempat objek tersebut ditambat. Untuk menempatkan objek yang dipilih di mana saja dalam dokumen Anda jangan pilih pilihan ini."
+msgstr "Menjaga objek terpilih di dalam batasan tata letak teks tempat objek tersebut dijangkar. Untuk menempatkan objek terpilih di mana saja dalam dokumen Anda, jangan pilih pilihan ini."
#. hKBGx
#: cui/uiconfig/ui/swpossizepage.ui:593
diff --git a/source/id/dbaccess/messages.po b/source/id/dbaccess/messages.po
index 7cc15f5bd0c..1e5848f6adf 100644
--- a/source/id/dbaccess/messages.po
+++ b/source/id/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/id/>\n"
"Language: id\n"
@@ -2343,7 +2343,7 @@ msgstr "Baku:5432"
#: dbaccess/inc/strings.hrc:404
msgctxt "STR_COMMAND_EXECUTED_SUCCESSFULLY"
msgid "Command successfully executed."
-msgstr "Perintah berhasil dieksekusi."
+msgstr "Perintah berhasil dijalankan."
#. BhFXv
#: dbaccess/inc/strings.hrc:405
@@ -3203,7 +3203,7 @@ msgstr "Masukkan perintah administrasi SQL yang ingin Anda jalankan."
#: dbaccess/uiconfig/ui/directsqldialog.ui:116
msgctxt "directsqldialog|sql_label"
msgid "_Command to execute:"
-msgstr "_Perintah yang akan dieksekusi:"
+msgstr "_Perintah yang akan dijalankan:"
#. KDRkq
#: dbaccess/uiconfig/ui/directsqldialog.ui:134
diff --git a/source/id/extensions/messages.po b/source/id/extensions/messages.po
index 81f2444d3bd..6dbd509f2f0 100644
--- a/source/id/extensions/messages.po
+++ b/source/id/extensions/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/extensionsmessages/id/>\n"
"Language: id\n"
@@ -1435,19 +1435,19 @@ msgstr "Parameter isian"
#: extensions/inc/strings.hrc:130
msgctxt "RID_STR_EVT_ACTIONPERFORMED"
msgid "Execute action"
-msgstr "Eksekusi tindakan"
+msgstr "Jalankan tindakan"
#. 8zYjm
#: extensions/inc/strings.hrc:131
msgctxt "RID_STR_EVT_AFTERUPDATE"
msgid "After updating"
-msgstr "Usai pemutakhiran"
+msgstr "Usai pembaruan"
#. GYfhy
#: extensions/inc/strings.hrc:132
msgctxt "RID_STR_EVT_BEFOREUPDATE"
msgid "Before updating"
-msgstr "Sebelum pemutakhiran"
+msgstr "Sebelum pembaruan"
#. dY5sz
#: extensions/inc/strings.hrc:133
diff --git a/source/id/filter/messages.po b/source/id/filter/messages.po
index ab2710b4f11..33c2c2fb7ff 100644
--- a/source/id/filter/messages.po
+++ b/source/id/filter/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/id/>\n"
"Language: id\n"
@@ -891,7 +891,7 @@ msgstr "Aktifkan kotak centang untuk mengekspor markah di dokumen Anda sebagai t
#: filter/uiconfig/ui/pdflinkspage.ui:49
msgctxt "pdflinkspage|convert"
msgid "_Convert document references to PDF targets"
-msgstr "Konversikan a_cuan dokumen ke sasaran PDF"
+msgstr "Konversikan _rujukan dokumen ke sasaran PDF"
#. FEokC
#: filter/uiconfig/ui/pdflinkspage.ui:57
@@ -1755,7 +1755,7 @@ msgstr "Berkas Baru-Baru Ini"
#: filter/uiconfig/ui/testxmlfilter.ui:252
msgctxt "testxmlfilter|extended_tip|recentfile"
msgid "Re-opens the document that was last opened with this dialog."
-msgstr "Buka kembali dokumen yang terakhir dibuka dengan dialog ini."
+msgstr "Membuka ulang dokumen yang terakhir dibuka dengan dialog ini."
#. WRoGk
#: filter/uiconfig/ui/testxmlfilter.ui:266
@@ -1779,7 +1779,7 @@ msgstr "Tayangkan sumber"
#: filter/uiconfig/ui/testxmlfilter.ui:300
msgctxt "testxmlfilter|extended_tip|displaysource"
msgid "Opens the XML source of the selected document in your default XML editor after importing."
-msgstr "Buka sumber XML dari dokumen yang dipilih di penyunting XML baku Anda setelah mengimpor."
+msgstr "Membuka sumber XML dari dokumen terpilih di penyunting XML baku Anda setelah mengimpor."
#. AKfAy
#: filter/uiconfig/ui/testxmlfilter.ui:314
@@ -1797,7 +1797,7 @@ msgstr "Menampilkan nama berkas templat yang Anda masukkan pada menuTransformasi
#: filter/uiconfig/ui/testxmlfilter.ui:346
msgctxt "testxmlfilter|extended_tip|recentfilename"
msgid "Re-opens the document that was last opened with this dialog."
-msgstr "Buka kembali dokumen yang terakhir dibuka dengan dialog ini."
+msgstr "Membuka ulang dokumen yang terakhir dibuka dengan dialog ini."
#. 4MaaP
#: filter/uiconfig/ui/testxmlfilter.ui:368
diff --git a/source/id/helpcontent2/source/text/scalc.po b/source/id/helpcontent2/source/text/scalc.po
index d99b14a1d33..a8837ed7f6a 100644
--- a/source/id/helpcontent2/source/text/scalc.po
+++ b/source/id/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-25 11:31+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/id/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Hapus Lembar</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Warna Tab Lembar"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/id/helpcontent2/source/text/scalc/00.po b/source/id/helpcontent2/source/text/scalc/00.po
index 712453c5d84..f3a5fa33f67 100644
--- a/source/id/helpcontent2/source/text/scalc/00.po
+++ b/source/id/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-25 11:31+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/id/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Pilih <emph>Lembar - Hapus Sel</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Pilih <emph>Lembar - Hapus Lembar</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Membuka menu konteks untuk tab lembar."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Pilih <emph>Lembar - Pindah atau Salin Lembar</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Membuka menu konteks untuk tab lembar."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Menyisipkan Kolom"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Pilih <menuitem>Lembar - Sisip Lembar</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Pilih <emph>Lembar</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Pilih <emph>Lembar - Ubah Nama Lembar</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Pilih <emph>Lembar - Tampilkan Lembar</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menu Lembar"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/id/helpcontent2/source/text/scalc/01.po b/source/id/helpcontent2/source/text/scalc/01.po
index 8a392aafc48..7a58aa04f11 100644
--- a/source/id/helpcontent2/source/text/scalc/01.po
+++ b/source/id/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libo_help scalc 4.2\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-09 08:24+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/id/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>lembar sebar; menghapus</bookmark_value><bookmark_value>lembar; menghapus</bookmark_value><bookmark_value>menghapus; lembar sebar</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Hapus Lembar"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Menghapus lembar saat ini setelah konfirmasi permintaan.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Anda tidak bisa menghapus lembar saat ini <emph> Ubah - Lacak Perubahan - Rekam</emph>mengaktifkan."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Ya"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Menghapus lembar saat ini."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Tidak"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Batalkan dialog. Tidak ada penghapusan."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>lembar sebar; memindahkan</bookmark_value><bookmark_value>lembar sebar; menyalin</bookmark_value><bookmark_value>memindahkan; lembar sebar</bookmark_value><bookmark_value>menyalin; lembar sebar</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Pindah atau Salin Lembar"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Sisip Lembar"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>kalkulasi RSQ</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Sisip Lembar"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43453,14 +43435,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>nama lembar kerja</bookmark_value><bookmark_value>mengubah; nama lembar</bookmark_value><bookmark_value>lembar; pengubahan nama</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Ubah Nama Lembar"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43516,32 +43498,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Tampilkan Lembar"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>lembar; menampilkan</bookmark_value><bookmark_value>menampilkan; lembar</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Tampilkan Lembar"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Pilih satu halaman hanya untuk memanggil perintah. Halaman saat ini selalu dipilih. jika halaman selain halaman sekarang terpilih, kamu bisa membatalkan pilihan dnegan menekan <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> sambil mengklik tab lembar yang sesuai di bagian bawah jendela. ."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47602,13 +47593,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55288,6 +55279,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69807,6 +70032,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> Kembali 0.50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70113,6 +70401,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/id/helpcontent2/source/text/scalc/guide.po b/source/id/helpcontent2/source/text/scalc/guide.po
index 6f01a01ee17..41330a28a0a 100644
--- a/source/id/helpcontent2/source/text/scalc/guide.po
+++ b/source/id/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-15 11:38+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/id/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Menavigasi Melalui Tab Lembar"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>lembaran; menunjukkan beberapa</bookmark_value><bookmark_value>tab lembar;menggunakan</bookmark_value><bookmark_value>dilihat;beberapa lembar</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Menavigasi Melalui Lembar Tab</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Secara default $[officename] menampilkan tiga lembar \"Lembar1\" ke \"Lembar3\", di setiap lembar sebar baru. Anda dapat beralih di antara lembar dalam lembar sebar menggunakan tab lembar di bagian bawah layar."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Tab Lembar</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Gunakan tombol navigasi untuk menampilkan semua lembar milik dokumen anda. Mengklik tombol di paling kiri atau paling kanan menampilkan, masing-masing, tab lembar pertama atau terakhir. Tombol tengah memungkinkan pengguna untuk menggulir maju dan mundur melalui semua tab lembar. Untuk menampilkan lembar itu sendiri klik pada tab lembar."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Menerapkan Banyak Operasi"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value> lembar; memasukkan </bookmark_value> <bookmark_value> memasukkan; sheet </bookmark_value> <bookmark_value> sheet; memilih beberapa </bookmark_value> <bookmark_value> menambahkan sheet </bookmark_value> <bookmark_value> memilih; multiple sheets </bookmark_value> <bookmark_value> beberapa sheet </bookmark_value> <bookmark_value> menghitung; banyak sheet </bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Menerapkan Beberapa Lembar</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Memasukkan Lembar"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Pilih <item type=\"menuitem\">Sunting - Lembar</item> untuk menyisipkan lembar baru atau lembar yang ada dari file lain."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Membuka dialog di mana Anda dapat menugaskan makro pada peristiwa lembar.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Membuka jendela dimana anda dapat menetapkan warna ke tab lembar.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/id/helpcontent2/source/text/scalc/menu.po b/source/id/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/id/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/id/helpcontent2/source/text/shared/00.po b/source/id/helpcontent2/source/text/shared/00.po
index f447b03103c..6d6d6a644ff 100644
--- a/source/id/helpcontent2/source/text/shared/00.po
+++ b/source/id/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-09-09 14:36+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/id/>\n"
@@ -1593,6 +1593,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Untuk mengakses fungsi ini...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6454,14 +6508,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menu Berkas"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Pilih <emph>Berkas - Pratinjau di Peramban Web</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6472,40 +6526,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "<emph>Baru</emph> ikon di bilah <emph>Standar</emph> (ikon menunjukkan tipe dokumen baru)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Baru"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6634,31 +6697,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Pada bilah <emph>Standar</emph>, klik"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6670,6 +6733,105 @@ msgctxt ""
msgid "Open File"
msgstr "Buka Berkas"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7030,49 +7192,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Wahana Pandu Sumber Data Alamat - Penugasan ruas</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Pilih <emph>Berkas - Tutup</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
msgstr ""
-#. 8UBzJ
+#. qk3st
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id621685310572304\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Buka <emph>Standar</emph> atau bilah <emph>Data Tabel</emph>, klik"
+msgid "Close"
+msgstr ""
-#. rBbzR
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7084,13 +7264,40 @@ msgctxt ""
msgid "Save"
msgstr "Simpan"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7102,6 +7309,51 @@ msgctxt ""
msgid "Save As"
msgstr "Simpan Sebagai"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7183,13 +7435,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7201,6 +7462,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7345,13 +7624,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7372,13 +7669,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7408,13 +7723,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7426,23 +7795,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Ekspor Langsung sebagai EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7507,6 +7876,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7552,31 +7939,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Pada bilah <emph>Standar</emph>, klik"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7588,33 +7975,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Pada bilah <emph>Pratinjau Cetak</emph> dari dokumen teks, klik"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Cetak Halaman Pratinjau"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7687,14 +8047,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Pilih <emph>Berkas - Versi</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/id/helpcontent2/source/text/shared/01.po b/source/id/helpcontent2/source/text/shared/01.po
index 89bba85b381..eebc33f88f0 100644
--- a/source/id/helpcontent2/source/text/shared/01.po
+++ b/source/id/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libo 4.3 help shared/01\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-10 09:33+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/id/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Ikon</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Membuka dokumen yang terletak di layanan berkas jarak jauh.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Pilih <item type=\"menuitem\">Berkas - Buka Jarak Jauh</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Klik tombol <emph>Berkas Jarak Jauh</emph> pada <emph> Titik awal</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Klik-panjang icon <emph>Buka</emph> dan pilih <emph>Buka Berkas Jarak Jauh</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Menyimpan salinan dokumen yang sebenarnya dengan nama atau lokasi lain.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Pilih <item type=\"menuitem\">Berkas - Simpan Salinan</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Ekspor dokumen dalam format PDF atau EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7802,14 +7757,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Untuk memilih semua sel pada lembar, klik tombol pada persimpangan tajuk kolom dan baris di pojok kiri atas lembar.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Untuk memilih semua lembar dalam berkas lembar sebar, klik kanan nama tab lembar, kemudian pilih <emph>Pilih Semua Lembar</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Pilih semua lembar dalam lembar sebar saat ini.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43955,14 +43910,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>menyesuaikan; kejadian</bookmark_value><bookmark_value>kejadian; menyesuaikan</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Acara</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43973,15 +43928,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Menetapkan makro untuk acara program. Makro yang ditugaskan berjalan secara otomatis setiap kali peristiwa yang dipilih terjadi.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Kotak dialog memiliki fungsionalitas yang berkurang ketika dipanggil dari menu Sunting-Lembar sebuah lembar sebar."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/id/helpcontent2/source/text/swriter/00.po b/source/id/helpcontent2/source/text/swriter/00.po
index 0c1296e9a7f..c0571a5f624 100644
--- a/source/id/helpcontent2/source/text/swriter/00.po
+++ b/source/id/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-08 10:41+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/id/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Surat Massal"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/id/helpcontent2/source/text/swriter/01.po b/source/id/helpcontent2/source/text/swriter/01.po
index fbd6d50501b..689765f3808 100644
--- a/source/id/helpcontent2/source/text/swriter/01.po
+++ b/source/id/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: swriter 3.6\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-22 14:04+0000\n"
"Last-Translator: jokosu10 <susilo.j8@gmail.com>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/id/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Anda tidak dapat menyunting dokumen ketika sedang dalam pratilik cetak."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Untuk keluar dari pratilik cetak, klik tombol <emph>Tutup Pratilik</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Tampilkan bantuan dan keluar"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Membuat sebuah pranala untuk bagian entri yang anda tutup dengan membuka(LS) dan menutup(LE) tag pranala. Pada baris<emph>Struktur</emph>, klik pada kotak kosong didepan bagian yang ingin anda buat sebuah pranala, dan selanjutnya klik tombol ini. Klik di kotak kosong setelah bagian yang Anda ingin pranala, dan kemudian klik tombol ini lagi. Semua pranala harus unik. Hanya tersedia untuk daftar isi.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,13 +28376,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/id/helpcontent2/source/text/swriter/menu.po b/source/id/helpcontent2/source/text/swriter/menu.po
index e2c22a82d05..bf70e3a3694 100644
--- a/source/id/helpcontent2/source/text/swriter/menu.po
+++ b/source/id/helpcontent2/source/text/swriter/menu.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: 2023-03-02 11:51+0100\n"
-"PO-Revision-Date: 2021-08-15 05:45+0000\n"
-"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_help-master/textswritermenu/id/>\n"
"Language: id\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.15.2\n"
"X-POOTLE-MTIME: 1468383183.000000\n"
#. acMEH
@@ -23,7 +23,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Content Control Submenu"
-msgstr ""
+msgstr "Submenu Kendali Isi"
#. JGVVJ
#: contentcontrol_submenu.xhp
@@ -32,7 +32,7 @@ msgctxt ""
"bm_id901672741515183\n"
"help.text"
msgid "<bookmark_value>content control</bookmark_value><bookmark_value>checkbox;content control</bookmark_value><bookmark_value>date;content control</bookmark_value><bookmark_value>combo box;content control</bookmark_value><bookmark_value>drop-down list;content control</bookmark_value><bookmark_value>text;content control</bookmark_value><bookmark_value>rich text;content control</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>kendali isi</bookmark_value><bookmark_value>kotak centang;kendali isi</bookmark_value><bookmark_value>tanggal;kendali isi</bookmark_value><bookmark_value>kotak kombo;kendali isi</bookmark_value><bookmark_value>senarai tarik-turun;kendali isi</bookmark_value><bookmark_value>teks;kendali isi</bookmark_value><bookmark_value>rich text;kendali isi</bookmark_value>"
#. St8Ci
#: contentcontrol_submenu.xhp
@@ -41,7 +41,7 @@ msgctxt ""
"hd_id591672690941663\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/swriter/menu/contentcontrol_submenu.xhp\">Content Controls</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/swriter/menu/contentcontrol_submenu.xhp\">Kendali Isi</link></variable>"
#. zbRAP
#: contentcontrol_submenu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_idN10560\n"
"help.text"
msgid "A content control is a placeholder text in which the current content will be replaced when clicking into the control. Content controls are individual controls to add and customize for use in templates, forms, and documents. Content controls can provide instructional text and set controls to disappear when users type in their own text."
-msgstr ""
+msgstr "Kendali isi adalah teks pewakil di mana isi saat ini akan diganti saat mengklik kendali. Kendali isi adalah kendali tersendiri untuk ditambahkan dan disesuaikan untuk digunakan dalam templat, formulir, dan dokumen. Kendali isi dapat menyediakan teks instruksional dan mengatur kendali agar menghilang saat pengguna mengetikkan teksnya sendiri."
#. rAqzZ
#: contentcontrol_submenu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id771672704361268\n"
"help.text"
msgid "Content controls have many properties and are similar to the legacy controls but can be easier to work with and format."
-msgstr ""
+msgstr "Kendali isi memiliki banyak properti dan serupa dengan kendali lama tetapi dapat lebih mudah untuk dikerjakan dan diformat."
#. GBJMn
#: contentcontrol_submenu.xhp
@@ -68,7 +68,7 @@ msgctxt ""
"hd_id401672693292708\n"
"help.text"
msgid "Rich Text"
-msgstr ""
+msgstr "Rich Text"
#. SFU7D
#: contentcontrol_submenu.xhp
@@ -77,7 +77,7 @@ msgctxt ""
"par_id71672703856991\n"
"help.text"
msgid "Contains custom formatted text or other items, such as tables, pictures, or other content controls."
-msgstr ""
+msgstr "Berisi teks terformat suaian atau item lainnya, seperti tabel, gambar, atau kendali isi lainnya."
#. 2ELAt
#: contentcontrol_submenu.xhp
@@ -86,7 +86,7 @@ msgctxt ""
"hd_id71672693297394\n"
"help.text"
msgid "Plain Text"
-msgstr ""
+msgstr "Teks Polos"
#. enpKC
#: contentcontrol_submenu.xhp
@@ -95,7 +95,7 @@ msgctxt ""
"par_id681672703870033\n"
"help.text"
msgid "A plain text content control is limited to plain text in a single or multiple paragraphs. Unlike rich text, it cannot contain other items, such as tables, pictures, or other content controls."
-msgstr ""
+msgstr "Kendali isi teks polos terbatas pada teks polos dalam satu atau beberapa paragraf. Tidak seperti rich text, teks polos tidak bisa berisi item lain, seperti tabel, gambar, atau kendali isi lainnya."
#. 2c6gz
#: contentcontrol_submenu.xhp
@@ -104,7 +104,7 @@ msgctxt ""
"hd_id571672693302104\n"
"help.text"
msgid "Picture"
-msgstr ""
+msgstr "Gambar"
#. jUK5q
#: contentcontrol_submenu.xhp
diff --git a/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po
index c2755ed73db..66e41f3b527 100644
--- a/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: msi_languages lo-4.1\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2022-03-21 12:32+0100\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/instsetoo_nativeinc_openofficewindowsmsi_languages/id/>\n"
"Language: id\n"
@@ -68,7 +68,7 @@ msgctxt ""
"OOO_ACTIONTEXT_6\n"
"LngText.text"
msgid "Binding executables"
-msgstr "Binding dapat dieksekusi"
+msgstr "Binding dapat dijalankan"
#. NV59M
#: ActionTe.ulf
diff --git a/source/id/officecfg/registry/data/org/openoffice/Office.po b/source/id/officecfg/registry/data/org/openoffice/Office.po
index d2ac3659743..0ba2ab6a2c5 100644
--- a/source/id/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/id/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/id/>\n"
"Language: id\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1550758945.000000\n"
#. HhMVS
@@ -104,7 +104,7 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Logo command line (press Enter for command execution or F1 for help)"
-msgstr "Perintah baris Logo (tekan Enter untuk eksekusi perintah atau F1 untuk bantuan)"
+msgstr "Perintah baris Logo (tekan Enter untuk penjalanan perintah atau F1 untuk bantuan)"
#. CXFcL
#: Addons.xcu
@@ -5434,7 +5434,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "CreditCardAuthorizationNumber"
-msgstr "NomorAutorisasiKartuKredit"
+msgstr "NomorOtorisasiKartuKredit"
#. JQonv
#: TableWizard.xcu
@@ -5444,7 +5444,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "CCAuthorNo"
-msgstr "NoAutorKrtuKrdit"
+msgstr "NoOtorKrtuKrdit"
#. BWm6D
#: TableWizard.xcu
@@ -8174,7 +8174,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "ReferenceNumber"
-msgstr "NomorReferensi"
+msgstr "NomorRujukan"
#. U45tA
#: TableWizard.xcu
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Catatan"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Dokumen teks"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Lembar sebar"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentasi"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Gambar"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Halaman web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Dokumen induk"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Rumus"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Dokumen basis data"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/id/officecfg/registry/data/org/openoffice/Office/UI.po b/source/id/officecfg/registry/data/org/openoffice/Office/UI.po
index 7770212e68a..d7b4efca96a 100644
--- a/source/id/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/id/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ 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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/id/>\n"
"Language: id\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564751755.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Pengesahan Data..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Hapus Baris"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Ubah Induk Salindia..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Halaman Induk..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Sisipkan Kolom"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26396,7 +26416,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor Menu"
-msgstr "Menu Tambat"
+msgstr "Menu Jangkar"
#. oNBG8
#: GenericCommands.xcu
@@ -26416,7 +26436,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Select anchor for object"
-msgstr "Pilih tambat untuk objek"
+msgstr "Pilih jangkar untuk objek"
#. vBrBs
#: GenericCommands.xcu
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Menghapus kolom yang dipilih"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Hapus Baris"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Hapus Ba~ris"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Menghapus baris yang dipilih"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -30176,7 +30166,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor to Character"
-msgstr "Tambatkan ke Karakter"
+msgstr "Jangkar ke Karakter"
#. U8uJu
#: WriterCommands.xcu
@@ -31516,7 +31506,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor To Page"
-msgstr "Tambat ke Halaman"
+msgstr "Jangkar ke Halaman"
#. PrfNa
#: WriterCommands.xcu
@@ -31536,7 +31526,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor To Paragraph"
-msgstr "Tambat ke Paragraf"
+msgstr "Jangkar ke Paragraf"
#. uoavD
#: WriterCommands.xcu
@@ -31746,7 +31736,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor To Frame"
-msgstr "Tambat ke Bingkai"
+msgstr "Jangkar ke Bingkai"
#. t2bpX
#: WriterCommands.xcu
@@ -31796,7 +31786,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Anchor as Character"
-msgstr "Tambat sebagai Karakter"
+msgstr "Jangkar sebagai Karakter"
#. kPjbM
#: WriterCommands.xcu
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Sisipkan nomor halaman"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Nomor Halama~n"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolom Se~belum"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Hapus Baris"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Ba~ris"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Menghapus baris yang dipilih"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/id/reportdesign/messages.po b/source/id/reportdesign/messages.po
index ed2532494bd..1db52f8eb9c 100644
--- a/source/id/reportdesign/messages.po
+++ b/source/id/reportdesign/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: 2022-01-31 18:20+0100\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/reportdesignmessages/id/>\n"
"Language: id\n"
@@ -864,13 +864,13 @@ msgstr "Hapus Kepala/Kaki Laporan"
#: reportdesign/inc/strings.hrc:135
msgctxt "RID_ERR_NO_COMMAND"
msgid "The report can not be executed unless it is bound to content."
-msgstr "Laporannya tidak dapat dieksekusi kecuali terikat dengan isinya."
+msgstr "Laporannya tidak dapat dijalankan kecuali terikat dengan isinya."
#. wbP7i
#: reportdesign/inc/strings.hrc:136
msgctxt "RID_ERR_NO_OBJECTS"
msgid "The report can not be executed unless at least one object has been inserted."
-msgstr "Laporannya tidak dapat dieksekusi kecuali salah satu objek telah disisipkan."
+msgstr "Laporannya tidak dapat dijalankan kecuali salah satu objek telah disisipkan."
#. bNM2S
#: reportdesign/inc/strings.hrc:137
diff --git a/source/id/sc/messages.po b/source/id/sc/messages.po
index bcdbcdc517d..de11798b6f6 100644
--- a/source/id/sc/messages.po
+++ b/source/id/sc/messages.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/id/>\n"
"Language: id\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1550908361.000000\n"
#. kBovX
@@ -703,7 +703,7 @@ msgstr "Tak dapat menyisipkan baris"
#: sc/inc/globstr.hrc:126
msgctxt "STR_MSSG_REPEATDB_0"
msgid "No operations to execute"
-msgstr "Tidak ada operasi untuk dieksekusi"
+msgstr "Tidak ada operasi untuk dijalankan"
#. BC4uB
#: sc/inc/globstr.hrc:127
@@ -1359,7 +1359,7 @@ msgstr "#MACRO?"
#: sc/inc/globstr.hrc:242
msgctxt "STR_LONG_ERR_NO_MACRO"
msgid "Error: Macro not found"
-msgstr "Galat: Macro tidak ditemukan"
+msgstr "Galat: Makro tidak ditemukan"
#. NnSBz
#: sc/inc/globstr.hrc:243
@@ -1532,7 +1532,7 @@ msgid ""
"a table range of at least\n"
"3 × 3 cells must be selected."
msgstr ""
-"Untuk menerapkan AutoFormat,\n"
+"Untuk menerapkan Format Otomatis,\n"
"suatu rentang tabel yang paling tidak\n"
"3 × 3 sel mesti dipilih."
@@ -2587,7 +2587,7 @@ msgstr "Pengguna Tak Dikenal"
#: sc/inc/globstr.hrc:437
msgctxt "STR_SHAPE_AUTOSHAPE"
msgid "AutoShape"
-msgstr "AutoShape"
+msgstr "Bentuk Otomatis"
#. c7YGt
#: sc/inc/globstr.hrc:438
@@ -22719,7 +22719,7 @@ msgstr "_Ramban..."
#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:145
msgctxt "erroralerttabpage|extended_tip|browseBtn"
msgid "Opens the Macro dialog where you can select the macro that is executed when invalid data is entered in a cell. The macro is executed after the error message is displayed."
-msgstr "Membuka dialog Makro di mana Anda dapat memilih makro yang dieksekusi ketika data yang tidak sah dimasukkan dalam sel. Makro dieksekusi setelah pesan galat ditayangkan."
+msgstr "Membuka dialog Makro di mana Anda dapat memilih makro yang dijalankan ketika data yang tidak sah dimasukkan dalam sel. Makro dijalankan setelah pesan galat ditayangkan."
#. BKReu
#: sc/uiconfig/scalc/ui/erroralerttabpage.ui:160
@@ -25425,7 +25425,7 @@ msgstr "_Tilik"
#: sc/uiconfig/scalc/ui/notebookbar.ui:10331
msgctxt "CalcNotebookbar|ViewLabel"
msgid "~View"
-msgstr "~Tilikan"
+msgstr "~Tilik"
#. SAv6Z
#: sc/uiconfig/scalc/ui/notebookbar.ui:11441
@@ -27291,7 +27291,7 @@ msgstr "_Salin"
#: sc/uiconfig/scalc/ui/optsortlists.ui:38
msgctxt "extended_tip|copy"
msgid "Copies the contents of the cells in the Copy list from box. If you select a reference to related rows and columns, the Copy List dialog appears after clicking the button. You can use this dialog to define if the reference is converted to sort lists by row or by column."
-msgstr "Menyalin konten dari sel pada kotak Salin senarai dari. Jika Anda memilih rujukan pada baris dan kolom yang berhubungan, dialog Salin Senarai akan muncul setelah mengklik tombol. Anda dapat menggunakan dialog ini untuk menetapkan jika referensi dikonversi ke senarai urutan berdasakan baris atau kolom."
+msgstr "Menyalin konten dari sel pada kotak Salin senarai dari. Jika Anda memilih rujukan pada baris dan kolom yang berhubungan, dialog Salin Senarai akan muncul setelah mengklik tombol. Anda dapat menggunakan dialog ini untuk menetapkan jika rujukan dikonversi ke senarai urutan berdasakan baris atau kolom."
#. jG3HS
#: sc/uiconfig/scalc/ui/optsortlists.ui:57
@@ -28635,7 +28635,7 @@ msgstr "Melindungi sel-sel dalam lembar saat ini dari perubahan."
#: sc/uiconfig/scalc/ui/queryrunstreamscriptdialog.ui:13
msgctxt "queryrunstreamscriptdialog|QueryRunStreamScriptDialog"
msgid "This data stream is generated by a script. Do you want to execute %URL?"
-msgstr "Arus data ini dibuat oleh suatu skrip. Apakah Anda hendak mengeksekusi %URL?"
+msgstr "Arus data ini dibuat oleh suatu skrip. Apakah Anda hendak menjalankan %URL?"
#. ea2Cm
#: sc/uiconfig/scalc/ui/randomnumbergenerator.ui:31
@@ -30507,7 +30507,7 @@ msgstr "Pemisah _ribuan"
#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:253
msgctxt "sidebarnumberformat|thousandseparator|tooltip_text"
msgid "Inserts a separator between thousands."
-msgstr "Sisipkan pemisah antar ribuan."
+msgstr "Menyisipkan pemisah antar ribuan."
#. pGpRu
#: sc/uiconfig/scalc/ui/sidebarnumberformat.ui:266
@@ -30645,7 +30645,7 @@ msgstr "Masukkan rentang sel yang dapat diubah."
#: sc/uiconfig/scalc/ui/solverdlg.ui:434
msgctxt "solverdlg|cellreflabel"
msgid "_Cell reference"
-msgstr "A_cuan sel"
+msgstr "_Rujukan sel"
#. Fj7m7
#: sc/uiconfig/scalc/ui/solverdlg.ui:448
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Ketika pilihan ini diaktifkan, Calc mempertahankan konten sebelumnya dari sel ketika menempel yang kosong. Jika tidak, Calc menghapus konten sel sebelumnya."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Pilihan Lain"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "T_ipe kolom:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Pilih suatu kolom dalam jendela pratilik dan pilih jenis data yang akan diterapkan pada data yang diimpor."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teks ke kolom"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Ruas"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Tata pilihan impor bagi data dengan pembatas."
diff --git a/source/id/sd/messages.po b/source/id/sd/messages.po
index 4d8311a2bea..81bbbe19ef6 100644
--- a/source/id/sd/messages.po
+++ b/source/id/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: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/id/>\n"
"Language: id\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565578255.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Sisipkan Teks"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Memuat Salindia Master"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Cerdik"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Kiri"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Kanan"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Teratas"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Terbawah"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Kiri Atas?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Kiri Bawah?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Kanan Atas?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Kanan Bawah?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Semua?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Tindakan ini tak dapat dijalankan pada modus langsung."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Kembali"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Lanjutkan"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Kilasan"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Pengganti Warna"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Memudar silang"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Perluas Salindia"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Daftar Isi Salindia"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Sumber SANE tidak tersedia saat ini."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Sumber TWAIN tidak tersedia saat ini."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Tetap"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standar (pendek)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standar (panjang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nama berkas"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Nama direktori/berkas"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Direktori"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nama berkas tanpa ekstensi"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Pertunjukan Salindia Ubahan Baru"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Salin "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Format presentasi (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Format gambar (Gambar 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Bubarkan Kelompok Metafile"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Tidak mungkin membubarkan kelompok objek gambar."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentasi %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Gambar %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Apakah desain itu akan diganti?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teks"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hipertaut"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Taut telah dikunjungi"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Taut aktif"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Catatan"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Daftar isi"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kllik di sini untuk memulai"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Penulis"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Surel"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Beranda"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Informasi tambahan"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Unduh presentasi"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Penelusur Internet Anda tidak mendukung bingkai ambang."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Halaman pertama"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Halaman terakhir"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teks"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Citra"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Dengan isi"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Tanpa isi"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Ke halaman tertentu"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Konversi bitmap ke poligon"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klik untuk keluar dari presentasi..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Jeda..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Pakai 3D favorit"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Penapis citra"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"bukan suatu berkas audio yang sah!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konversi ke metafile"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konversi ke bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Tak dapat membuat berkas $(URL1)"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Tak dapat membuka berkas $(URL1)"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Berkas $(URL1) tak dapat disalin ke $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nama Induk Salindia. Klik kanan untuk daftar atau klik untuk dialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Nama Ulang Salindia"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Nama Ulang Halaman"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Nama duplikat atau kosong tidak mungkin"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nama"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Nama Ulang Salindia Induk"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Wilayah Judul untuk Tata Letak Otomatis"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Wilayah Objek untuk Tata Letak Otomatis"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Wilayah Kaki"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Wilayah Kepala"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Wilayah Data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Wilayah Nomor Salindia"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Wilayah Nomor Halaman"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<kepala>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<kaki>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<tanggal/jam>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nomor>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<hitung>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nama-salindia>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nama-halaman>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Wilayah Catatan"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Konversi Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Salindia"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Halaman"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Pratilik tidak tersedia"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Menyiapkan pratilik"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Tata Letak"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Gaya Gambar"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Gaya Presentasi"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Gaya Sel"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Bentuk %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Atur Citra Latar"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentar"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Atur Ulang Tata Letak Salindia"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Sisipkan Tabel"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Sisipkan Bagan"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Sisipkan Citra"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Sisipkan Audio atau Video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Seret dan Jatuhkan Halaman"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Seret dan Jatuhkan Salindia"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Harap tambahkan Citra ke Album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Salindia Teks"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Direktori lokal '%FILENAME' yang dituju tidak kosong. Beberapa berkas bisa tertimpa. Anda hendak melanjutkan?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Latar belakang"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objek latar belakang"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Tata Letak"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kendali"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Garis Dimensi"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Salindia"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Halaman"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Salindia"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Salindia Induk"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Salindia Induk:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Halaman Induk"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Halaman Induk:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Catatan)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Kliping"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klik untuk menyunting format teks judul"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klik untuk menyunting teks kerangka"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Ketuk ganda untuk menyunting format teks judul"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Ketuk ganda untuk menyunting format teks kerangka"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Tingkat Tajuk Kedua"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tingkat Tajuk Ketiga"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Tingkat Tajuk Keempat"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Tingkat Tajuk Kelima"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Tingkat Tajuk Keenam"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Tingkat Tajuk Ketujuh"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klik untuk memindahkan salindia"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klik untuk menyunting format catatan"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Ketuk ganda untuk memindah salindia"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Ketuk ganda untuk menyunting format catatan"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik untuk menambah Judul"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik untuk menambah Teks"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik untuk menambah Teks"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klik untuk menambah Catatan"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Ketuk ganda untuk menambah Judul"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Ketuk ganda untuk menambah Teks"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Ketuk ganda untuk menambah Teks"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Ketuk untuk menyunting teks"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Ketuk ganda untuk menambah Catatan"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Klik ganda untuk menambah Citra"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Klik ganda untuk menambah Objek"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Klik ganda untuk menambah Bagan"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Klik ganda untuk menambah Bagan Organisasi"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Klik ganda untuk menambah Lembar Sebar"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Baku"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Judul"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Gaya Gambar Baku"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Pindahkan salindia"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Sisipkan Halaman"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Sisipkan Halaman"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Properti Salindia"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objek tanpa isi"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objek tanpa warna isi dan tanpa garis"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teks"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Judul A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Tajuk A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teks A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Judul A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Tajuk A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teks A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafik"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Bentuk"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Garis"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Garis Panah"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Garis putus-putus"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Terisi"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Terisi Biru"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Terisi Hijau"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Terisi Kuning"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Terisi Merah"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Bergaris Tepi"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Bergaris Tepi Biru"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Bergaris Tepi Hijau"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Bergaris Tepi Kuning"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Bergaris Tepi Merah"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Judul"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subjudul"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Kerangka"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objek latar belakang"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Latar belakang"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Catatan"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Impor PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Simpan Dokumen"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Perkecil ukuran fonta"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Perbesar ukuran fonta"
@@ -2431,637 +2467,637 @@ msgstr "Perbesar ukuran fonta"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tilikan Gambar"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tilikan Gambar"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Tilikan Kerangka"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Tilikan Salindia"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Ini tempat mengurutkan salindia."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Tilikan Catatan"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Tilikan Kliping"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "JudulPresentasi"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "KerangkaPresentasi"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SubjudulPresentasi"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "HalamanPresentasi"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "CatatanPresentasi"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Kliping"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "BentukPresentasiYangDiaksesTakDikenal"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "KakiPresentasi"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "KepalaPresentasi"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "TanggalDanWaktuPresentasi"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NomorHalamanPresentasi"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentasi %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Judul"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Kerangka"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subjudul"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Halaman"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Catatan"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Kliping"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Bentuk Presentasi Aksesibel Tak Dikenal"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Kaki"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Kepala"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Tanggal"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nomor"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(hanya-baca)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nihil"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Hingga klik selanjutnya"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Hingga akhir salindia"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Arah:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zum:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Jari-jari:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Warna pertama:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Warna kedua:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Warna isi:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Gaya:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Fonta:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Warna fonta:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Gaya:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typeface:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Warna garis:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Ukuran fonta:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ukuran:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Banyaknya:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Warna:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Tanpa suara)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Hentikan suara sebelumnya)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Suara lainnya..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Contoh"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Picu"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Jalur pengguna"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Masuk: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Penekanan: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Keluar: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Alur Gerakan: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Rupa-rupa: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Nihil"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Hari ini,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Kemarin,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(tidak ada penulis)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress telah sampai di akhir presentasi. Anda ingin lanjut dari awal?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress telah sampai di awal presentasi. Anda ingin lanjut dari akhir?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw telah sampai di akhir dokumen. Anda ingin lanjut dari awal?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw telah sampai di awal dokumen. Anda ingin lanjut dari akhir?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Sisipkan Komentar"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Hapus Komentar"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Pindah Komentar"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Sunting Komentar"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Balas ke %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Putar Media"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumen"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Salindia per halaman"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Urutan:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Isi"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nama ~salindia"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nama h~alaman"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Tanggal ~dan waktu"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Halaman tersembunyi"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Warna"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Ukuran"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosur"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Sisi halaman"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Termasuk"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Hanya g~unakan baki kertas dari preferensi pencetak"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Halaman:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Salindia:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress sudah mencari hingga akhir presentasi. Apakah pencarian dilanjutkan dari awal?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress sudah mencari hingga awal presentasi. Apakah pencarian dilanjutkan dari akhir?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw sudah mencari hingga akhir dokumen. Apakah pencarian dilanjutkan dari awal?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw sudah mencari hingga awal presentasi. Apakah pencarian dilanjutkan dari akhir dokumen?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animasi"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Taut"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Sela~njutnya"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Se~belumnya"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Salindia ~Pertama"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Salindia ~Terakhir"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Tutup Panel"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Tambahkan desain baru"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
@@ -3964,7 +4000,7 @@ msgstr "_Tilik"
#: sd/uiconfig/sdraw/ui/notebookbar.ui:8193
msgctxt "drawnotebookbar|ViewLabel"
msgid "~View"
-msgstr "~Tilikan"
+msgstr "~Tilik"
#. 94L75
#: sd/uiconfig/sdraw/ui/notebookbar.ui:9538
@@ -4677,7 +4713,7 @@ msgstr "H_apus Semua Komentar"
#: sd/uiconfig/simpress/ui/clientboxfragment.ui:13
msgctxt "clientboxfragment|STR_DEAUTHORISE_CLIENT"
msgid "Remove Client Authorization"
-msgstr "Buang autorisasi klien"
+msgstr "Buang otorisasi klien"
#. 9UB3T
#: sd/uiconfig/simpress/ui/clientboxfragment.ui:43
@@ -6865,7 +6901,7 @@ msgstr "_Tilik"
#: sd/uiconfig/simpress/ui/notebookbar.ui:9438
msgctxt "impressnotebookbar|ViewLabel"
msgid "~View"
-msgstr "~Tilikan"
+msgstr "~Tilik"
#. bWC2b
#: sd/uiconfig/simpress/ui/notebookbar.ui:10332
diff --git a/source/id/sfx2/messages.po b/source/id/sfx2/messages.po
index 04c594282b3..1566a60939d 100644
--- a/source/id/sfx2/messages.po
+++ b/source/id/sfx2/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/id/>\n"
"Language: id\n"
@@ -794,7 +794,7 @@ msgid ""
"For security reasons, the hyperlink cannot be executed.\n"
"The stated address will not be opened."
msgstr ""
-"Untuk alasan keamanan, hipertaut itu tidak bisa dieksekusi.\n"
+"Untuk alasan keamanan, hipertaut itu tidak bisa dijalankan.\n"
"Alamat yang dinyatakan tidak akan dibuka."
#. vcMzA
@@ -1000,7 +1000,7 @@ msgstr "(Sandi bisa saja kosong)"
#: include/sfx2/strings.hrc:178
msgctxt "STR_MODULENOTINSTALLED"
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
-msgstr "Tindakan tersebut tidak dapat dieksekusi. Modul program %PRODUCTNAME yang diperlukan untuk tindakan ini tidak terpasang."
+msgstr "Tindakan tersebut tidak dapat dijalankan. Modul program %PRODUCTNAME yang diperlukan untuk tindakan ini tidak terpasang."
#. TXAV5
#: include/sfx2/strings.hrc:180
@@ -5237,7 +5237,7 @@ msgstr "_Buka"
#: sfx2/uiconfig/ui/versionsofdialog.ui:126
msgctxt "versionsofdialog|extended_tip|open"
msgid "Opens the selected version in a read-only window."
-msgstr "Buka versi terpilih di jendela hanya baca."
+msgstr "Membuka versi terpilih di jendela hanya baca."
#. qKnKv
#: sfx2/uiconfig/ui/versionsofdialog.ui:184
diff --git a/source/id/starmath/messages.po b/source/id/starmath/messages.po
index f066d38ddab..8a7514b465a 100644
--- a/source/id/starmath/messages.po
+++ b/source/id/starmath/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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-21 10:36+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/starmathmessages/id/>\n"
"Language: id\n"
@@ -2816,7 +2816,7 @@ msgstr "Menayangkan pratilik dari pemilihan saat ini."
#: starmath/uiconfig/smath/ui/catalogdialog.ui:249
msgctxt "catalogdialog|extended_tip|CatalogDialog"
msgid "Opens the Symbols dialog, in which you can select a symbol to insert in the formula."
-msgstr "Buka dialog Simbol di mana Anda dapat memilih simbol yang akan disisipkan ke rumus."
+msgstr "Membuka dialog Simbol di mana Anda dapat memilih simbol yang akan disisipkan ke rumus."
#. 4SGdP
#: starmath/uiconfig/smath/ui/fontdialog.ui:16
@@ -3555,7 +3555,7 @@ msgstr "Pecahan"
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1049
msgctxt "spacingdialog|4label1"
msgid "_Excess length:"
-msgstr "Panjang b_erlebih:"
+msgstr "Panjang k_elebihan:"
#. CfsG3
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1062
@@ -3591,7 +3591,7 @@ msgstr "Batas"
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1231
msgctxt "spacingdialog|6label1"
msgid "_Excess size (left/right):"
-msgstr "Ukuran b_erlebih (kiri/kanan):"
+msgstr "Ukuran k_elebihan (kiri/kanan):"
#. GvADK
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1244
@@ -3603,7 +3603,7 @@ msgstr "_Jarak antara:"
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1257
msgctxt "spacingdialog|6label4"
msgid "_Excess size:"
-msgstr "Ukuran b_erlebih:"
+msgstr "Ukuran k_elebihan:"
#. kgbCT
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1286
@@ -3651,7 +3651,7 @@ msgstr "Simbol"
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1517
msgctxt "spacingdialog|9label1"
msgid "_Excess size:"
-msgstr "Ukuran b_erlebih:"
+msgstr "Ukuran k_elebihan:"
#. tmmeR
#: starmath/uiconfig/smath/ui/spacingdialog.ui:1530
diff --git a/source/id/svtools/messages.po b/source/id/svtools/messages.po
index 2b7abd7ea71..841bff1f9e5 100644
--- a/source/id/svtools/messages.po
+++ b/source/id/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/id/>\n"
"Language: id\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563273342.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Gulir ke lembar terakhir"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Tambah lembar"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
@@ -1367,7 +1367,7 @@ msgstr "JRE Tidak Aktif"
#: include/svtools/strings.hrc:281
msgctxt "printersetupdialog|extended_tip|options"
msgid "Opens the Printer Options dialog where you can override the global printer options set on the Tools - Options - %PRODUCTNAME Writer/Web - Print panel for the current document."
-msgstr "Buka dialog Pilihan Pencetak di mana Anda dapat mengganti pilihan pencetak global yang diatur pada panel Perkakas - Pilihan - %PRODUCTNAME Writer/Web - Cetak untuk dokumen saat ini."
+msgstr "Membuka dialog Pilihan Pencetak di mana Anda dapat mengganti pilihan pencetak global yang diatur pada panel Perkakas - Pilihan - %PRODUCTNAME Writer/Web - Cetak untuk dokumen saat ini."
#. q7s6f
#: include/svtools/strings.hrc:283
@@ -2461,7 +2461,7 @@ msgstr ""
"Ini bisa diakibatkan oleh manipulasi dokumen.\n"
"\n"
"Kami menyarankan Anda untuk tidak mempercayai isi dokumen tersebut.\n"
-"Eksekusi makro ditiadakan untuk dokumen ini.\n"
+"Penjalanan makro ditiadakan untuk dokumen ini.\n"
" "
#. 8efKG
@@ -2532,7 +2532,7 @@ msgstr "Galat umum OLE."
#: svtools/inc/errtxt.hrc:138
msgctxt "RID_ERRHDL"
msgid "The action cannot be executed in the object's current state."
-msgstr "Tindakan tak dapat dieksekusi dalam keadaan objek saat ini."
+msgstr "Tindakan tak dapat dijalankan dalam keadaan objek saat ini."
#. 2fYQF
#: svtools/inc/errtxt.hrc:140
@@ -5761,7 +5761,7 @@ msgstr "Mulai Ulang Nanti"
#: svtools/uiconfig/ui/restartdialog.ui:70
msgctxt "restartdialog|reason_java"
msgid "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted."
-msgstr "Agar lingkungan eksekusi Java terpilih bekerja dengan benar, %PRODUCTNAME harus dimulai ulang."
+msgstr "Agar lingkungan penjalanan Java terpilih bekerja dengan benar, %PRODUCTNAME harus dimulai ulang."
#. rv3cE
#: svtools/uiconfig/ui/restartdialog.ui:85
diff --git a/source/id/svx/messages.po b/source/id/svx/messages.po
index c28cd4dd62a..4de8f1988c4 100644
--- a/source/id/svx/messages.po
+++ b/source/id/svx/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/svxmessages/id/>\n"
"Language: id\n"
@@ -2135,7 +2135,7 @@ msgstr "Tinggi bingkai minimal"
#: include/svx/strings.hrc:380
msgctxt "SIP_SA_TEXT_AUTOGROWHEIGHT"
msgid "AutoFit height"
-msgstr "Tinggi AutoFit"
+msgstr "Tinggi Penyesuaian Otomatis"
#. NoJR4
#: include/svx/strings.hrc:381
@@ -2195,7 +2195,7 @@ msgstr "Lebar bingkai maksimal"
#: include/svx/strings.hrc:390
msgctxt "SIP_SA_TEXT_AUTOGROWWIDTH"
msgid "AutoFit width"
-msgstr "Lebar AutoFit"
+msgstr "Lebar Penyesuaian Otomatis"
#. BGR8n
#: include/svx/strings.hrc:391
@@ -2453,13 +2453,13 @@ msgstr "Format nilai dimensi"
#: include/svx/strings.hrc:433
msgctxt "SIP_SA_MEASURETEXTAUTOANGLE"
msgid "AutoPositioning of the dimension value"
-msgstr "Nilai dimensi AutoPosisi"
+msgstr "Nilai dimensi Posisi Otomatis"
#. GDQC3
#: include/svx/strings.hrc:434
msgctxt "SIP_SA_MEASURETEXTAUTOANGLEVIEW"
msgid "Angle for the automatic positioning of the dimension value"
-msgstr "Sudut AutoPosisi untuk nilai dimensi"
+msgstr "Sudut Posisi Otomatis untuk nilai dimensi"
#. DB243
#: include/svx/strings.hrc:435
@@ -13610,7 +13610,7 @@ msgstr "Gaya"
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:380
msgctxt "asianphoneticguidedialog|extended_tip|styles"
msgid "Opens the Styles deck of the Sidebar where you can select a character style for the ruby text."
-msgstr "Buka Geladak gaya Bilah Samping tempat Anda dapat memilih gaya karakter untuk teks ruby."
+msgstr "Membuka geladak Gaya di Bilah Samping di mana Anda dapat memilih gaya karakter untuk teks ruby."
#. Ruh4F
#: svx/uiconfig/ui/asianphoneticguidedialog.ui:394
@@ -13772,7 +13772,7 @@ msgstr "Sunting _Istilah..."
#: svx/uiconfig/ui/chineseconversiondialog.ui:207
msgctxt "chineseconversiondialog|extended_tip|editterms"
msgid "Opens the Edit Dictionary dialog where you can edit the list of conversion terms."
-msgstr "Buka dialog Sunting Kamus di mana Anda dapat menyunting senarai istilah konversi."
+msgstr "Membuka dialog Sunting Kamus di mana Anda dapat menyunting senarai istilah konversi."
#. dEHH2
#: svx/uiconfig/ui/chineseconversiondialog.ui:222
@@ -17668,7 +17668,7 @@ msgstr "Sunting Titik"
#: svx/uiconfig/ui/imapdialog.ui:302
msgctxt "imapdialog|extended_tip|TBI_POLYEDIT"
msgid "Lets you change the shape of the selected hotspot by editing the anchor points."
-msgstr "Memungkinkan Anda mengubah bentuk dari hotspot terpilih dengan menyunting titik tambat."
+msgstr "Memungkinkan Anda mengubah bentuk dari hotspot terpilih dengan menyunting titik jangkar."
#. 2oDGD
#: svx/uiconfig/ui/imapdialog.ui:315
@@ -17680,7 +17680,7 @@ msgstr "Pindah Titik"
#: svx/uiconfig/ui/imapdialog.ui:319
msgctxt "imapdialog|extended_tip|TBI_POLYMOVE"
msgid "Lets you move the individual anchor points of the selected hotspot."
-msgstr "Memungkinkan Anda mengubah masing-masing titik tambat dari hotspot terpilih."
+msgstr "Memungkinkan Anda mengubah masing-masing titik jangkar dari hotspot terpilih."
#. c9fFa
#: svx/uiconfig/ui/imapdialog.ui:332
@@ -17692,7 +17692,7 @@ msgstr "Sisipkan Titik"
#: svx/uiconfig/ui/imapdialog.ui:336
msgctxt "imapdialog|extended_tip|TBI_POLYINSERT"
msgid "Adds an anchor point where you click on the outline of the hotspot."
-msgstr "Menambah titik tambat di mana Anda mengklik garis luar pada hotspot."
+msgstr "Menambah titik jangkar di mana Anda mengklik garis luar pada hotspot."
#. tuCNB
#: svx/uiconfig/ui/imapdialog.ui:349
@@ -17704,7 +17704,7 @@ msgstr "Hapus Titik"
#: svx/uiconfig/ui/imapdialog.ui:353
msgctxt "imapdialog|extended_tip|TBI_POLYDELETE"
msgid "Deletes the selected anchor point."
-msgstr "Menghapus titik tambat yang dipilih."
+msgstr "Menghapus titik jangkar terpilih."
#. TcAdh
#: svx/uiconfig/ui/imapdialog.ui:366
diff --git a/source/id/sw/messages.po b/source/id/sw/messages.po
index a1db060b524..8e5bec70ca4 100644
--- a/source/id/sw/messages.po
+++ b/source/id/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/id/>\n"
"Language: id\n"
@@ -4736,7 +4736,7 @@ msgstr "Perbarui seksi"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Hapus seksi"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -5533,7 +5533,7 @@ msgstr "komentar"
#: sw/inc/strings.hrc:581
msgctxt "STR_REFERENCE"
msgid "cross-reference"
-msgstr "referensi silang"
+msgstr "rujukan silang"
#. q9BGR
#: sw/inc/strings.hrc:582
@@ -8204,7 +8204,7 @@ msgstr "Nama ~makro"
#: sw/inc/strings.hrc:1090
msgctxt "STR_PROMPT"
msgid "~Reference"
-msgstr "~Referensi"
+msgstr "~Rujukan"
#. bfRPa
#: sw/inc/strings.hrc:1091
@@ -9248,13 +9248,13 @@ msgstr "Baris Dihapus"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Kolom Disisipkan"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Kolom Dihapuskan"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -10233,7 +10233,7 @@ msgstr "Pilih suatu tanggal"
#: sw/inc/strings.hrc:1470
msgctxt "insertcaption|extended_tip|auto"
msgid "Opens the Caption dialog. It has the same information as the dialog you get by menu %PRODUCTNAME Writer - AutoCaption in the Options dialog box."
-msgstr "Buka dialog Takarir. Dialog ini memiliki informasi yang sama dengan dialog yang Anda peroleh dari menu %PRODUCTNAME Writer - Takarir Otomatis dalam kotak dialog Pilihan."
+msgstr "Membuka dialog Takarir. Dialog ini memiliki informasi yang sama dengan dialog yang Anda peroleh dari menu %PRODUCTNAME Writer - Takarir Otomatis dalam kotak dialog Pilihan."
#. LGFZa
#: sw/inc/strings.hrc:1472
@@ -11289,7 +11289,7 @@ msgstr "_Sunting"
#: sw/uiconfig/swriter/ui/autotext.ui:103
msgctxt "autotext|extended_tip|edit"
msgid "Opens the selected AutoText entry for editing in a separate document. Make the changes that you want, choose File - Save AutoText, and then choose File - Close."
-msgstr "membuka entri Teks Otomatis yang disorot untuk disunting pada suatu dokumen terpisah. Membuat perubahan yang diperlukan, memilih Berkas - Simpan Teks Otomatis, lalu pilih Berkas - Tutup."
+msgstr "Membuka entri Teks Otomatis yang disorot untuk disunting pada suatu dokumen terpisah. Membuat perubahan yang diperlukan, memilih Berkas - Simpan Teks Otomatis, lalu pilih Berkas - Tutup."
#. Kg5xa
#: sw/uiconfig/swriter/ui/autotext.ui:118
@@ -11301,7 +11301,7 @@ msgstr "_Makro..."
#: sw/uiconfig/swriter/ui/autotext.ui:122
msgctxt "autotext|extended_tip|macro"
msgid "Opens the Assign Macro dialog, where you attach a macro to the selected AutoText entry."
-msgstr "Membuka dialog Sambung Makro agar Anda dapat mengaitkan suatu makro dengan entri Teks Otomatis yang dipilih."
+msgstr "Membuka dialog Tugaskan Makro agar Anda dapat mengaitkan suatu makro dengan entri Teks Otomatis terpilih."
#. oKb9y
#: sw/uiconfig/swriter/ui/autotext.ui:137
@@ -11493,7 +11493,7 @@ msgstr "Membuka dialog Tentukan Entri Bibliografi, di mana Anda dapat membuat ca
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:62
msgctxt "bibliographyentry|extended_tip|edit"
msgid "Opens the Define Bibliography Entry dialog where you can edit the selected bibliography record."
-msgstr "Buka Tentukan dialog Bibliografi Masuk di mana Anda dapat menyunting catatan bibliografi yang dipilih."
+msgstr "Membuka dialog Tetapkan Entri Bibliografi di mana Anda dapat menyunting rekaman bibliografi terpilih."
#. zo8CS
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:81
@@ -11511,7 +11511,7 @@ msgstr "Sisip"
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:101
msgctxt "bibliographyentry|extended_tip|insert"
msgid "Inserts the bibliographic reference into the document. If you created a new record, you must also insert it as an entry, otherwise the record is lost when you close the document."
-msgstr "Sisipkan referensi bibliografi ke dalam dokumen. Jika Anda membuat catatan baru, Anda juga harus memasukkannya sebagai entri, jika tidak, catatan akan hilang ketika Anda menutup dokumen."
+msgstr "Menyisipkan rujukan bibliografi ke dalam dokumen. Jika Anda membuat catatan baru, Anda juga harus memasukkannya sebagai entri, jika tidak, catatan akan hilang ketika Anda menutup dokumen."
#. JT2A7
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:113
@@ -11529,7 +11529,7 @@ msgstr "Basis Data Bibliografi"
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:159
msgctxt "bibliographyentry|extended_tip|frombibliography"
msgid "Inserts a reference from the bibliography database."
-msgstr "Sisipkan sebuah referensi dari basis data bibliografi."
+msgstr "Menyisipkan sebuah rujukan dari basis data bibliografi."
#. BFK8W
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:170
@@ -11541,7 +11541,7 @@ msgstr "Isi Dokumen"
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:179
msgctxt "bibliographyentry|extended_tip|fromdocument"
msgid "Inserts a reference from the bibliography records that are stored in the current document."
-msgstr "Sisipkan referensi dari catatan bibliografi yang disimpan dalam dokumen saat ini."
+msgstr "Menyisipkan rujukan dari catatan bibliografi yang disimpan dalam dokumen saat ini."
#. AhW2w
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:194
@@ -11589,7 +11589,7 @@ msgstr "Entri"
#: sw/uiconfig/swriter/ui/bibliographyentry.ui:345
msgctxt "bibliographyentry|extended_tip|BibliographyEntryDialog"
msgid "Inserts a bibliography reference."
-msgstr "Sisipkan sebuah referensi bibliografi."
+msgstr "Menyisipkan sebuah rujukan bibliografi."
#. 7gBGN
#: sw/uiconfig/swriter/ui/bulletsandnumbering.ui:8
@@ -13203,7 +13203,7 @@ msgstr "Format Otomatis..."
#: sw/uiconfig/swriter/ui/converttexttable.ui:385
msgctxt "converttexttable|extended_tip|autofmt"
msgid "Opens the AutoFormat dialog, where you can select a predefined layout for table."
-msgstr "Buka dialog AutoFormat, di mana Anda dapat memilih tata letak tabel yang telah ditentukan."
+msgstr "Membuka dialog Format Otomatis, di mana Anda dapat memilih tata letak tabel yang telah ditentukan."
#. Jsmkz
#: sw/uiconfig/swriter/ui/converttexttable.ui:400
@@ -13335,7 +13335,7 @@ msgstr "_Cari..."
#: sw/uiconfig/swriter/ui/createaddresslist.ui:394
msgctxt "createaddresslist|extended_tip|FIND"
msgid "Opens the Find Entry dialog. You can leave the dialog open while you edit the entries."
-msgstr "Buka dialog Temukan Entri. Anda dapat membiarkan dialog terbuka saat Anda menyunting entri."
+msgstr "Membuka dialog Temukan Entri. Anda dapat membiarkan dialog terbuka saat Anda menyunting entri."
#. rTdBt
#: sw/uiconfig/swriter/ui/createaddresslist.ui:406
@@ -13407,7 +13407,7 @@ msgstr "T_ambah..."
#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:118
msgctxt "customizeaddrlistdialog|extended_tip|add"
msgid "Inserts a new text field."
-msgstr "Sisipkan ruas teks baru."
+msgstr "Menyisipkan ruas teks baru."
#. zesMS
#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:137
@@ -13803,7 +13803,7 @@ msgstr "_Taut"
#: sw/uiconfig/swriter/ui/editsectiondialog.ui:268
msgctxt "editsectiondialog|extended_tip|link"
msgid "Inserts the contents of another document or section from another document in the current section."
-msgstr "Sisipkan isi dari dokumen atau seksi lain dari dokumen lain dalam seksi saat ini."
+msgstr "Menyisipkan isi dari dokumen atau seksi lain dari dokumen lain dalam seksi saat ini."
#. AtCiy
#: sw/uiconfig/swriter/ui/editsectiondialog.ui:279
@@ -14876,7 +14876,7 @@ msgstr "Konten te_tap"
#: sw/uiconfig/swriter/ui/flddocinfopage.ui:302
msgctxt "flddocinfopage|extended_tip|fixed"
msgid "Inserts the field as static content, that is, the field cannot be updated."
-msgstr "Sisipkan ruas sebagai isi statik, yaitu bahwa isi tak bisa diperbarui."
+msgstr "Menyisipkan ruas sebagai isi statik, yaitu bahwa isi tak bisa diperbarui."
#. 3JnCq
#: sw/uiconfig/swriter/ui/flddocinfopage.ui:318
@@ -14930,7 +14930,7 @@ msgstr "Konten te_tap"
#: sw/uiconfig/swriter/ui/flddocumentpage.ui:329
msgctxt "flddocumentpage|extended_tip|fixed"
msgid "Inserts the field as static content, that is, the field cannot be updated."
-msgstr "Sisipkan ruas sebagai isi statik, yaitu bahwa isi tak bisa diperbarui."
+msgstr "Menyisipkan ruas sebagai isi statik, yaitu bahwa isi tak bisa diperbarui."
#. wwEiA
#: sw/uiconfig/swriter/ui/flddocumentpage.ui:348
@@ -15836,7 +15836,7 @@ msgstr "Kumpulkan di akhir _teks"
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:245
msgctxt "footnotesendnotestabpage|extended_tip|ftnntattextend"
msgid "Adds footnotes at the end of the section. If the section spans more than one page, the footnotes are added to the bottom of the page on which the footnote anchors appear."
-msgstr "Menambahkan catatan kaki di akhir bagian. Jika bagian tersebut mencakup lebih dari satu halaman, catatan kaki ditambahkan ke bagian bawah halaman tempat tambatan catatan kaki muncul."
+msgstr "Menambahkan catatan kaki di akhir bagian. Jika bagian tersebut mencakup lebih dari satu halaman, catatan kaki ditambahkan ke bagian bawah halaman tempat jangkar catatan kaki muncul."
#. J8Vb4
#: sw/uiconfig/swriter/ui/footnotesendnotestabpage.ui:260
@@ -16352,7 +16352,7 @@ msgstr "Terbawah"
#: sw/uiconfig/swriter/ui/frmaddpage.ui:346
msgctxt "frmaddpage|extended_tip|vertalign"
msgid "Specifies the vertical alignment of the frame's content. Mainly it means text content, but it also affects tables and other objects anchored to the text area (anchored as character, to character or to paragraph), for example frames, graphics or drawings."
-msgstr "Menentukan perataan vertikal konten bingkai. Terutama itu berarti konten teks, tetapi juga mempengaruhi tabel dan objek lain yang tertambat ke wilayah teks (penambat sebagai karakter, karakter atau paragraf), misalnya bingkai, grafik atau gambar."
+msgstr "Menentukan perataan vertikal isi bingkai. Terutama itu berarti isi teks, tetapi juga mempengaruhi tabel dan objek lain yang terjangkar ke wilayah teks (jangkar sebagai karakter, karakter atau paragraf), misalnya bingkai, grafik atau gambar."
#. 2weJX
#: sw/uiconfig/swriter/ui/frmaddpage.ui:361
@@ -16604,7 +16604,7 @@ msgstr "Ke ha_laman"
#: sw/uiconfig/swriter/ui/frmtypepage.ui:383
msgctxt "frmtypepage|extended_tip|topage"
msgid "Anchors the selection to the current page."
-msgstr "Tambat pilihan ke halaman saat ini."
+msgstr "Menjangkar pilihan ke halaman saat ini."
#. MMqAf
#: sw/uiconfig/swriter/ui/frmtypepage.ui:394
@@ -16616,7 +16616,7 @@ msgstr "Ke para_graf"
#: sw/uiconfig/swriter/ui/frmtypepage.ui:403
msgctxt "frmtypepage|extended_tip|topara"
msgid "Anchors the selection to the current paragraph."
-msgstr "Tambat pilihan ke paragraf saat ini."
+msgstr "Menjangkar pilihan ke paragraf saat ini."
#. yX6rK
#: sw/uiconfig/swriter/ui/frmtypepage.ui:414
@@ -16628,7 +16628,7 @@ msgstr "Ke ka_rakter"
#: sw/uiconfig/swriter/ui/frmtypepage.ui:423
msgctxt "frmtypepage|extended_tip|tochar"
msgid "Anchors the selection to a character."
-msgstr "Tambat pilihan ke karakter."
+msgstr "Menjangkar pemilihan ke karakter."
#. C9xQY
#: sw/uiconfig/swriter/ui/frmtypepage.ui:434
@@ -16694,7 +16694,7 @@ msgstr "Masukan jumlah ruang untuk disisakan antara ujung kiri dari objek terpil
#: sw/uiconfig/swriter/ui/frmtypepage.ui:616
msgctxt "frmtypepage|extended_tip|horianchor"
msgid "Select the reference point for the selected horizontal alignment option."
-msgstr "Pilih titik referensi untuk pilihan perataan garis horizontal yang dipilih."
+msgstr "Pilih titik rujukan untuk pilihan perataan garis horizontal terpilih."
#. Mzkkm
#: sw/uiconfig/swriter/ui/frmtypepage.ui:631
@@ -16754,7 +16754,7 @@ msgstr "Jaga tetap di dalam batas teks"
#: sw/uiconfig/swriter/ui/frmtypepage.ui:749
msgctxt "frmtypepage|extended_tip|followtextflow"
msgid "Keeps the selected object within the layout boundaries of the text that the object is anchored to. To place the selected object anywhere in your document, do not select this option."
-msgstr "Menyimpan objek yang dipilih di dalam batasan tata letak teks tempat objek tersebut ditambat. Untuk menempatkan objek yang dipilih di mana saja dalam dokumen Anda jangan pilih pilihan ini."
+msgstr "Menjaga objek terpilih di dalam batasan tata letak teks tempat objek tersebut dijangkar. Untuk menempatkan objek terpilih di mana saja dalam dokumen Anda, jangan pilih pilihan ini."
#. NZCFD
#: sw/uiconfig/swriter/ui/frmtypepage.ui:761
@@ -16942,230 +16942,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Sisipkan Entri Indeks"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Menghapus entri indeks yang dipilih. Teks entri pada dokumen tidak dihapus."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Sisip"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Indeks:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Pilih indeks yang ingin Anda tambahkan entri."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Indeks Baru yang Ditentukan Pengguna"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Entri:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Menayangkan teks yang dipilih dalam dokumen. Jika mau, Anda dapat memasukkan kata lain untuk entri indeks. Teks yang dipilih dalam dokumen tidak diubah."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Perbarui entri dari pilihan"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Pembacaan fonetik:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Masukkan bacaan fonetik untuk entri yang sesuai. Misalnya, jika kata Kanji Jepang memiliki lebih dari satu pelafalan, masukkan pelafalan yang benar sebagai kata Katakana. Kata Kanji kemudian diurutkan menurut entri bacaan fonetik."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Pembacaan fonetik:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Masukkan bacaan fonetik untuk entri yang sesuai."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Pembacaan fonetik:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Masukkan bacaan fonetik untuk entri yang sesuai."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "Kunci pertama:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Menjadikan pilihan saat ini sebagai subentri dari kata yang Anda masukkan di sini. Misalnya, jika Anda memilih \"dingin\", dan memasukkan \"cuaca\" sebagai kunci pertama, entri indeksnya adalah \"cuaca, dingin\"."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "Kunci kedua:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Menjadikan pilihan saat ini sebagai sub-subentri dari kunci pertama. Misalnya, jika Anda memilih \"dingin\", dan memasukkan \"cuaca\" sebagai kunci pertama dan \"musim dingin\" sebagai kunci kedua, entri indeksnya adalah \"cuaca, musim dingin, dingin\"."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Tingkat Indeks:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Masukkan tingkat indeks untuk entri, yang menentukan tampilan entri dalam indeks yang dihasilkan."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Masukkan tingkat indeks untuk entri. Tingkat indeks menentukan tampilan entri, sesuai dengan pengaturan untuk tingkat tersebut di tab \"Entri\" dan tab \"Gaya\" di dialog \"Daftar Isi, Indeks, atau Bibliografi\". Dengan pengaturan baku, tingkat indeks yang lebih tinggi menghasilkan indentasi yang lebih besar untuk entri dalam indeks yang dihasilkan."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entri utama"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Menjadikan teks yang dipilih sebagai entri utama dalam indeks abjad."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Terapkan untuk semua kemunculan lainnya"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Tambahkan entri indeks ke kemunculan lain dari teks terpilih ke dalam \"Entri\"."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Tambahkan entri indeks ke kemunculan lain dari terpilih ke dalam \"Entri\". Untuk entri yang diubah, pencocokan dilakukan pada pilihan asli, tetapi entri yang diubah dimasukkan, dan akan muncul di indeks."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Hanya kata yang lengkap"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Kapitalisasi yang sama"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Untuk Entri Terpilih"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Entri selanjutnya (nama yang sama)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Melompat ke entri indeks berikutnya dari jenis yang sama dan dengan nama yang sama dalam dokumen."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Entri sebelumnya (nama yang sama)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Melompat ke entri indeks sebelumnya dari jenis yang sama dan dengan nama yang sama dalam dokumen."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Entri sebelumnya"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Melompat ke entri indeks sebelumnya yang berjenis sama dalam dokumen."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Entry selanjutnya"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Melompat ke entri indeks selanjutnya yang berjenis sama dalam dokumen."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Menandai teks terpilih sebagai indeks atau entri daftar isi. Menyunting entri indeks yang dipilih."
@@ -17228,7 +17234,7 @@ msgstr "Pindah ke ruas masukkan berikutnya di dokumen."
#: sw/uiconfig/swriter/ui/inputfielddialog.ui:135
msgctxt "inputfielddialog|inputfieldname"
msgid "Reference:"
-msgstr "Referensi:"
+msgstr "Rujukan:"
#. c3zXj
#: sw/uiconfig/swriter/ui/inputfielddialog.ui:176
@@ -17786,7 +17792,7 @@ msgstr "Pemutus kolom"
#: sw/uiconfig/swriter/ui/insertbreak.ui:163
msgctxt "insertbreak|columnrb-atkobject"
msgid "Inserts a manual column break (in a multiple column layout), and moves the text found to the right of the cursor to the beginning of the next column. A manual column break is indicated by a nonprinting border at the top of the new column."
-msgstr "Sisipkan pemutus kolom manual (dalam tata letak banyak kolom), dan pindahkan teks yang ditemukan di sebelah kanan kursor ke awal kolom berikutnya. Pemutus kolom manual diindikasikan oleh garis batas tak dicetak pada bagian teratas kolom baru."
+msgstr "Menyisipkan pemutus kolom manual (dalam tata letak banyak kolom), dan memindahkan teks yang ditemukan di sebelah kanan kursor ke awal kolom berikutnya. Pemutus kolom manual dicirikan oleh garis batas tak dicetak pada bagian teratas kolom baru."
#. 9GAAp
#: sw/uiconfig/swriter/ui/insertbreak.ui:175
@@ -17798,7 +17804,7 @@ msgstr "Pemutus halaman"
#: sw/uiconfig/swriter/ui/insertbreak.ui:184
msgctxt "insertbreak|pagerb-atkobject"
msgid "Inserts a manual page break, and moves the text found to the right of the cursor to the beginning of the next page. The inserted page break is indicated by a nonprinting border at the top of the new page."
-msgstr "Sisipkan pemutus halaman manual, dan pindahkan teks di sebelah kanan kursor ke awal halaman berikutnya. Pemutus halaman yang disisipkan ditunjukkan oleh garis batas tak dicetak pada puncak halaman baru tersebut."
+msgstr "Menyisipkan pemutus halaman manual, dan memindahkan teks di sebelah kanan kursor ke awal halaman berikutnya. Pemutus halaman yang disisipkan ditunjukkan oleh garis batas tak dicetak pada puncak halaman baru tersebut."
#. qAj3x
#: sw/uiconfig/swriter/ui/insertbreak.ui:199
@@ -18014,7 +18020,7 @@ msgstr "_Ruas"
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:191
msgctxt "insertdbcolumnsdialog|extended_tip|asfields"
msgid "Inserts data selected from the data source browser into the document as fields."
-msgstr "Sisipkan data yang dipilih dari sumber data peramban ke dalam dokumen sebagai ruas."
+msgstr "Menyisipkan data terpilih dari sumber data peramban ke dalam dokumen sebagai ruas."
#. vzNne
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:202
@@ -18128,7 +18134,7 @@ msgstr "Buat baris saja"
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:673
msgctxt "insertdbcolumnsdialog|extended_tip|rowonly"
msgid "Inserts an empty heading line into the text table."
-msgstr "Sisipkan baris j kosong ke dalam tabel teks."
+msgstr "Menyisipkan baris tajuk kosong ke dalam tabel teks."
#. oJMmt
#: sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui:684
@@ -18212,7 +18218,7 @@ msgstr "Catatan kaki/catatan akhir sebelumnya"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:48
msgctxt "insertfootnote|extended_tip|prev"
msgid "Moves to the previous footnote or endnote anchor in the document."
-msgstr "Berpindah ke tambatan catatan kaki atau akhir sebelumnya pada dokumen."
+msgstr "Memindahkan ke jangkar catatan kaki atau akhir sebelumnya pada dokumen."
#. LhiEr
#: sw/uiconfig/swriter/ui/insertfootnote.ui:61
@@ -18224,7 +18230,7 @@ msgstr "Catatan kaki/catatan akhir berikutnya"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:66
msgctxt "insertfootnote|extended_tip|next"
msgid "Moves to the next footnote or endnote anchor in the document."
-msgstr "Berpindah ke tambatan catatan kaki atau akhir berikutnya pada dokumen."
+msgstr "Memindahkan ke jangkar catatan kaki atau akhir berikutnya pada dokumen."
#. HjJZd
#: sw/uiconfig/swriter/ui/insertfootnote.ui:159
@@ -18290,7 +18296,7 @@ msgstr "Catatan kaki"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:292
msgctxt "insertfootnote|extended_tip|footnote"
msgid "Inserts a footnote anchor at the current cursor position in the document, and adds a footnote to the bottom of the page."
-msgstr "Menyisipkan suatu tambatan catatan kaki pada posisi kursor saat ini dalam dokumen, dan menambahkan suatu catatan kaki ke bagian dasar halaman."
+msgstr "Menyisipkan suatu jangkar catatan kaki pada posisi kursor saat ini dalam dokumen, dan menambahkan suatu catatan kaki ke bagian terbawah halaman."
#. bQVDE
#: sw/uiconfig/swriter/ui/insertfootnote.ui:304
@@ -18302,7 +18308,7 @@ msgstr "Catatan akhir"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:314
msgctxt "insertfootnote|extended_tip|endnote"
msgid "Inserts an endnote anchor at the current cursor position in the document, and adds an endnote at the end of the document."
-msgstr "Sisipkan sebuah tambatan catatan akhir pada posisi kursor saat ini dalam dokumen, dan menambahkan sebuah catatan akhir di akhir dokumen."
+msgstr "Menyisipkan sebuah jangkar catatan akhir pada posisi kursor saat ini dalam dokumen, dan menambahkan sebuah catatan akhir di akhir dokumen."
#. F9Ef8
#: sw/uiconfig/swriter/ui/insertfootnote.ui:330
@@ -18314,7 +18320,7 @@ msgstr "Jenis"
#: sw/uiconfig/swriter/ui/insertfootnote.ui:362
msgctxt "insertfootnote|extended_tip|InsertFootnoteDialog"
msgid "Inserts a footnote or an endnote in the document. The anchor for the note is inserted at the current cursor position."
-msgstr "Menyisipkan sebuah catatan kaki atau catatan akhir dalam dokumen. Tambat bagi catatan disisipkan pada posisi kursor saat ini."
+msgstr "Menyisipkan sebuah catatan kaki atau catatan akhir dalam dokumen. Jangkar bagi catatan disisipkan pada posisi kursor saat ini."
#. ApbYD
#: sw/uiconfig/swriter/ui/insertscript.ui:18
@@ -18596,7 +18602,7 @@ msgstr "Gaya"
#: sw/uiconfig/swriter/ui/inserttable.ui:531
msgctxt "inserttable|extended_tip|InsertTableDialog"
msgid "Inserts a table into the document. You can also click the arrow, drag to select the number of rows and columns to include in the table, and then click in the last cell."
-msgstr "Sisipkan sebuah tabel ke dokumen. Anda juga dapat klik panah, seret untuk memilih jumlah baris dan kolom untuk dimasukkan dalam tabel, dan kemudian klik di sel terakhir."
+msgstr "Menyisipkan sebuah tabel ke dokumen. Anda juga dapat mengklik panah, seret untuk memilih jumlah baris dan kolom untuk dimasukkan dalam tabel, dan kemudian klik di sel terakhir."
#. b4mJy
#: sw/uiconfig/swriter/ui/labeldialog.ui:8
@@ -21332,7 +21338,7 @@ msgstr "Jangkar<->Teks"
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:478
msgctxt "navigatorpanel|extended_tip|anchor"
msgid "Jumps between the footnote text and the footnote anchor."
-msgstr "Melompat antara teks catatan kaki dan tambatan catatan kaki."
+msgstr "Melompat antara teks catatan kaki dan Jangkar catatan kaki."
#. GbEFs
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:490
@@ -21488,7 +21494,7 @@ msgstr "Sisip"
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:829
msgctxt "navigatorpanel|extended_tip|insert"
msgid "Inserts a file, an index, or a new document into the master document."
-msgstr "Sisipkan sebuah berkas, indeks, atau dokumen baru ke dalam dokumen induk."
+msgstr "Menyisipkan sebuah berkas, indeks, atau dokumen baru ke dalam dokumen induk."
#. MvgHM
#: sw/uiconfig/swriter/ui/navigatorpanel.ui:851
@@ -23379,7 +23385,7 @@ msgstr "Format Bingkai dan Kategori"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:514
msgctxt "extended_tip|objects"
msgid "Select the object type for which the AutoCaption settings are to be valid."
-msgstr "Pilih jenis objek pengaturan AutoCaption yang benar."
+msgstr "Pilih jenis objek pengaturan Takarir Otomatis yang benar."
#. RBGFT
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:525
@@ -23419,7 +23425,7 @@ msgstr "Urutan Takarir"
#: sw/uiconfig/swriter/ui/optcaptionpage.ui:625
msgctxt "extended_tip|OptCaptionPage"
msgid "Select the object type for which the AutoCaption settings are to be valid."
-msgstr "Pilih jenis objek pengaturan AutoCaption yang benar."
+msgstr "Pilih jenis objek pengaturan Takarir Otomatis yang benar."
#. VhREB
#: sw/uiconfig/swriter/ui/optcomparison.ui:34
@@ -25311,13 +25317,13 @@ msgstr "Nilai Ubahan Terakhir"
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:281
msgctxt "pagemargincontrol|label4"
msgid "_Top"
-msgstr "Tera_tas"
+msgstr "A_tas"
#. 3AqWf
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:295
msgctxt "pagemargincontrol|label5"
msgid "_Bottom"
-msgstr "Ter_bawah"
+msgstr "_Bawah"
#. bRaFE
#: sw/uiconfig/swriter/ui/pagemargincontrol.ui:313
@@ -27003,7 +27009,7 @@ msgstr "_Taut"
#: sw/uiconfig/swriter/ui/sectionpage.ui:148
msgctxt "sectionpage|extended_tip|link"
msgid "Inserts the contents of another document or section from another document in the current section."
-msgstr "Sisipkan isi dari dokumen atau seksi lain dari dokumen lain dalam seksi saat ini."
+msgstr "Menyisipkan isi dari dokumen atau seksi lain dari dokumen lain dalam seksi saat ini."
#. 7JfBV
#: sw/uiconfig/swriter/ui/sectionpage.ui:159
@@ -29487,7 +29493,7 @@ msgstr "S_isip"
#: sw/uiconfig/swriter/ui/tocentriespage.ui:571
msgctxt "tocentriespage|extended_tip|insert"
msgid "Adds the reference code for the selected bibliography entry to the Structure line. Select an entry in the list, click in an empty box, and then click this button."
-msgstr "Menambahkan kode referensi untuk entri bibliografi yang dipilih ke baris Struktur. Pilih entri dalam senarai, klik di kotak kosong, lalu klik tombol ini."
+msgstr "Menambahkan kode rujukan untuk entri bibliografi terpilih ke baris Struktur. Pilih entri dalam senarai, klik di kotak kosong, lalu klik tombol ini."
#. Lc2kd
#: sw/uiconfig/swriter/ui/tocentriespage.ui:583
@@ -29499,7 +29505,7 @@ msgstr "_Hapus"
#: sw/uiconfig/swriter/ui/tocentriespage.ui:590
msgctxt "tocentriespage|extended_tip|remove"
msgid "Removes the selected reference code from the Structure line."
-msgstr "Menghapus kode referensi yang dipilih dari garis struktur."
+msgstr "Menghapus kode rujukan terpilih dari garis struktur."
#. 3DC4C
#: sw/uiconfig/swriter/ui/tocentriespage.ui:602
@@ -29661,7 +29667,7 @@ msgstr "_Posisi dokumen"
#: sw/uiconfig/swriter/ui/tocentriespage.ui:901
msgctxt "tocentriespage|extended_tip|sortpos"
msgid "Sorts the bibliography entries according to the position of their references in the document."
-msgstr "Mengurutkan entri bibliografi sesuai dengan posisi referensi mereka dalam dokumen."
+msgstr "Mengurutkan entri bibliografi sesuai dengan posisi rujukannya dalam dokumen."
#. 2b5tC
#: sw/uiconfig/swriter/ui/tocentriespage.ui:912
diff --git a/source/id/uui/messages.po b/source/id/uui/messages.po
index 54a1acca244..d32b8bdd5f5 100644
--- a/source/id/uui/messages.po
+++ b/source/id/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: 2022-10-10 13:36+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/id/>\n"
"Language: id\n"
@@ -20,7 +20,7 @@ msgstr ""
#: uui/inc/ids.hrc:33
msgctxt "RID_UUI_ERRHDL"
msgid "The operation executed on $(ARG1) was aborted."
-msgstr "Operasi yang dieksekusi pada $(ARG1) dibatalkan."
+msgstr "Operasi yang dijalankan pada $(ARG1) dibatalkan."
#. Q448y
#: uui/inc/ids.hrc:35
@@ -372,7 +372,7 @@ msgstr ""
"Kerusakan yang terjadi bisa disebabkan oleh manipulasi atau kerusakan struktural dokumen akibat adanya masalah dalam transmisi data.\n"
"\n"
"Kami menyarankan Anda untuk tidak begitu saja mempercayai isi dokumen yang telah diperbaiki.\n"
-"Eksekusi makro ditiadakan bagi dokumen tersebut.\n"
+"Penjalanan makro dinonfungsikkan bagi dokumen tersebut.\n"
"\n"
"Apakah %PRODUCTNAME harus memperbaiki berkas ini?\n"
diff --git a/source/id/vcl/messages.po b/source/id/vcl/messages.po
index 95a23613e9e..b2a36a3ea9d 100644
--- a/source/id/vcl/messages.po
+++ b/source/id/vcl/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:33+0200\n"
-"PO-Revision-Date: 2023-05-20 13:01+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/vclmessages/id/>\n"
"Language: id\n"
@@ -2034,7 +2034,7 @@ msgstr "Properti..."
#: vcl/uiconfig/ui/printdialog.ui:466
msgctxt "printdialog|extended_tip|setup"
msgid "Opens the Printer Properties dialog. The printer properties vary according to the printer that you select."
-msgstr "Buka dialog Properti Pencetak. Properti pencetak bermacam-macam sesuai dengan pencetak yang Anda pilih."
+msgstr "Membuka dialog Properti Pencetak. Properti pencetak bermacam-macam sesuai dengan pencetak yang Anda pilih."
#. AJGau
#: vcl/uiconfig/ui/printdialog.ui:490
diff --git a/source/id/xmlsecurity/messages.po b/source/id/xmlsecurity/messages.po
index f4ecd8049d1..1f42f1250e4 100644
--- a/source/id/xmlsecurity/messages.po
+++ b/source/id/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: 2023-05-03 12:32+0200\n"
-"PO-Revision-Date: 2023-05-21 10:35+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Rizal Muttaqin <riz_17_oke@yahoo.co.id>\n"
"Language-Team: Indonesian <https://translations.documentfoundation.org/projects/libo_ui-master/xmlsecuritymessages/id/>\n"
"Language: id\n"
@@ -309,7 +309,7 @@ msgstr "Nilai"
#: xmlsecurity/uiconfig/ui/certdetails.ui:73
msgctxt "extended_tip|tablecontainer"
msgid "The Details page of the View Certificate dialog displays detailed information about the certificate."
-msgstr "Halaman Jalur Sertifikat dialogTampil Sertifikatmenampilkan lokasi dan status sertifikat."
+msgstr "Halaman Rincian dari dialog Tilik Sertifikat menampilkan informasi terperinci tentang sertifikat."
#. xcuF8
#: xmlsecurity/uiconfig/ui/certdetails.ui:101
@@ -321,7 +321,7 @@ msgstr "Gunakan kotak senarai nilai untuk melihat nilai dan menyalinnya ke papan
#: xmlsecurity/uiconfig/ui/certdetails.ui:115
msgctxt "extended_tip|CertDetails"
msgid "The Details page of the View Certificate dialog displays detailed information about the certificate."
-msgstr "Halaman Jalur Sertifikat dialogTampil Sertifikatmenampilkan lokasi dan status sertifikat."
+msgstr "Halaman Rincian dari dialog Tilik Sertifikat menampilkan informasi terperinci tentang sertifikat."
#. UWBqm
#: xmlsecurity/uiconfig/ui/certgeneral.ui:33
@@ -333,7 +333,7 @@ msgstr "Informasi Sertifikat"
#: xmlsecurity/uiconfig/ui/certgeneral.ui:46
msgctxt "extended_tip|box1"
msgid "The General page of the View Certificate dialog displays basic information about the certificate."
-msgstr "Halaman Jalur Sertifikat dialogTampil Sertifikatmenampilkan lokasi dan status sertifikat."
+msgstr "Halaman Umum dari dialog Tilik Sertifikat menampilkan informasi dasar tentang sertifikat."
#. WzmFd
#: xmlsecurity/uiconfig/ui/certgeneral.ui:75
@@ -387,7 +387,7 @@ msgstr "Tilik Sertifikat..."
#: xmlsecurity/uiconfig/ui/certpage.ui:92
msgctxt "extended_tip|signatures"
msgid "The Certificate Path page of the View Certificate dialog displays the location and the status of the certificate."
-msgstr "Halaman Jalur Sertifikat dari dialog Tampil Sertifikat menampilkan lokasi dan status sertifikat."
+msgstr "Halaman Jalur Sertifikat dari dialog Tilik Sertifikat menampilkan lokasi dan status sertifikat."
#. BC28t
#: xmlsecurity/uiconfig/ui/certpage.ui:122
@@ -399,7 +399,7 @@ msgstr "Status sertifikasi"
#: xmlsecurity/uiconfig/ui/certpage.ui:148
msgctxt "extended_tip|status"
msgid "The Certificate Path page of the View Certificate dialog displays the location and the status of the certificate."
-msgstr "Halaman Jalur Sertifikat dari dialog Tampil Sertifikat menampilkan lokasi dan status sertifikat."
+msgstr "Halaman Jalur Sertifikat dari dialog Tilik Sertifikat menampilkan lokasi dan status sertifikat."
#. Cvs6c
#: xmlsecurity/uiconfig/ui/certpage.ui:170
@@ -417,7 +417,7 @@ msgstr "Sertifikat tak dapat disahkan."
#: xmlsecurity/uiconfig/ui/certpage.ui:192
msgctxt "extended_tip|CertPage"
msgid "The Certificate Path page of the View Certificate dialog displays the location and the status of the certificate."
-msgstr "Halaman Jalur Sertifikat dari dialog Tampil Sertifikat menampilkan lokasi dan status sertifikat."
+msgstr "Halaman Jalur Sertifikat dari dialog Tilik Sertifikat menampilkan lokasi dan status sertifikat."
#. mWRAG
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:26
@@ -477,7 +477,7 @@ msgstr "Tilik Sertifikat..."
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:222
msgctxt "digitalsignaturesdialog|extended_tip|view"
msgid "Opens the View Certificate dialog."
-msgstr "Buka menuLihat Sertifikat dialog."
+msgstr "Membuka dialog Tilik Sertifikat."
#. uM8mn
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:234
@@ -561,7 +561,7 @@ msgstr "Lebih suka membuat tanda tangan XAdES untuk ODF dan OOXML, tanda tangan
#: xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui:524
msgctxt "digitalsignaturesdialog|extended_tip|DigitalSignaturesDialog"
msgid "Adds and removes digital signatures to and from your document. You can also use the dialog to view certificates."
-msgstr "Menambahkan atau menghapus tanda tangan digital ke dan dari dokumen anda. Anda juga dapat menggunakan dialog untuk melihat sertifikat."
+msgstr "Menambahkan atau menghapus tanda tangan digital ke dan dari dokumen anda. Anda juga dapat menggunakan dialog untuk menilik sertifikat."
#. 2qiqv
#: xmlsecurity/uiconfig/ui/macrosecuritydialog.ui:8
@@ -590,7 +590,7 @@ msgid ""
"Use this setting only if you are certain that all documents that will be opened are safe."
msgstr ""
"_Rendah (tak disarankan).\n"
-"Semua makro akan dieksekusi tanpa konfirmasi.\n"
+"Semua makro akan dijalankan tanpa konfirmasi.\n"
"Gunakan pengaturan ini bila Anda yakin bahwa semua dokumen yang akan dibuka aman."
#. peYqm
@@ -607,7 +607,7 @@ msgid ""
"Confirmation required before executing macros from untrusted sources."
msgstr ""
"_Sedang.\n"
-"Diperlukan konfirmasi sebelum mengeksekusi makro dari sumber yang tak terpercaya."
+"Diperlukan konfirmasi sebelum menjalankan makro dari sumber yang tak terpercaya."
#. kZB2g
#: xmlsecurity/uiconfig/ui/securitylevelpage.ui:52
@@ -661,7 +661,7 @@ msgstr "_Tilik..."
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:68
msgctxt "extended_tip|viewcert"
msgid "Opens the View Certificate dialog for the selected certificate."
-msgstr "Buka dialog Lihat Sertifikat untuk sertifikat terpilih."
+msgstr "Membuka dialog Tilik Sertifikat untuk sertifikat terpilih."
#. WADee
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:87
@@ -703,7 +703,7 @@ msgstr "Sertifikat Yang Terpercaya"
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:233
msgctxt "securitytrustpage|label8"
msgid "Document macros are always executed if they have been opened from one of the following locations."
-msgstr "Makro dokumen selalu dieksekusi bila telah dibuka dari satu lokasi berikut."
+msgstr "Makro dokumen selalu dijalankan bila telah dibuka dari satu lokasi berikut."
#. TKC76
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:252
@@ -715,7 +715,7 @@ msgstr "Tam_bah..."
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:259
msgctxt "extended_tip|addfile"
msgid "Opens a folder selection dialog. Select a folder from which all macros are allowed to execute."
-msgstr "Membuka dialog pemilihan folder. Pilih folder untuk semua macro yang diizinkan untuk dijalankan."
+msgstr "Membuka dialog pemilihan folder. Pilih folder untuk semua makro yang diizinkan untuk dijalankan."
#. jSg2w
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:278
@@ -727,7 +727,7 @@ msgstr "Menghapus folder terpilih dari senarai lokasi berkas tepercaya."
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:329
msgctxt "extended_tip|locations"
msgid "Document macros are only executed if they have been opened from one of the following locations."
-msgstr "dokumen macros hanya terlebih jika suda membuka untuk satu lokasi berikutnya."
+msgstr "Makro dokumen hanya dapat dijalankan jika telah dibuka dari salah satu lokasi berikut."
#. irXcj
#: xmlsecurity/uiconfig/ui/securitytrustpage.ui:365
@@ -799,7 +799,7 @@ msgstr "Tilik Sertifikat..."
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:228
msgctxt "selectcertificatedialog|extended_tip|viewcert"
msgid "Opens the View Certificate dialog where you can examine the selected certificate."
-msgstr "Buka dialog Tilikkan Sertifikat di mana anda dapat memeriksa sertifikat terpilih."
+msgstr "Membuka dialog Tilik Sertifikat di mana Anda dapat memeriksa sertifikat terpilih."
#. dbgmP
#: xmlsecurity/uiconfig/ui/selectcertificatedialog.ui:246
diff --git a/source/is/cui/messages.po b/source/is/cui/messages.po
index d2cce7dbde0..8b0b8d574c2 100644
--- a/source/is/cui/messages.po
+++ b/source/is/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/is/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Alltaf _vista sem:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Textaskjal"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-skjal"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Aðalskjal"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Töflureiknir"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Kynning"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Teikning"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formúla"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Tegund skjals:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Sjálfgefið skráasnið og stillingar ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/is/helpcontent2/source/text/scalc.po b/source/is/helpcontent2/source/text/scalc.po
index f6463ef0c7b..ced8575762a 100644
--- a/source/is/helpcontent2/source/text/scalc.po
+++ b/source/is/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scalc\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-02-05 20:05+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc/is/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Eyða blaði</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Litur á flipa blaðs"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/is/helpcontent2/source/text/scalc/00.po b/source/is/helpcontent2/source/text/scalc/00.po
index 29933932ec2..812904110e2 100644
--- a/source/is/helpcontent2/source/text/scalc/00.po
+++ b/source/is/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Setja inn dálka"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/is/helpcontent2/source/text/scalc/01.po b/source/is/helpcontent2/source/text/scalc/01.po
index e4bf7be393c..b18366467fc 100644
--- a/source/is/helpcontent2/source/text/scalc/01.po
+++ b/source/is/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-02-05 20:05+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc01/is/>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Eyða blaði"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Já"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Nei"
-
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Færa eða afrita blað"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Setja inn blað"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>N fall</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Setja inn blað"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43493,14 +43475,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Endurnefna blað"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43556,31 +43538,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Sýna blað"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Sýna blað"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47642,13 +47633,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55328,6 +55319,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69850,6 +70075,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70156,6 +70444,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/is/helpcontent2/source/text/scalc/guide.po b/source/is/helpcontent2/source/text/scalc/guide.po
index 094d2a2cb3a..c46def48f6a 100644
--- a/source/is/helpcontent2/source/text/scalc/guide.po
+++ b/source/is/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Táknmynd</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr ""
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/is/helpcontent2/source/text/scalc/menu.po b/source/is/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/is/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/is/helpcontent2/source/text/shared/00.po b/source/is/helpcontent2/source/text/shared/00.po
index 0e1f21fe0b5..c35293b20eb 100644
--- a/source/is/helpcontent2/source/text/shared/00.po
+++ b/source/is/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Til að nálgast þessa skipun...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Skráavalmynd"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nýtt"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Opna skrá"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Vista"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Vista sem"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr ""
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/is/helpcontent2/source/text/shared/01.po b/source/is/helpcontent2/source/text/shared/01.po
index c4770a7dd4c..663f6e25b65 100644
--- a/source/is/helpcontent2/source/text/shared/01.po
+++ b/source/is/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Táknmynd</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Atburðir</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/is/helpcontent2/source/text/swriter/00.po b/source/is/helpcontent2/source/text/swriter/00.po
index e4d21f4d925..1f7217111b9 100644
--- a/source/is/helpcontent2/source/text/swriter/00.po
+++ b/source/is/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Dreifibréf"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/is/helpcontent2/source/text/swriter/01.po b/source/is/helpcontent2/source/text/swriter/01.po
index 145d8f01534..27b83907d44 100644
--- a/source/is/helpcontent2/source/text/swriter/01.po
+++ b/source/is/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/is/officecfg/registry/data/org/openoffice/Office.po b/source/is/officecfg/registry/data/org/openoffice/Office.po
index db1d8324657..0b4dc3002ac 100644
--- a/source/is/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/is/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Office\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/is/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1550488703.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Athugasemdir"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Textaskjöl"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Töflureiknir"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Kynningar"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Teikningar"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Vefsíður"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Aðalskjöl"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formúlur"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Gagnagrunnsskjöl"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/is/officecfg/registry/data/org/openoffice/Office/UI.po b/source/is/officecfg/registry/data/org/openoffice/Office/UI.po
index a5cd96031ea..a8e4289da61 100644
--- a/source/is/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/is/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/is/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Sann~prófun gagna..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eyða röðum"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Breytan yfirskyggnu..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Yfirsíða..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Setja inn dálka"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Eyða völdum dálkum"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Eyða röðum"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Eyða ~röðum"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Eyða völdum röðum"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Síðu~númer"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "~Dálkar á undan"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Eyða röðum"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Röðum"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Eyða völdum röðum"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/is/sc/messages.po b/source/is/sc/messages.po
index 6f9a424332f..1aacf61241c 100644
--- a/source/is/sc/messages.po
+++ b/source/is/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/is/>\n"
@@ -32433,38 +32433,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Aðrar stillingar"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Teg_und dálks"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Texta í dálka"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Gagnasvið"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/is/sd/messages.po b/source/is/sd/messages.po
index f1a486e14a8..e1b821e1650 100644
--- a/source/is/sd/messages.po
+++ b/source/is/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-02-01 09:32+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/is/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Setja inn texta"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Hlaða inn yfirskyggnu"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Snjall"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Vinstri"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Hægri"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Efst"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Neðst"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Efst til vinstri?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Neðst til vinstri?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Efst til hægri?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Neðst til hægri?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Lárétt"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Lóðrétt"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Allar?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Þessa aðgerð er ekki hægt að keyra í raunvinnsluham."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Til baka"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Áfram"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Yfirlit"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Litaskipti"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Krossblöndun"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Stækka skyggnu"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Skyggna með efnisyfirliti"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Í augnablikinu er ekkert SANE-tæki tiltækt."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Í augnablikinu er ekkert TWAIN-tæki tiltækt."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fast"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Breyta"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Venjulegt"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Venjulegt (stutt)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Venjulegt (langt)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Skráarheiti"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Slóð/skráarheiti"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Slóð"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Skráarheiti án endingar"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Ný sérsniðin skyggnusýning"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Afrita "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME kynningasnið (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME teikningasnið (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Afhópa lýsiskrá(r)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Ekki var hægt að afhópa alla teiknuðu hlutina."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION kynning"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION teikning"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Viltu skipta henni út?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Texti"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Tengill"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Heimsóttur tengill"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Virkur tengill"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Minnispunktar"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Efnisyfirlit"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Smelltu hér til að byrja"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Höfundur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Tölvupóstur"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Heimasíða"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Ítarlegri upplýsingar"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Hala niður kynningu"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Því miður styður vefskoðarinn þinn ekki fljótandi ramma."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Fyrsta síða"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Seinasta síða"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Texti"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Mynd"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Með innihaldi"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Án innihalds"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Á tiltekna síðu"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Umbreyta bitamynd í marghyrning"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Smelltu til að hætta í kynningu..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Í bið..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Beita 3D-uppáhaldi"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Myndsía"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"er ekki gild hljóðskrá !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Umbreyta í lýsiskrá"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Umbreyta í bitamynd"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Get ekki búið til skrána $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Gat ekki opnað skrána $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Ekki var hægt að afrita skrána $(URL1) yfir í $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Heiti yfirskyggnu. Hægrismelltu til að sjá lista eða smelltu til að opna glugga."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Endurnefna skyggnu"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Endurnefna síðu"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Tvítekin eða tóm heiti eru ekki möguleg"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Heiti"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Endurnefna yfirsíðu"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titilsvæði við sjálfvirka hönnun"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Svæði fyrir hluti við sjálfvirka hönnun"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Svæði fyrir síðufót"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Svæði fyrir síðuhaus"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Dagsetningarsvæði"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Skyggnunúmerasvæði"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Síðunúmerasvæði"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<haus>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<síðufótur>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dags/tími>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<númer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<fjöldi>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<skyggnuheiti>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<síðuheiti>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Minnispunktasvæði"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja umbreyting"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Skyggnur"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Síður"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Forskoðun er ekki tiltæk"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Undirbý forskoðun"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Framsetningar"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Teiknistílar"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Stílar kynninga"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Snið reita"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Form %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Setja bakgrunnsmynd"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Athugasemdir"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Endurstilla útlit skyggnu"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Setja inn töflu"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Setja inn línurit"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Bæta inn mynd"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Setja inn hljóð eða myndskeið"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Draga og sleppa síðum"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Draga og sleppa skyggnum"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Bættu myndum í albúmið."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Textaskyggna"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Mappan '%FILENAME' er ekki tóm. Hugsanlega verða einhverjar skrár yfirskrifaðar. Viltu halda áfram?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Bakgrunnur"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Bakgrunnshlutir"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Framsetning"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Stjórntæki"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Málsetningalínur"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Skyggna"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Síða"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Skyggna"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Yfirskyggna"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Yfirskyggna:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Yfirsíða"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Yfirsíða:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Minnispunktar)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Dreifiblöð"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Smelltu til að breyta sniði titiltextans"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Smelltu til að breyta textasniði á efnisskipan"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Tvísmelltu til að breyta sniði titiltextans"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Tvísmelltu til að breyta textasniði á efnisskipan"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Annars stigs efnisskipan"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Þriðja stigs efnisskipan"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fjórða stigs efnisskipan"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Fimmta stigs efnisskipan"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sjötta stigs efnisskipan"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sjöunda stigs efnisskipan"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Smelltu til að færa skyggnuna"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Smelltu til að breyta sniði minnispunkta"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Tvísmelltu til að færa skyggnuna"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Tvísmelltu til að breyta sniði minnispunkta"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Smelltu til að bæta við titli"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Smelltu til að bæta við texta"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Smelltu til að bæta við texta"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Smelltu til að bæta við minnispunktum"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Tvísmelltu til að bæta við titli"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Tvísmelltu til að bæta við texta"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Tvísmelltu til að bæta við texta"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Ýttu til að breyta texta"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Tvísmelltu til að bæta við minnispunktum"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Tvísmelltu til að bæta við mynd"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Tvísmelltu til að bæta við hlut"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Tvísmelltu til að bæta við grafi"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Tvísmelltu til að bæta við skipuriti"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Tvísmelltu til að bæta við töflureikningi"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Sjálfgefið"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titill"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Sjálfgefinn teiknistíll"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Færa skyggnur"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Setja inn síður"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Setja inn síðu"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Eiginleikar skyggnu"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Hlutur án fyllingar"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Hlutur með engri fyllingu og engri útlínu"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Texti"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titill A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Fyrirsögn A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Texti A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titill A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Fyrirsögn A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Texti A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Myndefni"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Form"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Línur"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Örvalína"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Strikalína"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Fyllt"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Fyllt blátt"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Fyllt grænt"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Fyllt gult"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Fyllt rautt"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Útlínur"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Bláar útlínur"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Grænar útlínur"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Gular útlínur"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Rauðar útlínur"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titill"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Skjátexti"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Efnisskipan"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Bakgrunnshlutir"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Bakgrunnur"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Minnismiðar"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint innflutningur"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Vista skjal"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Minnka stærð leturs"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Auka stærð leturs"
@@ -2431,637 +2467,637 @@ msgstr "Auka stærð leturs"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Teiknisýn"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Teiknisýn"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Efnisskipulagssýn"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Skyggnusýn"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Þetta er þar sem hægt er að endurraða skyggnum."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Glósusýn"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Handritssýn"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "KynningarTitill"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "KynningarEfnisskipan"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "KynningarUndirtexti"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "KynningarSíða"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "KynningarMinnisblöð"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Dreifiblað"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "ÓþekktAðgengisKynningarForm"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "KynningarFótur"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "KynningarHaus"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "KynningarDagsetningOgTími"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "KynningarBlaðsíðuNúmer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME kynning"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titill"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Efnisskipan"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Skjátexti"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Síða"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Athugasemdir"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Dreifiblað"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Óþekkt aðgengiskynningarform"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Síðufótur"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Síðuhaus"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dagsetning"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Númer"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(skrifvarið)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "engar"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Til næsta smells"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Til loka skyggnu"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Stefna:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Aðdráttur:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spælar:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Fyrsti litur:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Seinni litur:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Fyllilitur:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stíll:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Letur:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Litur á letri:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stíll:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Leturgerð:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Litur línu:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Leturstærð:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Stærð:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Upphæð:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Litur:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ekkert hljóð)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stöðva fyrra hljóð)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Annað hljóð..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sýnishorn"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Vekjari"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Slóðir notanda"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Upphaf: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Áhersla: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Lokun: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Hreyfingaferlar: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Ýmisl.: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Engar"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Í dag,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Í gær,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(enginn höfundur)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress fór að enda kynningarinnar. Viltu halda áfram frá upphafinu?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress fór að upphafi kynningarinnar. Viltu halda áfram frá endanum?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw fór að enda skjalsins. Viltu halda áfram frá upphafinu?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw fór að upphafi skjalsins. Viltu halda áfram frá endanum?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Setja inn athugasemd"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Eyða athugasemd(um)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Færa athugasemd"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Breyta athugasemd"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Svara %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Afspilun"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tafla"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Skjal"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Skyggnur á síðu:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Uppröðun:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Innihald"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Heiti ~skyggnu"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Heiti síðu"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Dagsetning og tími"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Faldar síður"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Litur"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Stærð"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Bæklingur"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Hliðar blaðsíðu"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Taka með"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Nota eingöng~u pappírsbakka sem tilgreindur er í prentarastillingum"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Síður:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Skyggnur:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress er búið að leita allt til enda kynningarinnar. Viltu halda áfram frá upphafinu?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress er búið að leita allt til upphafs kynningarinnar. Viltu halda áfram frá endinum?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw er búið að leita allt til enda skjalsins. Viltu halda áfram frá upphafinu?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw er búið að leita allt til upphafsskjalsins. Viltu halda áfram frá endinum?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Hreyfingar"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Tengill"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Næsta"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Fyrra"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Fyrsta skyggna"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Seinasta skyggna"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Loka hliðarspjaldi"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/is/svtools/messages.po b/source/is/svtools/messages.po
index 6f40720f162..c9221fbf1c5 100644
--- a/source/is/svtools/messages.po
+++ b/source/is/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/is/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Skruna á síðasta blað"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Bæta við blaði"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/is/sw/messages.po b/source/is/sw/messages.po
index d4a246cc9b1..0d48f0ea0eb 100644
--- a/source/is/sw/messages.po
+++ b/source/is/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/is/>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Setja færslu inn í yfirlit"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Setja inn"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nýtt yfirlit skilgreint af notanda"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Uppfæra færslu frá vali"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Aðalfærsla"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Aðeins stök orð"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Samsvara stafstöðu"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Næsta færsla (sama heiti)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Fyrri færsla (sama heiti)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Fyrri færsla"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Næsta færsla"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/it/basctl/messages.po b/source/it/basctl/messages.po
index 39410cda0e1..8b3aaa41c3c 100644
--- a/source/it/basctl/messages.po
+++ b/source/it/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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2022-07-08 10:43+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/basctlmessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1561722932.000000\n"
#. fniWp
@@ -561,7 +561,7 @@ msgstr "Estensione"
#: basctl/inc/strings.hrc:113
msgctxt "RID_STR_READONLY"
msgid "Read-only"
-msgstr ""
+msgstr "Sola lettura"
#. GJEts
#: basctl/inc/strings.hrc:114
diff --git a/source/it/cui/messages.po b/source/it/cui/messages.po
index 40530e24cf7..57c3c6dd566 100644
--- a/source/it/cui/messages.po
+++ b/source/it/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/it/>\n"
"Language: it\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564768476.000000\n"
#. GyY9M
@@ -2194,7 +2194,7 @@ msgstr "Lascia vuoto questo campo se desideri utilizzare la versione gratuita"
#: cui/inc/strings.hrc:412
msgctxt "RID_COLOR_SCHEME_LIBREOFFICE_AUTOMATIC"
msgid "Automatic"
-msgstr ""
+msgstr "Automatico"
#. mpS3V
#: cui/inc/tipoftheday.hrc:54
@@ -2642,7 +2642,7 @@ msgstr "Per modificare una presentazione con Riproduzione automatica, aprila e d
#: cui/inc/tipoftheday.hrc:128
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Need to position precisely? %MOD2+arrow keys move objects (shapes, pictures, formulas) by one pixel."
-msgstr ""
+msgstr "Hai bisogno di posizionare in modo preciso? Il comando %MOD2+tasti freccia sposta gli oggetti (forme, immagini, formule) un pixel alla volta."
#. FhocH
#: cui/inc/tipoftheday.hrc:129
@@ -6023,7 +6023,7 @@ msgstr "Mantieni rapporto"
#: cui/uiconfig/ui/bulletandposition.ui:702
msgctxt "bulletandposition|extended_tip|keepratio"
msgid "Check this box to preserve the height-to-width ratio of the graphic bullet."
-msgstr ""
+msgstr "Attiva questa casella per mantenere la proporzione tra altezza e larghezza dell'elenco puntato immagine."
#. EhFU7
#: cui/uiconfig/ui/bulletandposition.ui:734
@@ -6047,7 +6047,7 @@ msgstr "Larghezza:"
#: cui/uiconfig/ui/bulletandposition.ui:795
msgctxt "bulletandposition|indentmf"
msgid "0.00"
-msgstr ""
+msgstr "0,00"
#. nCTvW
#: cui/uiconfig/ui/bulletandposition.ui:801
@@ -6059,7 +6059,7 @@ msgstr "Specifica la distanza dal margine sinistro dell'oggetto contenitore all'
#: cui/uiconfig/ui/bulletandposition.ui:815
msgctxt "bulletandposition|numberingwidthmf"
msgid "0.00"
-msgstr ""
+msgstr "0,00"
#. EEFpF
#: cui/uiconfig/ui/bulletandposition.ui:821
@@ -7091,7 +7091,7 @@ msgstr "Colore righe/colonne nascoste"
#: cui/uiconfig/ui/colorconfigwin.ui:1301
msgctxt "colorconfigwin|textoverflow"
msgid "Text overflow"
-msgstr ""
+msgstr "Straripamento del testo"
#. Vz3no
#: cui/uiconfig/ui/colorconfigwin.ui:1334
@@ -7109,7 +7109,7 @@ msgstr ""
#: cui/uiconfig/ui/colorconfigwin.ui:1372
msgctxt "colorconfigwin|comments"
msgid "Comments"
-msgstr ""
+msgstr "Commenti"
#. mA6HV
#: cui/uiconfig/ui/colorconfigwin.ui:1387
@@ -8553,7 +8553,7 @@ msgstr "Diminuisce di un livello la priorità del modulo selezionato nella casel
#: cui/uiconfig/ui/editmodulesdialog.ui:234
msgctxt "editmodulesdialog|back"
msgid "_Reset"
-msgstr ""
+msgstr "_Ripristina"
#. FuJDd
#: cui/uiconfig/ui/editmodulesdialog.ui:241
@@ -9892,7 +9892,7 @@ msgstr ""
#: cui/uiconfig/ui/gradientpage.ui:224
msgctxt "gradientpage|gradienttypelb"
msgid "Rectangular"
-msgstr ""
+msgstr "Rettangolare"
#. XasEx
#: cui/uiconfig/ui/gradientpage.ui:228
@@ -10606,7 +10606,7 @@ msgstr "Seleziona il colore delle linee tratteggiate."
#: cui/uiconfig/ui/hatchpage.ui:328
msgctxt "hatchpage|backgroundcolor"
msgid "Background Color:"
-msgstr ""
+msgstr "Colore di sfondo:"
#. uvmDA
#: cui/uiconfig/ui/hatchpage.ui:372
@@ -11362,13 +11362,13 @@ msgstr "Mostra i suggerimenti di sillabazione per la parola selezionata."
#: cui/uiconfig/ui/hyphenate.ui:211
msgctxt "hyphenate|tooltip|left"
msgid "Left"
-msgstr ""
+msgstr "Sinistra"
#. xdABf
#: cui/uiconfig/ui/hyphenate.ui:217
msgctxt "hyphenate|button_name|left"
msgid "Left"
-msgstr ""
+msgstr "Sinistra"
#. HAF8G
#: cui/uiconfig/ui/hyphenate.ui:218
@@ -11380,13 +11380,13 @@ msgstr "Imposta la posizione del trattino. Questa opzione è disponibile solo se
#: cui/uiconfig/ui/hyphenate.ui:232
msgctxt "hyphenate|tooltip|right"
msgid "Right"
-msgstr ""
+msgstr "Destra"
#. pzLSc
#: cui/uiconfig/ui/hyphenate.ui:238
msgctxt "hyphenate|button_name|right"
msgid "Right"
-msgstr ""
+msgstr "Destra"
#. 5gKXt
#: cui/uiconfig/ui/hyphenate.ui:239
@@ -12128,7 +12128,7 @@ msgstr "La chiave API del tuo account LanguageTool per l'utilizzo avanzato."
#: cui/uiconfig/ui/langtoolconfigpage.ui:251
msgctxt "langtoolconfigpage|restlbl"
msgid "REST protocol:"
-msgstr ""
+msgstr "Protocollo REST:"
#. 4aANu
#: cui/uiconfig/ui/langtoolconfigpage.ui:276
@@ -14216,7 +14216,7 @@ msgstr "Seleziona lo schema colori da utilizzare."
#: cui/uiconfig/ui/optappearancepage.ui:216
msgctxt "optappearancepage|autocolor"
msgid "_Automatic:"
-msgstr ""
+msgstr "_Automatico:"
#. GsYTZ
#: cui/uiconfig/ui/optappearancepage.ui:231
@@ -14228,13 +14228,13 @@ msgstr ""
#: cui/uiconfig/ui/optappearancepage.ui:232
msgctxt "optappearancepage|cbSchemeEntry2"
msgid "Light"
-msgstr ""
+msgstr "Chiaro"
#. m6FAx
#: cui/uiconfig/ui/optappearancepage.ui:233
msgctxt "optappearancepage|cbSchemeEntry3"
msgid "Dark"
-msgstr ""
+msgstr "Scuro"
#. HFLPF
#: cui/uiconfig/ui/optappearancepage.ui:253
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Salva sempre come:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Documento di testo"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Documento HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Documento master"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Foglio elettronico"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentazione"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Disegno"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Specifica il tipo di documento per il quale viene definito il formato di file predefinito."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Specifica il tipo di file in cui verranno salvati i documenti del tipo selezionato nella casella a sinistra. Puoi tuttavia selezionare un altro tipo di file per il documento attivo all'interno della finestra di dialogo Salva con nome."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Tipo di documento:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Formato file predefinito e impostazioni ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "Nella sezione Generale puoi selezionare le impostazioni predefinite per il salvataggio dei documenti e scegliere i formati predefiniti per i file."
@@ -17509,7 +17467,7 @@ msgstr "Usa accelerazione hard_ware"
#: cui/uiconfig/ui/optviewpage.ui:428
msgctxt "optviewpage|useaccel|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Richiede riavvio"
#. qw73y
#: cui/uiconfig/ui/optviewpage.ui:434
@@ -17527,7 +17485,7 @@ msgstr "Usa antia_liasing"
#: cui/uiconfig/ui/optviewpage.ui:449
msgctxt "optviewpage|useaa|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Richiede riavvio"
#. fUKV9
#: cui/uiconfig/ui/optviewpage.ui:455
@@ -17545,7 +17503,7 @@ msgstr "Usa Skia per tutti i rendering"
#: cui/uiconfig/ui/optviewpage.ui:470
msgctxt "optviewpage|useskia|tooltip_text"
msgid "Requires restart"
-msgstr ""
+msgstr "Richiede riavvio"
#. RFqrA
#: cui/uiconfig/ui/optviewpage.ui:481
@@ -18616,7 +18574,7 @@ msgstr "Pedice"
#: cui/uiconfig/ui/positionpage.ui:127
msgctxt "positionpage|raiselower"
msgid "Raise/lower by:"
-msgstr ""
+msgstr "Aumenta/riduci di:"
#. Ac85F
#: cui/uiconfig/ui/positionpage.ui:163
@@ -18628,7 +18586,7 @@ msgstr "Automatico"
#: cui/uiconfig/ui/positionpage.ui:179
msgctxt "positionpage|relativefontsize"
msgid "Relative font size:"
-msgstr ""
+msgstr "Dim. caratt. relativa:"
#. iG3EE
#: cui/uiconfig/ui/positionpage.ui:205
@@ -18682,7 +18640,7 @@ msgstr "Scala"
#: cui/uiconfig/ui/positionpage.ui:412
msgctxt "positionpage|label7"
msgid "Character spacing:"
-msgstr ""
+msgstr "Spaziatura caratteri:"
#. CChzM
#: cui/uiconfig/ui/positionpage.ui:452
@@ -22016,7 +21974,7 @@ msgstr ""
#: cui/uiconfig/ui/transparencytabpage.ui:293
msgctxt "transparencytabpage|liststoreTYPE"
msgid "Rectangular"
-msgstr ""
+msgstr "Rettangolare"
#. 9hAzC
#: cui/uiconfig/ui/transparencytabpage.ui:297
@@ -22364,7 +22322,7 @@ msgstr "Permette di specificare il fattore di ingrandimento con cui visualizzare
#: cui/uiconfig/ui/zoomdialog.ui:231
msgctxt "zoomdialog|zoomsb-atkobject"
msgid "Custom"
-msgstr ""
+msgstr "Personalizzato"
#. tnqjj
#: cui/uiconfig/ui/zoomdialog.ui:232
diff --git a/source/it/dbaccess/messages.po b/source/it/dbaccess/messages.po
index 76cf3403220..7e3d62069d0 100644
--- a/source/it/dbaccess/messages.po
+++ b/source/it/dbaccess/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-23 11:30+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1562265369.000000\n"
#. BiN6g
@@ -2107,7 +2107,7 @@ msgstr "Configura connessione MySQL/MariaDB"
#: dbaccess/inc/strings.hrc:369
msgctxt "STR_PAGETITLE_POSTGRES"
msgid "Set up PostgreSQL connection"
-msgstr ""
+msgstr "Configura connessione PostgreSQL"
#. uJuNs
#: dbaccess/inc/strings.hrc:370
@@ -2321,7 +2321,7 @@ msgstr "~Posizione e nome del file"
#: dbaccess/inc/strings.hrc:401
msgctxt "STR_POSTGRES_HEADERTEXT"
msgid "Set up a connection to a PostgreSQL database"
-msgstr ""
+msgstr "Configura una connessione a un database PostgreSQL"
#. 3AEhs
#: dbaccess/inc/strings.hrc:402
@@ -2335,7 +2335,7 @@ msgstr ""
#: dbaccess/inc/strings.hrc:403
msgctxt "STR_POSTGRES_DEFAULT"
msgid "Default: 5432"
-msgstr ""
+msgstr "Predefinita: 5432"
#. og5kg
#: dbaccess/inc/strings.hrc:404
@@ -4118,37 +4118,37 @@ msgstr ""
#: dbaccess/uiconfig/ui/postgrespage.ui:46
msgctxt "specialpostgrespage|helpLabel"
msgid "Please enter the required information to connect to a PostgreSQL database. Please contact your system administrator if you are unsure about the following settings. "
-msgstr ""
+msgstr "Inserisci le informazioni richieste per la connessione a un database PostgreSQL. Se non sei sicura/o delle impostazioni seguenti, contatta l'amministratore di sistema. "
#. EJzdP
#: dbaccess/uiconfig/ui/postgrespage.ui:74
msgctxt "specialpostgrespage|dbNameLabel"
msgid "_Database name:"
-msgstr ""
+msgstr "Nome _database:"
#. P2FVr
#: dbaccess/uiconfig/ui/postgrespage.ui:88
msgctxt "specialpostgrespage|hostNameLabel"
msgid "_Server:"
-msgstr ""
+msgstr "_Server:"
#. MgpLR
#: dbaccess/uiconfig/ui/postgrespage.ui:102
msgctxt "specialpostgrespage|portNumLabel"
msgid "_Port number:"
-msgstr ""
+msgstr "Numero _porta:"
#. oa9jC
#: dbaccess/uiconfig/ui/postgrespage.ui:163
msgctxt "specialpostgrespage|portNumDefLabel"
msgid "Default: 5432"
-msgstr ""
+msgstr "Predefinita: 5432"
#. KvN6B
#: dbaccess/uiconfig/ui/postgrespage.ui:198
msgctxt "specialpostgrespage|connectionStringLabel"
msgid "And/OR Enter the DBMS/driver-specific connection string here"
-msgstr ""
+msgstr "E, o in alternativa, inserisci qui la stringa di connessione specifica del DBMS o del driver"
#. 9sAsA
#: dbaccess/uiconfig/ui/querycolmenu.ui:12
diff --git a/source/it/desktop/messages.po b/source/it/desktop/messages.po
index bb18d8c7b08..afb241a11e2 100644
--- a/source/it/desktop/messages.po
+++ b/source/it/desktop/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: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-01-23 11:30+0000\n"
-"Last-Translator: Marco Marega <marco.marega@libreitalia.it>\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/desktopmessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1543141305.000000\n"
#. v2iwK
@@ -875,7 +875,7 @@ msgstr "Impossibile installare l'estensione poiché le seguenti dipendenze di si
#: desktop/uiconfig/ui/extensionmanager.ui:8
msgctxt "extensionmanager|ExtensionManagerDialog"
msgid "Extensions"
-msgstr ""
+msgstr "Estensioni"
#. gjCkd
#: desktop/uiconfig/ui/extensionmanager.ui:80
@@ -1199,7 +1199,7 @@ msgstr "Risultato"
#: desktop/uiconfig/ui/updateinstalldialog.ui:178
msgctxt "updateinstalldialog|extended_tip|UpdateInstallDialog"
msgid "Click the Check for Updates button in the Extensions dialog to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update."
-msgstr ""
+msgstr "Fai clic sul pulsante Controlla aggiornamenti nella finestra di dialogo Estensioni per cercare aggiornamenti in linea per tutte le estensioni installate. Per cercare aggiornamenti solo per le estensioni selezionate, fai clic col pulsante destro del mouse per aprire il menu contestuale e scegli Aggiorna."
#. Kfhc4
#: desktop/uiconfig/ui/updaterequireddialog.ui:8
diff --git a/source/it/dictionaries/en/dialog.po b/source/it/dictionaries/en/dialog.po
index 2a883cc3d76..2ff73a09fa4 100644
--- a/source/it/dictionaries/en/dialog.po
+++ b/source/it/dictionaries/en/dialog.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2020-01-17 18:10+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
-"Language-Team: Italian <https://weblate.documentfoundation.org/projects/libo_ui-master/dictionariesendialog/it/>\n"
+"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariesendialog/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1451910407.000000\n"
#. fyB4s
@@ -275,7 +275,7 @@ msgctxt ""
"hlp_ellipsis\n"
"property.text"
msgid "Replace three dots with ellipsis."
-msgstr ""
+msgstr "Sostituisci i tre punti con i puntini di sospensione."
#. JaeW9
#: en_en_US.properties
diff --git a/source/it/dictionaries/pt_BR/dialog.po b/source/it/dictionaries/pt_BR/dialog.po
index a243d74284d..cbd9f57dbe6 100644
--- a/source/it/dictionaries/pt_BR/dialog.po
+++ b/source/it/dictionaries/pt_BR/dialog.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: 2023-04-19 12:23+0200\n"
-"PO-Revision-Date: 2022-01-04 15:38+0000\n"
-"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/dictionariespt_brdialog/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1561723078.000000\n"
#. Bshz7
@@ -295,7 +295,7 @@ msgctxt ""
"hlp_ellipsis\n"
"property.text"
msgid "Replace three dots with ellipsis."
-msgstr ""
+msgstr "Sostituisci i tre punti con i puntini di sospensione."
#. ngM8A
#: pt_BR_en_US.properties
diff --git a/source/it/filter/messages.po b/source/it/filter/messages.po
index 64fe734fb05..b9545836f62 100644
--- a/source/it/filter/messages.po
+++ b/source/it/filter/messages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2022-12-27 18:51+0000\n"
-"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/filtermessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1562540720.000000\n"
#. 5AQgJ
@@ -301,7 +301,7 @@ msgstr[1] ""
#: filter/inc/strings.hrc:80
msgctxt "STR_PDFUA_IGNORE"
msgid "Continue"
-msgstr ""
+msgstr "Continua"
#. PcZQn
#: filter/inc/strings.hrc:81
diff --git a/source/it/filter/source/config/fragments/filters.po b/source/it/filter/source/config/fragments/filters.po
index 7f46ca6a06a..2d37966b284 100644
--- a/source/it/filter/source/config/fragments/filters.po
+++ b/source/it/filter/source/config/fragments/filters.po
@@ -4,8 +4,8 @@ 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: 2023-03-06 17:53+0100\n"
-"PO-Revision-Date: 2022-12-29 14:28+0000\n"
-"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentsfilters/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1564576461.000000\n"
#. FR4Ff
@@ -534,7 +534,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2007"
-msgstr ""
+msgstr "Word 2007"
#. GXZZf
#: MS_Word_2007_XML_Template.xcu
@@ -544,7 +544,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2007 Template"
-msgstr ""
+msgstr "Modello di Word 2007"
#. 437BJ
#: MS_Word_2007_XML_VBA.xcu
@@ -554,7 +554,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2007 VBA"
-msgstr ""
+msgstr "VBA di Word 2007"
#. arVLQ
#: MS_Word_95.xcu
@@ -804,7 +804,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2010–365 Document"
-msgstr ""
+msgstr "Documento di Word 2010–365"
#. YmifQ
#: OOXML_Text_Template.xcu
@@ -814,7 +814,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2010–365 Template"
-msgstr ""
+msgstr "Modello di Word 2010–365"
#. B4Xqe
#: PBM___Portable_Bitmap.xcu
diff --git a/source/it/filter/source/config/fragments/types.po b/source/it/filter/source/config/fragments/types.po
index 86e48e6317a..785886b8e32 100644
--- a/source/it/filter/source/config/fragments/types.po
+++ b/source/it/filter/source/config/fragments/types.po
@@ -4,16 +4,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2019-07-31 12:26+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
-"Language-Team: Italian <l10n@it.libreoffice.org>\n"
+"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/filtersourceconfigfragmentstypes/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1564575982.000000\n"
#. VQegi
@@ -334,7 +334,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2007"
-msgstr ""
+msgstr "Word 2007"
#. baaXD
#: writer_MS_Word_2007_XML_Template.xcu
@@ -344,7 +344,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2007 Template"
-msgstr ""
+msgstr "Modello di Word 2007"
#. ZmGCw
#: writer_MS_Word_2007_XML_VBA.xcu
@@ -354,7 +354,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Word 2007 VBA"
-msgstr ""
+msgstr "VBA di Word 2007"
#. iuESB
#: writer_ODT_FlatXML.xcu
diff --git a/source/it/forms/messages.po b/source/it/forms/messages.po
index 92d241fdc7e..c97baeeb424 100644
--- a/source/it/forms/messages.po
+++ b/source/it/forms/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2021-06-26 11:02+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/formsmessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1507242171.000000\n"
#. naBgZ
@@ -306,7 +306,7 @@ msgstr "Virgola mobile"
#: forms/inc/strings.hrc:74
msgctxt "RID_STR_DATATYPE_DOUBLE"
msgid "Double precision"
-msgstr ""
+msgstr "Precisione doppia"
#. ki4Gz
#: forms/inc/strings.hrc:75
diff --git a/source/it/formula/messages.po b/source/it/formula/messages.po
index 61224240062..b40cba33145 100644
--- a/source/it/formula/messages.po
+++ b/source/it/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-01-02 06:38+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1561722992.000000\n"
#. YfKFn
@@ -2648,31 +2648,31 @@ msgstr "_Avanti >"
#: formula/uiconfig/ui/formuladialog.ui:153
msgctxt "formuladialog|functiontab"
msgid "Functions"
-msgstr ""
+msgstr "Funzioni"
#. 54kbd
#: formula/uiconfig/ui/formuladialog.ui:176
msgctxt "formuladialog|structtab"
msgid "Structure"
-msgstr ""
+msgstr "Struttura"
#. RGrYD
#: formula/uiconfig/ui/formuladialog.ui:208
msgctxt "formuladialog|label2"
msgid "Function result:"
-msgstr ""
+msgstr "Subtotale:"
#. dN9gA
#: formula/uiconfig/ui/formuladialog.ui:356
msgctxt "formuladialog|formula"
msgid "For_mula:"
-msgstr ""
+msgstr "For_mula:"
#. jvCvJ
#: formula/uiconfig/ui/formuladialog.ui:371
msgctxt "formuladialog|label1"
msgid "Result:"
-msgstr ""
+msgstr "Risultato:"
#. rJsXw
#: formula/uiconfig/ui/formuladialog.ui:417
@@ -2690,7 +2690,7 @@ msgstr "Ingrandisci"
#: formula/uiconfig/ui/functionpage.ui:26
msgctxt "functionpage|label_search"
msgid "_Search:"
-msgstr ""
+msgstr "C_erca:"
#. kBsGA
#: formula/uiconfig/ui/functionpage.ui:45
@@ -2702,7 +2702,7 @@ msgstr "Cerca il nome di una funzione. Individua anche le descrizioni di una fun
#: formula/uiconfig/ui/functionpage.ui:60
msgctxt "functionpage|label1"
msgid "_Category:"
-msgstr ""
+msgstr "_Categoria:"
#. WQC5A
#: formula/uiconfig/ui/functionpage.ui:75
@@ -2726,7 +2726,7 @@ msgstr "Elenca tutte le categorie alle quali sono allocate le varie funzioni. Se
#: formula/uiconfig/ui/functionpage.ui:95
msgctxt "functionpage|label2"
msgid "_Function:"
-msgstr ""
+msgstr "_Funzione:"
#. TSCPY
#: formula/uiconfig/ui/functionpage.ui:141
@@ -2798,7 +2798,7 @@ msgstr "Seleziona"
#: formula/uiconfig/ui/structpage.ui:28
msgctxt "structpage|label1"
msgid "_Structure:"
-msgstr ""
+msgstr "_Struttura:"
#. KGSPW
#: formula/uiconfig/ui/structpage.ui:77
diff --git a/source/it/framework/messages.po b/source/it/framework/messages.po
index d6997426329..2901b167067 100644
--- a/source/it/framework/messages.po
+++ b/source/it/framework/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2021-07-28 09:58+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/frameworkmessages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1507242174.000000\n"
#. 5dTDC
@@ -110,7 +110,7 @@ msgstr " (Remoto)"
#: framework/inc/strings.hrc:39
msgctxt "STR_EMDASH_SEPARATOR"
msgid " — "
-msgstr ""
+msgstr " — "
#. JFH6k
#: framework/inc/strings.hrc:40
diff --git a/source/it/helpcontent2/source/text/scalc.po b/source/it/helpcontent2/source/text/scalc.po
index 672e77f581c..edd19b56b22 100644
--- a/source/it/helpcontent2/source/text/scalc.po
+++ b/source/it/helpcontent2/source/text/scalc.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-09 11:04+0000\n"
"Last-Translator: Marco Marega <marco.marega@libreitalia.it>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/it/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Elimina foglio</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Colore scheda foglio"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/it/helpcontent2/source/text/scalc/00.po b/source/it/helpcontent2/source/text/scalc/00.po
index fe5538ddb3c..95b29063080 100644
--- a/source/it/helpcontent2/source/text/scalc/00.po
+++ b/source/it/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/it/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Scegliere <emph>Foglio - Elimina celle</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Scegliere <emph>Foglio - Elimina foglio</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Aprire il menu contestuale di una scheda del foglio."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Scegliere <emph>Foglio - Sposta o Copia foglio</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Aprire il menu contestuale di una scheda del foglio."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inserisci colonne"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Scegliere <menuitem>Foglio - Inserisci foglio</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Scegliere <emph>Foglio</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Scegliere <emph>Foglio - Rinomina foglio</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Scegliere <emph>Foglio - Mostra foglio</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menu Foglio"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/it/helpcontent2/source/text/scalc/01.po b/source/it/helpcontent2/source/text/scalc/01.po
index c84a58b68b8..437362b95a3 100644
--- a/source/it/helpcontent2/source/text/scalc/01.po
+++ b/source/it/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-04 11:32+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/it/>\n"
@@ -2484,23 +2484,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Foglio elettronico;eliminare</bookmark_value><bookmark_value>Foglio;eliminare</bookmark_value><bookmark_value>Eliminazione;fogli elettronici</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Elimina foglio"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Elimina il foglio attivo chiedendo conferma dell'operazione.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2511,41 +2511,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Non potete eliminare un foglio quando è attivo il comando <emph>Modifica - Traccia modifiche - Registra</emph>."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Sì"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Elimina il foglio attivo."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "No"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Chiude la finestra di dialogo senza eseguire l'eliminazione."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2565,14 +2547,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Foglio elettronico; spostare</bookmark_value><bookmark_value>Foglio elettronico; copiare</bookmark_value><bookmark_value>Spostare; fogli elettronici</bookmark_value><bookmark_value>Copiare; fogli elettronici</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Sposta/Copia foglio"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3591,23 +3573,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Inserisci foglio"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>Foglio;creare</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Inserisci foglio"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43444,14 +43426,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>Foglio di lavoro;nome</bookmark_value><bookmark_value>Modificare;nomi dei fogli</bookmark_value><bookmark_value>Foglio;rinominare</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Rinomina foglio"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43507,32 +43489,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Mostra foglio"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>Foglio;mostrare</bookmark_value><bookmark_value>Visualizzare;fogli</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Mostra foglio"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Visualizza i fogli precedentemente nascosti col comando <emph>Nascondi fogli</emph>.</ahelp></variable> Per richiamare il comando, selezionate un solo foglio. Il foglio attivo è sempre selezionato. Se è selezionato un foglio diverso, potete deselezionarlo premendo il tasto <switchinline select=\"sys\"><caseinline select=\"MAC\">Cmd</caseinline><defaultinline>Ctrl</defaultinline></switchinline> e facendo contemporaneamente clic sulla linguetta del foglio nella parte inferiore della finestra."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47593,14 +47584,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>Inserire righe;foglio protetto</bookmark_value><bookmark_value>Inserire colonne;foglio protetto</bookmark_value><bookmark_value>Eliminare colonne;foglio protetto</bookmark_value><bookmark_value>Eliminare righe;foglio protetto</bookmark_value><bookmark_value>Protetto, foglio;inserire colonne</bookmark_value><bookmark_value>Protetto, foglio;inserire righe</bookmark_value><bookmark_value>Protetto, foglio;eliminare righe</bookmark_value><bookmark_value>Protetto, foglio;eliminare colonne</bookmark_value><bookmark_value>Protezione;foglio</bookmark_value><bookmark_value>Selezione;nelle celle protette</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Proteggere un foglio</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55279,6 +55270,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69796,6 +70021,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=FRAZIONE.ANNO(\"1/1/2008\"; \"01/07/2008\";0)</item> restituisce 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70102,6 +70390,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Affinché si possano correttamente identificare tutte le modifiche, ogni collaboratore deve inserire il proprio nome in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferenze</menuitem></caseinline><defaultinline><menuitem>Strumenti - Opzioni</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Dati utenti</menuitem> dalla barra dei menu."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/it/helpcontent2/source/text/scalc/guide.po b/source/it/helpcontent2/source/text/scalc/guide.po
index c932081c9b0..0a7dc7eb0a1 100644
--- a/source/it/helpcontent2/source/text/scalc/guide.po
+++ b/source/it/helpcontent2/source/text/scalc/guide.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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:28+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/it/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigazione tramite le linguette dei fogli"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>Foglio; mostrare più fogli</bookmark_value><bookmark_value>Linguetta foglio;usare le linguette</bookmark_value><bookmark_value>Vista;più fogli</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigazione tramite le linguette dei fogli</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Nell'impostazione predefinita, $[officename] visualizza in ogni nuovo foglio elettronico tre fogli, dal \"Foglio1\" al \"Foglio3\". È possibile passare da un foglio all'altro di un foglio elettronico usando le linguette poste nella parte inferiore dello schermo."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Linguette del foglio</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icona</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Utilizzare i pulsanti di navigazione per visualizzare tutti i fogli appartenenti al documento. Facendo clic sul pulsante all'estrema sinistra o all'estrema destra è possibile visualizzare rispettivamente la prima o l'ultima linguetta del foglio. I pulsanti centrali consentono di scorrere in avanti e all'indietro attraverso le schede dei fogli. Fare clic su una linguetta per visualizzare il foglio corrispondente."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Applicare più fogli"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>Foglio; inserire</bookmark_value><bookmark_value>Inserire; fogli</bookmark_value><bookmark_value>Foglio; selezione multipla</bookmark_value><bookmark_value>Aggiungere fogli</bookmark_value><bookmark_value>Selezionare;fogli multipli</bookmark_value><bookmark_value>Fogli multipli</bookmark_value><bookmark_value>Calcolare;fogli multipli</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applicare più fogli</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserire un foglio"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Scegliendo <item type=\"menuitem\">Inserisci - Foglio</item> è possibile inserire un nuovo foglio o uno esistente da un altro file."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Apre un riquadro in cui è possibile assegnare macro a eventi del foglio.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Apre una finestra in cui è possibile assegnare un colore alla linguetta del foglio.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/it/helpcontent2/source/text/scalc/menu.po b/source/it/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/it/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/it/helpcontent2/source/text/shared/00.po b/source/it/helpcontent2/source/text/shared/00.po
index d8ea8f9779e..5a99dbbeb8b 100644
--- a/source/it/helpcontent2/source/text/shared/00.po
+++ b/source/it/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-16 19:33+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/it/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Per accedere a questo comando...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menu File"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Scegliete <emph>File - Anteprima nel browser web</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Scegliete <menuitem>File - Nuovo</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Icona <emph>Nuovo</emph> nella barra <emph>Standard</emph> (l'icona indica il tipo del nuovo documento)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icona Nuovo</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nuovo"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Tasto <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Scegliete <menuitem>File – Apri</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Nella barra <emph>Standard</emph>, fate clic su"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icona Apri</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Apri file"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Creazione guidata sorgente dati rubrica - Assegnazione campo</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Scegliete <emph> File - Chiudi</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Scegliete <menuitem>File - Salva</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Scegliete <menuitem>File - Salva</menuitem>."
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Aprite la barra <emph>Standard</emph> o <emph>Tabella</emph> e fate clic su"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icona Salva</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Salva"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icona Salva con nome</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Salva con nome"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Scegliete <menuitem>File - Salva tutto</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Scegliete <menuitem>File - Salva con nome</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Scegliete <menuitem>File - Ricarica</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Menu <menuitem>File - Anteprima di stampa</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icona Anteprima di stampa</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Scegliete <menuitem>File - Impostazioni stampante</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Menu <menuitem>File - Invia</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Documento allegato alla e-mail"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Scegliete <menuitem>File - Esporta</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Scegliete <menuitem>File - Esporta come - Esporta come EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icona Esporta come EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Esporta direttamente in EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Scegliete <menuitem>File - Esporta come - Esporta nel formato PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Scegliete <menuitem>File - Stampa</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Nella barra <emph>Standard</emph>, fate clic su"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Icona Stampa</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Stampa"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Nella barra dell'<emph>anteprima stampa</emph> di un documento di testo, fate clic su"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icona Anteprima di stampa</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Anteprima di stampa"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Scegliete <menuitem>File - Esporta</menuitem>. Scegliendo un file di tipo PBM, PPM o PGM questa finestra di dialogo si apre automaticamente.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Scegliete <emph>File - Versioni...</emph></variable>.</variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/it/helpcontent2/source/text/shared/01.po b/source/it/helpcontent2/source/text/shared/01.po
index 24e3e276b73..17e8870fa5d 100644
--- a/source/it/helpcontent2/source/text/shared/01.po
+++ b/source/it/helpcontent2/source/text/shared/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-22 10:08+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/it/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565337097.000000\n"
#. 3u8hR
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funzione</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icona Documento di testo</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Consente di creare un documento di testo in $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icona Foglio elettronico</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Consente di creare un foglio elettronico in $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icona Presentazione</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Consente di creare una presentazione in $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icona Disegno</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Consente di creare un documento di disegno in $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icona Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Consente di creare un documento formula in $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icona Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Consente di creare un documento HTML."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icona Formulario XML</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Crea un documento <link href=\"text/shared/guide/xforms.xhp\">XForms</link>."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icona Etichette</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Apre la finestra di dialogo <link href=\"text/shared/01/01010200.xhp\"><emph>Etichette</emph></link>, in cui è possibile impostare le opzioni per le proprie etichette, e crea un documento di testo per le etichette in $[officename] Writer."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icona Biglietti da visita</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Apre la finestra di dialogo <link href=\"text/shared/01/01010300.xhp\"><emph>Biglietti da visita</emph></link>, in cui è possibile impostare le opzioni per i propri biglietti da visita, e crea un documento di testo in $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icona Documento master</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Apre un documento che si trova in un servizio di file remoti.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Scegliere <item type=\"menuitem\">File - Apri remoto</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Fare clic sul pulsante <emph>File remoti</emph> presente nel <emph>Centro di avvio</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Fare clic prolungato sull'icona <emph>Apri</emph> e selezionare <emph>Apri file remoto</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Salva con un altro nome, o in un'altra posizione, una copia del documento attivo.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Scegliere <item type=\"menuitem\">File - Salva una copia</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Esporta il documento in formato PDF o EPUB.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Scegliere <emph>File - Esporta come</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per selezionare tutte le celle di un foglio, fare clic sul pulsante che si trova all'intersezione delle intestazioni delle righe e delle colonne nell'angolo superiore sinistro del foglio.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Per selezionare tutti i fogli di un foglio elettronico, fare clic col pulsante destro del mouse sul nome del foglio e scegliere <emph>Seleziona tutti i fogli</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Seleziona tutti i fogli del foglio elettronico attivo.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>Personalizzazione;eventi</bookmark_value><bookmark_value>Evento;personalizzare</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Eventi</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Assegna macro ad eventi del programma. Le macro assegnate sono eseguite automaticamente ogni volta che si verifica l'evento selezionato.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "La finestra di dialogo ha funzionalità ridotte quando viene richiamata dal menu Modifica - Foglio di un foglio elettronico."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/it/helpcontent2/source/text/swriter/00.po b/source/it/helpcontent2/source/text/swriter/00.po
index 84ec32976a1..b142c579842 100644
--- a/source/it/helpcontent2/source/text/swriter/00.po
+++ b/source/it/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:27+0000\n"
"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/it/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Stampa in serie"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/it/helpcontent2/source/text/swriter/01.po b/source/it/helpcontent2/source/text/swriter/01.po
index a945d521026..28017227372 100644
--- a/source/it/helpcontent2/source/text/swriter/01.po
+++ b/source/it/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-12 14:11+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/it/>\n"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Non potete modificare il documento mentre siete in modalità anteprima."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Per uscire dall'anteprima di stampa, fai clic sul pulsante <emph>Chiudi anteprima</emph>.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1961,13 +1961,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Collegamento (LS e LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Crea un collegamento per la parte della voce racchiusa tra i rispettivi tag di apertura (LS) e di chiusura (LE). Nella riga <emph>Struttura</emph>, fare clic nella casella vuota davanti alla parte a cui si desidera assegnare un collegamento e quindi fare clic su questo pulsante. Fare clic nella casella vuota che segue la parte a cui si desidera assegnare il collegamento e quindi fare clic nuovamente su questo pulsante. Nessuno dei collegamenti deve essere ripetuto. Disponibile solo per un indice generale.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28369,14 +28378,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Proprietà controllo contenuto</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/it/officecfg/registry/data/org/openoffice/Office.po b/source/it/officecfg/registry/data/org/openoffice/Office.po
index 348fced4b75..b49e7963e0f 100644
--- a/source/it/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/it/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-03 15:33+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/it/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563043614.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Note"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documenti di testo"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Fogli elettronici"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentazioni"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Disegni"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Pagine web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documenti master"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formule"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documenti database"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/it/officecfg/registry/data/org/openoffice/Office/UI.po b/source/it/officecfg/registry/data/org/openoffice/Office/UI.po
index 26e9a0f5dce..6d2146ef285 100644
--- a/source/it/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/it/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-22 03:52+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/it/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564768553.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Con~valida dei dati..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Elimina righe"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Cambia schema diapositiva..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pagina schema..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inserisci colonne"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Elimina le colonne selezionate"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Elimina righe"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Elimina ~righe"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Elimina le righe selezionate"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Numero di pagina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Colonne ~prima"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Elimina righe"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Righe"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Elimina le righe selezionate"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/it/readlicense_oo/docs.po b/source/it/readlicense_oo/docs.po
index e8ad5601b30..df9018b0248 100644
--- a/source/it/readlicense_oo/docs.po
+++ b/source/it/readlicense_oo/docs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-03-02 11:51+0100\n"
-"PO-Revision-Date: 2022-01-04 15:38+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/readlicense_oodocs/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1543142212.000000\n"
#. q6Gg3
@@ -131,7 +131,7 @@ msgctxt ""
"macxiOSX\n"
"readmeitem.text"
msgid "macOS 10.15 (Catalina) or higher"
-msgstr ""
+msgstr "macOS 10.15 (Catalina) o superiore"
#. zfLqy
#: readme.xrm
@@ -707,7 +707,7 @@ msgctxt ""
"pji76w1\n"
"readmeitem.text"
msgid "When sending a document via 'File - Send - Email Document' or 'File - Send - Email as PDF' problems might occur (program crashes or hangs). This is due to the Windows system file \"Mapi\" (Messaging Application Programming Interface) which causes problems in some file versions. Unfortunately, the problem cannot be narrowed down to a certain version number. For more information visit <a href=\"https://www.microsoft.com\">https://www.microsoft.com</a> to search the Microsoft Knowledge Base for \"mapi dll\"."
-msgstr ""
+msgstr "Si possono verificare dei problemi (il programma va in crash o si blocca) inviando un documento da 'File - Invia - Invia documento come e-mail' o 'File - Invia - E-mail come PDF'. La causa è rintracciabile nel file di sistema di MS Windows \"Mapi\" (Messaging Application Programming Interface) che in alcune versioni non funziona correttamente; purtroppo è impossibile identificare con precisione quali siano queste versioni. Per ulteriori informazioni cerca \"mapi dll\" nella Microsoft Knowledge Base all'indirizzo <a href=\"https://www.microsoft.com\">https://www.microsoft.com</a>"
#. a426D
#: readme.xrm
diff --git a/source/it/sc/messages.po b/source/it/sc/messages.po
index 0a9d56ba6e9..92e2daca120 100644
--- a/source/it/sc/messages.po
+++ b/source/it/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/it/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Quando l'opzione è attivata, Calc conserva il contenuto precedente delle celle quando si incollano celle vuote. In alternativa, Calc elimina il contenuto delle celle precedenti."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Altre opzioni"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Tipo colonna:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Scegliere una colonna nella finestra dell'anteprima e selezionate il tipo da applicare ai dati importati."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Testo in colonne"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Campi"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Selezionare le opzioni per l'importazione di dati da un file di testo con separatori di campo."
diff --git a/source/it/sd/messages.po b/source/it/sd/messages.po
index 06b12d883bd..9d0121fa8eb 100644
--- a/source/it/sd/messages.po
+++ b/source/it/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/it/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Inserisci testo"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Carica diapositiva schema"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "A sinistra"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "A destra"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "In alto"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "In basso"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "A sinistra in alto?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "A sinistra in basso?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "A destra in alto?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "A destra in basso?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Orizzontale"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Verticale"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Tutti?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Questa operazione non è eseguibile nel modo live."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Indietro"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Avanti"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Panoramica"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Sostituzione colore"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Dissolvi"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Espandi diapositiva"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva indice"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Al momento non è disponibile alcuna sorgente SANE."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Al momento non è disponibile alcuna sorgente TWAIN."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fisso"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabile"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (breve)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (lungo)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nome file"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Percorso/nome file"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Percorso"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nome file senza estensione"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nuova presentazione su schermo personalizzata"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Copia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Formato di presentazione %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Formato di disegno %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Separa i metafile..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Impossibile separare tutti gli oggetti del disegno dal gruppo."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION - Presentazione"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION - Disegno"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Vuoi sovrascriverla?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Testo"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Collegamento ipertestuale"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Collegamento visitato"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Collegamento attivo"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Note"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Indice"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Fai clic qui per avviare"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autore"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Homepage"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Ulteriori informazioni"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Scarica sorgente di presentazione"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Il tuo browser non supporta i frame mobili."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Prima pagina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Ultima pagina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Testo"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Immagine"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Con contenuto"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Senza contenuto"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Alla pagina indicata"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Converti bitmap in poligono"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Fai clic per terminare la presentazione..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Applica 3D preferito"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtro immagine"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"non è un file audio valido."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Converti in metafile"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Converti in bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Non è stato possibile creare il file $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Non è stato possibile aprire il file $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Non è stato possibile aprire il file $(URL1) secondo $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Nome dello schema diapositiva. Fai clic col pulsante destro per l'elenco o clic per la finestra di dialogo."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Rinomina diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Rinomina pagina"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Non sono ammessi nomi duplicati o vuoti"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nome"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Rinomina diapositiva schema"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Area del titolo per layout automatici"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Area degli oggetti per layout automatici"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Area del piè di pagina"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Area dell'intestazione"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Area della data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Area del numero di diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Area del numero di pagina"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<intestazione>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<piè di pagina>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data/ora>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<numero>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<conta>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nome-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nome-pagina>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Area delle annotazioni"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversione Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositive"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Pagine"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Anteprima non disponibile"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparazione dell'anteprima"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Layout"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Stili di disegno"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Stili di presentazione"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Stile casella di testo"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Figura %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Imposta immagine di sfondo"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Commenti"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Azzera il layout diapositiva"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Inserisci tabella"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Inserisci grafico"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Inserisci immagine"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Inserisci audio o video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Trascina e rilascia le pagine"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Trascina e rilascia le diapositive"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Aggiungi le immagini all'album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Testo della diapositiva"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "La cartella di destinazione locale '%FILENAME' non è vuota. È possibile che alcuni file vengano sovrascritti. Continuare?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Sfondo"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Oggetti di sfondo"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Layout"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Campi di controllo"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Linee di quotatura"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pagina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva schema"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva schema:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pagina schema"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Pagina schema:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Note)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Stampati"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Fai clic per modificare il formato del testo del titolo"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Fai clic per modificare il formato del testo della struttura"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Doppio tap per modificare il formato del testo del titolo"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Doppio tap per modificare il formato del testo della struttura"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Secondo livello struttura"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Terzo livello struttura"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Quarto livello struttura"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Quinto livello struttura"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sesto livello struttura"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Settimo livello struttura"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Fai clic per spostare la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Fai clic per modificare il formato delle note"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Doppio tap per spostare la diapositiva"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Doppio tap per modificare il formato delle note"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Fai clic per aggiungere un titolo"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Fai clic per aggiungere del testo"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Fai clic per aggiungere del testo"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Fai clic per aggiungere delle note"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Doppio tap per aggiungere un titolo"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Doppio tap per aggiungere del testo"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Doppio tap per aggiungere del testo"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tap per modificare il testo"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Doppio tap per aggiungere delle note"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Fai doppio clic per aggiungere un'immagine"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Fai doppio clic per aggiungere un oggetto"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Fai doppio clic per aggiungere un grafico"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Fai doppio clic per aggiungere un organigramma"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Fai doppio clic per aggiungere un foglio elettronico"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Predefinito"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titolo"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Stile di disegno predefinito"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Sposta diapositive"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Inserisci pagine"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Inserisci pagina"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Proprietà della diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Oggetto senza riempimento"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Oggetto senza riempimento e linee"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Testo"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titolo A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Intestazione A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Testo A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titolo A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Intestazione A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Testo A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Immagine"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Forme"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linee"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Linea a freccia"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Linea tratteggiata"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Pieno"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Blu pieno"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Verde pieno"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Giallo pieno"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Rosso pieno"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contornato"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contornato in blu"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contornato in verde"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contornato in giallo"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contornato in rosso"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titolo"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sottotitolo"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Struttura"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Oggetti di sfondo"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Sfondo"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Note"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importazione PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Salva documento"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Riduci la dimensione del carattere"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Aumenta la dimensione del carattere"
@@ -2431,637 +2467,637 @@ msgstr "Aumenta la dimensione del carattere"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Vista disegno"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Vista disegno"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Vista struttura"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Vista diapositiva"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Spazio per ordinare le diapositive."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Vista note"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Vista stampato"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TitoloPresentazione"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "StrutturaPresentazione"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SottotitoloPresentazione"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PaginaPresentazione"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NotePresentazione"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Stampato"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "FormaPresentazioneAccessibileSconosciuta"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PièdipaginaPresentazione"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "IntestazionePresentazione"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DataeOraPresentazione"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NumeroPaginaPresentazione"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentazione %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titolo"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Struttura"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sottotitolo"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pagina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Note"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Stampato"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma Presentazione Accessibile Sconosciuta"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Piè di pagina"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Intestazione"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numero"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(sola lettura)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nessuno"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Fino al prossimo clic"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Fino alla fine della diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direzione:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Raggi:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primo colore:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Secondo colore:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Colore di riempimento:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stile:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tipo di carattere:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Colore carattere:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stile:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Carattere tipografico:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Colore linea:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Dimensioni carattere:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Dimensione:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Quantità:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Colore:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Nessun suono)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Arresta suono precedente)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Altro suono..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Esempio"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Attivazione"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Percorsi utente"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrata: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Enfasi: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Uscita: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Percorsi di movimento: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Varie: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Nessuna"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Oggi,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ieri,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(nessun autore)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress ha raggiunto la fine della presentazione. Vuoi continuare dall'inizio?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress ha raggiunto l'inizio della presentazione. Vuoi continuare dalla fine?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw ha raggiunto la fine del documento. Vuoi continuare dall'inizio?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw ha raggiunto l'inizio del documento. Vuoi continuare dalla fine?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Inserisci commento"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Elimina commento/i"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Sposta commento"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Modifica commento"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Rispondi a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Riproduzione multimediale"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabella"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Documento"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositive per pagina:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Ordine:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Contenuto"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nome diapo~sitiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nome p~agina"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Data e ora"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Pagine nascoste"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Colore"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Dimensioni"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Dépliant"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Lati della pagina"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Includi"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Usa cassetto solo da impostazioni stampante"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Pagine:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositive:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress ha eseguito la ricerca fino al termine della presentazione. Vuoi continuare la ricerca dall'inizio?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress ha eseguito la ricerca fino all'inizio della presentazione. Vuoi proseguire fino alla fine?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw ha eseguito la ricerca fino al termine del documento. Vuoi continuare la ricerca dall'inizio?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw ha eseguito la ricerca fino all'inizio del documento. Vuoi proseguire fino alla fine?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animazione"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Collegamento"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Successiva"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Precedente"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Prima diapositiva"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Ultima diapositiva"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Chiudi riquadro"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Aggiungi nuova struttura"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/it/sfx2/messages.po b/source/it/sfx2/messages.po
index 4be381892d7..f3cd45d0d79 100644
--- a/source/it/sfx2/messages.po
+++ b/source/it/sfx2/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-01-09 03:14+0000\n"
-"Last-Translator: Elisabetta Manuele <calembour@hotmail.it>\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
+"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/sfx2messages/it/>\n"
"Language: it\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.15.2\n"
"X-POOTLE-MTIME: 1564768694.000000\n"
#. bHbFE
@@ -735,7 +735,7 @@ msgstr "Apri documento..."
#: include/sfx2/strings.hrc:139
msgctxt "STR_QUICKSTART_FROMTEMPLATE"
msgid "Template Manager..."
-msgstr ""
+msgstr "Gestore dei modelli..."
#. FzJCj
#: include/sfx2/strings.hrc:140
@@ -4870,7 +4870,7 @@ msgstr "Nuovo..."
#: sfx2/uiconfig/ui/stylecontextmenu.ui:20
msgctxt "stylecontextmenu|edit"
msgid "Edit Style..."
-msgstr ""
+msgstr "Modifica stile..."
#. TPTqm
#: sfx2/uiconfig/ui/stylecontextmenu.ui:28
diff --git a/source/it/svtools/messages.po b/source/it/svtools/messages.po
index 485c9e55b6b..53e7c928d03 100644
--- a/source/it/svtools/messages.po
+++ b/source/it/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-09 03:15+0000\n"
"Last-Translator: Paolo Pelloni <info@paolopelloni.it>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/it/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Scorre all'ultimo foglio"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Aggiunge foglio"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/it/sw/messages.po b/source/it/sw/messages.po
index be4567fa0be..0671afbfd77 100644
--- a/source/it/sw/messages.po
+++ b/source/it/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-03-12 16:31+0000\n"
"Last-Translator: Valter Mura <valtermura@gmail.com>\n"
"Language-Team: Italian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/it/>\n"
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Inserisci voce di indice"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Elimina la voce selezionata dall'indice. Il testo della voce all'interno del documento non viene eliminato."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Inserisci"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nuovo indice personalizzato"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Aggiorna voce dalla selezione"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Voce principale"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Solo parole intere"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Maiuscole/minuscole"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Voce successiva (stesso nome)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Passa alla voce di indice successiva dello stesso tipo e con lo stesso nome nel documento."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Voce precedente (stesso nome)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Passa alla voce di indice precedente dello stesso tipo e con lo stesso nome nel documento."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Voce precedente"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Passa alla voce di indice precedente dello stesso tipo nel documento."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Voce successiva"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Passa alla voce di indice successiva dello stesso tipo nel documento."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ja/cui/messages.po b/source/ja/cui/messages.po
index e9e3d5d3e6d..136839afc6e 100644
--- a/source/ja/cui/messages.po
+++ b/source/ja/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ja/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563975021.000000\n"
#. GyY9M
@@ -16600,74 +16600,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "常に次の形式で保存(_V):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "文書ドキュメント"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML形式ドキュメント"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "マスタードキュメント"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "表計算"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "プレゼンテーション"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "図形描画"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "数式"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "ドキュメントの種類(_O):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "標準のファイル形式と ODF 設定"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ja/helpcontent2/source/text/scalc.po b/source/ja/helpcontent2/source/text/scalc.po
index 54642957e46..a0783011351 100644
--- a/source/ja/helpcontent2/source/text/scalc.po
+++ b/source/ja/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-03-20 12:49+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/ja/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">シートの削除</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "シートタブの色"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/scalc/00.po b/source/ja/helpcontent2/source/text/scalc/00.po
index f1106d297cc..c0ba15a3428 100644
--- a/source/ja/helpcontent2/source/text/scalc/00.po
+++ b/source/ja/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-30 06:46+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/ja/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\"><emph>シート → セルの削除</emph> を選択します。</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "<emph>シート → シートの削除</emph> を選択します。"
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "<emph>シート → シートを移動またはコピー</emph> を選択します。"
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "列の挿入"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\"><menuitem>シート → シートを挿入</menuitem> を選択します。</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/scalc/01.po b/source/ja/helpcontent2/source/text/scalc/01.po
index 0dd5eb748f3..81f88fbad10 100644
--- a/source/ja/helpcontent2/source/text/scalc/01.po
+++ b/source/ja/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-03 12:46+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ja/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>表計算ドキュメント; 削除する</bookmark_value><bookmark_value>表; 削除する</bookmark_value><bookmark_value>削除; 表計算ドキュメント</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "シートの削除"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">ここでは、確認メッセージ付きで現在のシートが削除できます。</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "はい"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "現在のシートが削除されます。"
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "いいえ"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "削除を中止します。削除はまったく行われません。"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>表計算ドキュメント; 移動する</bookmark_value><bookmark_value>表計算ドキュメント; コピーする</bookmark_value><bookmark_value>移動; 表計算ドキュメント</bookmark_value><bookmark_value>コピーする; 表計算ドキュメント</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "シートの移動とコピー"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "シートの挿入"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>シート;作成</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "シートの挿入"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>ワークシート名</bookmark_value><bookmark_value>変更; シートの名前</bookmark_value><bookmark_value>シート; 名前の変更</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "シートの名前の変更"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "シートを表示する"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>シート; 表示する</bookmark_value><bookmark_value>表示する; シート</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "シートを表示する"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\"><emph>表示</emph> コマンドで隠れているシートを表示します。</ahelp></variable>コマンドを呼び出すには、シートを 1 つ選択します。現在のシートは常に選択されます。現在のシート以外のシートを選択するには、<switchinline select=\"sys\"><caseinline select=\"MAC\">(Command)</caseinline><defaultinline>(Ctrl)</defaultinline></switchinline> キーを押しながら、ウィンドウの下にあるそのシート見出しをクリックします。"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/scalc/guide.po b/source/ja/helpcontent2/source/text/scalc/guide.po
index 602f617e3ec..7774b6b5f6c 100644
--- a/source/ja/helpcontent2/source/text/scalc/guide.po
+++ b/source/ja/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-10 09:33+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/ja/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "シート見出しによる移動"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>シート; 複数を表示する</bookmark_value><bookmark_value>表見出し; 使用する</bookmark_value><bookmark_value>表示; 複数の表</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">シート見出しによる移動</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "$[officename] の標準設定では、新規の表計算ドキュメントには「Sheet1」から「Sheet3」までの 3 つのシートが作成されます。画面下のシート見出しをクリックすると、シートを切り替えられます。"
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">シート見出し</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">アイコン</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "ナビゲーションボタンを使用すると、表計算ドキュメント内のすべてのシートを表示できます。一番左または一番右のボタンをクリックすると、それぞれ、最初のシート見出しと最後のシート見出しが現れます。真ん中のボタンをクリックすると、すべてのシート見出しを前後にスクロールできます。シート自身を表示するには、シート見出しをクリックします。"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "複数のシートに適用する"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>シート; 挿入する</bookmark_value><bookmark_value>挿入; シート</bookmark_value><bookmark_value>シート; 複数選択する</bookmark_value><bookmark_value>シートを追加する</bookmark_value><bookmark_value>選択する; 複数シート</bookmark_value><bookmark_value>複数シート</bookmark_value><bookmark_value>計算する; 複数シート</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">複数のシートに適用する</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "シートを挿入する"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "<item type=\"menuitem\">挿入 → シート</item>を選択すると、新規のシートまたはほかの既存ファイル中のシートを挿入できます。"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">言語をリストに追加するダイアログを開きます。</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/scalc/menu.po b/source/ja/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ja/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ja/helpcontent2/source/text/shared/00.po b/source/ja/helpcontent2/source/text/shared/00.po
index de98afea2dc..89295ff1132 100644
--- a/source/ja/helpcontent2/source/text/shared/00.po
+++ b/source/ja/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-08 15:34+0000\n"
"Last-Translator: AAAA <addr_2610@ymail.ne.jp>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/ja/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">このコマンドの見つけ方</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "「ファイル」メニュー"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "新規作成"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "ファイルを開く"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "保存"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "名前を付けて保存"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "プレビューの印刷"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/ja/helpcontent2/source/text/shared/01.po b/source/ja/helpcontent2/source/text/shared/01.po
index 68b89783618..d565cc76efb 100644
--- a/source/ja/helpcontent2/source/text/shared/01.po
+++ b/source/ja/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-10 09:33+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/ja/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>機能</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">イベント</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">プログラムのイベントにマクロが割り当てられます。割り当てたマクロは、選択したイベントが発生する度に自動的に実行されます。</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ja/helpcontent2/source/text/swriter/00.po b/source/ja/helpcontent2/source/text/swriter/00.po
index 82f64dfbbd2..f971eb0cb7d 100644
--- a/source/ja/helpcontent2/source/text/swriter/00.po
+++ b/source/ja/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-19 08:37+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/ja/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "差し込み印刷"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ja/helpcontent2/source/text/swriter/01.po b/source/ja/helpcontent2/source/text/swriter/01.po
index 780fe198486..a2843fee8f9 100644
--- a/source/ja/helpcontent2/source/text/swriter/01.po
+++ b/source/ja/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-10 09:32+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/ja/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "印刷プレビューを表示している間は、ドキュメントを編集できません。"
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">印刷プレビューを閉じるには、<emph>プレビューを閉じる</emph>ボタンをクリックします。</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "ハイパーリンク (LS および LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">開く (LS) および閉じる (LE) ハイパーリンクタグによって囲むエントリの一部のハイパーリンクを作成します。<emph>構成</emph> 行で、ハイパーリンクを作成する部分の前にある空のボックスをクリックしてから、このボタンをクリックします。ハイパーリンクを設定する場所の後ろにある空のボックスをクリックしてから、このボタンをもう一度クリックします。すべてのハイパーリンクは一意にしてください。目次にだけ使用できます。</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/ja/officecfg/registry/data/org/openoffice/Office.po b/source/ja/officecfg/registry/data/org/openoffice/Office.po
index 1ef1451f7c4..2625144bc30 100644
--- a/source/ja/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ja/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-10 13:21+0000\n"
"Last-Translator: JO3EMC <jo3emc@jarl.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/ja/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "ノート"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "文書ドキュメント"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "表計算ドキュメント"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "プレゼンテーション"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "図形描画"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webページ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "マスタードキュメント"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "数式"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "データベースドキュメント"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po
index 01022810ea4..5b3c82c2a84 100644
--- a/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ja/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-13 14:33+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ja/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "データの入力規則(~V)..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "行の削除"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "スライドマスターを変更..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "マスターページ(~M)..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "列の挿入"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "選択した列を削除"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "行の削除"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "行の削除(~R)"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "選択した行を削除"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "ページ番号(~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "列の前(~B)"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "行の削除"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "行(~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "選択した行を削除"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ja/sc/messages.po b/source/ja/sc/messages.po
index 53cef14ea31..c89d7945bed 100644
--- a/source/ja/sc/messages.po
+++ b/source/ja/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ja/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563888415.000000\n"
#. kBovX
@@ -32439,38 +32439,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "他のオプション"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "列の種類(_Y):"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "プレビューウィンドウで列を選択して、インポートデータを適用するデータの種類を選択します。"
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "テキストから列へ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "フィールド"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "フィールドの区切り記号を含むデータをインポートするためのオプションを選択します。"
diff --git a/source/ja/sd/messages.po b/source/ja/sd/messages.po
index 90c6f41c423..0aa1a1dd094 100644
--- a/source/ja/sd/messages.po
+++ b/source/ja/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ja/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562492439.000000\n"
#. WDjkB
@@ -1218,249 +1218,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "テキストの挿入"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "マスタースライドの読み込み"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "スマート"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "左"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "右"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "上"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "下"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "左上?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "左下?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "右上?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "右下?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "横"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "縦"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "すべて?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "このアクションはライブモードで実行できません。"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "戻る"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "次へ"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "目次"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "色の置き換え"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "フェードアウト"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "スライドの拡張"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "目次スライド"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "現在、SANEは利用できません。"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "現在、TWAINは利用できません。"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "変更不可能"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "変更可能"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "標準"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "標準(短い)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "標準(長い)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ファイル名"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "パス/ファイル名"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "パス"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "拡張子なしのファイル名"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "新しい目的別スライドショー"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "コピー "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME プレゼンテーション形式(Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME 描画形式(Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "メタファイルを分ける..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "すべての図形描画オブジェクトは解除できませんでした。"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION プレゼンテーション"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION 図形描画"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1470,157 +1500,157 @@ msgstr ""
"上書きしますか?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "テキスト"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ハイパーリンク"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "訪れたリンク"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "アクティブなリンク"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ノート"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "目次"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ここをクリックして開始します"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "作成者"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "メール"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ホームページ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "詳しい情報"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "プレゼンテーションのソースをダウンロード"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "残念ながらこのブラウザーはフレームをサポートしません。"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "最初のページ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "最後のページ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "テキスト"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "画像"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "内容とともに"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "内容なしで"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "指定のページへ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "ビットマップを多角形に変形する"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "マウスクリックでスライドショーの終了..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "休止..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D をお気に入りに追加"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "画像フィルター"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1630,799 +1660,805 @@ msgstr ""
"有効なサウンドファイルではありません!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "メタファイルに変換"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ビットマップに変換"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ファイル $(URL1)は作成できません。"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ファイル $(URL1)は開けられません。"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ファイル $(URL1) は $(URL2) によりコピーできません"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "マスタースライドの名前です。右クリックでリストを表示するか、クリックしてダイアログを開きます。"
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "スライド名の変更"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "ページ名の変更"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "空白や重複した名称は設定できません"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "名前"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "マスタースライドの名前の変更"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "自動レイアウト用のタイトルエリア"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "自動レイアウト用のオブジェクトエリア"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "フッターエリア"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ヘッダーエリア"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "日付エリア"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "スライド番号エリア"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ページ番号エリア"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ヘッダー>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<フッター>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<日付/時刻>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<番号>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<カウント>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<スライド名>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<ページ名>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ノートエリア"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ハングル/ハンチャ変換"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "スライド"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ページ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "プレビューは使用不可"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "プレビューの準備"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "レイアウト"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "図形スタイル"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "プレゼンテーションスタイル"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "セルスタイル"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "シェイプ %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "背景画像の設定"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "コメント"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "スライドレイアウトのリセット"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "表の挿入"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "グラフの挿入"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "画像の挿入"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "オーディオまたはビデオの挿入"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "ページのドラッグ&ドロップ"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "スライドのドラッグ&ドロップ"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "画像をアルバムに追加してください。"
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "テキストスライド"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ローカルターゲットディレクトリ '%FILENAME' が空ではありません。一部のファイルが上書きされる可能性があります。続行しますか?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "背景"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "背景のオブジェクト"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "レイアウト"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "コントロール"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "寸法線"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "スライド"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ページ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "スライド"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "マスタースライド"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "マスタースライド:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "マスターページ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "マスターページ:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ノート)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "配付資料"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "クリックしてタイトルテキストを編集"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "クリックしてアウトラインのテキストを編集"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "ダブルタップしてタイトルの書式を編集"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "ダブルタップしてアウトラインの書式を編集"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "2レベル目のアウトライン"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "3レベル目のアウトライン"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "4レベル目のアウトライン"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "5レベル目のアウトライン"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "6レベル目のアウトライン"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "7レベル目のアウトライン"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "クリックしてスライドを移動"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "クリックしてノートの書式を編集"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "ダブルタップしてスライドを移動"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "ダブルタップしてノートの書式を編集"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "クリックしてタイトルを追加"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "クリックしてテキストを追加"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "クリックしてテキストを追加"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "クリックしてノートを追加"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "ダブルタップしてタイトルを追加"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "ダブルタップしてテキストを追加"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "ダブルタップしてテキストを追加"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "タップしてテキストを編集"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "ダブルタップしてノートを追加"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ダブルクリックして画像の挿入"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ダブルクリックしてオブジェクトの挿入"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ダブルクリックしてグラフの挿入"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ダブルクリックして組織図の挿入"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ダブルクリックして表計算の挿入"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "標準"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "タイトル"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "標準図形スタイル"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "スライドの移動"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "ページの挿入"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "ページの挿入"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "スライド設定"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "塗りつぶしなしオブジェクト"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "塗りつぶしなし線なしオブジェクト"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "テキスト"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "タイトル A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "見出し A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "テキスト A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "タイトル A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "見出し A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "テキストA0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "図形"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "シェイプ"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "線"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "矢印"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "点線"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "塗りつぶし"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "塗りつぶし (青)"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "塗りつぶし(緑)"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "塗りつぶし(黄)"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "塗りつぶし(赤)"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "線"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "線(青)"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "線(緑)"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "線(黄)"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "線(赤)"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "タイトル"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "サブタイトル"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "アウトライン"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "背景のオブジェクト"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "背景"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ノート"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint インポート"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ドキュメントの保存"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "フォントサイズを小さくする"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "フォントサイズを大きくする"
@@ -2430,637 +2466,637 @@ msgstr "フォントサイズを大きくする"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "図形描画モード"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "図形描画モード"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "アウトラインモード"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "スライドモード"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ここで、スライドの並べ替えができます。"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ノートモード"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "配付資料モード"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "プレゼンテーションタイトル"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "プレゼンテーションタイトル"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "プレゼンテーションサブタイトル"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "プレゼンテーションページ"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "プレゼンテーションノート"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "配布資料"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "プレゼンテーションフッター"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "プレゼンテーションヘッダー"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "プレゼンテーション日付と時刻"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "プレゼンテーション ページ番号"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME プレゼンテーション"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "タイトル"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "タイトル"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "サブタイトル"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ページ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ノート"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "配布資料"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "フッター"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ヘッダー"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "日付"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "番号"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(読み取り専用)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "なし"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "次のクリックまで"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "スライドの最後まで"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "方向:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ズーム:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "スポーク:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "第一色:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "第二色:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "塗りつぶす色:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "スタイル:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "フォント:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "フォントの色:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "スタイル:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "書体:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "線の色:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "フォントのサイズ:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "サイズ:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "量:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "色:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(サウンドなし)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(前のサウンドを停止)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ほかのサウンド..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "例"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "トリガー"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ユーザーパス"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "開始: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "強調: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "終了: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "モーションパス: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "その他: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "なし"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "今日、"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "昨日、"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(作者なし)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impressはプレゼンテーションの末尾に到達しました。先頭から続けますか?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impressはプレゼンテーションの先頭に到達しました。末尾から続けますか?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Drawはドキュメントの末尾に到達しました。先頭から続けます?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Drawはドキュメントの先頭に到達しました。末尾から続けますか?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "コメントを挿入"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "コメントを削除"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "コメントを移動"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "コメントを編集"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 へ返信"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "メディアの再生"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "表"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ドキュメント"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "1ページ/スライド:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "順序:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "内容(~C)"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "スライド名(~S)"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "ページ名(~A)"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "日時(~D)"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "非表示のページ"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "カラー"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "サイズ(~S)"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "パンフレット"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "ページ面"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "印刷対象"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "プリンター設定の給紙トレイのみ使用(~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "ページ:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "スライド:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impressは、プレゼンテーションの終わりまで検索しました。プレゼンテーションの始めに戻って検索を続行しますか?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impressは、プレゼンテーションの始めまで検索しました。プレゼンテーションの終わりに戻って検索を続行しますか?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Drawは、ドキュメントの終わりまで検索しました。ドキュメントの始めに戻って検索を続行しますか?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Drawは、ドキュメントの始めまで検索しました。ドキュメントの終わりに戻って検索を続行しますか?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "アニメーション"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "リンク"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "次へ(~N)"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "前へ(~P)"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "最初のスライド(~F)"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "最後のスライド(~L)"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "ペインを閉じる"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ja/svtools/messages.po b/source/ja/svtools/messages.po
index 352757d66c2..b95749add4a 100644
--- a/source/ja/svtools/messages.po
+++ b/source/ja/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ja/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547910395.000000\n"
#. fLdeV
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ja/sw/messages.po b/source/ja/sw/messages.po
index f141a9a76dc..98751c46559 100644
--- a/source/ja/sw/messages.po
+++ b/source/ja/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-19 08:27+0000\n"
"Last-Translator: Jun NOGATA <nogajun@gmail.com>\n"
"Language-Team: Japanese <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ja/>\n"
@@ -16929,230 +16929,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "目次と索引の項目登録"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "選択した項目を、索引ないし目次から削除します。項目としての登録を解除しても、ドキュメント上の該当する語句は削除されません。"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "挿入"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "新しいユーザー定義の索引"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "主項目"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "完全一致のみ"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "大/小文字を区別"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "索引ないし目次のうちで、ドキュメント内にある 1 つ前の項目にジャンプします。"
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "索引ないし目次のうちで、ドキュメント内にある 1 つ次の項目にジャンプします。"
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/jv/cui/messages.po b/source/jv/cui/messages.po
index 04a8356c9a1..40de0158efe 100644
--- a/source/jv/cui/messages.po
+++ b/source/jv/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16801,77 +16801,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr ""
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr ""
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr ""
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Lembar kerjā"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "presentasi"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "nggambar"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "rumus"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/jv/officecfg/registry/data/org/openoffice/Office.po b/source/jv/officecfg/registry/data/org/openoffice/Office.po
index d62492a571e..992148841ba 100644
--- a/source/jv/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/jv/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-03-11 23:00+0000\n"
"Last-Translator: Ki Drupadi <kidrupadi@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12563,88 +12563,84 @@ msgctxt ""
msgid "Notes"
msgstr ""
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
+msgid "Text documents (Writer)"
msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Lembar kerjā"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "presentasi"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "nggambar"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "rumus"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
diff --git a/source/jv/officecfg/registry/data/org/openoffice/Office/UI.po b/source/jv/officecfg/registry/data/org/openoffice/Office/UI.po
index 46c02a9dadd..d786c317b8a 100644
--- a/source/jv/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/jv/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-03-11 23:00+0000\n"
"Last-Translator: Ki Drupadi <kidrupadi@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2244,6 +2244,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9619,14 +9629,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10932,6 +10942,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26824,36 +26844,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32152,16 +32142,36 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
msgstr ""
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
+
#. Z7Y7v
#: WriterCommands.xcu
msgctxt ""
@@ -33339,6 +33349,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr ""
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/jv/sc/messages.po b/source/jv/sc/messages.po
index 301debeb961..5752d497842 100644
--- a/source/jv/sc/messages.po
+++ b/source/jv/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-03-11 23:01+0000\n"
"Last-Translator: Ki Drupadi <kidrupadi@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32741,38 +32741,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr ""
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/jv/sd/messages.po b/source/jv/sd/messages.po
index d87e6f5edd0..c580df3f1bc 100644
--- a/source/jv/sd/messages.po
+++ b/source/jv/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-03-11 23:01+0000\n"
"Last-Translator: Ki Drupadi <kidrupadi@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1219,261 +1219,291 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr ""
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Miwiti"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "kiwā"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr ""
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr ""
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ngisor"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "horisontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "vertikal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Kabèh"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
#, fuzzy
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "balik"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
#, fuzzy
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "lanjut"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
#, fuzzy
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ajeg"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
#, fuzzy
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "standar"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Jeneng berkas:"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr ""
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "pang"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr ""
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1481,159 +1511,159 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teks"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
#, fuzzy
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "tautan"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr ""
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Penulis"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr ""
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr ""
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teks"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "gambar"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1641,811 +1671,817 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
#, fuzzy
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "_Jeneng:"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
#, fuzzy
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "irahan"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
#, fuzzy
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "suku"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Kācā"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
#, fuzzy
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Piranti ora cumawis."
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr ""
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komèntar"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr ""
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr ""
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Lebokaké Audio utāwā Video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
#, fuzzy
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "latar"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "tata letak"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "kontrol"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
#, fuzzy
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "slide"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Kācā"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "slide"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "gawan"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Judhul"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teks"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Judhul"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "garis wates"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "latar"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr ""
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2453,648 +2489,648 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Présentasi %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Judhul"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "garis wates"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Kācā"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr ""
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "suku"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "irahan"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "tanggal"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr ""
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "mung-diwācā"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "cathetan"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "arah"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr ""
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr ""
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ukuran:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr ""
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr ""
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr ""
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumèn"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Komèntar"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "kelir"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/jv/svtools/messages.po b/source/jv/svtools/messages.po
index fb754fe0159..7465cc23bf2 100644
--- a/source/jv/svtools/messages.po
+++ b/source/jv/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -871,10 +871,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/jv/sw/messages.po b/source/jv/sw/messages.po
index b59d884ef65..1dce3f400ad 100644
--- a/source/jv/sw/messages.po
+++ b/source/jv/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-03-11 23:03+0000\n"
"Last-Translator: Ki Drupadi <kidrupadi@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17223,230 +17223,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Sisip"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ka/cui/messages.po b/source/ka/cui/messages.po
index 3c7fc9e3b8f..c773b5efd44 100644
--- a/source/ka/cui/messages.po
+++ b/source/ka/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16983,74 +16983,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "ტექსტური დოკუმენტი"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML დოკუმენტი"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "მთავარი დოკუმენტი"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "ელ-ცხრილი"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "პრეზენტაცია"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ხატვა"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ფორმულა"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/scalc.po b/source/ka/helpcontent2/source/text/scalc.po
index 2eabe03c430..62c4cd5cf73 100644
--- a/source/ka/helpcontent2/source/text/scalc.po
+++ b/source/ka/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-07-04 21:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">Delete Cells</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ka/helpcontent2/source/text/scalc/00.po b/source/ka/helpcontent2/source/text/scalc/00.po
index d5ea9bba7cd..2ffe39cfa6b 100644
--- a/source/ka/helpcontent2/source/text/scalc/00.po
+++ b/source/ka/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "სვეტების ჩასმა"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ka/helpcontent2/source/text/scalc/01.po b/source/ka/helpcontent2/source/text/scalc/01.po
index 0b5b42a8329..9e5c16f41d2 100644
--- a/source/ka/helpcontent2/source/text/scalc/01.po
+++ b/source/ka/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ელექტრონული ცხრილები; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; ელექტრონული ცხრილები</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "ფურცლის წაშლა"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "დიახ"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "არა"
-
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "დიალოგის შეწყვეტა. წაშლა არ მომზადებულა."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>ელექტრონული ცხრილები; გადატანა</bookmark_value><bookmark_value>ელექტრონული ცხრილები; კოპირება</bookmark_value><bookmark_value>გადატანა; ელექტრონული ცხრილები</bookmark_value><bookmark_value>კოპირება; ელექტრონული ცხრილები</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ფურცლის ასლი ან გადატანა"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "ფურცლის ჩასმა"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "ფურცლის ჩასმა"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>სამუშაო ფურცლის სახელები</bookmark_value><bookmark_value>შეცვლა; ფურცლის სახელები</bookmark_value><bookmark_value>ფურცლები; სახელის გადარქმევა</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "ფურცლის სახელის გადარქმევა"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "ფურცელის ჩვენება"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები; ასახვა</bookmark_value><bookmark_value>ასახვა; ფურცლები</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "ფურცელის ჩვენება"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ka/helpcontent2/source/text/scalc/guide.po b/source/ka/helpcontent2/source/text/scalc/guide.po
index f03f0154cad..ab31667dcaa 100644
--- a/source/ka/helpcontent2/source/text/scalc/guide.po
+++ b/source/ka/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr ""
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">ხსნის მონაცემთა ბაზის ოსტატს მონაცემთა ფაილის შესაქმნელად.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ka/helpcontent2/source/text/scalc/menu.po b/source/ka/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ka/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ka/helpcontent2/source/text/shared/00.po b/source/ka/helpcontent2/source/text/shared/00.po
index 8862ee27655..4ca0dfdd879 100644
--- a/source/ka/helpcontent2/source/text/shared/00.po
+++ b/source/ka/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr ""
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "ახალი"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr ""
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "შენახვა"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "დაიმახსოვრე როგორც"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "ბეჭდვის გვერდის წინასწარი დათვალიერება"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/ka/helpcontent2/source/text/shared/01.po b/source/ka/helpcontent2/source/text/shared/01.po
index fe0447ad0fa..d3956916364 100644
--- a/source/ka/helpcontent2/source/text/shared/01.po
+++ b/source/ka/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>ფუნქცია</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/01160000.xhp\">გაგზავნა</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ka/helpcontent2/source/text/swriter/00.po b/source/ka/helpcontent2/source/text/swriter/00.po
index ee33f552371..49b9c1bc270 100644
--- a/source/ka/helpcontent2/source/text/swriter/00.po
+++ b/source/ka/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "ფოსტის შერწყმა"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ka/helpcontent2/source/text/swriter/01.po b/source/ka/helpcontent2/source/text/swriter/01.po
index 7f28d71fe15..4b1e218ca7e 100644
--- a/source/ka/helpcontent2/source/text/swriter/01.po
+++ b/source/ka/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "ჰიპერბმული (LS და LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">ქმნის ჰიპერბმულს ჩანაწერის ნაწილისთვის, რომელსაც სვამთ გამხსნელ (LS) და (LE) ჰიპერბმულის ჭდეებში. <emph>Structure </emph>სტრიქონზე დააწკაპუნეთ ცარიელ ველზე იმ ნაწილის წინ, რომლისთვისაც ჰიპერბმულს ქმნით და შემდეგ დააწკაპუნეთ ღილაკზე დააწკაპუნეთ ცარიელ ველზე იმ ნაწილის შემდეგ, რომლის ჰიპერბმულიც გსურთ და შემდეგ კვლავ დააჭირეთ ღილაკს. ყველა ჰიპერბმული უნიკალური უნდა იყოს.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/ka/officecfg/registry/data/org/openoffice/Office.po b/source/ka/officecfg/registry/data/org/openoffice/Office.po
index ef82342f2a2..fb2226732fc 100644
--- a/source/ka/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ka/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12508,85 +12508,85 @@ msgctxt ""
msgid "Notes"
msgstr "შენიშვნები"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ტექსტური დოკუმენტები"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "ელექტრონული ცხრილები"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "პრეზენტაციები"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ნახატები"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ვებ გვერდები"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ძირითადი დოკუმენტები"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "მონაცემთა ბაზის დოკუმენტები"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po
index 70d67f17cba..bf705bc233d 100644
--- a/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ka/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2251,6 +2251,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "სტრიქონების წაშლა"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9652,14 +9662,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10976,6 +10986,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ს~ვეტების ჩასმა"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26915,36 +26935,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32275,15 +32265,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~გვერდის ნომერი"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33468,6 +33478,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "სტრიქონების წაშლა"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "ს~ტრიქონები"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/ka/sc/messages.po b/source/ka/sc/messages.po
index 1bf412ea66c..e2345fa53a9 100644
--- a/source/ka/sc/messages.po
+++ b/source/ka/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33139,39 +33139,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "სვეტის ტ_იპი"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ველები"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ka/sd/messages.po b/source/ka/sd/messages.po
index 6163ba79107..f93c0ee4410 100644
--- a/source/ka/sd/messages.po
+++ b/source/ka/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1228,249 +1228,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ტექსტის ჩასმა"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ჭკვიანი"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "მარცხენა"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "მარჯვენა"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ზემოთ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ქვემოთ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ზედა მარცხენა?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ქვედა მარცხენა?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ზედა მარჯვენა?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ქვედა მარჯვენა?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ჰორიზონტალური"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ვერტიკალური"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ყველა?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ეს მოქმედება არ გაიშვება ცოცხალ რეჟიმში."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "უკან"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "გაგრძელება"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "გადახედვა"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ფერადი დაშვება"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ურთიერთ გარდაქმნა"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "სლაიდის გაშლა"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "სლაიდის შიგთავსის ცხრილი"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ამ წუთისათვის SANE წყარო ხელმიუწვდომელია."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "არსებულ დროს TWAIN წყარო ხელმიუწვდომელია."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "უძრავი"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ცვლადი"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "სტანდარტული"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "სტანდარტული (მოკლე)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "სტანდარტული (გრძელი)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ფაილის სახელი"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "მდებარეობა/ფაილის სახელი"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "მდებარეობა"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ფაილის სახელი გაფართოების გარეშე"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "ახალი მორგებადი დიაფილმი"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ასლი"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "მეტაფაილ(ებ)ის განჯგუფვა..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "შეუძლებელი იყო ყველა სახატავი ობიექტის დაჯგუფება."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1480,157 +1510,157 @@ msgstr ""
"გსურთ მისი ჩანაცვლება?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ტექსტი"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ბმული"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "ნანახი ბმული"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "აქტიური ბმული"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ჩანაწერები"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "შიგთავსის ცხრილი"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "დასაწყებად დააწკაპუნეთ აქ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ავტორი"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "საწყისი გვერდი"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "დამატებითი ინფორმაცია"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "პრეზენტაციის ჩამოტვირთვა"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "სამწუხაროდ თქვენს ბრაუზერს არა აქვს მოლივლივე ჩარჩოების მხარდაჭერა."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "პირველი გვერდი"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "ბოლო გვერდი"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ტექსტი"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ნახატი"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "შიგთავსით"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "შიგთავსის გარეშე"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "მიცემულ გვერდზე"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "ნახატის პოლიგონად გარდაქმნა"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "პრეზენტაციის დასახურად დააწკაპუნეთ..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "პაუზა..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D რჩეულის მისადაგება"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1641,805 +1671,811 @@ msgstr ""
"არ არის ხმოვანი ფაილი !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "მეტაფაილში გარდაქმნა"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ნახატში გარდაქმნა"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "შეუძლებელია $(URL1) ფაილის შექმნა."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "შეუძლებელია $(URL1) ფაილის გახსნა."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) ფაილი ვერ დაკოპირდა $(URL2)-ში"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "სლაიდის სახელის შეცვლა"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "სახელი"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "სათაურის არეალი ავტოშრეებისათვის"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ობიექტის არეალი ავტოშრეებისათვის"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ქვედა კოლონტიტულის არეალი"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ზედა კოლონტიტულის არეალი"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "თარიღის არეალი"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "სლაიდის რიცხვის არეალი"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "გვერდის რიცხვის არეალი"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<სათაური>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ქვედა კოლონტიტული>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<თარიღი/დრო>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<რიცხვი>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ჩანაწერების არეალი"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja გარდაქმნა"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "სლაიდები"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "გვერდები"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "გადახედვა ხელმიუწვდომელია"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "მზადება გადახედვაზე "
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "შრეები"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "პრეზენტაციის პარამეტრები"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "უჯრების სტილები"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ფორმები 1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "შინაარსი"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ფაილის ჩასმა"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "დიაგრამის ჩასმა"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "გვერდის ჩასმა"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "შემდეგი სლაიდი"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ლოკალური დირექტორიის მდებარეობა'%FILENAME' არ არისა ცარიელი. რამოდენიმე ფაილი შეიძლება იყვეს თავზე გადაწერილი. გნებავთ გაგრძელება?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "ფონი"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "ფონური ობიექტები"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "განლაგება"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "კონტროლები"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "განზომილების ხაზები"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "სლაიდი"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "გვერდი"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "სლაიდი"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "მთავარი გვერდები"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(შენიშვნები)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ბროშურები"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "დააწკაპუნეთ სათაურის ტექსტის ფორმატის რედაქტირებისთვის"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "დააწკაპუნეთ ტექსტის სქემის ფორმატის შესაცვლელად"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "მეორე სქემის დონე"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "მეასმე სქემის დონე"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "მეოთხე სქემის დონე"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "მეხუთე სქემის დონე"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "მეექვსე სქემის დონე"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "მეშვიდე სქემის დონე"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "დააწკაპუნეთ სლაიდის გადასატანად"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "დააწკაპუნეთ შენიშვნების ფორმატის შესაცვლელად"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "საწყისი"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "სათაური"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "გადაიტანე სლაიდები"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ობიექტი ფონის გარეშე"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ტექსტი"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "სათაური"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ქვესახელი"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "მონახაზი"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "ფონური ობიექტები"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "ფონი"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "შენიშვნები"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-ის იმპორტი"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "დოკუმენტის შენახვა"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,669 +2483,669 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ხაზვის რეჟიმი"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ხაზვის რეჟიმი"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "სტრუქტურის რეჟიმი"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "სლაიდების რეჟიმი"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "აქ ალაგებთ სლაიდებს. "
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "შენიშვნების რეჟიმი"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "კონსპექტის რეჟიმი"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "პრეზენტაცია"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "პრეზენტაცია"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "პრეზენტაცია"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ბროშურა"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "პრეზენტაციის ხედი"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "პრეზენტაცია"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME პრეზენტაცია"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "სათაური"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "კონტური"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ქვესახელი"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "გვერდი"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ჩანაწერები"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ბროშურა"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ქვედა კოლონტიტული"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ზედა კოლონტიტული"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "თარიღი"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "რიცხვი"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(მხოლოდ კითხვადი)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ცარიელი"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "მომდევნო დაწკაპუნებამდე"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "სლაიდის ბოლომდე"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "მიმართულება"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "მაშტაბი"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "სხივი"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "პირველი ფერი"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "მეორე ფერი"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "პირველი ფერი"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "სტილი:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "შრიფტი"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "პირველი ფერი"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "სტილი:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "მოხაზულობა"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ხაზის ფერი"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "შრიფტის ზომა"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "ზომა"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "რაოდენობა"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ფერი"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ხმა არ არის)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(გააჩერე გაშვებული ხმა)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "სხვა ხმა..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "მარტი"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "სასხლეტი"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ცარიელი"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "დღეს"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress მოიძია პრეზენტაციის ბოლოში. გნებავთ დასაწყისამდე გაგრძელება?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress მოიძია პრეზენტაციის დასაწყისში. გნებავთ ბოლოდე გაგრძელება?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ხატვამ მოიძiა დოკუმენტის ბოლოს. გნებავთ დასაწყისამდე გაგრძელება?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ხატვამ მოიძია დოკუმენტის დასაწყისში. გნებავთ ბოლომდე გაგრძელება?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "ბრძანების ჩასმა"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "შიგთავსის წაშლა"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "კომენტარის დამალვა"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Edit Comment"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "მედია დაკვრა"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ცხრილი"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME API"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "დოკუმენტი"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "შინაარსი"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "სლაიდის არე"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "გ~ვერდის სახელი"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "თარიღი და დრო"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "~დამალული გვერდები"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ფერი"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ზომა"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ბროშ~ურა"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ჩართვა"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress მოიძია პრეზენტაციის ბოლოში. გნებავთ დასაწყისამდე გაგრძელება?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress მოიძია პრეზენტაციის დასაწყისში. გნებავთ ბოლოდე გაგრძელება?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ხატვამ მოიძiა დოკუმენტის ბოლოს. გნებავთ დასაწყისამდე გაგრძელება?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ხატვამ მოიძია დოკუმენტის დასაწყისში. გნებავთ ბოლომდე გაგრძელება?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ka/svtools/messages.po b/source/ka/svtools/messages.po
index d0e2bfcfe6b..67b181b54e7 100644
--- a/source/ka/svtools/messages.po
+++ b/source/ka/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -864,10 +864,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ka/sw/messages.po b/source/ka/sw/messages.po
index e98f360db1f..3320caaa5cd 100644
--- a/source/ka/sw/messages.po
+++ b/source/ka/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17309,231 +17309,237 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "ჩანაწერის ინდექსის ჩასმა"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "შლის მონიშნულ ჩანაწერს ინდექსიდან. ჩანაწერის ტექსტი დოკუმენტში არ წაიშლება."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ჩასმა"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "ახალი მომხმარებლის განსაზღვრული ინდექსი"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "მთავარი ჩანაწე~რი"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "მხოლო_დ მთელი სიტყვები"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "~რეგისტრის გათვალისწინება"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/kab/cui/messages.po b/source/kab/cui/messages.po
index 58152eaca48..875e33b3d00 100644
--- a/source/kab/cui/messages.po
+++ b/source/kab/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Yacine Bouklif <yacinebouklif@gmail.com>\n"
"Language-Team: Kabyle <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/kab/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Sekles y_al tikkelt am:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Attaftar aḍris"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Taftart HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Attaftar akerwa"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Ambellez"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Tihawt"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Unuɣ"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Tanfalit"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Taw_si n isemliyen:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Amasal n ufaylu amezwar akked iɣewwaren ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/kab/officecfg/registry/data/org/openoffice/Office.po b/source/kab/officecfg/registry/data/org/openoffice/Office.po
index 460117eeb38..6c1c83f6449 100644
--- a/source/kab/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/kab/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-12-14 16:58+0000\n"
"Last-Translator: Muḥend Velqasem <belkacem77@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12505,85 +12505,85 @@ msgctxt ""
msgid "Notes"
msgstr "Tamawt"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Itaftaren n weḍris"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Ifriwen n usiḍen"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Isenkaden"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Unuɣen"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Isebtar n web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Itaftaren ikarwaten"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Tinfaliyin"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Isemliyen n taffa n isefka"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/kab/officecfg/registry/data/org/openoffice/Office/UI.po b/source/kab/officecfg/registry/data/org/openoffice/Office/UI.po
index ad9c4b091bb..bd3c37d15e5 100644
--- a/source/kab/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/kab/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2225,6 +2225,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Kkes ijerriḍen"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9555,15 +9565,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Asebter Agejdan..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10865,6 +10875,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ger Tigejda"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26637,36 +26657,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31917,15 +31907,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Uṭṭun n ~Usebter"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33097,6 +33107,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Kkes izirigen"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "I~zirigen"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/kab/sc/messages.po b/source/kab/sc/messages.po
index 77525ff6558..9b7850b5a8f 100644
--- a/source/kab/sc/messages.po
+++ b/source/kab/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Yacine Bouklif <yacinebouklif@gmail.com>\n"
"Language-Team: Kabyle <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/kab/>\n"
@@ -32452,38 +32452,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Ta_wsit n tgejdit:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Aḍris s wudem ubdid"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Urtan"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/kab/sd/messages.po b/source/kab/sd/messages.po
index 4a63ade44b4..c64d415e0ab 100644
--- a/source/kab/sd/messages.po
+++ b/source/kab/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Yacine Bouklif <yacinebouklif@gmail.com>\n"
"Language-Team: Kabyle <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/kab/>\n"
@@ -1217,249 +1217,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Ger aḍris"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "zelmaḍ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Ɣer yeffus"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Asawen"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Ddaw"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Uksawen ɣer zelmaḍ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Ukessar ɣer zelmaḍ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Uksawen ɣer yefus?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Ukessar ɣer ayeffus?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Aglawan"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Ubdid"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Akk?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Tigawt-agi ulamek ara tekker s wakud ilaw."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Uγal"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Kemmel"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Agzul"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Timelqeḍt n yini"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Axessuy s umazrar"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Ẓel timeccegit"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Timeccegit n ugbur"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Ulac aɣbalu SANE iwejden akka tura."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Ulac aɣbalu TWAIN iwejden akka tura."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Usbiḍ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Amutti"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Amslugen"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Ameslugen (awezlan)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Ameslugen (aɣezfan)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Isem n ufaylu"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Abrid / isem n ufaylu"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Abrid"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Isem n ufaylu war asiɣzef"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Askan n tmeccegit yugnen amaynut"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Sukken "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Talɣa n uskan %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Talɣa n unuɣ %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Freq idferfuyla..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Ulamek afraq n tɣawsiwin n wunuɣ."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Askan %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Unuɣ %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1469,157 +1499,157 @@ msgstr ""
"Tebɣiḍ ad t-tesemselsiḍ ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Azemz"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Aseɣwen afelḍris"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Aseɣwen attwallay"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aseɣwen urmid"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Tizmilin"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Agbur"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Ssed dagi iwakken ad tebduḍ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Ameskar"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Asebtar n usnubeg"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Ugar n isalan"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Sider aɣbalu n tnekda"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Iminig-inek ur iteddu ara s ikataren ittifliwen."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Asebtar amezwru"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Asebtar angaru"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Azemz"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Tugna"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "S ugbur"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "War agbur"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Ɣer usebtar yettwamlen"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Selket bitmat ɣer ugeddis"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Ssed iwakken ad teffeɣeḍ si tesmuli..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Bedd..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Seddukel asmenyif 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Tastayt n tugna"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1629,799 +1659,805 @@ msgstr ""
"Mači d afaylu ameslaw ameɣtu !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Selket ɣer udferfaylu"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Selket ɣer bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Ulamek asnulfu n ufaylu $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Ulamek alday n ufaylu $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Afaylu $(URL1) ulamek ara yenɣel ɣer $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Beddel isem n tmeccegit"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Isem"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Beddel isem n tmeccegit tagejdant"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Azwel n teɣzut i AutoLayouts"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Taɣzut n tɣawsa i AutoLayouts"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Aḍar n teɣzut"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Inixef n teɣzut"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Isefka n teɣzut"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Taɣzut n wuṭṭun n tmeccegit"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Taɣzut n wuṭṭun n usebtar"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<inixef>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<aḍar>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<azemz/asrag>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<uṭṭun>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<amḍan>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "Isem n tmeccegit"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<Isem n usebtar>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Taɣzut n tenqiḍin"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Aselket Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Timeccegin"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Isebtaren"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Tamuɣli ur tewjid ara"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Aheggi n tmuɣli"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Aseggem n usebtar"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Iɣunab n wunuɣ"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Iɣunab n tesmuli"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Iɣunab n texxamin"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Talɣa %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Iwenniten"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Err-d aseggem n tmeccegit"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Ger tafelwit"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ger udlif"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ger tugna"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Ger ameslaw neɣ avidyu"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Ẓuɣer & Sers isebtaren"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Ẓuɣer & Sers timeccegin"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Ma ulac aɣilif, rnu tugniwin ɣer walbum."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Aḍris n tmeccegit"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Akaram n nnican adigan '%FILENAME' mači d ilem. Kra n yifuyla zemren ad ttusfesxen. Tebɣiḍ ad tkemmeleḍ ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Agilal"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Tiɣaxsiwin n ugilal"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Aseggem n usebtar"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Isenqaden"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Izirigen n tsekta"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Timeccegit"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Asebtar"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Timeccegit"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Timeccegit tagejdant"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Timeccegit tagejdant:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Asebtar agejdan"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Asebtar agejdan"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Tizmilin)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Apṛuspiktus"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Ssed iwakken ad tẓergeḍ amasal n uḍris"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Ssed iwakken ad tẓergeḍ amasal n uɣawas n uḍris"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Aswir wis sin n uɣawas"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Aswir wis kraḍ n uɣawas"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Aswir wis kuẓ n uɣawas"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Aswir wis semmus n uɣawas"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Aswir wis seddis n uɣawas"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Aswir wis ṣa n uɣawas"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Ssed iwakken ad tesmuttiḍ timeccegit"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Ssed iwakken ad tbeddeleḍ amasal n tezmilin"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Ssed iwakken ad ternuḍ azwel"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Ssed iwakken ad ternuḍ aḍris"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Ssed iwakken ad ternuḍ aḍris"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Ssed iwakken ad ternuḍ tizmilin"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Ssed snat n tikkal iwakken ad tegreḍ tugna"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Ssed snat n tikkal iwakken ad tegreḍ Taɣwsa"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Ssed snat n tikkal iwakken ad tegreḍ Udlif"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Ssed snat n tikkal iwakken ad tegreḍ unuɣ ameskan"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Ssed snat n tikkal iwakken ad tegreḍ tiferkit n usiḍen"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Lxṣas"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Azwel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Smutti timeccegin"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Taɣwsa war tačart"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Taɣawsa war tačart neɣ war izirig"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Aḍris"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Yeččur"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Yeččur s unili"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Yeččur s uzegzaw"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Yeččur s uwraɣ"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Yeččur s uzeggaɣ"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Aɣawas"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Aɣawas s unili"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Aɣawas s uzegzaw"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Aɣawas s uwraɣ"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Aɣawas s uzeggaɣ"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Azwezl"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Aduzwel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Aɣawas"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Tiɣaxsiwin n ugilal"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Agilal"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Tizmilin"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Kter PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Sekles isemli"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Simẓi tiddi n tsefsit"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Simɣur tiddi n tsefsit"
@@ -2429,637 +2465,637 @@ msgstr "Simɣur tiddi n tsefsit"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Askar Unuɣ"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Askar Unuɣ"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Askar Aɣawas"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Askar n tmeccegin"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Dagi ara tesmizzwerḍ timeccegin."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Askar Tizmilin"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Askar Apṛuspiktus"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Azwel n tsemuli"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentationOutliner"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "AdAzwelTihawt"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "AsebterTihawt"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "TizmilinTihawt"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Apṛuspiktus"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "TalaTihawtTanekcumtTarussint"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "AḍarTihawt"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "AqeṛṛuTihawt"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "AzemzDwakudTihawt"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "UṭṭunAsebterTihawt"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Tihawt %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Azwel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Aɣawas"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Aduzwel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Asebtar"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Tizmilin"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Apṛuspiktus"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Taɣawsa n tnekda tattwadaft d tarussint"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Aḍar n usebtar"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Inixef"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Azemz"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Amḍan"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(taɣuṛi kan)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ula yiwen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Alama d asiti d-iteddun"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Alama d tagara n tmeccegit"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Tanila:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Aqqaren:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Ini amezwaru"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Ini wis sin:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Ini n tačert:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Aɣan:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Tasefsit:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Initen n tsefsit:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Aɣanib:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Aɣanib n isekkilen:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Ini n ujerriḍ:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tiddi n tsefsit:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Tiddi:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Azal:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Ini:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ulac imesli)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Seḥbes imesli yezrin)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Imesli nniḍen..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Amedya"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Amendaḥ"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Iberdan n useqdac"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Anekcum: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Asseɣdebbu: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Tuffɣa: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Abrid: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ulac"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Ass-a,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Iḍelli,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ulac ameskar)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress yewweḍ ɣer tagara n tesmuli. Triḍ ad tuɣaleḍ ɣer tazwara?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress yewweḍ ɣer tazwara n tesmuli. Triḍ ad tkemmeleḍ ɣer tagara?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw yebbeḍ ɣer tagara n isemli. Triḍ ad tkemeleḍ ɣer tazwara?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw yebbeḍ ɣer tazwara n isemli. Triḍ ad tkemmeleḍ ɣer tagara?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Ger awennit"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Kkes awennit (i-en)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Smutti awennit"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Ẓreg awennit"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Err i %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Taɣuri n umidya"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tadabut"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Isemli"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Agbur"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Isem n t~meccegit"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Isem n use~btar"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "A~zemz akked usrag"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Isebtaren uffiren"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Ini"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ti~ddi"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Tireẓi"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Idisan n usebtar"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Seddu"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Se~qdec kan amsersu n lkaɣeḍ n ismenyaf n tsaggazt"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress yewweḍ ɣer tagara n tesmuli. Triḍ ad tuɣaleḍ ɣer tazwara?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress yewweḍ ɣer tazwara n tesmuli. Triḍ ad tuɣaleḍ ɣer tagara?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw yewweḍ ɣer tagara n isemli. Triḍ ad tuɣaleḍ ɣer tazwara?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw yewweḍ ɣer tazwara n isemli. Triḍ ad tuɣaleḍ ɣer tagara?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/kab/svtools/messages.po b/source/kab/svtools/messages.po
index 03b8bff5e12..056f677ee34 100644
--- a/source/kab/svtools/messages.po
+++ b/source/kab/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Yacine Bouklif <yacinebouklif@gmail.com>\n"
"Language-Team: Kabyle <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/kab/>\n"
@@ -864,10 +864,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/kab/sw/messages.po b/source/kab/sw/messages.po
index 94d644d373f..063a356fb75 100644
--- a/source/kab/sw/messages.po
+++ b/source/kab/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-05-22 13:26+0000\n"
"Last-Translator: Yacine Bouklif <yacinebouklif@gmail.com>\n"
"Language-Team: Kabyle <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/kab/>\n"
@@ -16928,230 +16928,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Ger anekcum n umatar"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ger"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Sbadu amatar amaynut yugnen"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Aɣanib amaynut si tefrayt"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Anekcum agejdan"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Awalen ummiden kan"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Qader tajṛut n uskil"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/kk/cui/messages.po b/source/kk/cui/messages.po
index 5138b46d440..00260435bf3 100644
--- a/source/kk/cui/messages.po
+++ b/source/kk/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-22 09:33+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/kk/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Әрқашан қалайша сақ_тау:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Мәтіндік құжат"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML құжаты"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Құрамдас құжат"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Электрондық кесте"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Презентация"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Сурет"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Формула"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Үнсіз келісім бойынша файл пішімін анықтағыңыз келетін құжат түрін көрсетеді."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Сол жақта таңдалған құжаттар түрі әрқашан осы файл түрі ретінде қалай сақталатынын көрсетеді. \"Қалайша сақтау\" сұхбат терезесінде ағымдағы құжат үшін басқа файл түрін таңдауға болады."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Құ_жат түрі:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Үнсіз келісім бойынша файл пішімі және ODF баптаулары"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "\"Жалпы\" бөлімінде құжаттарды сақтау үшін бастапқы параметрлерді таңдауға және үнсіз келісім бойынша файл пішімдерін таңдауға болады."
diff --git a/source/kk/officecfg/registry/data/org/openoffice/Office.po b/source/kk/officecfg/registry/data/org/openoffice/Office.po
index 02537cffa11..6cd3bb59d7a 100644
--- a/source/kk/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/kk/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/kk/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1543159996.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Жазбалар"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Мәтіндік құжаттар"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Электрондық кесте құжаттары"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Презентациялар"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Суреттер"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Web-беттері"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Құрамдас құжаттар"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Формулалар"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Дерекқор құжаттары"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po b/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po
index b34f5a96796..2202eb83198 100644
--- a/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/kk/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/kk/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Деректерді т~ексеру..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Жолдарды өшіру"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Мастер слайдын ауыстыру..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Үлгі бет..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Бағандарды кірістіру"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Таңдалған бағандарды өшіру"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Жолдарды өшіру"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Жо~лдарды өшіру"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Таңдалған жолдарды өшіру"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Бет нөмірі"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Бағандар ~дейін"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Жолдарды өшіру"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Жолдар"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Таңдалған жолдарды өшіру"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/kk/sc/messages.po b/source/kk/sc/messages.po
index 42c7aa5e18a..2c2c40adcb3 100644
--- a/source/kk/sc/messages.po
+++ b/source/kk/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-22 09:34+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/kk/>\n"
@@ -32430,38 +32430,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Басқа опциялар"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Баған _түрі:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Мәтін бағандар бойынша"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Өрістер"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/kk/sd/messages.po b/source/kk/sd/messages.po
index ab2d245c5c8..d5d3022a49f 100644
--- a/source/kk/sd/messages.po
+++ b/source/kk/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-02-02 12:18+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/kk/>\n"
@@ -1218,249 +1218,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Мәтінді кірістіру"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Мастер слайдын жүктеу"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Ақылды"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Сол жақтан"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Оң жақтан"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Жоғарыдан"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Төменнен"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Сол жақта жоғарыда ма?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Сол жақта төменде ме?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Оң жақта жоғарыда ма?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Оң жақта төменде ме?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Горизонталды"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Тігінен"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Барлығы ма?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Бұл әрекетті интерактивті түзету режимінде орындау мүмкін емес."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Артқа"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Жалғастыру"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Шолу"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Түсті алмастыру"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Ығыстыру"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Слайдты кеңейту"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Мазмұн слайды"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Ағымдағы уақытта SANE көзі қолжетімсіз."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Ағымдағы уақытта TWAIN көзі қолжетімсіз."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Бекітілген"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Айнымалы"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Қалыпты"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Қалыпты (қысқа)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Қалыпты ( ұзын)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Файл аты"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Орналасу/файл аты"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Орналасуы"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Файлдың аты, кеңейтусіз"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Жаңа таңдауыңызша слайдшоу"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Көшіру "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME презентация пішімі (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME сурет пішімі (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Метафайл(дар) тобын тарату..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Суреттер объекттерін барлығының топтарын тарату мүмкін емес."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION презентациясы"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION бейнесі"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1470,157 +1500,157 @@ msgstr ""
"Оны алмастыруды қалайсыз ба?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Мәтін"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Гиперсілтеме"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Қаралған сілтеме"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Белсенді гиперсілтеме"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Жазбалар"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Мазмұны"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Бастау үшін осында шертіңіз"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Автор"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Эл. пошта"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Үй парағы"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Қосымша ақпарат"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Презентацияны жүктеп алу"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Өкінішке орай сіздің браузеріңіз фреймдерді қолдамайды."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Бірінші бет"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Соңғы бет"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Мәтін"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Сурет"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Құрамамен"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Құрамасыз"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Көрсетілген бетке"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Растрлық бейнені көпбұрышқа түрлендіру"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Презентациядан шығу үшін шертіңіз..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Аялдау..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Таңдалған үшөлшемдік объектілерді іске асыру"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Сурет сүзгілері"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1630,799 +1660,805 @@ msgstr ""
"дұрыс дыбыстық файлы емес !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Метафайлға түрлендіру"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Растрлық суретке түрлендіру"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) файлын жасау мүмкін емес."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) файлын ашу мүмкін емес."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) файлын $(URL2) файлына көшіру мүмкін емес."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Мастер-слайд атауы. Оң жақпен шерту - тізім, сол жақпен - сұхбат терезесі."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Слайд атын өзгерту"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Беттің атауын өзгерту"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Қайталанатын немесе бос атау рұқсат етілмеген"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Атауы"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Мастер слайд атын ауыстыру"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Автожаймасының тақырыптама аймағы"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Автожаймасының объекттер аймағы"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Төменгі колонтитул аймағы"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Тақырыптама аймағы"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Күн аймағы"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Слайд нөмірінің аймағы"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Бет нөмірінің аймағы"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<тақырыптама>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<төменгі колонтитул>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<күні/уақыты>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<нөмір>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<саны>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<слайд-аты>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<бет-аты>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Жазбалар аймағы"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Хангыль/Ханджа түрлендіруі"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Слайдтар"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Парақтар"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Алдын-ала қарау қолжетімсіз"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Алдын-ала қарауды дайындау"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Жаймалар"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Сурет салу стильдері"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Презентация стильдері"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Ұяшық стильдері"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Пішін %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Фон суретін орнату"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Түсіндірмелер"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Слайдтар жаймасын бастапқы түріне тастау"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Кестені кірістіру"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Диаграмманы кірістіру"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Суретті кірістіру"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Аудио не видеоны кірістіру"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Беттерді ұстап апару"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Слайдтарды ұстап апару"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Альбомға суреттерді қосыңыз."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Мәтіндік слайд"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "\"%FILENAME\" жергілікті бумасы бос емес. Кейбір файлдар алмастырылуы мүмкін. Жалғастыру керек пе?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Фон"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Фон объектілері"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Жайма"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Басқару элементтері"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Өлшемдік сызықтар"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Слайд"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Бет"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Слайд"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Мастер слайды"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Мастер слайды:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Мастер беті"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Мастер беті:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Естеліктер)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Тезистер"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Тақырып мәтінінің пішімін түзету үшін тышқанмен шертіңіз"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Құрылымды түзету үшін тышқанмен шертіңіз"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Тақырып мәтінінің пішімін түзету үшін қос шертіңіз"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Құрылымды түзету үшін қос шертіңіз"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Құрылымның екінші деңгейі"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Құрылымның үшінші деңгейі"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Құрылымның төртінші деңгейі"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Құрылымның бесінші деңгейі"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Құрылымның алтыншы деңгейі"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Құрылымның жетінші деңгейі"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Слайды жылжыту үшін шертіңіз"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Түсіндірме пішінін түзету үшін шертіңіз"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Слайдты жылжыту үшін қос шертіңіз"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Түсіндірме пішінін түзету үшін қос шертіңіз"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Тақырыпты қосу үшін шертіңіз"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Мәтінді қосу үшін шертіңіз"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Мәтінді қосу үшін шертіңіз"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Түсіндірмені қосу үшін шертіңіз"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Тақырыпты қосу үшін қос шертіңіз"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Мәтінді қосу үшін қос шертіңіз"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Мәтінді қосу үшін қос шертіңіз"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Мәтінді түзету үшін шертіңіз"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Түсіндірмелерді қосу үшін қос шертіңіз"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Суретті қосу үшін қос шертіңіз"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Объектті қосу үшін қос шертіңіз"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Диаграмманы қосу үшін қос шертіңіз"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Басқару диаграммасын қосу үшін қос шертіңіз"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Электрондық кестені қосу үшін қос шертіңіз"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Бастапқы"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Атауы"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Сурет салудың бастапқы стилі"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Слайдтарды жылжыту"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Беттерді кірістіру"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Бетті кірістіру"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Слайд қасиеттері"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Түспен толтырылмаған объект"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Түспен құю мен сызықтары жоқ объект"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Мәтін"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Атау A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Тақырыптама A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Мәтін A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Атау A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Тақырыптама A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Мәтін A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Графикалық объект"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Пішіндер"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Сызықтар"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Бағдарша сызығы"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Штрихты сызық"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Толтырылған"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Толтырылған көк"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Толтырылған жасыл"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Толтырылған сары"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Толтырылған қызыл"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Айнала сызық"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Көк айнала сызық"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Жасыл айнала сызық"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Сары айнала сызық"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Қызыл айнала сызық"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Атауы"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Ішкі тақырып"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Құрылымы"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Фон объектілері"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Фон"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Жазбалар"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint импорты"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Құжатты сақтау"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Қаріп өлшемін кішірейту"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Қаріп өлшемін үлкейту"
@@ -2430,637 +2466,637 @@ msgstr "Қаріп өлшемін үлкейту"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Сурет салу режимі"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Сурет салу режимі"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Құрылым режимі"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Слайдтар режимі"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Осында сіз слайдтарды реттей аласыз."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Жазбалар режимі"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Тезистер режимі"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "ПрезентацияАтауы"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "ПрезентацияЖоспары"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "ПрезентацияҚосымшаАтауы"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "ПрезентацияБеті"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "ПрезентацияТүсіндірмелері"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Тезистер режимі"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "БелгісізҚолжетерлікПрезентацияПішіні"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "ПрезентацияныңТөменгіКолонтитулы"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "ПрезентацияныңЖоғарғыКолонтитулы"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "ПрезентацияКүніЖәнеУақыты"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "ПрезентацияБетНөмірі"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME презентациясы"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Атауы"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Жоспары"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Қосымша атауы"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Бет"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Жазбалар"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Тезистер режимі"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Белгісіз қолжетерлік презентация пішіні"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Төменгі колонтитул"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Жоғарғы колонтитул"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Уақыты"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Саны"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(тек оқу үшін)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "жоқ"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Келесі шертуге дейін"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Слайдтың соңына дейін"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Бағдары:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Масштаб:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Шабақтар:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Бiрiншi түс:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Екiншi түс:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Толтыру түсі:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стилі:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Қаріп:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Қаріп түсі:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стилі:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Кескін:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Сызық түсі:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Қаріп өлшемі:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Өлшемі:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Саны:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Түсі:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Дыбыссыз)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Алдыңғы дыбысты тоқтату)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Басқа дыбыс..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Үлгі"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Триггер"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Пайдаланушы жолдары"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Кіріс: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Акцент: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Шығу: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Жылжу жолдары: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Әр түрлі: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Жоқ"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Бүгін,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Кеше,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(авторы жоқ)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress презентацияның соңына жетті. Іздеуді басынан жалғастыру керек пе?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress презентацияның басына жетті. Іздеуді соңынан жалғастыру керек пе?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw құжаттың соңына жетті. Іздеуді басынан жалғастыру керек пе?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw құжаттың басына жетті. Іздеуді соңынан жалғастыру керек пе?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Түсіндірмені кірістіру"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Түсіндірмені өшіру"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Түсіндірмені жылжыту"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Түсіндірмені түзету"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 үшін жауап беру"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Мультимедиа"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Кесте"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Құжат"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Бір беттегі слайдтар саны:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Реті:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Құрама~сы"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Слайд аты"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Бет атауы"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Күн және уақыт"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Жасырын беттер"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Түс"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ө~лшемі"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Кiтапша"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Беттер"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Қосу"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Принтер бап~тауларынан ғана қағаз сөресін қолдану"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Беттер:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Слайдтар:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress беттің соңына қарай іздеу жасады. Беттің басынан жалғастыру керек пе?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress беттің басына қарай іздеу жасады. Беттің соңынан жалғастыру керек пе?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw беттің соңына қарай іздеу жасады. Беттің басынан жалғастыру керек пе?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw беттің басына қарай іздеу жасады. Беттің соңынан жалғастыру керек пе?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Анимация"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Сілтеме"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Келесі"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "А~лдыңғы"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Бiрiншi слайд"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Соңғы слайд"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Панельді жабу"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Жаңа дизайнды қосу"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/kk/svtools/messages.po b/source/kk/svtools/messages.po
index 0d1d27a0bac..1a105e9b566 100644
--- a/source/kk/svtools/messages.po
+++ b/source/kk/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-03 08:43+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/kk/>\n"
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Соңғы параққа дейін айналдыру"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Парақты қосу"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/kk/sw/messages.po b/source/kk/sw/messages.po
index 66d559e6e96..698d405ac3b 100644
--- a/source/kk/sw/messages.po
+++ b/source/kk/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-03-08 14:31+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/kk/>\n"
@@ -16928,230 +16928,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Нұсқағыш элементін кірістіру"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Таңдалған жазбаны нұсқағыштан өшіреді. Құжаттағы жазба мәтіні өшірілмейді."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Кірістіру"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Жаңа пайдаланушылық нұсқағыш"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Таңдау бойынша жаңарту"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Басты элементі"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "~Тек сөздер толығымен"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Регистрді ескеру"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Келесі жазба (атауы бірдей)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Алдыңғы жазба (атауы бірдей)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Алдыңғы элемент"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Келесі элемент"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/kl/cui/messages.po b/source/kl/cui/messages.po
index 9f874285110..94b9a2f08f8 100644
--- a/source/kl/cui/messages.po
+++ b/source/kl/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Greenlandic <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/kl/>\n"
@@ -16747,78 +16747,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr ""
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML Allagaat"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr ""
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Regnearki"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "saqqummiusineq"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "titartagaq"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "najoqqutassiaq"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/kl/officecfg/registry/data/org/openoffice/Office.po b/source/kl/officecfg/registry/data/org/openoffice/Office.po
index 21e0877b023..40d97362929 100644
--- a/source/kl/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/kl/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Greenlandic <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/kl/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1542023828.000000\n"
#. HhMVS
@@ -12576,88 +12576,84 @@ msgctxt ""
msgid "Notes"
msgstr ""
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
+msgid "Text documents (Writer)"
msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Regnearki"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "saqqummiusineq"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "titartagaq"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "najoqqutassiaq"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
diff --git a/source/kl/officecfg/registry/data/org/openoffice/Office/UI.po b/source/kl/officecfg/registry/data/org/openoffice/Office/UI.po
index 007776319b0..ad1ad986c87 100644
--- a/source/kl/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/kl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2237,6 +2237,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9609,14 +9619,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10920,6 +10930,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26791,36 +26811,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32104,16 +32094,36 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
msgstr ""
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
+
#. Z7Y7v
#: WriterCommands.xcu
msgctxt ""
@@ -33289,6 +33299,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr ""
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/kl/sc/messages.po b/source/kl/sc/messages.po
index f2bcbaade48..5b62b40cfb2 100644
--- a/source/kl/sc/messages.po
+++ b/source/kl/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32679,38 +32679,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr ""
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/kl/sd/messages.po b/source/kl/sd/messages.po
index 1eef96eeceb..ac0b24cbbad 100644
--- a/source/kl/sd/messages.po
+++ b/source/kl/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1217,258 +1217,288 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr ""
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Aallartinguk"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "saamerliusoq"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr ""
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr ""
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "alleq"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr ""
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "napparissoq"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Tamaasa"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
#, fuzzy
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Utimut"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
#, fuzzy
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ingerlaqqigit "
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Allanngorartoq"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Tamanut atugassiaq"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Filip atia:"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr ""
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "sumiiffia"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr ""
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1476,159 +1506,159 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Allagaq"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
#, fuzzy
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "innersuussissut"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr ""
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr ""
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr ""
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr ""
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Allagaq"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
#, fuzzy
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "asseq"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1636,810 +1666,816 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
#, fuzzy
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "_Ateq:"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
#, fuzzy
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Qupperneq"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr ""
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "oqaaseqaat"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr ""
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr ""
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
#, fuzzy
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "tunuliaqut"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ilusilersuineq"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "aqutsivik"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Qupperneq"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "tamanut atugassiaq"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "qulequtaq"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Allagaq"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "qulequtaq"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
#, fuzzy
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "titarneq"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
#, fuzzy
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "tunuliaqut"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr ""
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,644 +2483,644 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "qulequtaq"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "titarneq"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Qupperneq"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr ""
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ulloq"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr ""
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nalunaarsugaq"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr ""
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr ""
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr ""
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr ""
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr ""
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr ""
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "nalunaarsuiffik"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Allagaat"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr ""
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "qalipaat"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/kl/svtools/messages.po b/source/kl/svtools/messages.po
index 29c7b7d4764..55d2c54f4de 100644
--- a/source/kl/svtools/messages.po
+++ b/source/kl/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -868,10 +868,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/kl/sw/messages.po b/source/kl/sw/messages.po
index d733fab8e2e..1178eefa7bb 100644
--- a/source/kl/sw/messages.po
+++ b/source/kl/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17174,230 +17174,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ikkuguk"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/km/cui/messages.po b/source/km/cui/messages.po
index 22cad4db0ca..2a6d8b43da9 100644
--- a/source/km/cui/messages.po
+++ b/source/km/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16937,75 +16937,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "តែងតែ​រក្សាទុក​ជា៖"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "ឯកសារ​អត្ថបទ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "ឯកសារ ​HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ឯកសារ​មេ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "សៀវភៅ​បញ្ជ​"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "ការ​បង្ហាញ"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "គំនូរ"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "រូបមន្ត"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "ប្រភេទ​ឯកសារ៖"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "ទ្រង់​ទ្រាយ​ឯកសារ​លំនាំ​ដើម និង​ការកំណត់​ ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/km/helpcontent2/source/text/scalc.po b/source/km/helpcontent2/source/text/scalc.po
index 84896ff48c1..e83e764fba4 100644
--- a/source/km/helpcontent2/source/text/scalc.po
+++ b/source/km/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-10 03:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -728,15 +728,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">លុប​ក្រឡា</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/km/helpcontent2/source/text/scalc/00.po b/source/km/helpcontent2/source/text/scalc/00.po
index 337d039e294..bc9cb235103 100644
--- a/source/km/helpcontent2/source/text/scalc/00.po
+++ b/source/km/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -188,42 +188,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -422,15 +386,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "បញ្ចូល​ជួរ​ឈរ"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -800,24 +755,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2258,6 +2195,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/km/helpcontent2/source/text/scalc/01.po b/source/km/helpcontent2/source/text/scalc/01.po
index 1dbc570867c..a49aac08208 100644
--- a/source/km/helpcontent2/source/text/scalc/01.po
+++ b/source/km/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 01\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Central Khmer <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/km/>\n"
@@ -2483,23 +2483,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>សៀវភៅ​បញ្ជី; ការ​លុប</bookmark_value><bookmark_value>សន្លឹក; ការ​លុប</bookmark_value><bookmark_value>ការ​លុប សៀវភៅ​បញ្ជី</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "លុប​សន្លឹក"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">លុប​សន្លឹក​បច្ចុប្បន្ន បន្ទាប់​ពី​អះអាង​សំណួរ ។</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2510,41 +2510,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "បាទ/​ចាស​"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "លុប​សន្លឹក​បច្ចុប្បន្ន​​"
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "ទេ"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "បោះបង់​ប្រអប់ ​ ។​ គ្មាន​ការ​លុប​ត្រូវ​បាន​ធ្វើ ។"
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2564,14 +2546,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>សៀវភៅ​បញ្ជី; ការ​ផ្លាស់ទី</bookmark_value><bookmark_value>សៀវភៅ​បញ្ជី; ការ​ចម្លង</bookmark_value><bookmark_value>ការ​ផ្លាស់ទី; សៀវភៅ​បញ្ជី</bookmark_value><bookmark_value>ការ​ចម្លង; សៀវភៅ​បញ្ជី</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ផ្លាស់ទី ឬ​ចម្លង​សន្លឹក​មួយ"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3590,23 +3572,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "បញ្ចូល​សន្លឹក"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>សន្លឹក;បង្កើត</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "បញ្ចូល​សន្លឹក"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43442,14 +43424,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>ឈ្មោះ​សន្លឹក​កិច្ចការ</bookmark_value><bookmark_value>ការ​ផ្លាស់ប្តួរ; ឈ្មោះ​សន្លឹក</bookmark_value><bookmark_value>សន្លឹក; ការ​ប្តូរ​ឈ្មោះ</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "ប្តូរ​ឈ្មោះ​​សន្លឹក"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43505,32 +43487,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "បង្ហាញ​សន្លឹក"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>សន្លឹក; ការ​បង្ហាញ</bookmark_value><bookmark_value>ការ​បង្ហាញ; សន្លឹក</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "បង្ហាញ​សន្លឹក"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">បង្ហាញ​សន្លឹក​ដែល​ត្រូវ​បាន​លាក់​ពី​មុន​ដោយ​ពាក្យ​បញ្ជា <emph>លាក់</emph> ។</ahelp></variable> ជ្រើស​តែ​សន្លឹក​មួយ​ប៉ុណ្ណោះ ដើម្បី​ហៅ​ពាក្យ​បញ្ជា ។ សន្លឹក​បច្ចុប្បន្ន​តែងតែ​ត្រូវ​បាន​ជ្រើស ។ បើ​សន្លឹក​មួយ​​ក្រៅ​ពី​សន្លឹក​បច្ចុប្បន្ន​ត្រូវ​បាន​ជ្រើស នោះ​អ្នក​អាច​មិន​ជ្រើស​វា​ដោយ​ចុច <switchinline select=\"sys\"> <caseinline select=\"MAC\">ពាក្យ​បញ្ជា</caseinline> <defaultinline>បញ្ជា(Ctrl)</defaultinline> </switchinline> ខណៈ​ពេល​ចុច​ផ្ទាំង​សន្លឹក​ដែល​ត្រូវ​គ្នា នៅ​ក្រោម​បង្អួច ។"
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47591,13 +47582,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55277,6 +55268,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69794,6 +70019,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70100,6 +70388,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/km/helpcontent2/source/text/scalc/guide.po b/source/km/helpcontent2/source/text/scalc/guide.po
index 4e3d71f978e..bdf390f099b 100644
--- a/source/km/helpcontent2/source/text/scalc/guide.po
+++ b/source/km/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -8594,32 +8594,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "ការ​រុករក​តាម​រយៈ​ផ្ទាំង​សន្លឹក"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>សន្លឹក; ការ​បង្ហាញ​ច្រើន</bookmark_value><bookmark_value>ផ្ទាំង​សន្លឹក; ការ​ប្រើ</bookmark_value><bookmark_value>ទិដ្ឋភាព; សន្លឹក​ច្រើន</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">រុករក​តាមរយៈ​ផ្ទាំង​សន្លឹក</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "តាម​លំនាំដើម $[officename] បង្ហាញ​សន្លឹកបីគឺ​ពី \"សន្លឹក ១\" ដល់ \"សន្លឹក ៣\" នៅ​ក្នុង​សៀវភៅ​បញ្ជី​ថ្មីនីមួយៗ ។ អ្នក​អាច​ប្ដូរ​រវាង​សន្លឹក ដោយ​ប្រើ​ផ្ទាំង​សន្លឹក​នៅ​​ផ្នែក​ខាង​ក្រោម​របស់​អេក្រង់ ។"
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8630,14 +8639,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">ផ្ទាំង​សន្លឹក</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">រូបតំណាង</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8648,6 +8666,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "ប្រើ​ប៊ូតុង​រុករក​ដើម្បី​បង្ហាញ​សន្លឹក​ទាំងអស់​របស់​ឯកសារ​របស់​អ្នក ។ ការ​ចុច​ប៊ូតុង​នៅ​ខាង​ឆ្វេង​បំផុត ឬ​ឆ្វេង​បំផុត​នឹង​បង្ហាញ​ផ្ទាំង​សន្លឹក​ដំបូង ឬ​ចុង​ក្រោយ​រៀង​ៗ​ខ្លួន ។ ប៊ូតុង​កណ្តាល​អនុញ្ញាត​ឲ្យ​អ្នក​ប្រើ​រមូរ​ទៅ​មុខ និង​ទៅ​ក្រោយ​កាត់​ផ្ទាំង​សន្លឹក​ទាំងអស់ ។ ដើម្បី​បង្ហាញ​សន្លឹក​ខ្លួន​វា ចុច​លើ​ផ្ទាំង​សន្លឹក ។"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8990,14 +9035,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "ការ​អនុវត្ត​សន្លឹក​ច្រើន"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>សន្លឹក; បញ្ចូល</bookmark_value> <bookmark_value>បញ្ចូល; សន្លឹក</bookmark_value> <bookmark_value>សន្លឹក; ជ្រើស​ច្រើន</bookmark_value> <bookmark_value>បន្ថែម​សន្លឹកខាង​ចុង</bookmark_value> <bookmark_value>ជ្រើស;សន្លឹក​ច្រើន</bookmark_value> <bookmark_value>សន្លឹក​ច្រើន</bookmark_value> <bookmark_value>គណនា;សន្លឹក​ច្រើន</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9008,24 +9053,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">អនុវត្ត​សន្លឹក​ច្រើន</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "ការ​បញ្ចូល​សន្លឹក​មួយ"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "ជ្រើស <item type=\"menuitem\">បញ្ចូល - សន្លឹក</item> ដើម្បី​បញ្ចូល​សន្លឹក​ថ្មី​មួយ ឬ​សន្លឹក​ដែល​មាន​ស្រាប់​ពី​ឯកសារ​ផ្សេង​ទៀត ។"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9035,15 +9062,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">បើក​ប្រអប់​ព្រឹត្តិការណ៍​ដែល​អ្នក​ចង់​កំណត់ macros ទៅកាន់​ព្រឹត្តិការណ៍​សន្លឹក ។</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/km/helpcontent2/source/text/scalc/menu.po b/source/km/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/km/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/km/helpcontent2/source/text/shared/00.po b/source/km/helpcontent2/source/text/shared/00.po
index 90a2e8e9837..5d20e4e55df 100644
--- a/source/km/helpcontent2/source/text/shared/00.po
+++ b/source/km/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 00\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -1592,6 +1592,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">​​ដើម្បី​ប្រើ​​បញ្ជា​នេះ...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6452,13 +6506,13 @@ msgctxt ""
msgid "File Menu"
msgstr "ម៉ឺនុយ ឯកសារ"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6470,40 +6524,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "ថ្មី"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6632,31 +6695,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6668,6 +6731,105 @@ msgctxt ""
msgid "Open File"
msgstr "បើក​ឯកសារ"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7028,49 +7190,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7082,13 +7262,40 @@ msgctxt ""
msgid "Save"
msgstr "រក្សា​​ទុក"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7100,6 +7307,51 @@ msgctxt ""
msgid "Save As"
msgstr "រក្សា​ទុក​​ជា"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7181,13 +7433,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7199,6 +7460,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7343,13 +7622,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7370,13 +7667,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7406,13 +7721,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7424,22 +7793,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7505,6 +7874,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7550,31 +7937,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7586,33 +7973,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "មើល​ទំព័រ​មុន​បោះពុម្ព"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7685,13 +8045,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/km/helpcontent2/source/text/shared/01.po b/source/km/helpcontent2/source/text/shared/01.po
index 3221c35af0d..e17521d5739 100644
--- a/source/km/helpcontent2/source/text/shared/01.po
+++ b/source/km/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 01\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-09 08:19+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -98,13 +98,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>អនុគមន៍​</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -125,13 +125,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -152,13 +152,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -179,13 +179,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -206,13 +206,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -233,13 +233,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -287,13 +287,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -314,13 +314,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -341,13 +341,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -368,13 +368,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2240,33 +2240,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2663,15 +2636,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3086,15 +3050,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7802,13 +7757,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">ព្រឹត្តិការណ៍</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">ផ្ដល់​ម៉ាក្រូ​ទៅ​ព្រឹត្តិការណ៍​កម្មវិធី​ ។ ម៉ាក្រូ​ដែល​បាន​ផ្ដល់​តម្លៃ​រត់​ដោយ​ស្វ័យ​ប្រវត្តិ​គ្រប់​ពេល​ដែល​ព្រឹត្តិការណ៍​​បាន​ជ្រើស​កើត​ឡើង ។</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "ប្រអប់​កាត់​បន្ថយ​មុខងារ នៅ​ពេល​ហៅ​ពី​​ម៉ឺនុយ​កែសម្រួល​សន្លឹក​របស់​សៀវភៅ​បញ្ជី ។"
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/km/helpcontent2/source/text/swriter/00.po b/source/km/helpcontent2/source/text/swriter/00.po
index b301d0d1654..407f2a791f4 100644
--- a/source/km/helpcontent2/source/text/swriter/00.po
+++ b/source/km/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 00\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "សំបុត្រ​សំណុំ​បែប​បទ"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/km/helpcontent2/source/text/swriter/01.po b/source/km/helpcontent2/source/text/swriter/01.po
index f0c9106f55f..0b03868ef5c 100644
--- a/source/km/helpcontent2/source/text/swriter/01.po
+++ b/source/km/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 01\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -71,14 +71,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "អ្នក​មិនអាច​កែសម្រួល​ឯកសារ​របស់អ្នក នៅ​ខណៈ​ដែល​អ្នក​នៅក្នុង​ការ​មើល​ទំព័រ​ជាមុន​នោះទេ ។"
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ដើម្បី​ចេញ​ពី​ការមើល​ទំព័រ​ជាមុន គឺ​ត្រូវ​ចុច​លើ​ប៊ូតុង <emph>បិទ​ការ​មើល​ជា​មុន</emph> ។</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1961,13 +1961,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13706,14 +13706,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "តំណខ្ពស់​ (LS និង LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">បង្កើត​តំណ​ខ្ពស់​មួយ​សម្រាប់​ផ្នែក​នៃ​ធាតុ​បញ្ចូល ដែល​អ្នក​ព័ទ្ធ​ជុំវិញ​ដោយ​ការ​បើក (LS) និង បិទ​ស្លាក​តំណ​ខ្ពស់ (LE) ។ នៅ​លើ​បន្ទាត់ <emph>រចនាសម្ព័ន្ធ </emph> ចុច​នៅ​ក្នុង​ប្រអប់​ទទេ​នៅពីមុខ​ផ្នែក​ដែល​អ្នក​ចង់​បង្កើត​តំណ​ខ្ពស់​ឲ្យ ហើយ​បន្ទាប់​មក​ចុច​ប៊ូតុងនេះ ។ ចុច​ក្នុង​ប្រអប់​ទទេ នៅបន្ទប់​ពី​ផ្នែក​ដែលអ្នក​ចង់​ត​តំណខ្ពស់​ ហើយ​បន្ទាប់​មក​ចុច​ប៊ូតុង​នេះ​ម្ដងទៀត ។ រាល់​តំណខ្ពស់ទាំងអស់​ត្រូវតែមានតែ​មួយ ។</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13940,6 +13940,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28367,13 +28376,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/km/officecfg/registry/data/org/openoffice/Office.po b/source/km/officecfg/registry/data/org/openoffice/Office.po
index 81c6f760af8..e7249864b83 100644
--- a/source/km/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/km/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -12513,85 +12513,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ឯកសារ​អត្ថបទ"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "សៀវភៅ​បញ្ជី"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "ការ​បង្ហាញ"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "គំនូ"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ទំព័រ​បណ្តាញ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ឯកសារ​​មេ"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "រូបមន្ត"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ឯកសារ​មូល​ដ្ឋាន​ទិន្ន​ន័យ"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/km/officecfg/registry/data/org/openoffice/Office/UI.po b/source/km/officecfg/registry/data/org/openoffice/Office/UI.po
index 532a81c0ef9..83d0c954376 100644
--- a/source/km/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/km/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -2252,6 +2252,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "លុប​ជួរដេក"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9661,14 +9671,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10985,6 +10995,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "បញ្ចូល​ជួរឈរ"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26936,36 +26956,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32291,15 +32281,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "លេខ​ទំព័រ "
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33485,6 +33495,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "លុប​ជួរដេក"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "ជួរដេក "
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/km/sc/messages.po b/source/km/sc/messages.po
index 380c1953d4d..467c7aa7fb1 100644
--- a/source/km/sc/messages.po
+++ b/source/km/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33119,40 +33119,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "ជម្រើស​ផ្សេងៗ"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "ប្រភេទ​ជួរឈរ "
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "ជ្រើស​ជួរ​ឈរ​មួយ​ក្នុង​បង្អួច​មើល​ជា​មុន រួច​ជ្រើស​ប្រភេទ​ទិន្នន័យ​ដែល​នឹង​ត្រូវ​អនុវត្ត​ទៅ​ទិន្នន័យ​ដែល​បាន​នាំ​ចូល ។"
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "អត្ថបទ​ជា​ជួរ​ឈរ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "វាល​"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "កំណត់​ជម្រើស​នាំ​ចូល​សម្រាប់​ទិន្នន័យ​ដែល​បាន​កំណត់​ព្រំដែន ។"
diff --git a/source/km/sd/messages.po b/source/km/sd/messages.po
index 61e9557395b..342f71df898 100644
--- a/source/km/sd/messages.po
+++ b/source/km/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1226,249 +1226,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "បញ្ចូល​អត្ថបទ"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ឆ្លាត"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ឆ្វេង"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "​ស្តាំ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "កំពូល"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "បាត"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "កំពូល ​ឆ្វេង ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "បាត ​ឆ្វេង ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "កំពូល ​ស្តាំ ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "បាត ​ស្តាំ ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ផ្ដេក"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "បញ្ឈរ"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ទាំងអស់ ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "មិន​អាច​រត់​អំពើ​នេះ ក្នុង​របៀប​បន្ត​ផ្ទាល់ ។"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ថយ​​ក្រោយ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "បន្ត"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ទិដ្ឋភាព​ទូទៅ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ឧបករណ៍​ជំនួស​ពណ៌"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "លេច​បន្តិច​ម្ដង​កាត់"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ពង្រីក​​ស្លាយ"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "តារាង​មាតិកា​ស្លាយ​"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "បច្ចុប្បន្ន ​គ្មាន​ប្រភព SANE ដែល​អាច​ប្រើ​បាន ។"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "បច្ចុប្បន្ន ​គ្មាន​​ប្រភព TWAIN ដែល​អាច​ប្រើ​បាន ។"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ថេរ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "អថេរ"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ស្តងដារ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ស្តង់ដារ (ខ្លី)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ស្តង់ដារ (វែង)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ឈ្មោះ​ឯកសារ"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "ផ្លូវ​/ឈ្មោះ​ឯកសារ"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "ផ្លូវ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ឈ្មោះ​​ឯកសារ​ដែល​គ្មាន​កន្ទុយ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "បញ្ចាំង​ស្លាយ​ផ្ទាល់​ខ្លួន​ថ្មី"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ចម្លង"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "បំបែក​​ក្រុម​​ឯកសារ​​មេតា​..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "វា​មិន​អាច​ទៅ​រួច​ទេ ដើម្បី​បំបែក​ក្រុម​វត្ថុ​គំនូរ​​ទាំង​អស់ ។"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1478,158 +1508,158 @@ msgstr ""
"តើ​អ្នក​ចង់​ជំនួស​វា​ឬ​ទេ ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "អត្ថបទ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "តំណខ្ពស់"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "តំណ​ដែល​បាន​ទស្សនា"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "តំណ​សកម្ម"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ចំណាំ"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "តារាង​មាតិកា"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ចុច​​ទី​នេះ​ ដើម្បី​ចាប់​ផ្តើម"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "អ្នកនិពន្ធ ​"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "គេហទំព័រ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "ព័ត៌មាន​បន្ថែម"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ទាញ​យក​ការ​បង្ហាញ"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "គួរ​ឲ្យ​សោក​ស្តាយ​ កម្មវិធី​រុករក​របស់​អ្នក​មិន​គាំទ្រ​ស៊ុម​អណ្តែត ។"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ទំព័រ​ដំបូង"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "ទំព័រ​ចុង​ក្រោយ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "អត្ថបទ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "រូបភាព"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "មាន​មាតិកា"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ដោយ​គ្មាន​មាតិកា"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ទៅ​ទំព័រ​ដែល​បាន​ផ្តល់"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "បម្លែង​រូបភាព​ទៅ​ជា​ពហុកោណ"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "ចុច​ ដើម្បី​ចេញ​ពី​ការ​បង្ហាញ​...​"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ផ្អាក​..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "អនុវត្ត​សំណព្វត្រីមាត្រ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "តម្រង​រូបភាព"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1640,802 +1670,808 @@ msgstr ""
"មិន​មែន​ជា​ឯកសារ​សំឡេង​ត្រឹមត្រូវ !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "បម្លែង​ទៅ​ជា​ឯកសារ​មេតា"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "បម្លែង​ទៅ​ជា​រូបភាព"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "មិន​អាច​បង្កើត​ឯកសារ​ $(URL1) ។"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "មិន​អាច​បើក​ឯកសារ​ $(URL1) ។"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "មិន​អាច​ចម្លង​ឯកសារ $(URL1) ទៅ​កាន់ $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "​ប្តូរ​ឈ្មោះ​​ស្លាយ"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ឈ្មោះ"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ផ្ទៃ​ចំណងជើង សម្រាប់ប្លង់​ស្វ័យ​ប្រវត្តិ"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ផ្ទៃ​វត្ថុ សម្រាប់​ប្លង់​ស្វ័យប្រវត្តិ"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ផ្ទៃ​បាតកថា"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ផ្ទៃ​បឋមកថា"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ផ្ទៃ​កាលបរិច្ឆេទ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "ផ្ទៃ​លេខ​ស្លាយ"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ផ្ទៃ​លេខ​ទំព័រ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<បឋមកថា​>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<បាតកថា>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<កាលបរិច្ឆេទ/ពេលវេលា>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<ចំនួន>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ផ្ទៃ​ចំណាំ"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ការ​បម្លែង​ ហាន់​ហ្គូល​/ហាន់​យ៉ា"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ស្លាយ"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ទំព័រ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "មិន​អាច​មើល​ជា​មុន"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "រៀបចំ​មើល​ជា​មុន"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "ប្លង់"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "ចំណងជើង​ការ​បង្ហាញ"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "រចនាប័ទ្ម​ក្រឡា"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "រូបរាង %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "មតិយោបល់"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "កំណត់​ប្លង់ស្លាយ​ឡើងវិញ"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "បញ្ចូល​តារាង"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "បញ្ចូល​គំនូស​តាង"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "បញ្ចូល​រូបភាព"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "បញ្ចូល​អូឌីយ៉ូ ឬ​វីដេអូ"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "អូស ហើយ​ទម្លាក់​ទំព័រ"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "អូស ហើយ​ទម្លាក់​ស្លាយ"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "សូម​បន្ថែម​រូបភាព​ទៅ​កាន់​បញ្ជី"
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "ស្លាយ​អត្ថបទ"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ថត​គោលដៅ​មូលដ្ឋាន '%FILENAME' មិន​មែន​ទទេ ។ ឯកសារ​ខ្លះ​អាច​នឹង​ត្រូវ​បាន​សរសេរ​​ជាន់​លើ ។ តើ​អ្នក​ចង់​បន្ត​ឬ ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "ផ្ទៃ​ខាងក្រោយ"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "វត្ថុ​ផ្ទៃ​ខាង​ក្រោយ"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ប្លង់​"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "វត្ថុ​​បញ្ជា​"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "បន្ទាត់​វិមាត្រ"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ស្លាយ"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ទំព័រ​​"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ស្លាយ"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ទំព័រ​មេ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ចំណាំ)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ប្លង់​បោះពុម្ព"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "ចុច​ដើម្បី​កែ​សម្រួល​​ទ្រង់​ទ្រាយ​​​​អត្ថបទ​​ចំណងជើង"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ចុច​ដើម្បី​កែ​សម្រួល​ទ្រង់​ទ្រាយ​​​អត្ថបទ​គ្រោង"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "កម្រិត​គ្រោង​ទី​ពីរ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "កម្រិត​គ្រោង​ទី​បី"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "កម្រិត​គ្រោង​ទី​បួន"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "កម្រិត​គ្រោង​ទី​ប្រាំ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "កម្រិត​គ្រោង​ទី​ប្រាំ​មួយ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "កម្រិត​គ្រោង​ទី​ប្រាំ​ពីរ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ចុច​ដើម្បី​ផ្លាស់​ទី​ស្លាយ"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "ចុច​ដើម្បី​កែ​សម្រួល​ទ្រង់​ទ្រាយ​​ចំណាំ"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "ចុច​ដើម្បី​បន្ថែម​ចំណងជើង"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "ចុច​ដើម្បី​បន្ថែម​អត្ថបទ"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "ចុច​ដើម្បី​បន្ថែម​អត្ថបទ"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "ចុច​ដើម្បី​បន្ថែម​ចំណាំ"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ចុច​​ទ្វេដង ដើម្បី​បន្ថែម​រូបភាព"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ចុច​ទ្វេដង ដើម្បី​បន្ថែម​វត្ថុ"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ចុច​​ទ្វេដង ដើម្បី​បន្ថែម​គំនូស​តាង"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ចុច​ទ្វេដង ​ដើម្បី​បន្ថែម​អង្គការលេខ"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ចុច​ទ្វេដង ដើម្បី​បន្ថែម​សៀវភៅ​បញ្ជី"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "លំនាំដើម"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ចំណងជើង"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ផ្លាស់ទី​ស្លាយ"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "វត្ថុ​ដែល​មិន​បំពេញ"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "វត្ថុ​ដោយ​មិន​បំពេញ និង​គ្មាន​បន្ទាត់"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "អត្ថបទ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ចំណងជើង"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ចំណងជើង​រង"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "គ្រោង​"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "វត្ថុ​ផ្ទៃ​ខាងក្រោយ"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "ផ្ទៃ​ខាងក្រោយ"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ចំណាំ"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "នាំចូល PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "រក្សា​ទុក​​​ឯកសារ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2443,662 +2479,662 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ទិដ្ឋភាព​គំនូរ"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ទិដ្ឋភាព​គំនូរ"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ទិដ្ឋភាព​គ្រោង"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ទិដ្ឋភាព​ស្លាយ"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "នេះ​​ជា​​កន្លែង​ដែល​អ្នក​តម្រៀប​ស្លាយ។"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ទិដ្ឋភាព​ចំណាំ"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ទិដ្ឋភាព​ប្លង់​បោះ​ពុម្ព"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "ចំណងជើង​ការ​បង្ហាញ"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "រូបរាង​គ្រោង​ការ​បង្ហាញ"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "ចំណងជើង​រង​ការ​បង្ហាញ"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "ទំព័រ​ការ​បង្ហាញ"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "ចំណាំ​ការ​បង្ហាញ"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ប្លង់​បោះពុម្ព"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "មិន​ស្គាល់​រូបរាង​ការ​បង្ហាញ​ដែល​អាច​ការ​ចូល​ប្រើ​បាន"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "បាតកថា​ការ​បង្ហាញ"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "បឋមកថា​ការ​បង្ហាញ"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "ពេលវេលា និង​កាលបរិច្ឆេទ​ការ​បង្ហាញ"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "លេខ​ទំព័រ​ការ​បង្ហាញ"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "ការ​បង្ហាញ %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ចំណងជើង"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "គ្រោង​"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ចំណងជើងរង"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ទំព័រ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ចំណាំ"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ប្លង់​បោះពុម្ព"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "មិន​ស្គាល់​រូបរាង​ការ​បង្ហាញ​ដែល​អាច​ចូល​ដំណើរការ​បាន"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "បាតកថា"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "បឋមកថា"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "កាលបរិច្ឆេទ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "លេខ"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "បាន​តែ​អាន"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "គ្មាន"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "រហូត​ដល់​ពេល​​ចុច​បន្ទាប់"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "រហូត​ដល់​ចុង​បញ្ចប់​នៃ​ស្លាយ"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ទិស៖"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ពង្រីក"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "កាំ"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "ជួរឈរ​ទី​មួយ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ពណ៌​ទីពីរ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ជួរឈរ​ទី​មួយ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "រចនាប័ទ្ម ៖"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ពុម្ពអក្សរ"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ជួរឈរ​ទី​មួយ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "រចនាប័ទ្ម ៖"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "លក្ខណៈ​អក្សរ"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ពណ៌​​បន្ទាត់"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ទំហំ​ពុម្ពអក្សរ"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "ទំហំ"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ពណ៌"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(គ្មាន​សំឡេង)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(បញ្ឈប់​សំឡេង​មុន)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "សំឡេង​ផ្សេងទៀត..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "គំរូ"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "បិទ​បើក"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ផ្លូវ​អ្នកប្រើ"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "ផ្លូវ​ចលនា"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "គ្មាន"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ថ្ងៃនេះ"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ម្សិលមិញ"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(គ្មាន​អ្នកនិពន្ធ)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress បាន​ដល់​ចុង​បញ្ចប់​នៃ​កា​​រ​បង្ហាញ​ហើយ។ តើ​អ្នក​ចង់​បន្ត​ពី​ដើម​ដែរ​ឬទេ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress បាន​ដល់​ដើម​នៃ​ការ​បង្ហាញ​ហើយ។ តើ​អ្នក​ចង់​បន្ត​ទៅ​ចុង​ដែរ​ឬទេ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw បាន​ដល់​ចុង​ឯកសារ​ហើយ ។ តើ​អ្នក​ចង់​បន្ត​ពី​ដើម​ដែរ​ឬទេ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw បាន​ដល់​ដើម​​ឯកសារ​ហើយ។ តើ​អ្នក​ចង់​បន្ត​នៅ​ចុង​ដែរ​ឬទេ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "បញ្ចូល​មតិយោបល់"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "លុប​មតិយោបល់"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "ផ្លាស់ទី​មតិយោបល់"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "កែសម្រួល​មតិយោបល់"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "ឆ្លើយ​តប​ទៅកាន់ %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "ចាក់​មេឌៀ​សារ​ជា​ថ្មី"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "តារាង"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ឯកសារ​"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "មាតិកា"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "ឈ្មោះ​ស្លាយ "
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "ឈ្មោះ​ទំព័រ "
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "កាលបរិច្ចេទ និង​ពេលវេលា"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "ទំព័រ​ដែលបានលាក់"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ពណ៌"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ទំហំ"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ប័ណ្ណប្រកាស"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "ផ្នែក​ទំព័រ"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "រួមបញ្ចូល"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "ប្រើ​តែ​ថាស​ក្រដាស​ពីចំណូល​ចិត្ត​ម៉ាស៊ីនបោះពុម្ព​​ប៉ុណ្ណោះ"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress បាន​ស្វែងរក​រហូត​ដល់​ចុង​​ការ​បង្ហាញ។ តើ​អ្នក​ចង់​បន្ត​ពី​ដើម​​ឬ​ទេ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress បាន​ស្វែងរក​រហូត​ដល់​​ដើម​​​ការ​បង្ហាញ​។ តើ​អ្នក​ចង់​បន្ត​នៅ​​ចុង​ឬ​ទេ​?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw បាន​ស្វែងរក​រហូត​ដល់​ចុង​​ឯកសារ​។ តើ​អ្នក​ចង់​បន្ត​ពី​ដើម​​ឬ​ទេ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw បាន​ស្វែងរក​រហូត​ដល់​​ដើម​​ឯកសារ​។​ តើ​អ្នក​ចង់​បន្ត​នៅ​ចុង​ឬ​ទេ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/km/svtools/messages.po b/source/km/svtools/messages.po
index 7ea9a5cd799..96a097698a6 100644
--- a/source/km/svtools/messages.po
+++ b/source/km/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/km/sw/messages.po b/source/km/sw/messages.po
index 843d931ef0d..82fbf37373c 100644
--- a/source/km/sw/messages.po
+++ b/source/km/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-20 17:21+0000\n"
"Last-Translator: Andras Timar <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17222,230 +17222,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "បញ្ចូល​ធាតុ​លិបិក្រម "
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "លុប​ធាតុ​ដែល​បាន​ជ្រើស​ពី​លិបិក្រម ។ អត្ថបទ​ធាតុ​ក្នុង​ឯកសារ មិន​ត្រូវ​បាន​លុប​ទេ ។"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "បញ្ចូល"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "លិបិក្រម​ថ្មី​​កំណត់​ដោយ​អ្នក​ប្រើ​"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "ធាតុ​សំខាន់ "
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "តែ​ពាក្យ​ទាំងមូល "
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "ករណី​ដំណូច"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "ទៅកាន់​ធាតុ​លិបិក្រម​មុន​នៃ​ប្រភេទ​ដូចគ្នា​នៅ​ក្នុង​ឯកសារ។"
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "ទៅកាន់​ធាតុ​លិបិក្រម​បន្ទាប់​នៃ​ប្រភេទ​ដូចគ្នា​នៅ​ក្នុង​ឯកសារ។"
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/kmr-Latn/cui/messages.po b/source/kmr-Latn/cui/messages.po
index 5b716d93966..389332c9799 100644
--- a/source/kmr-Latn/cui/messages.po
+++ b/source/kmr-Latn/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Kurmanji <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/kmr_LATN/>\n"
@@ -17062,76 +17062,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Belgeya Nû"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Belgeya HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Tabloya Hesêb"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Tabloya Hesêb"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Pêşkêşî"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Xêzkêşan"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formul"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po b/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po
index cbd59045dbb..888ebdb3d51 100644
--- a/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12522,85 +12522,85 @@ msgctxt ""
msgid "Notes"
msgstr "Nîşe"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Belgeyên nivîsarê"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "TabloyênHesavan"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Pêşek"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Xêzkêşan"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Rûpelên torê"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Belgeyên mak"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formul"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Belgeyên Bîngehadana"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po
index f4f178f3c19..b4fba679057 100644
--- a/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/kmr-Latn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:57+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2261,6 +2261,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Rêzikan jê bibe"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9684,14 +9694,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11012,6 +11022,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Stûnan Tê~xe"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26981,36 +27001,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32353,15 +32343,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Numreya Rûpelê"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33548,6 +33558,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Rêzikan jê bibe"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rêzik"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/kmr-Latn/sc/messages.po b/source/kmr-Latn/sc/messages.po
index 23d0f63c73d..dda8bb2cc44 100644
--- a/source/kmr-Latn/sc/messages.po
+++ b/source/kmr-Latn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33127,39 +33127,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Nivîs ji bo Stûnan"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Qad"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/kmr-Latn/sd/messages.po b/source/kmr-Latn/sd/messages.po
index 8eea29919c0..314ff54b38e 100644
--- a/source/kmr-Latn/sd/messages.po
+++ b/source/kmr-Latn/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1230,250 +1230,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Nivîs lê zêdeke"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Biaqil"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Çep"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Rast"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Jor"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Jêr"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Çepê Jor?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Çepê Jêr?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Rastê Jor?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Rastê Çepê?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Berwar"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Tîk"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Giş?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ev kirar di moda zindî de nayê xebitandin."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Paş"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Bidomîne"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Nihêrîna Giştî"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Color Tolerance"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Çeprast perde bike..."
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Slaytê Fire Bike"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Tabloya Naveroka Slaytan"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Hîna çavkaniyeke SANE ne mevcûd e."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Hîna çavkaniyeke TWAIN ne mevcûd e."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Sabît"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Guherbar"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standart (kin)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standart (dirêj)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Navê pelê"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Navê Rêç/Pelê"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Rêç"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Navê pela bê pêvek"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nîşandana Slayteke Taybet Ya Nû"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopî "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Pelên Meta Ji Hev Veçirîne..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Hemû komên xêzkirinê ji hev nehatin veçirandin."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1483,157 +1513,157 @@ msgstr ""
"Hûn dixwazin li ser binivisîne?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Nivîs"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hîperlînk"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Girêdana ku hatiye bikaranîn"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Girêdana Çalak"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Nîşe"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Naverok"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Ji bo destpêkirinê vê derê bitikîne"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Nivîskar"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Serûpel"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Hîn zêde agahî"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Pêşkêşiyê Daxe"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Geroka we ya Web ê destegê nadê çarçevan."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Rûpelê pêşîn"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Rûpelê dawîn"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Nivîs"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Wêne"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Bi naverokê re"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bênaverok"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Li rûpelê ku hatiye diyarkirin"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Ji bo ku tu karibî ji pêşkêşiyê derkeve bitikîne..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Rawestîne..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,804 +1674,810 @@ msgstr ""
"ne pela derbasdar ya deng e!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Veguherîne pela agahiyan (metafile)"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Pela $(URL1) nehat afirandin."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Pela $(URL1) venebû."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Jibergirtina pelê $(URL1) li $(URL2) biserneket"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Slaytê ji nû ve bi nav bike"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nav"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Bo Pergalên Bixweber Sernavê Qadan"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Bo Pergalên Bixweber Sernavê Bireseran"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Qada Agahiya Jêr"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Qada Agahiya Jor"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Qada Dîrokê"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Qada Nimreya Qadê"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Qada Nimreya Rûpel"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Qada Nîşeyan"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Veguherandina Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slayt"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Rûpel"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Pêşdîtin tune"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Pêşdîtin tê amadekirin"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Niştecîh"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Vebijêrkên pêşkêşkirinê"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Teşeyên Şanikan"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Naverok"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabloyekê lê zêde bike"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Xanxanka lêzêde bike"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Rûpel lê zêde bike"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Peldanka hedef ya herêmî '%FILENAME' ne vala ye. Dibe ku li ser hinek pelan were nivîsîn. Hun dixwazin bidomînin?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Zemîn"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Tiştên zemîn"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Niştecîh"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontrol"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Xêzên pîvandine"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slayt"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Rûpel"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slayt"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Rûpelên Master"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Not)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Rêzkerê rûpela"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Ji bo serrastkirina sernivîsa texstê pêlêkin"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Ji bo sererastkirina cûreya nivîsa xêzên bingehîn pêlêke"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Asta makexeta duyemîn"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Asta makexeta sêyemîn"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Asta makexeta çaremîn"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Asta makexeta pêncemîn"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Asta makexeta şeşemîn"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Asta makexeta heftemîn"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Bo guhaztina slaytê bitikîne"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Ji bo serrastkirina formata notan pêlêkin"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Sernav"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Slaytan veguhezîne"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Bireserê vala"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Nivîs"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Sernav"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sernava Binî"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Xêza bingehîn"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Tiştên zemîn"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Zemîn"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Nîşe"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint veguhezîne hundir"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Belgeyê Tomar bike"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2449,674 +2485,674 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Dîmena xanxankê"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Dîmena xanxankê"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Dîmena bingehîn"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Dîmenê Slaytan"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Cihê ku tu slaytan lê rêz dike."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Bergeha Nîşeyan"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Pêşkêşî"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Pêşkêşî"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Pêşkêşî"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Rêzkerê Rûpelan"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Raweya pêşanê"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Pêşkêşî"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME Pêşkêşî"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Sernav"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Xêza bingehîn"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sernava Binî"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Rûpel"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Nîşe"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Rêzkerê Rûpelan"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Agahiya jêr"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Agahiya jor"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dîrok"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Numre"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(tenê-xwendin)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ne yek jî"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Alî"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Mezinkirin"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Sitûna yekemîn"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Sitûna yekemîn"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Teşe:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Cûrenivîs"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Sitûna yekemîn"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Teşe:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Rengê Rêzikê"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Mezinahiya cureyê tîpan"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Mezinahî"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Yekûnî"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Reng"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Dengekî din..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Mînak"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Tetikker"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ne yek jî"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Îro,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Do,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(bê nivîskar)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress heta dawiya pêşkêşiyê lê geriya. Tu dixwazî ji serê pêşkêşiyê berdewam bikî?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress heta serê pêşkêşiyê lê geriya. Tu dixwazî ji dawiyê û pê ve berdewam bikî?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw hate dawiya belgeyê. Tu dixwazî ji serî berdewam bike?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw hate pêşiya belgeyê. Tu dixwazî ji dawiyê berdewam bike?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Şîroveyê lê~zêde bike"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Naverokê jê bibe"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Şîrovê Veşêre"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Şîrovê Biguherîne"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
#, fuzzy
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Bersîv ji bo $1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media Playback"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tablo"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Belge"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Naverok"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Nimreya slaytê"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Navê rûpel"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Roj û wext"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Rûpelên n~epen"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Reng"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Mezinahî"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Broşur"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress heta dawiya pêşkêşiyê lê geriya. Tu dixwazî ji serê pêşkêşiyê berdewam bikî?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress heta serê pêşkêşiyê lê geriya. Tu dixwazî ji dawiyê û pê ve berdewam bikî?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw hate dawiya belgeyê. Tu dixwazî ji serî berdewam bike?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw hate pêşiya belgeyê. Tu dixwazî ji dawiyê berdewam bike?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/kmr-Latn/svtools/messages.po b/source/kmr-Latn/svtools/messages.po
index 2db2cc9107d..c014f85ad00 100644
--- a/source/kmr-Latn/svtools/messages.po
+++ b/source/kmr-Latn/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -867,10 +867,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/kmr-Latn/sw/messages.po b/source/kmr-Latn/sw/messages.po
index 0b98765a005..54deb0022fe 100644
--- a/source/kmr-Latn/sw/messages.po
+++ b/source/kmr-Latn/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17440,234 +17440,240 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Têketana pêristê lêzêde bike"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Têxe"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "New User-defined Index"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~Maketêketin"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Tenê peyvên ~temam"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Ji tîpa mezin/piçûk ra wekhev bihîsyar"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/kn/cui/messages.po b/source/kn/cui/messages.po
index 45684afde9c..91569b9d992 100644
--- a/source/kn/cui/messages.po
+++ b/source/kn/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-09 15:34+0000\n"
"Last-Translator: yogiks <yogesh@itforchange.net>\n"
"Language-Team: Kannada <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/kn/>\n"
@@ -16886,75 +16886,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "ಯಾವಾಗಲೂ ಹೀಗೆ ಉಳಿಸು (_v):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "ಪಠ್ಯ ದಸ್ತಾವೇಜು"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML ದಸ್ತಾವೇಜು"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ಮುಖ್ಯ ದಸ್ತಾವೇಜು"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "ಸ್ಪ್ರೆಡ್‌ಶೀಟ್"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "ಪ್ರಸ್ತುತಿ"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ಡ್ರಾಯಿಂಗ್"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ಸೂತ್ರ"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "ದಸ್ತಾವೇಜಿನ ಬಗೆ (_o):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಕಡತ ವಿನ್ಯಾಸ ಹಾಗು ODF ಸಿದ್ಧತೆಗಳು"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/kn/officecfg/registry/data/org/openoffice/Office.po b/source/kn/officecfg/registry/data/org/openoffice/Office.po
index 4a9c88d59c7..33cf1977a38 100644
--- a/source/kn/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/kn/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-06-06 09:03+0000\n"
"Last-Translator: Omshivaprakash <omshivaprakash@gmail.com>\n"
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
@@ -12511,85 +12511,85 @@ msgctxt ""
msgid "Notes"
msgstr "ಟಿಪ್ಪಣಿಗಳು"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ಪಠ್ಯ ದಸ್ತಾವೇಜುಗಳು"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "ಸ್ಪ್ರೆಡ್‌ಶೀಟ್‌ಗಳು"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "ಪ್ರಸ್ತುತಿಗಳು"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ಚಿತ್ರರಚನೆಗಳು"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ಜಾಲ ಪುಟಗಳು"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ಮುಖ್ಯ ದಸ್ತಾವೇಜುಗಳು"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "ಸೂತ್ರಗಳು"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ದತ್ತಸಂಚಯ ದಸ್ತಾವೇಜುಗಳು"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po
index 3064796f433..65294d36446 100644
--- a/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/kn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Kannada <kde-i18n-doc@kde.org>\n"
@@ -2259,6 +2259,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ಅಡ್ಡಸಾಲುಗಳನ್ನು ಅಳಿಸು"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9674,14 +9684,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11000,6 +11010,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ಲಂಬಸಾಲನ್ನು ಸೇರಿಸು"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26956,36 +26976,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32317,15 +32307,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "ಪುಟದ ಸಂಖ್ಯೆ (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33511,6 +33521,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ಅಡ್ಡಸಾಲುಗಳನ್ನು ಅಳಿಸು"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "ಅಡ್ಡಸಾಲುಗಳು (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/kn/sc/messages.po b/source/kn/sc/messages.po
index cb1263fce7b..c8e75b0db8e 100644
--- a/source/kn/sc/messages.po
+++ b/source/kn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-06-06 01:50+0000\n"
"Last-Translator: Omshivaprakash <omshivaprakash@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33274,40 +33274,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "ಇತರೆ ಆಯ್ಕೆಗಳು"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "ಲಂಬಸಾಲಿನ ಬಗೆ(_y)"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "ಪಠ್ಯದಿಂದ ಲಂಬಸಾಲುಗಳಿಗೆ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ವರ್ಗಗಳು"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/kn/sd/messages.po b/source/kn/sd/messages.po
index c5c3fe8a479..70512afc91f 100644
--- a/source/kn/sd/messages.po
+++ b/source/kn/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-06-06 09:09+0000\n"
"Last-Translator: Omshivaprakash <omshivaprakash@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1230,249 +1230,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ಪಠ್ಯ ಸೇರಿಸು"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ಚತುರ(ಸ್ಮಾರ್ಟ್)"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ಎಡ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ಬಲ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ಮೇಲೆ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ಕೆಳಗೆ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ಮೇಲಿನ ಎಡ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ಕೆಳ ಎಡ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ಬಲ ತುದಿ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ಕೆಳ ತುದಿಯ ಬಲ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ಅಡ್ಡ"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ಉದ್ದ"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ಎಲ್ಲವೂ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ಈ ಕ್ರಿಯೆಯನ್ನು ನೇರ ಸ್ಥಿತಿಯಲ್ಲಿ(ಲೈವ್) ಚಾಲನೆ ಮಾಡಲು ಆಗುವುದಿಲ್ಲ."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ಹಿಂದೆ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ಮುಂದುವರಿಸು"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ಸಮಗ್ರನೋಟ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ಬಣ್ಣ ಬದಲಾವಣೆಗಾರ"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ಅಡ್ಡ-ಮಸುಕಾಗು"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ಜಾರುಫಲಕವನ್ನು ವಿಸ್ತರಿಸು"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "ವಿಷಯಸೂಚಿಗಳ ಕೋಷ್ಟಕ ಜಾರುಫಲಕ"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ಈ ಕ್ಷಣದಲ್ಲಿ ಯಾವುದೇ SANE ಆಕರವು ಲಭ್ಯವಿಲ್ಲ."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ಈಗ ಯಾವುದೆ TWAIN ಆಕರವು ಲಭ್ಯವಿಲ್ಲ."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ನಿಶ್ಚಿತ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ವೇರಿಯೇಬಲ್"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ಶಿಷ್ಟ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ಮಾನಕ(ಚಿಕ್ಕದು)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ಮಾನಕ(ದೊಡ್ಡದು)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ಕಡತದ ಹೆಸರು"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "ಮಾರ್ಗ/ಕಡತದ ಹೆಸರು"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "ಮಾರ್ಗ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ಕಡತದ ಹೆಸರು, ವಿಸ್ತರಣೆ ಇಲ್ಲದೆ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "ಹೊಸ ಇಚ್ಛೆಯ ಜಾರುಫಲಕ"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ಕಾಪಿ ಮಾಡು "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "ಮೆಟಾಕಡತ(ಗಳನ್ನು) ಬೇರೆ ಬೇರೆ ಮಾಡು..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ಎಲ್ಲ ಚಿತ್ರರಚನೆ ವಸ್ತುಗಳನ್ನು ಬೇರೆ ಬೇರೆ ಮಾಡಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1482,158 +1512,158 @@ msgstr ""
" ಇದನ್ನು ಬದಲಿಸಬೇಕೇ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ಪಠ್ಯ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ವಿಸ್ತೃತಸಂಪರ್ಕಕೊಂಡಿ(ಹೈಪರ್ಲಿಂಕ್)"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "ಭೇಟಿಕೊಟ್ಟ ಸಂಪರ್ಕ"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "ಕ್ರಿಯಾಶೀಲ ಸಂಪರ್ಕಕೊಂಡಿ"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ಸೂಚನೆಗಳು"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "ವಿಷಯಸೂಚಿಗಳ ಕೋಷ್ಟಕ"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ಆರಂಭಿಸಲು ಇಲ್ಲಿ ಕ್ಲಿಕ್ಕಿಸಿ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ಕರ್ತೃ"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ನೆಲೆಪುಟ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "ಹೆಚ್ಚುವರಿ ಮಾಹಿತಿ"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ಪ್ರಸ್ತುತಿಯನ್ನು ಡೌನ್‌ಲೋಡ್ ಮಾಡು"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "ದುರದೃಷ್ಟವಶಾತ್ ನಿಮ್ಮ ವೀಕ್ಷಕದ ಬದಲಾಗುವ ಚೌಕಟ್ಟುಗಳನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ಮೊದಲ ಪುಟ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "ಕೊನೆಯ ಪುಟ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ಪಠ್ಯ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ಚಿತ್ರ"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ವಿಷಯ ಸೂಚಿಗಳಿರುವ"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ವಿಷಯ ಸೂಚಿಗಳಿಲ್ಲದ"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ಕೊಟ್ಟಿರುವ ಪುಟಕ್ಕೆ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "ಬಿಟ್‌ಮ್ಯಾಪ್ ಅನ್ನು ಬಹುಭುಜಾಕೃತಿಗೆ ರೂಪಾಂತರಿಸು"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "ಪ್ರಸ್ತ್ತುತಿಯಿಂದ ನಿರ್ಗಮಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ವಿರಾಮ..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D ಮೆಚ್ಚಿನ ಆಯ್ಕೆಯನ್ನು ಅನ್ವಯಿಸು"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
#, fuzzy
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "ಚಿತ್ರ ಫಿಲ್ಟರ್"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,802 +1674,808 @@ msgstr ""
"ಊರ್ಜಿತವಾದ ಶಬ್ದ ಕಡತವಲ್ಲ !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "ಮೆಟಾಕಡತಕ್ಕೆ ರೂಪಾಂತರಿಸು"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ಬಿಟ್‌ಮ್ಯಾಪ್ ಆಗಿ ರೂಪಾಂತರಿಸು"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ಎಂಬ ಕಡತವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ಎಂಬ ಕಡತವನ್ನ ತೆಗೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) ಎಂಬ ಕಡತವನ್ನು $(URL2) ಎಂಬ ಕಡತಕ್ಕೆ ಕಾಪಿ ಮಾಡಲಾಗಲಿಲ್ಲ"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ಜಾರುಫಲಕದ ಹೆಸರನ್ನು ಬದಲಾಯಿಸು"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ಹೆಸರು"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ಸ್ವಯಂರೂಪುವಿನ್ಯಾಸಗಳ ಶೀರ್ಷಿಕೆಯ ಸ್ಥಳ"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ಸ್ವಯಂರೂಪುವಿನ್ಯಾಸಗಳ ವಸ್ತು ಸ್ಥಳ"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ಅಡಿಲೇಖದ ಸ್ಥಳ"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ಶಿರೋಲೇಖದ ಸ್ಥಳ"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ದಿನಾಂಕದ ಸ್ಥಳ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "ಜಾರುಫಲಕದ ಸ್ಥಳ"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ಪುಟದ ಸಂಖ್ಯೆ ಸ್ಥಳ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<ಶಿರೊಲೇಖ>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ಅಡಿಲೇಖ>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ದಿನಾಂಕ/ಸಮಯ>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<ಸಂಖ್ಯೆ>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<ಎಣಿಕೆ>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ಟಿಪ್ಪಣಿಗಳ ಸ್ಥಳ"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ಹಂಗುಲ್/ಹಾಂಜಾ ಪರಿವರ್ತನೆ"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ಜಾರುಫಲಕಗಳು"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ಪುಟಗಳು"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "ಮುನ್ನೋಟವು ಲಭ್ಯವಿಲ್ಲ"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "ಮುನ್ನೋಟಕ್ಕಾಗಿ ತಯಾರಾಗುತ್ತಿದೆ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "ರೂಪುವಿನ್ಯಾಸಗಳು"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "ಪ್ರಸ್ತುತಿ ಶೀರ್ಷಿಕೆ"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ಕೋಶ ಶೈಲಿಗಳು"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ಆಕಾರ %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "ಟಿಪ್ಪಣಿಗಳು"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "ಜಾರಫಲಕದ ರೂಪುವಿನ್ಯಾಸವನ್ನು ಮರಳಿ ಹೊಂದಿಸು"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ಕೋಷ್ಟಕವನ್ನು ಸೇರಿಸು"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ನಕ್ಷೆಯನ್ನು ಸೇರಿಸು"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ಚಿತ್ರವನ್ನು ಸೇರಿಸು"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ಧ್ವನಿ ಮತ್ತು ದೃಶ್ಯಾವಳಿಯನ್ನು ಸೇರಿಸಿ"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "ಪುಟಗಳನ್ನು ಎಳೆದು ಸೇರಿಸಿ"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "ಜಾರುಫಲಕಗಳನ್ನು ಎಳೆದು ಸೇರಿಸು"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "ದಯವಿಟ್ಟು ಚಿತ್ರಗಳನ್ನು ಆಲ್ಬಮ್‌ಗೆ ಸೇರಿಸಿ."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "ಪಠ್ಯ ಜಾರುಫಲಕ"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ನಿಗದಿತ ಸ್ಥಳೀಯ ಕೋಶ '%FILENAME' ಖಾಲಿ ಇಲ್ಲ. ಕೆಲವು ಕಡತಗಳನ್ನು ತಿದ್ದಿ ಬರೆಯಲಾಗಬಹುದು. ನೀವು ಮುಂದುವರೆಯಲು ಇಚ್ಛಿಸುತ್ತೀರಾ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "ಹಿನ್ನಲೆ"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "ಹಿನ್ನಲೆ ವಸ್ತುಗಳು"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ರೂಪರೇಖೆ"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "ನಿಯಂತ್ರಣಗಳು"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "ಆಯಾಮದ ಗೆರೆಗಳು"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ಹಿನ್ನಲೆ"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ಪುಟ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ಹಿನ್ನಲೆ"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ಮಾಸ್ಟರ್ ಪುಟಗಳು"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ಟಿಪ್ಪಣಿಗಳು)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ಕರಪತ್ರಗಳು"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "ಶೀರ್ಷಿಕೆ ಪಠ್ಯವಿನ್ಯಾಸವನ್ನು ಸಂಪಾದಿಸಲು ಕ್ಲಿಕ್ಕಿಸಿ"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ರೂಪರೇಖೆ ಪಠ್ಯವಿನ್ಯಾಸವನ್ನು ಸಂಪಾದಿಸಲು ಕ್ಲಿಕ್ಕಿಸಿ"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ಎರಡನೆಯ ಹೊರರೇಖೆಯ ಹಂತ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ಮೂರನೆಯ ಹೊರರೇಖೆಯ ಹಂತ"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "ನಾಲ್ಕನೆಯ ಹೊರರೇಖೆಯ ಹಂತ"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "ಐದನೆಯ ಹೊರರೇಖೆಯ ಹಂತ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ಆರನೆಯ ಹೊರರೇಖೆಯ ಹಂತ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ಏಳನೆಯ ಹೊರರೇಖೆಯ ಹಂತ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ಜಾರುಫಲಕ ಸ್ಥಳಾಂತರಿಸಲು ಕ್ಲಿಕ್ಕಿಸಿ"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "ಟಿಪ್ಪಣಿ ವಿನ್ಯಾಸದ ಸಂಪಾದನೆಗೆ ಕ್ಲಿಕ್ಕಿಸಿ"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ಸೇರಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "ಪಠ್ಯವನ್ನು ಸೇರಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "ಪಠ್ಯವನ್ನು ಸೇರಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "ಟಿಪ್ಪಣಿಗಳನ್ನು ಸೇರಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "ಒಂದು ಚಿತ್ರವನ್ನು ಸೇರಿಸಲು ಎರಡು ಬಾರಿ ಕ್ಲಿಕ್ಕಿಸಿ"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "ಒಂದು ವಸ್ತುವನ್ನು ಸೇರಿಸಲು ಎರಡು ಬಾರಿ ಕ್ಲಿಕ್ಕಿಸಿ"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "ಒಂದು ನಕ್ಷೆಯನ್ನು ಸೇರಿಸಲು ಎರಡು ಬಾರಿ ಕ್ಲಿಕ್ಕಿಸಿ"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "ಒಂದು ಸಂಸ್ಥೆಯ ನಕ್ಷೆಯನ್ನು ಸೇರಿಸಲು ಎರಡು ಬಾರಿ ಕ್ಲಿಕ್ಕಿಸಿ"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "ಒಂದು ಸ್ಪ್ರೆಡ್‌ಶೀಟ್ ಅನ್ನು ಸೇರಿಸಲು ಎರಡು ಬಾರಿ ಕ್ಲಿಕ್ಕಿಸಿ"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ಪೂರ್ವನಿಯೋಜಿತ"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ಶೀರ್ಷಿಕೆ"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ಜಾರುಫಲಕಗಳನ್ನು ಸ್ಥಳಾಂತರಿಸು"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ಬಣ್ಣ ಭರ್ತಿಯಾಗದ ವಸ್ತು"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "ಯಾವುದೆ ತುಂಬಿಸುವಿಕೆ ಅಥವ ಯಾವುದೆ ಗೆರೆಯಿಲ್ಲದ ವಸ್ತು"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ಪಠ್ಯ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ಶೀರ್ಷಿಕೆ"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ಉಪಶೀರ್ಷಿಕೆ"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ಹೊರರೇಖೆ"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "ಹಿನ್ನಲೆ ವಸ್ತುಗಳು"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "ಹಿನ್ನಲೆ"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ಟಿಪ್ಪಣಿಗಳು"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "ಪವರ್-ಪಾಯಿಂಟ್ ಆಮದು"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ದಸ್ತಾವೇಜನ್ನು ಉಳಿಸು"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,662 +2483,662 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ಚಿತ್ರರಚನಾ ನೋಟ"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ಚಿತ್ರರಚನಾ ನೋಟ"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ಹೊರರೇಖೆಯ ನೋಟ"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ಜಾರುಫಲಕದ ನೋಟ"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ಇಲ್ಲಿ ನೀವು ಜಾರುಫಲಕಗಳನ್ನು ವಿಂಗಡಿಸಬಹುದು."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ಟಿಪ್ಪಣಿಗಳ ನೋಟ"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ಕರಪತ್ರ ನೋಟ"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "ಪ್ರಸ್ತುತಿ ಶೀರ್ಷಿಕೆ"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "ಪ್ರಸ್ತುತಿ ಹೊರರೇಖೆ"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "ಪ್ರಸ್ತುತಿ ಉಪಶೀರ್ಷಿಕೆ"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "ಪ್ರಸ್ತುತಿ ಪುಟ"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "ಪ್ರಸ್ತುತಿ ಟಿಪ್ಪಣಿಗಳು"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ಕರಪತ್ರ"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "ಗೊತ್ತಿರದ ನಿಲುಕುವ ಪ್ರಸ್ತುತಿ ಆಕಾರ"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "ಪ್ರಸ್ತುತಿ ಅಡಿಲೇಖ"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "ಪ್ರಸ್ತುತಿ ಶಿರೋಲೇಖ"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "ಪ್ರಸ್ತುತಿ ದಿನಾಂಕ ಮತ್ತು ಸಮಯ"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "ಪ್ರಸ್ತುತಿ ಪುಟದ ಸಂಖ್ಯೆ"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME ಪ್ರಸೆಂಟೇಶನ್"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ಶೀರ್ಷಿಕೆ"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ಹೊರರೇಖೆಗಾರ"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ಉಪಶೀರ್ಷಿಕೆ"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ಪುಟ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ಟಿಪ್ಪಣಿಗಳು"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ಕರಪತ್ರ"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "ಗೊತ್ತಿರದ ನಿಲುಕುವ ಪ್ರಸ್ತುತಿ ಆಕಾರ"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ಅಡಿಲೇಖ"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ಮೇಲಕ್ಷರ"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ದಿನಾಂಕ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ಸಂಖ್ಯೆ"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(ಓದಲು-ಮಾತ್ರ)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ಏನೂ ಇಲ್ಲ"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "ಮುಂದಿನ ಕ್ಲಿಕ್‌ನವರೆಗೆ"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ಜಾರುಫಲಕದ ಕೊನೆಯವರೆಗೆ"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ದಿಕ್ಕು (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ಜೂಮ್"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "ಕೀಲುಗಳು"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "ಮೊದಲ ಲಂಬಸಾಲು"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ಎರಡನೆ ಬಣ್ಣ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ಮೊದಲ ಲಂಬಸಾಲು"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ಶೈಲಿ:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ಅಕ್ಷರಶೈಲಿ"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ಮೊದಲ ಲಂಬಸಾಲು"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ಶೈಲಿ:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ಟೈಪ್‌ಫೇಸ್"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ಗೆರೆಯ ಬಣ್ಣ (_c):"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ಅಕ್ಷರಶೈಲಿ ಗಾತ್ರ"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "ಗಾತ್ರ"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ಮೊತ್ತ"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ಬಣ್ಣ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ಯಾವುದೆ ಶಬ್ಧವಿಲ್ಲ)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ಹಿಂದಿನ ಶಬ್ಧವನ್ನು ನಿಲ್ಲಿಸು)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ಇತರೆ ಶಬ್ಧಗಳು..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "ನಮೂನೆ"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ಪ್ರಾರಂಭ"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "ಬಳಕೆದಾರ ಮಾರ್ಗಗಳು"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "ಚಲನಾ ಮಾರ್ಗಗಳು : %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ಏನೂ ಇಲ್ಲ"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ಇಂದು,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ನಿನ್ನೆ,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ಕತೃವಿಲ್ಲ)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "ಪ್ರಸ್ತುತಿಯ ಅಂತ್ಯಕ್ಕೆ %PRODUCTNAME ಇಂಪ್ರೆಸ್ ತಲುಪಿದೆ. ಆರಂಭದವರೆಗೆ ಮುಂದುವರೆಯಲು ಬಯಸುತ್ತೀರೆ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "ಪ್ರಸ್ತುತಿಯ ಆರಂಭಕ್ಕೆ %PRODUCTNAME ಇಂಪ್ರೆಸ್ ತಲುಪಿದೆ. ಅಂತ್ಯದವರೆಗೆ ಮುಂದುವರೆಯಲು ಬಯಸುತ್ತೀರೆ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "ಪ್ರಸ್ತುತಿಯ ಅಂತ್ಯಕ್ಕೆ %PRODUCTNAME ಡ್ರಾ ತಲುಪಿದೆ. ಆರಂಭದವರೆಗೆ ಮುಂದುವರೆಯಲು ಬಯಸುತ್ತೀರೆ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "ಪ್ರಸ್ತುತಿಯ ಆರಂಭಕ್ಕೆ %PRODUCTNAME ಡ್ರಾ ತಲುಪಿದೆ. ಅಂತ್ಯದವರೆಗೆ ಮುಂದುವರೆಯಲು ಬಯಸುತ್ತೀರೆ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "ಟಿಪ್ಪಣಿಗಳನ್ನು ಸೇರಿಸು"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "ಟಿಪ್ಪಣಿಯನ್ನು(ಗಳನ್ನು) ಅಳಿಸು"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "ಟಿಪ್ಪಣಿಯನ್ನು ಸ್ತಳಾಂತರಿಸಿ"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ಟಿಪ್ಪಣಿಯನ್ನು ಸಂಪಾದಿಸಿ"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 ಗೆ ಪ್ರತ್ಯುತ್ತರಿಸಿ"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "ಮಾಧ್ಯಮದ ಚಾಲನೆ"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ಕೋಷ್ಟಕ"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ದಸ್ತಾವೇಜು"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "ವಿಷಯಗಳು"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "ಜಾರುಫಲಕದ ಹೆಸರು"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "ಪುಟದ ಹೆಸರು"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ದಿನಾಂಕ ಮತ್ತು ಸಮಯ"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "ಅಡಗಿಸಲಾದ ಪುಟಗಳು"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ಬಣ್ಣ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ಗಾತ್ರ"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ಕಿರುಪುಸ್ತಕ (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "ಪುಟದ ಬದಿಗಳು"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ಸೇರಿಸು"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "ಮುದ್ರಣ ಸಿದ್ಧತೆಗಳಿಂದ ತಯಾರಾದ ಹಾಳೆಯ ಟ್ರೇಯನ್ನು ಬಳಸು(~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ಇಂಪ್ರೆಸ್ ಪ್ರಸ್ತುತಿಯ ಕೊನೆಯವರೆಗೂ ಶೋಧಿಸಿದೆ. ಆರಂಭದಿಂದ ಮುಂದುವರಿಸಬೇಕೇ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ಇಂಪ್ರೆಸ್ ಪ್ರಸ್ತುತಿಯ ಕೊನೆಯವರೆಗೂ ಶೋಧಿಸಿದೆ. ಆರಂಭದಿಂದ ಮುಂದುವರಿಸಬೇಕೇ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ಇಂಪ್ರೆಸ್‌ ಪ್ರಸ್ತುತಿಯ ಕೊನೆಯವರೆಗೂ ಶೋಧಿಸಿದೆ. ಆರಂಭದಿಂದ ಮುಂದುವರಿಸಬೇಕೇ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ಇಂಪ್ರೆಸ್‌ ಪ್ರಸ್ತುತಿಯ ಕೊನೆಯವರೆಗೂ ಶೋಧಿಸಿದೆ. ಆರಂಭದಿಂದ ಮುಂದುವರಿಸಬೇಕೇ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/kn/svtools/messages.po b/source/kn/svtools/messages.po
index a7cf46b9fba..bbb9e41f7d3 100644
--- a/source/kn/svtools/messages.po
+++ b/source/kn/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/kn/sw/messages.po b/source/kn/sw/messages.po
index 5073bfdb206..ee080f5f57b 100644
--- a/source/kn/sw/messages.po
+++ b/source/kn/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-06-06 16:00+0000\n"
"Last-Translator: Omshivaprakash <omshivaprakash@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17357,230 +17357,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "ಸೂಚಿ ನಮೂದನ್ನು ಸೇರಿಸು"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ಅಳವಡಿಸು"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "ಹೊಸ ಬಳಕೆದಾರರಿಂದ-ವಿವರಿಸಲಾದ ಸೂಚಿ"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "ಪ್ರಮುಖ ನಮೂದು"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "ಸಂಪೂರ್ಣ ಪದಗಳು ಮಾತ್ರ"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "ಕೇಸನ್ನು ಹೊಂದಿಸು"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ko/cui/messages.po b/source/ko/cui/messages.po
index 4e66f06a3cb..7ae618a5dd8 100644
--- a/source/ko/cui/messages.po
+++ b/source/ko/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/ko/>\n"
@@ -16597,74 +16597,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "항상 다른 이름으로 저장하기(_V):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "텍스트 문서"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML 문서"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "마스터 문서"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "스프레드시트 문서"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "프레젠테이션"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "그리기"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "수식"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "문서 형식(_O):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "기본 파일 형식 및 ODF 설정"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ko/helpcontent2/source/text/scalc.po b/source/ko/helpcontent2/source/text/scalc.po
index b03556b9b5a..d3ab5f96ec7 100644
--- a/source/ko/helpcontent2/source/text/scalc.po
+++ b/source/ko/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-04-11 14:37+0000\n"
"Last-Translator: Jihui Choi <jihui.choi@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">시트 삭제</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "시트 탭 색상"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ko/helpcontent2/source/text/scalc/00.po b/source/ko/helpcontent2/source/text/scalc/00.po
index 12a1f799039..43617da10c7 100644
--- a/source/ko/helpcontent2/source/text/scalc/00.po
+++ b/source/ko/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-09 08:05+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "열 삽입"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ko/helpcontent2/source/text/scalc/01.po b/source/ko/helpcontent2/source/text/scalc/01.po
index e92c7c5d083..21334281abf 100644
--- a/source/ko/helpcontent2/source/text/scalc/01.po
+++ b/source/ko/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/ko/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>스프레드시트; 삭제</bookmark_value><bookmark_value>시트; 삭제</bookmark_value><bookmark_value>삭제; 스프레드시트</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "시트 삭제"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\" visibility=\"visible\">쿼리 확인 후 현재 시트를 삭제합니다.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "예"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "현재 시트를 삭제합니다."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "아니요"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "대화 상자를 취소합니다. 삭제가 수행되지 않습니다."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>스프레드시트; 이동</bookmark_value><bookmark_value>스프레드시트; 복사</bookmark_value><bookmark_value>이동; 스프레드시트</bookmark_value><bookmark_value>복사; 스프레드시트</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "시트 이동 또는 복사"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "시트 삽입"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>시트;생성</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "시트 삽입"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>워크시트 이름</bookmark_value><bookmark_value>변경; 시트 이름</bookmark_value><bookmark_value>시트; 이름 바꾸기</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "시트 이름 바꾸기"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "시트 표시"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>시트; 표시</bookmark_value><bookmark_value>표시; 시트</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "시트 표시"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">이전에 <emph>숨기기</emph> 명령을 사용하여 숨긴 시트를 표시합니다.</ahelp></variable> 이 명령을 호출하려면 시트를 하나만 선택합니다. 항상 현재 시트가 선택됩니다. 현재 시트가 아닌 시트가 선택된 경우, 창 아래에서 해당 시트 탭을 누른 상태에서 <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline> </switchinline> 키를 눌러 선택을 취소할 수 있습니다."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ko/helpcontent2/source/text/scalc/guide.po b/source/ko/helpcontent2/source/text/scalc/guide.po
index 106e70cd680..3ce94970c66 100644
--- a/source/ko/helpcontent2/source/text/scalc/guide.po
+++ b/source/ko/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-14 18:34+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Korean <https://weblate.documentfoundation.org/projects/libo_help-master/textscalcguide/ko/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "시트 탭 탐색"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>시트; 여러 개 표시</bookmark_value><bookmark_value>시트 탭;사용</bookmark_value><bookmark_value>보기;여러 시트</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">시트 탭 탐색</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "기본적으로 $[officename]은(는) 새 스프레드시트에 \"시트1\"에서 \"시트3\"까지 3개의 시트를 표시합니다. 화면 아래쪽에 있는 시트 탭을 사용하여 스프레드시트의 시트 사이에 전환할 수 있습니다."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">시트 탭</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">아이콘</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "탐색 버튼을 사용하여 문서에 속한 모든 시트를 표시할 수 있습니다. 맨 왼쪽이나 맨 오른쪽 버튼을 클릭하면 각각 첫번째 또는 마지막 시트 탭이 표시됩니다. 중간 버튼을 사용하면 모든 시트 탭을 앞과 뒤로 스크롤할 수 있습니다. 시트 자체를 표시하려면 시트 탭을 클릭합니다."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "여러 시트 적용"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>시트; 삽입</bookmark_value><bookmark_value>삽입; 시트</bookmark_value><bookmark_value>시트; 다중 선택</bookmark_value><bookmark_value>추가 시트</bookmark_value><bookmark_value>선택;다중 시트</bookmark_value><bookmark_value>다중 시트</bookmark_value><bookmark_value>계산;다중 시트</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">여러 시트 적용</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "시트 삽입"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "새 시트나 다른 파일의 기존 시트를 삽입하려면 <item type=\"menuitem\">삽입 - 시트</item>를 선택합니다."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">목록에 언어를 추가할 수 있는 대화 상자를 엽니다.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ko/helpcontent2/source/text/scalc/menu.po b/source/ko/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ko/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ko/helpcontent2/source/text/shared/00.po b/source/ko/helpcontent2/source/text/shared/00.po
index ce9f9ac6f8c..7c661da58af 100644
--- a/source/ko/helpcontent2/source/text/shared/00.po
+++ b/source/ko/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-09 08:10+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">이 명령을 사용하려면...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "파일 메뉴"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "새로 만들기"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "파일 열기"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "저장"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "다른 이름으로 저장"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "페이지 보기 인쇄"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/ko/helpcontent2/source/text/shared/01.po b/source/ko/helpcontent2/source/text/shared/01.po
index f55d2ab0b32..20a1f87fffb 100644
--- a/source/ko/helpcontent2/source/text/shared/01.po
+++ b/source/ko/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-09 08:12+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>기능</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">원격 파일 서비스에 있는 문서를 엽니다.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">이벤트</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<ahelp hid=\"HID_CONFIG_EVENT\">매크로를 프로그램 이벤트에 할당합니다. 선택한 이벤트가 발생할 때마다 할당된 매크로가 자동으로 실행됩니다.</ahelp>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ko/helpcontent2/source/text/swriter/00.po b/source/ko/helpcontent2/source/text/swriter/00.po
index 3b4316792ef..7f32a329243 100644
--- a/source/ko/helpcontent2/source/text/swriter/00.po
+++ b/source/ko/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-09-01 13:20+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://vm137.documentfoundation.org/projects/libo_help-master/textswriter00/ko/>\n"
@@ -2843,85 +2843,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "편지 병합"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ko/helpcontent2/source/text/swriter/01.po b/source/ko/helpcontent2/source/text/swriter/01.po
index 221fe1bae12..a06bb619444 100644
--- a/source/ko/helpcontent2/source/text/swriter/01.po
+++ b/source/ko/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-08-09 08:16+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "페이지 미리보기에 있을 때는 문서를 편집할 수 없습니다."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">페이지 미리보기를 종료하려면 <emph>미리보기 닫기</emph> 버튼을 클릭합니다.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "하이퍼링크"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">여는 하이퍼링크 태그(LS)와 닫는 하이퍼링크 태그(LE)로 묶은 항목의 부분에 대해 하이퍼링크를 만듭니다. <emph>구조</emph> 줄에서 하이퍼링크를 만들 부분 앞에 있는 빈 상자를 누른 다음 이 버튼을 클릭합니다. 하이퍼링크를 만들 부분 뒤의 빈 상자를 누른 다음 이 버튼을 다시 클릭합니다. 하이퍼링크는 모두 고유해야 합니다. 목차에 대해서만 사용 가능합니다.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/ko/officecfg/registry/data/org/openoffice/Office.po b/source/ko/officecfg/registry/data/org/openoffice/Office.po
index 5900fb9a549..4346b2a32e4 100644
--- a/source/ko/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ko/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-03-16 06:49+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "메모"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "텍스트 문서"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "스프레드시트"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "프레젠테이션"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "그리기"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "웹 페이지"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "마스터 문서"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "수식"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "데이터베이스 문서"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po
index 2d4ef60d1de..3dfc7de4e65 100644
--- a/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ko/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-15 19:33+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/ko/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "데이터 유효성(~V)..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "행 삭제"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9559,15 +9569,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "슬라이드 마스터 변경..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "마스터 페이지..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10869,6 +10879,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "열 삽입"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26643,36 +26663,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31923,15 +31913,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "페이지 번호(~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33109,6 +33119,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "앞의 열(~B)"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "행 삭제"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "행(~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ko/sc/messages.po b/source/ko/sc/messages.po
index 32c2e39a931..07c168415f7 100644
--- a/source/ko/sc/messages.po
+++ b/source/ko/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ko/>\n"
@@ -32427,38 +32427,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "다른 옵션"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "열 유형(_Y):"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "미리 보기 창에서 열을 선택한 다음 가져온 데이터에 적용할 데이터 유형을 선택합니다."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "텍스트를 열로"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "필드"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "구분된 데이터의 가져오기 옵션을 설정합니다."
diff --git a/source/ko/sd/messages.po b/source/ko/sd/messages.po
index 83dd458d154..64bf477aa73 100644
--- a/source/ko/sd/messages.po
+++ b/source/ko/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/ko/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1552719537.000000\n"
#. WDjkB
@@ -1216,249 +1216,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "텍스트 삽입"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "마스터 슬라이드 불러오기"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "스마트"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "왼쪽"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "오른쪽"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "위"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "아래"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "왼쪽 위?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "왼쪽 아래?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "오른쪽 위?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "오른쪽 아래?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "수평"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "수직"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "모두?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "이 작업은 라이브 모드에서 실행할 수 없습니다."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "뒤로"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "계속"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "요약"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "색상 교체기"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "교차 페이드"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "슬라이드 확장"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "목차 슬라이드"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "지금은 SANE 원본을 사용할 수 없습니다."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "지금은 TWAIN 원본을 사용할 수 없습니다."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "고정"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "가변"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "표준"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "표준(짧은)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "표준(길게)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "파일 이름"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "경로/파일 이름"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "경로"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "확장자 없는 파일 이름"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "새 사용자 정의 슬라이드 쇼"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "복사 "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME 프레젠테이션 형식(임프레스 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME 그리기 형식(드로우 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "메타파일 그룹 해제..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "그리기 개체를 모두 그룹 해제하지는 못했습니다."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION 프레젠테이션"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION 그리기"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1468,157 +1498,157 @@ msgstr ""
"덮어쓰겠습니까?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "텍스트"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "하이퍼링크"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "방문한 링크"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "활성 링크"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "메모"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "목차"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "시작하려면 여기를 클릭하십시오."
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "작성자"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "이메일"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "홈 페이지"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "그 밖의 정보"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "프레젠테이션 소스 다운로드"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "사용자의 브라우저는 부동 프레임을 지원하지 않습니다."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "첫 페이지"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "마지막 페이지"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "텍스트"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "이미지"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "내용 포함"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "내용 없음"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "지정한 페이지에"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "비트맵을 다각형으로 변환"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "프레젠테이션을 종료하려면 클릭하십시오..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "일시중지..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D 즐겨찾기 적용"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "이미지 필터"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1628,799 +1658,805 @@ msgstr ""
"유효한 오디오 파일이 아닙니다."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "메타 파일로 변환"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "비트맵으로 변환"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) 파일을 만들 수 없습니다."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) 파일을 열지 못했습니다."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) 파일을 $(URL2)(으)로 복사하지 못했습니다."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "슬라이드 이름 바꾸기"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "페이지 이름바꾸기"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "이름 중복 또는 빈 이름은 가능하지 않습니다"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "이름"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "슬라이드 마스터 이름 바꾸기"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "자동 레이아웃 제목 영역"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "자동 레이아웃 개체 영역"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "바닥글 영역"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "머리글 영역"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "날짜 영역"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "슬라이드 번호 영역"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "페이지 번호 영역"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<머리글>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<바닥글>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<날짜/시간>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<숫자>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<개수>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<슬라이드명>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<페이지명>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "메모 영역"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "한글/한자 변환"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "슬라이드"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "페이지"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "미리보기 사용할 수 없음"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "미리보기 준비"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "레이아웃"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "스타일 그리기"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "프레젠테이션 스타일"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "셀 스타일"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "도형 %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "배경 이미지 설정"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "주석"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "슬라이드 레이아웃 원래대로"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "표 삽입"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "차트 삽입"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "이미지 삽입"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "오디오 또는 비디오 삽입"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "페이지를 끌어서 떨어뜨리기"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "슬라이드를 끌어서 떨어뜨리기"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "앨범에 이미지를 추가하십시오."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "텍스트 슬라이드"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "로컬 대상 디렉터리 '%FILENAME'이(가) 비어 있지 않습니다. 일부 파일을 덮어쓸 수 있습니다. 계속하시겠습니까?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "배경"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "배경 개체"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "레이아웃"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "콘트롤"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "치수선"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "슬라이드"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "페이지"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "슬라이드"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "슬라이드 마스터"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "슬라이드 마스터:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "마스터 페이지"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "마스터 페이지:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(메모)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "인쇄물"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "제목 텍스트의 서식을 편집하려면 클릭하십시오."
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "개요 텍스트의 서식을 편집하려면 클릭하십시오"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "2번째 개요 수준"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "3번째 개요 수준"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "4번째 개요 수준"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "5번째 개요 수준"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "6번째 개요 수준"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "7번째 개요 수준"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "슬라이드를 이동하려면 클릭하십시오."
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "메모 서식을 편집하려면 클릭하십시오."
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "제목을 추가하려면 클릭하십시오."
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "텍스트를 추가하려면 클릭하십시오."
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "텍스트를 추가하려면 클릭하십시오."
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "메모를 추가하려면 클릭하십시오."
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "이미지를 추가하려면 더블 클릭하십시오."
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "개체를 추가하려면 더블 클릭하십시오."
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "차트를 추가하려면 더블 클릭하십시오."
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "조직도를 추가하려면 더블 클릭하십시오."
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "스프레드시트를 추가하려면 더블 클릭하십시오."
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "기본값"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "제목"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "슬라이드 이동"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "슬라이드 속성"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "채우지 않은 개체"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "색과 선이 없는 개체"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "텍스트"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "제목 A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "채움"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "파란색으로 채움"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "녹색으로 채움"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "노란색으로 채움"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "빨간색으로 채움"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "외곽선"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "파란색 외곽선"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "녹색 외곽선"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "노란색 외곽선"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "빨간색 외곽선"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "제목"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "부제"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "개요"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "배경 개체"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "배경"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "메모"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint 가져오기"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "문서 저장"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "글꼴 크기 줄이기"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "글꼴 크기 키우기"
@@ -2428,637 +2464,637 @@ msgstr "글꼴 크기 키우기"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "그림 보기"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "그리기 보기"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "개요 보기"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "슬라이드 보기"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "여기에서 슬라이드를 정렬하실 수 있습니다."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "메모 보기"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "인쇄물 보기"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "프레젠테이션제목"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "프레젠테이션개요"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "프레젠테이션부제"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "프레젠테이션페이지"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "프레젠테이션메모"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "인쇄물"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "알수없는접근가능한프레젠테이션모양"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "프레젠테이션바닥글"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "프레젠테이션머리글"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "프레젠테이션날짜및시각"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "프레젠테이션페이지번호"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME 프레젠테이션"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "제목"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "개요"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "부제"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "페이지"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "메모"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "인쇄물"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "알 수 없는 액세스할 수 있는 프레젠테이션 모양"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "바닥글"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "머리글"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "날짜"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "수"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(읽기 전용)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "없음"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "다음 클릭할 때까지"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "슬라이드 끝까지"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "방향:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "확대/축소:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "살:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "첫번째 색상:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "두번째 색상:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "채우기 색상:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "스타일:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "글꼴:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "글꼴 색상:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "스타일:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "글꼴 유형:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "선 색상:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "글꼴 크기:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "크기:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "최대 행 수:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "색상:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(소리 없음)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(이전 소리 중지)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "다른 소리..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "샘플 문서"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "시작 옵션"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "사용자 지정 경로"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "나타내기: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "강조: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "종료: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "이동 경로: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "없음"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "오늘,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "어제,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(작성자 없음)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME 임프레스가 프레젠테이션의 끝에 도달했습니다. 시작에서 계속 진행할까요?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME 임프레스가 프레젠테이션의 시작에 도달했습니다. 끝에서 계속 진행할까요?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME 드로우가 문서의 끝에 도달했습니다. 시작에서 계속 진행할까요?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME 드로우가 문서의 시작에 도달했습니다. 끝에서 계속 진행할까요?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "주석 삽입"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "주석 삭제"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "주석 이동"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "주석 편집"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 에게 답장"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "미디어 재생"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "표"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "문서"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "순서:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "내용(~C)"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "슬라이드 이름(~S)"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "페이지 이름(~a)"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "날짜 및 시각(~D)"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "숨겨진 페이지"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "색상"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "크기(~S)"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "브로슈어"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "페이지 면"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "포함"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "프린터 설정에서 지정한 용지 트레이만 사용(~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "쪽수:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "슬라이드:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME 임프레스는 프레젠테이션의 끝까지 검색했습니다. 시작에서 검색을 계속하시겠습니까?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME 임프레스는 프레젠테이션의 시작까지 검색했습니다. 끝에서 검색을 계속하시겠습니까?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME 드로우 문서의 끝까지 검색했습니다. 시작에서 검색을 계속하시겠습니까?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME 드로우 문서의 시작까지 검색했습니다. 끝에서 검색을 계속하시겠습니까?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ko/svtools/messages.po b/source/ko/svtools/messages.po
index b6628d3425b..21b86959ee3 100644
--- a/source/ko/svtools/messages.po
+++ b/source/ko/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/ko/>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 4.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1552719576.000000\n"
#. fLdeV
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ko/sw/messages.po b/source/ko/sw/messages.po
index ba3f2696823..cd4527d84ca 100644
--- a/source/ko/sw/messages.po
+++ b/source/ko/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: DaeHyun Sung(성대현, 成大鉉) <sungdh86@gmail.com>\n"
"Language-Team: Korean <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/ko/>\n"
@@ -16923,230 +16923,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "색인 항목 삽입"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "선택한 항목을 색인에서 삭제합니다. 문서의 항목 텍스트는 삭제되지 않습니다."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "삽입"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "새 사용자 정의 색인"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "선택한 항목 업데이트"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "주 항목(~M)"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "단어 단위로 찾기"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "대/소문자 구분"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/kok/cui/messages.po b/source/kok/cui/messages.po
index dc19fe5a170..bef3a88a74c 100644
--- a/source/kok/cui/messages.po
+++ b/source/kok/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17044,76 +17044,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "नवीन दस्तावेज"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML दस्तावेज"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "प्रधान दस्तावेज"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रेडशीट्"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "सादरीकरण"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "चित्रा काडप"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "सुत्र"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/kok/officecfg/registry/data/org/openoffice/Office.po b/source/kok/officecfg/registry/data/org/openoffice/Office.po
index a423a1c904c..4dc45cbd278 100644
--- a/source/kok/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/kok/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12515,86 +12515,85 @@ msgctxt ""
msgid "Notes"
msgstr "टीपणां"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "मजकूर दस्तावेज"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "स्प्रेडशीट्"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "सादरीकरणां"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "चित्रां"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वेब पानां"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "प्रधान दस्तावेज"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "सूत्रां"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "म्हायतीकोश दस्तावेज"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po b/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po
index 5555827264d..395a945a71e 100644
--- a/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/kok/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,6 +2258,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "वळी काडून उडयात"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9693,14 +9703,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11018,6 +11028,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तंभ घालात"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26973,36 +26993,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32348,15 +32338,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "पान क्रमांक"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33542,6 +33552,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "वळी काडून उडयात"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "वळी"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/kok/sc/messages.po b/source/kok/sc/messages.po
index bca25ce352a..c439d2585ad 100644
--- a/source/kok/sc/messages.po
+++ b/source/kok/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33163,38 +33163,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "प्रक्षेत्रां"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/kok/sd/messages.po b/source/kok/sd/messages.po
index 99ea140d2a4..f8eac4b37e7 100644
--- a/source/kok/sd/messages.po
+++ b/source/kok/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1228,250 +1228,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "मजकूर घालात"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "स्मार्ट"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "दावे"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "उजवे"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "वयर"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "तळ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "वयली दावी ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "तळाक दावी ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "वयर उजव्यान?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "तळाक उजवेवटेन?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "आडवे"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "उबे"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "सगळें?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ही कारवाय चालू स्थितींत जावपाक शकना."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "फाटी"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "सुरू दवरात"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "अवलोकन"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "रंग सहनशीलताय"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "खोडप - पुसट करप"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "दर्शिकेचो विस्तार "
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "आशय कोष्टक दर्शिका"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "सद्याक SANE स्त्रोत उपलब्द ना."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "सद्याक TWAIN स्त्रोत उपलब्द ना."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "थाराविक"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "बदलपी"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "प्रमाणित"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "प्रमाणित (ल्हान)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "प्रमाणित (लांब)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "धारिकेचे नाव"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "वाट/धारीकेचे नाव"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "वाट"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "विस्ताराशिवाय धारिकेचे नाव"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "तुमचो नवो दर्शिका खेळ "
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "नकल"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मेटाधारिका गट करू नाकात"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "चित्रकलेच्या सगळ्यो वस्ती वेगळ्यो करप शक्य जाले ना."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1481,157 +1511,157 @@ msgstr ""
"तुमी ती बदलुपाक सोदता?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "मजकूर"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हाइपरजोड"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "भेट दिल्ली जोड"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "सक्रीय जोड"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "टीपणां"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "विशयसूची कोष्टक"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "सुरवात करपाक हांगा क्लिक करात"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "बरोवपी"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "मुखेल पान"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "आनिक म्हायती"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "डावनलोड सादरीकरण"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "दुर्दैवान तुमच्या ब्रावजरान उफेत्या चौकटींक फांटबळ ना."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "पयले पान"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "निमणे पान"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "मजकूर"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "प्रतिमा"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "आशयासयत"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "आशया विरयत"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "दिल्ल्या पानार"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "बिटमॅप बहुकोनांत रुपांतर करुया?"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "सादरीकरणातल्यान भायर वचपाक क्लिक करात..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "विसव..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "आवडटे 3D लागू करात"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1642,805 +1672,811 @@ msgstr ""
"ही योग्य ध्वनी धारिका न्ही !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मेटाधारिकेंत रुपांतरीत करात"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "बीटमॅपांत रुपांतरीत करात"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) धारिका तयार करपाक येना."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) धारिका उगडुपाक येना."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "धारिका $(URL1)ची प्रत $(URL2) मजगती नकल करपाक येना."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "दर्शिकेक नवे नाव दियात"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "नाव"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "आपसूक रचनेखातीर मथळ्याचो जागो"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "आपसूक अभिन्यासाखातीर वस्त क्षेत्र"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "चरणलेख क्षेत्र"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "मस्तकलेख क्षेत्र"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "तारीक क्षेत्र"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "दर्शिका क्रमांक क्षेत्र"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "पान क्रमांक क्षेत्र"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<मस्तकलेख>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<चरणलेख>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<तारीक /वेळ>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<क्रमांक >"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<गणना>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "टीपण क्षेत्र "
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हानगूल/हंजा रुपांतरण"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "दर्शिका"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "पानां"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "पूर्वदृश्य उपलब्द ना"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "पूर्वदृश्य तयारी करता"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "अभिन्यास"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "सादरीकरण पर्याय"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "कक्ष शैली"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "रूप %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "आशय"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "स्लायड मांडणी रिसेट करात"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "कोष्टक घालात"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "तक्तो घालात"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "पान घालात"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Drag-and-drop Pages"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Drag-and-drop Slides"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "फुडली दर्शिकाFuddli Dorxika"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "थळावी लक्ष्य निदेशिका '%FILENAME' रिकामी ना. काय धारिकांचेर वयर बरयल्ले आसू येता. तुमी मुखार वचपाक सोदता?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "फांटभूंय"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "फाटभूंय वस्ती"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "अभिन्यास"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "नियंत्रणां"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "परिमाण वळी"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "दर्शिका"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "पान"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "दर्शिका"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "प्रधान पानां"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(टीपणां)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "पत्रकां"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "मथळ्याच्या मजकुराची रचना सम्पादित करपाखातीर क्लिक करात"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "भायलीवळ मजकूर रचना सम्पादित करपाखातीर क्लिक करात"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "दुसरी भायलीवळ पातळी"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "तिसरी भायलीवळ पातळी"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "चौथी भायलीवळ पातळी"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "पाचवी भायली पातळी"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "सवी भायलीवळ पातळी"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "सातवी भायली वळ पातळी"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "दर्शिका हालोवपाखातीर क्लिक करात"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr " टीप रचना सम्पादित करपाखातीर क्लिक करात"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "मूळ"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "मथळो"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "दर्शिका हालयात"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "वस्त भल्लेविना"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "मजकूर"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "मथळो"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "उपमथळो"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "भायलीवळ"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "फाटभूंय वस्ती"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "फांटभूंय"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "टीपणां"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पॉवरपॉईंट आयात"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "दस्तावेज जतनाय करात"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2448,677 +2484,677 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "चित्रकला दृश्य"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "चित्रकला दृश्य"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "भायलीवळ दृश्य"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "दर्शिकेचें दृश्य"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "हांगा तुमी दर्शिकांचे वर्गीकरण करतात."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "टीपणां दृश्य"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "पत्रक दृश्य"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "सादरीकरण"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "सादरीकरण"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "सादरीकरण"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "पत्रक"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "सादरीकरण स्थिती "
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "सादरीकरण"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME सादरीकरण"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "मथळो"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "भायलीवळ"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "उपमथळो"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "पान"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "टीपणां"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "पत्रक"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "चरणलेख"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "मस्तकलेख"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "तारीक"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "क्रमांक "
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (फकत वाचपाखातीर)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "कोण ना"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "मुखावेल्या क्लिकमेरेन"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "दर्शिका सोपंमेरेन"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "दिशाdixa"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "एकदम वयर वचातvhodd kor"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "आरी"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "पयलो रंग"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "दुसरो रंग"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "पयलो रंग"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "अक्षरसंच"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "पयलो रंग"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "अक्षर मुखावळ"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "वळीचो रंग"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "अक्षरसंच आकार"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "आकार"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "रक्कम"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "रंग"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ध्वनि ना)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(फाटलो ध्वनि थांबयात)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "हेर ध्वनि..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नमुनो"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिग्गर"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "कोण ना"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "आयज"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "कालkal"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(बरोवपी ना)(Lekhok na)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रेसान सादरीकरणाच्या निमणेमेरेन सोद घेतलो. तुमका सुरवेक चालू दवरुपाचो आसा?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेसान सादरीकरणाच्या सुरवेकसावन सोद घेतलो. तुमकां निमणे सोद घेवपाचो आसा?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ड्रॉन दस्तावेजाच्या निमणो सोद घेतलो. तुमकां सुरवेक सोद घेवपाचो आसा?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ड्रॉन दस्तावेजाच्या सुरवेकसावन सोद घेतलो. तुमकां निमणे सोद घेवपाचो आसा?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "आदेश घालात"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "आशय काडून उडयात"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "टीप लिपयात"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "टिपेचे सम्पादन"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
#, fuzzy
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "$1 जाप दी"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "माध्यम संचालन"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "कोष्टक"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME API"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "दस्तावेज"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "आशय"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "दर्शिका पटल"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "पानाचे नाव"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "तारीक आनिक वेळ"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "लिपिल्लीं पानां"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "रंग"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "आकार"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "म्हायतीपुस्तिका"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "समाविश्ट करात"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रेसान सादरीकरणाच्या निमणेमेरेन सोद घेतलो. तुमका सुरवेक चालू दवरुपाचो आसा?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेसान सादरीकरणाच्या सुरवेकसावन सोद घेतलो. तुमकां निमणे सोद घेवपाचो आसा?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ड्रॉन दस्तावेजाच्या निमणो सोद घेतलो. तुमकां सुरवेक सोद घेवपाचो आसा?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ड्रॉन दस्तावेजाच्या सुरवेकसावन सोद घेतलो. तुमकां निमणे सोद घेवपाचो आसा?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/kok/svtools/messages.po b/source/kok/svtools/messages.po
index 5b180368934..8f4371d6ecb 100644
--- a/source/kok/svtools/messages.po
+++ b/source/kok/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:40+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -867,10 +867,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/kok/sw/messages.po b/source/kok/sw/messages.po
index c63142bfef7..e344abe7fd9 100644
--- a/source/kok/sw/messages.po
+++ b/source/kok/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17421,232 +17421,238 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "वळेरी नोंद घालात"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "भितर घालातRigoi"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "नवी वापरप्याची वळेरी"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "मुखेल नोंद "
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "प्रकरण तुळा"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ks/cui/messages.po b/source/ks/cui/messages.po
index 90b59cdeeeb..c0e47527637 100644
--- a/source/ks/cui/messages.po
+++ b/source/ks/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17027,78 +17027,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "نئی دستاویز"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "دستاويزHTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ماسٹردستاویز"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "اسپریڈشیٹ"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "پیشکش "
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ڈرائینگ"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ضابطہ"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ks/officecfg/registry/data/org/openoffice/Office.po b/source/ks/officecfg/registry/data/org/openoffice/Office.po
index ffbbab57e6e..45f8f6daeb6 100644
--- a/source/ks/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ks/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12513,86 +12513,85 @@ msgctxt ""
msgid "Notes"
msgstr "نوٹس"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "متن دستاویزیں"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "اسپریڈ شیٹ"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "پیشکش"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "نقشہ کشی"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ویب صفحے"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ماسٹر دستاویزیں"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "ضابطے"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ڈاٹابیس دستاویزیں"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po
index 76e49d4076a..98872aadc04 100644
--- a/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ks/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2259,6 +2259,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "سطورکوخارج کرو"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9694,14 +9704,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11020,6 +11030,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "کالمز داخل کرو"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26972,36 +26992,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32340,15 +32330,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "صفحہ نمبر"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33534,6 +33544,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "سطورکوخارج کرو"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "سطور"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/ks/sc/messages.po b/source/ks/sc/messages.po
index dc5ba741422..179dcae9729 100644
--- a/source/ks/sc/messages.po
+++ b/source/ks/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Kashmiri <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/ks/>\n"
@@ -33250,39 +33250,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
#, fuzzy
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr " شعبئ"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ks/sd/messages.po b/source/ks/sd/messages.po
index c1e00078afc..cbfd74e3c92 100644
--- a/source/ks/sd/messages.po
+++ b/source/ks/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1231,250 +1231,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "مواد كریو دئخل"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr " سمارٹ"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "كھوفُر"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "دَچھُن"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ہ۪یور"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "تلئكنئ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ہ۪یوركن كھوفُر؟"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr " تلئكنئ كھوفِر كن؟"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ہیور كُن دچھُن؟"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "دائیں جانب نیچے؟‎"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "س۪یود"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "كھدا"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "سئری؟"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "یہ ایکشن ہیك۪ی نئ لایو موڈس منز چلیتھ"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "پَتھ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "جئریرتھَویو"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "اورویئو"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "رنگ برداشتہ"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "کراس فیڈینگ"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "سلائڈکریو وسیع"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "مشمولاتن ہندئ سلائڈُك جدول"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "زریی چھئنئ یمئ وقتئ دستیاب۔No SANE "
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "فیلحال، چھئنئ TWAINزریی دستیاب ۔"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "طےشدہ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ویریئبل"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "معیاری"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "(معیاری (لكُٹ"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "(معیاری (ز۪یوٹھ"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "فائلُك ناو"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "وَتھہ/ فائل ناو"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "وَتھ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "فائل نا گنجئئش روْستی"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "نئوکسٹم سلائڈشو "
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "نقل"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "میٹافائل كریو ان گروپ "
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "سئری ڈرائینگ آبجیکٹس ان گروپ کرُن اوس نئ ممکن ۔"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1484,157 +1514,157 @@ msgstr ""
" تہئ چھئوئ یژھان یئ بدلاوُن؟ "
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "مواد"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ہائپرلنک"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "وچھمت زریئ"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "چالو زریئ"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "نوٹس"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "عنوان جدول"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "شروع کرنئ خعطرئ كریویتیتھ کلیک "
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "لكھآر"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ہوم پیج"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "زیادئ مولومات"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ڈاؤن لوڈپیش کش"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "بد قسمتی سبئ چھُنئ تہُند براوزر فلوٹنگ فریمسن معاوُن كران۔"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "پہلاصفحہ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "آخری صفحہ "
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "مواد"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "امیج"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "موضوعات ن سعتھ"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "موضوعاتن روْستوی"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "دیتمِتِس صفحس"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "بیٹ میپ كریو پالیگنس منز تبدیل ۔"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "پیشکش ایکزیٹ کرنئ خعترئ كریو کلیک۔۔۔۔"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "رکاوٹ۔۔۔۔۔"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr " 3ٹوٹھ D كریو لاگو"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1645,805 +1675,811 @@ msgstr ""
"فائل"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "میٹافائل منز كریو تبدیل "
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "بٹ میپس منز کریو تبدیل "
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "فائل ہیكٲو نئ بنٲویتھ۔ $(URL1)"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "فائل ہیك۪ی نئ كھُلیتھ۔ $(URL1)"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr " (URL1) ہیك نئ كاپی كریتھ$(URL2)پیٹھ"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "سلائڈس دیو دوبارئ ناو"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ناو"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "عنوان رقبہ خعطرئ لےآؤٹس "
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "آبجیکٹ رقبہ خعطرئ لےآؤٹس "
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "دامنُك رقبئ"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "بالائی خاشك رقبہ"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "تئریخی رقبہ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "سلائڈنمبررقبہ"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "صفحہ نمبررقبہ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<بالائی خاش>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<دامنئ>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr " تئریخ/ وقت"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<نمبر>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "نوٹس رقبہ"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ہینگول/ ہانجا تبدیلی"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "سلائڈس"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "صفحئ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "پیش منظر چھُنئ دستیاب "
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "پیش منظرتیارکران"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "لےآؤٹس"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "پیشکش متبادل "
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "سیل سٹائلس"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "مشمولات"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "جدول داخل کرو"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "چارٹ داخل کرو"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "صفحہ كریو دئخل"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "مقئمی ٹارگیٹ ڈائریکٹری '%FILENAME' چھئنئ خئلی ۔كیہں فائلئ گئیی اوورریٹ ۔تہئ چھئوئ یژھان جئری تھئوُن؟"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "پس منظر"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr " پس منظر آبجیكٹس"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "لےآؤٹ "
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "کنٹرولز "
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "ڈائمینشن لائنس "
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "سلائڈ"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "صفحہ "
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "سلائڈ"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ماسٹرصفحئ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(نوٹس)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ہینڈآؤٹس "
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "عنوان مواد فارمیٹس ادارت كرنئ خعترئ كریو كلیك۔"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "آوٹ لائن موادس فارمیٹس ادارت كرنئ خعترئ كریو كلیك۔"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "دئیم آؤٹ لائن طح"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ترییم آؤٹ لائن طح"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "ژوریم آوٹ لائن طح"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "پینژیم آؤٹ لائن طح"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "شےیم آؤٹ لائن طح"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ستیم آؤٹ لائن س طح"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "سلائیڈ ہٹاونئ خعترئ كریو كلك ۔ "
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "نوٹس فارمیٹن ادارت كرنئ خعترئ كریو كلیك۔"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ڈی فولٹ"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "عنوان"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "سلائڈسن ہنز جاے بد لٲویو۔"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "آبجیکٹ برنٲی"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "مواد "
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "عنوان"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ذیلی عنوان "
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "آؤٹ لائن "
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr " پس منظر آبجیكٹس"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "پس منظر"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "نوٹس "
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "پاورپوائنٹ د رآمد "
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "دستاویز كریو محفوظ "
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2451,681 +2487,681 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ڈرائنگ وئیو"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ڈرائنگ وئیو"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "آؤٹ لائن منظر "
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "سلائڈس منظر "
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "یتیتھ ہیكیو تہہ سلائڈس سارٹ کریتھ"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "نوٹس منظر "
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ہینڈ آؤٹ منظر "
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "پیشکش"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "پیشکش"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "پیشکش"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ہینڈآؤٹ"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "پریزینٹیشن موڈ "
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "پیشکش"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "عنوان"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "آؤٹ لائن"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ذیلی عنوان "
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "صفحہ "
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "نوٹس"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ہینڈآؤٹ"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "صفحك تل۪یم خاش۔"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "صفحہك پيٹھم خاش"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "تاریخ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "نمبر"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(صرف-پڑھو)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "كہین نئ"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "برینٹھیمس کلیکس تام "
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr " سلائڈس كس ٲخرس تام"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "سمت"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr " زوم"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr " سپوکس"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "گڈنیوك رنگ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "دئیم رنگ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "گڈنیوك رنگ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "اسٹائل:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "فانٹ"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "گڈنیوك رنگ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "اسٹائل:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ٹائپ فیس "
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ریخ رنگ"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "فانٹ سائز"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "سائز"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "رقم"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "رنگ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(آواز چھئنئ)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(پتیم آوازبند )"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "دیگرآواز۔۔۔"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr " نمونہ "
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ٹریگر "
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "كہین نئ"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "آج"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAMEامپریسن چھُ ژھنڈمُت پیشكش كس ٲخرس تام٫ تہئ چھئو یژھان شروعوا تس پیٹھئ جئری تھاوُن ؟ "
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr " %PRODUCTNAMEامپریسن چھُ ژھنڈمُت پیشكش كس شروعس تام تہئ چھئو ٲخرس ئ پیتٹھ یژھان جئری تھاوُن ؟ "
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr " %PRODUCTNAMEڈرائن چھُ ژھنڈمُت پیشكش كسٲكرس تام تہئ چھئوشروعواتس ئ پیتٹھ یژھان جئری تھاوُن ؟ "
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "ڈراؤدستاویزکےشروع ات کےلئےتلاش%PRODUCTNAME کرچکاہے۔کیاآپ آخرمیں جاری رکھناچاہتےہیں؟ "
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "داخل کروجوڑو"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "موضوعات كریو خئرج "
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "نوٹ تھٲویو ژور۪ی"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "نوٹس ادارت"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
#, fuzzy
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "میڈیا پلےبیک"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
#, fuzzy
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "جدول "
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME API"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "دستاویز"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "مشمولات"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "سلایڈ پین"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "۔صفحہك ناو"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "تاریخ اوروقت"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "ژور۪ی صفحئ"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "رنگ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "سائز"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr " کتابچہ"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "شئمل کرُن"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAMEامپریسن چھُ ژھنڈمُت پیشكش كس ٲخرس تام٫ تہئ چھئو یژھان شروعوا تس پیٹھئ جئری تھاوُن ؟ "
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr " %PRODUCTNAMEامپریسن چھُ ژھنڈمُت پیشكش كس شروعس تام تہئ چھئو ٲخرس ئ پیتٹھ یژھان جئری تھاوُن ؟ "
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr " %PRODUCTNAMEڈرائن چھُ ژھنڈمُت پیشكش كسٲكرس تام تہئ چھئوشروعواتس ئ پیتٹھ یژھان جئری تھاوُن ؟ "
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "ڈراؤدستاویزکےشروع ات کےلئےتلاش%PRODUCTNAME کرچکاہے۔کیاآپ آخرمیں جاری رکھناچاہتےہیں؟ "
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ks/svtools/messages.po b/source/ks/svtools/messages.po
index aca7f68ef81..04febef40c9 100644
--- a/source/ks/svtools/messages.po
+++ b/source/ks/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ks/sw/messages.po b/source/ks/sw/messages.po
index 3e656e77292..b6a08182225 100644
--- a/source/ks/sw/messages.po
+++ b/source/ks/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17462,233 +17462,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "ادخال فہرست داخل کرو"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "دئخل کرُن"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "نیا یوسر ڈیفاینڈ مواد"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "اصل داخلہ"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "کیس موازنہ"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ky/cui/messages.po b/source/ky/cui/messages.po
index ea83d70a25e..7d664c62f25 100644
--- a/source/ky/cui/messages.po
+++ b/source/ky/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16570,74 +16570,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr ""
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr ""
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr ""
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr ""
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr ""
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr ""
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr ""
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ky/officecfg/registry/data/org/openoffice/Office.po b/source/ky/officecfg/registry/data/org/openoffice/Office.po
index 5d08fec2460..ba7a92c4050 100644
--- a/source/ky/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ky/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12507,84 +12507,84 @@ msgctxt ""
msgid "Notes"
msgstr ""
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
+msgid "Text documents (Writer)"
msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
+msgid "Spreadsheets (Calc)"
msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
+msgid "Presentations (Impress)"
msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
+msgid "Drawings (Draw)"
msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
+msgid "Formulas (Math)"
msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
diff --git a/source/ky/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ky/officecfg/registry/data/org/openoffice/Office/UI.po
index 6f3d321fa9a..a74714792e1 100644
--- a/source/ky/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ky/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,14 +9566,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26646,36 +26666,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31926,16 +31916,36 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
msgstr ""
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
+
#. Z7Y7v
#: WriterCommands.xcu
msgctxt ""
@@ -33107,6 +33117,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr ""
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr ""
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/ky/sc/messages.po b/source/ky/sc/messages.po
index f48ac5f0fc4..72f19608127 100644
--- a/source/ky/sc/messages.po
+++ b/source/ky/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 11:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32341,38 +32341,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr ""
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ky/sd/messages.po b/source/ky/sd/messages.po
index 94b89660e0b..5dae9f6fb22 100644
--- a/source/ky/sd/messages.po
+++ b/source/ky/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1209,249 +1209,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr ""
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr ""
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr ""
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr ""
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr ""
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr ""
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr ""
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr ""
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr ""
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr ""
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr ""
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr ""
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr ""
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr ""
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr ""
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr ""
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr ""
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr ""
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr ""
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr ""
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr ""
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1459,157 +1489,157 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr ""
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr ""
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr ""
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr ""
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr ""
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr ""
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr ""
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr ""
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr ""
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr ""
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1617,799 +1647,805 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr ""
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr ""
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr ""
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr ""
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr ""
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr ""
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr ""
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr ""
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr ""
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr ""
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr ""
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr ""
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr ""
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr ""
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr ""
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr ""
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr ""
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr ""
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr ""
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr ""
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr ""
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr ""
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr ""
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr ""
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr ""
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2417,637 +2453,637 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr ""
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr ""
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr ""
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr ""
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr ""
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr ""
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr ""
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr ""
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr ""
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr ""
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr ""
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr ""
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr ""
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr ""
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr ""
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr ""
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr ""
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr ""
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr ""
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr ""
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr ""
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr ""
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr ""
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr ""
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr ""
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr ""
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr ""
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr ""
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr ""
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr ""
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr ""
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr ""
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr ""
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ky/svtools/messages.po b/source/ky/svtools/messages.po
index 3b7e6ddef39..8bbb3c5eb75 100644
--- a/source/ky/svtools/messages.po
+++ b/source/ky/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ky/sw/messages.po b/source/ky/sw/messages.po
index 9589ffe0f0f..34c456e8a34 100644
--- a/source/ky/sw/messages.po
+++ b/source/ky/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16914,230 +16914,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr ""
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/lb/cui/messages.po b/source/lb/cui/messages.po
index e25caf472b7..dd0bd162c49 100644
--- a/source/lb/cui/messages.po
+++ b/source/lb/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16846,75 +16846,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Neit Dokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-Dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr ""
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Tabell"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentatioun"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Zeechnung"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formel"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/lb/officecfg/registry/data/org/openoffice/Office.po b/source/lb/officecfg/registry/data/org/openoffice/Office.po
index 2e1c8a96a23..69fdf5811c5 100644
--- a/source/lb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/lb/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12632,85 +12632,84 @@ msgctxt ""
msgid "Notes"
msgstr "Noten"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Textdokumenter"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Tabellen"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentatioun"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Zeechnung"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
+msgid "Web pages (Writer)"
msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
+msgid "Master documents (Writer)"
msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formellen"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
+msgid "Database documents (Base)"
msgstr ""
#. v4FZa
diff --git a/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po
index bc6b24be40f..2f920f980bb 100644
--- a/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/lb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2248,6 +2248,17 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+#, fuzzy
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Zeile ~läschen"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9675,14 +9686,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10992,6 +11003,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Kolonnen ~asetzen"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26960,36 +26981,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32300,16 +32291,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Säitennummeréierung"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33494,6 +33504,38 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Zeile ~läschen"
+
+#. DDmHu
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Zeil"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/lb/sc/messages.po b/source/lb/sc/messages.po
index e2837739982..3dd8deaa3f6 100644
--- a/source/lb/sc/messages.po
+++ b/source/lb/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32933,38 +32933,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Felder"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/lb/sd/messages.po b/source/lb/sd/messages.po
index 9fec96d69e6..7e5faac8642 100644
--- a/source/lb/sd/messages.po
+++ b/source/lb/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1222,259 +1222,289 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "E Blat afügen"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Ufank"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Lénks"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Riets"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Uewen"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Ënnen"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Uewe lénks"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Ënne lénks"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Uewe riets"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Ënne riets"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "~Vertikal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
#, fuzzy
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alles"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr ""
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Zuréck"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr ""
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr ""
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr ""
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr ""
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr ""
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr ""
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr ""
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr ""
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr ""
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr ""
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr ""
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr ""
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
#, fuzzy
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Fichiersnumm:"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr ""
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
#, fuzzy
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Mathé"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr ""
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr ""
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
#, fuzzy
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopéieren"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr ""
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr ""
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1482,161 +1512,161 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Text"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr ""
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
#, fuzzy
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiven Li~nk"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Noten"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr ""
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr ""
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Auteur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
#, fuzzy
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Homepage 2"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr ""
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr ""
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr ""
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
#, fuzzy
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Éischt Säit"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
#, fuzzy
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Leschte Bild"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Text"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Bild"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr ""
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr ""
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr ""
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr ""
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr ""
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr ""
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr ""
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1644,808 +1674,814 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr ""
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr ""
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr ""
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr ""
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr ""
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr ""
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Numm"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr ""
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr ""
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr ""
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr ""
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr ""
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr ""
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr ""
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr ""
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr ""
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr ""
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr ""
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr ""
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr ""
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
#, fuzzy
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "~Sliden"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Säiten"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr ""
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr ""
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
#, fuzzy
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Layout"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr ""
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Virlagen applizéieren"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
#, fuzzy
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Formen 1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Kommentaren"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
#, fuzzy
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Video afügen"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
#, fuzzy
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "E Blat afügen"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr ""
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr ""
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Hannergrond"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Layout"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
#, fuzzy
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontroll"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr ""
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
#, fuzzy
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "~Sliden"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Säit"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "~Sliden"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr ""
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Noten)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr ""
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr ""
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr ""
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr ""
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr ""
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr ""
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr ""
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr ""
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr ""
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr ""
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr ""
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr ""
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr ""
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Text"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Ënnertitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Konturen"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Hannergrond"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Noten"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr ""
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Dokument späicheren"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2453,657 +2489,657 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr ""
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr ""
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr ""
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr ""
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr ""
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr ""
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentatioun"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentatioun"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentatioun"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr ""
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr ""
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentatioun"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME Presentatioun"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Konturen"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Ënnertitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Säit"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Noten"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr ""
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr ""
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr ""
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nummer"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr ""
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "keen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr ""
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr ""
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Richtung"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr ""
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Éischt Kolonne"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr ""
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Éischt Kolonne"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Schrëft"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Éischt Kolonne"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr ""
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr ""
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr ""
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Schrëftgréisst"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Gréisst"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr ""
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Faarf"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr ""
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr ""
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr ""
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr ""
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "keen"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Kommentar afügen"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr ""
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Dokument drécken"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr ""
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabell"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Inhalt"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr ""
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum an Zäit"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr ""
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Faarf"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Gréisst"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brochure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr ""
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr ""
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr ""
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr ""
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr ""
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/lb/svtools/messages.po b/source/lb/svtools/messages.po
index 36cda8e5ae7..2dc9f09c84e 100644
--- a/source/lb/svtools/messages.po
+++ b/source/lb/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -874,10 +874,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/lb/sw/messages.po b/source/lb/sw/messages.po
index d5c33c0f8d6..b9bf9456bf3 100644
--- a/source/lb/sw/messages.po
+++ b/source/lb/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17285,231 +17285,237 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr ""
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Afügen"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr ""
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr ""
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr ""
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/lo/cui/messages.po b/source/lo/cui/messages.po
index 719c769fb6d..3f6648f6122 100644
--- a/source/lo/cui/messages.po
+++ b/source/lo/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16965,76 +16965,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "ເອກະສານໃໝ່"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "ເອກະສານ HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ເອກະສານຊ່ຽວຊານ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "ຕາລາງແຜ່ນ"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "ການບັນຍາຍ"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ການແຕ້ມ"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ສູດ"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/lo/helpcontent2/source/text/scalc.po b/source/lo/helpcontent2/source/text/scalc.po
index f642131816c..b0c1a138bf9 100644
--- a/source/lo/helpcontent2/source/text/scalc.po
+++ b/source/lo/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-10 03:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr ""
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/lo/helpcontent2/source/text/scalc/00.po b/source/lo/helpcontent2/source/text/scalc/00.po
index 13e5ac5a765..fc886a7d564 100644
--- a/source/lo/helpcontent2/source/text/scalc/00.po
+++ b/source/lo/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr ""
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/lo/helpcontent2/source/text/scalc/01.po b/source/lo/helpcontent2/source/text/scalc/01.po
index 0c9f676e228..2cc7a497ff3 100644
--- a/source/lo/helpcontent2/source/text/scalc/01.po
+++ b/source/lo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,22 +2482,22 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr ""
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
msgstr ""
#. 6JJp6
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr ""
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr ""
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr ""
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,22 +3571,22 @@ msgctxt ""
msgid "Insert Sheet"
msgstr ""
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
msgstr ""
#. TDcPV
@@ -43441,13 +43423,13 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
msgstr ""
#. RDpzd
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr ""
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/lo/helpcontent2/source/text/scalc/guide.po b/source/lo/helpcontent2/source/text/scalc/guide.po
index 2b898abd887..5e05ff3866c 100644
--- a/source/lo/helpcontent2/source/text/scalc/guide.po
+++ b/source/lo/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,13 +8638,22 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
msgstr ""
#. cF9mG
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr ""
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr ""
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/lo/helpcontent2/source/text/scalc/menu.po b/source/lo/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/lo/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/lo/helpcontent2/source/text/shared/00.po b/source/lo/helpcontent2/source/text/shared/00.po
index e8a10708e1d..a894a2e03f1 100644
--- a/source/lo/helpcontent2/source/text/shared/00.po
+++ b/source/lo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr ""
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr ""
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
+msgid "New (the icon shows the type of the new document)."
msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr ""
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
msgstr ""
-#. 8UBzJ
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr ""
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr ""
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr ""
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/lo/helpcontent2/source/text/shared/01.po b/source/lo/helpcontent2/source/text/shared/01.po
index 08668310f59..d3d2c7e1644 100644
--- a/source/lo/helpcontent2/source/text/shared/01.po
+++ b/source/lo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr ""
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,13 +43891,13 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
msgstr ""
#. LtwjV
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/lo/helpcontent2/source/text/swriter/00.po b/source/lo/helpcontent2/source/text/swriter/00.po
index 58cd8b12ef4..10bf203c405 100644
--- a/source/lo/helpcontent2/source/text/swriter/00.po
+++ b/source/lo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr ""
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/lo/helpcontent2/source/text/swriter/01.po b/source/lo/helpcontent2/source/text/swriter/01.po
index b0ed8360847..0f85d299fd1 100644
--- a/source/lo/helpcontent2/source/text/swriter/01.po
+++ b/source/lo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/lo/officecfg/registry/data/org/openoffice/Office.po b/source/lo/officecfg/registry/data/org/openoffice/Office.po
index eb89b429d24..ccc7893015f 100644
--- a/source/lo/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/lo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12507,85 +12507,85 @@ msgctxt ""
msgid "Notes"
msgstr "ໝາຍເຫດ"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ເອກກະສານຂໍ້ຄວາມ"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "ຕາຕະລາງຄິດໄລ່"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "ການນຳສະເໜີ​"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ການແຕ້ມຮູບ"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ໜ້າເວັບ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ເອກະສານແມ່ແບບ"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "ສູດ"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ເອກະສານຖານຂໍ້ມູນ"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po
index 9a1fc5041f5..2941e56c890 100644
--- a/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/lo/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2260,6 +2260,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ລຶບແຖວ"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9685,14 +9695,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11012,6 +11022,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ແຊກ~ຖັນໃສ່"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26956,36 +26976,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32327,15 +32317,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~ໝາຍເລກໜ້າ"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33521,6 +33531,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ລຶບແຖວ"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~ແຖວ"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/lo/sc/messages.po b/source/lo/sc/messages.po
index 21a4d396a07..e711b2fa35d 100644
--- a/source/lo/sc/messages.po
+++ b/source/lo/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33093,38 +33093,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ພື້ນທີ່"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/lo/sd/messages.po b/source/lo/sd/messages.po
index 8c22ba1e4aa..69135a5f9c7 100644
--- a/source/lo/sd/messages.po
+++ b/source/lo/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1222,250 +1222,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ເພີ່ມຂໍ້ຄວາມ"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ສະຫລາດ"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ຊ້າຍ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ຂວາ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ເທິງ"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "ລຸ່ມ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ຊ້າຍເທິງ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ຊ້າຍລຸ່ມ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ເທິງຂວາ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ລຸ່ມຂວາ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ແນວນອນ"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ແນວຕັ້ງ"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "ທັງໝົດ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ການດຳເນີນງານບໍ່ສາມາດທຳງານໄດ້ໃນໂຫມດອາໄສ"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "ດຳ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ຕໍ່"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ການແນະນຳຊົ່ວຄາວ"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "ແທນ"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ຂ້າມໄປ ການນິຍົມຊົ່ວຄາວ"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ຂະຫຍາຍສະໄລ້"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "ຕາລາງຂອງແຜ່ນສະໄລ້"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ບໍ່ມີ SANE ຂໍ້ມູນທີ່ມີຢູ່ໃນຂະນະນີ້"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ໃນປະຈຸບັນ, ບໍ່ມີ TWAIN ຂໍ້ມູນທີ່ມີຢູ່ໃນຂະນະນີ້"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ປັບ"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ຕົວແປ"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ມາດຕະຖານ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ມາດຕະຖານ(ສັ້ນ)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ມາດຕະຖານ (ຍາວ)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ຊື່ເອກະສານ"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "ພາດ/ຊື່ເອກະສານ"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "ພາດ"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ຊື່ເອກະສານປາດສະຈາກການຂະຫຍາຍອອກ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "ເລືອກສະແດງສະໄລ້"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "ກອບປີ້"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "ບໍ່ໃຫ້ເປັນກຸ່ມ ເອກະສານແບບເມຕາ..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ບໍ່ສາມາດທີ່ຈະແຍກກຸ່ມກັນທັງໝົດຂອງການແຕ້ມວັດຖຸ"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1473,157 +1503,157 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ຕົວອັກສອນ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ລີ້ງ"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "ຮູບເຂົ້າຊົມລີ້ງ"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "ໃຫ້ລີ້ງທຳງານ"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "ບັນທຶກ"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "ຕາລາງເນື້ອຫາ"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "ກົດນີ້ເພື່ອເລີ່ມ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ຜູ້ຂຽນ"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ໜ້າເວັບ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "ຂໍ້ມູນຂ້າງໜ້າ"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ດາວໂຫລດການນຳສະເໜີ"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "ໂຊກຮ້າຍທີ່ບາວເຊີ້ຂອງທ່ານບໍ່ສະນັບສະໜຸນເຟມແບບທັງໝົດ"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ໜ້າທຳອິດ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "ໜ້າສຸດທ້າຍ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ຕົວອັກສອນ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ພາບ"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "ກັບເນື້ອຫາ"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "ປາດສະຈາກເນື້ອຫາ"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ເອົາເນື້ອຫາ"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "ປ່ຽນ bitmap ເປັນ ຮູບຫລາຍຫລ່ຽມ"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "ກົດເພື່ອອອກຈາກການນຳສະເໜີ"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ຢຸດ"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "ປ່ຽນແປງ 3D ທີ່ມັກ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,806 +1661,812 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "ເປັ່ນເປັນ metafile"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ປ່ຽນເປັນ bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "ບໍ່ສາມາດສ້າງເອກະສານ $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ບໍ່ສາມາດເປິດເອກະສານ $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ເອກະສານ $(URL1). ບໍ່ສາມາດກອບປີ້ໄປ $(URL2)."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ປ່ຽນຊື່ສະໄລ້"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "ຊື່"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ຫົວຂໍ້ຂອງເນື້ອທີ່ສຳລັບເລຢອນແບບອັດຕະໂນມັດ"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ເນື້ອທີ່ຂອງວັດຖຸສຳຫລັບເລຢອນແບບອັດໂຕໂນມັດ"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ເນື້ອທີ່ຂອງຕີນ"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ເນື້ອທີ່ຫົວ"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ເນື້ອທີ່ຂອງເວລາ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "ເນື້ອທີ່ເລກໜ້າຂອງແຜ່ນສະໄລ້"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "ເນື້ອທີ່ຂອງຈຳນວນໜ້າ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "ບັນທຶກເນື້ອທີ່"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ການສົນທະນາ Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ສະໄລ້"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "ໜ້າ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "ເບິ່ງທີ່ບໍ່ມີປະໂຫຍດ"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "ຕຽມການເບິ່ງ"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "ເລຢ້ອນ"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "ຕົວເລືອກການບັນຍາຍ"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
#, fuzzy
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "~ຮູບແບບເຊວ"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "ເນື້ອໃນ"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ແຊກຕາຕະລາງໃສ່"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ແຊກແຜນວາດເຂົ້າ"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ເພີ່ມໜ້າ"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ຖານຮີບໂຮມເປົ້າໝາຍສະເພາະ '%FILENAME' ບໍ່ວ່າງ. ບາງແຟ້ມອາດຖືກຂຽນທັບ. ເຈົ້າຕ້ອງການສືບຕໍ່ບໍ່?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "ພື້ນຫລັງ"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "ເຄື່ອງພື້ນຫລັງ"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ເລຢ້ອນ"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "ຄວບຄຸມ"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "ເສັ້ນແບບມິຕິ"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ເບື້ອງ"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "ໜ້າ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ເບື້ອງ"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ໜ້າຫລັກ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(ບັນທຶກ)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ສ່ົງໄປ"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "ກົດເພື່ອແກ້ໄຂຕົວອັກສອນຂອງຫວົຂໍ້"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ກົດເພື່ອແກ້ໄຂຮ່າງຕົວອັກສອນ"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ຮ່າງລະດັບ"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "ຮ່າງລະດັບສາມ"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "ຮ່າງລະດັບສີ"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "ຮ່າງລະດັບຫ້າ"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ຮ່າງລະດັບຫົກ"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ຮ່າງລະດັບເຈັດ"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ກົດເພື່ອຍ້າຍສະໄລ້"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "ກົດເພື່ອແກ້ໄຂຕົວບັນທຶກ"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "ຄ່າຕັ້ງຕົ້ນ"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ຫົວຂໍ້"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ເຄື່ອນສະໄລ້"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "ວັດຖຸກັບການຕື່ມໃສ່"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ຕົວອັກສອນ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ຫົວຂໍ້"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ຫົວຂໍ້ຍ່ອຍ"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ໂຄງຮ່າງ"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "ເຄື່ອງພື້ນຫລັງ"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "ພື້ນຫລັງ"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "ບັນທຶກ"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "ເອົາເຂົ້າ PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ບັນທຶກເອກະສານ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2438,678 +2474,678 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ເບິ່ງແບບແຕ້ມຮູບ"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ເບິ່ງແບບແຕ້ມຮູບ"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ເບິ່ງແບບໂຄງຮ່າງ"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ເບິ່ງແບບສະໄລ້"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ນີ້ແມ່ນບ່ອນໃດທີ່ສະໄລ້ສັ້ນຂອງທ່ານ"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "ເບິ່ງແບບການບັນທຶກ"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ເບິ່ງແບບການສົ່ງມອບ"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "ການແນະນຳ"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "ການແນະນຳ"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "ການແນະນຳ"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ມືຈັບອອກ"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "ແບບນຳສະເໜີ"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "ການແນະນຳ"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME ການບັນຍາຍ"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ຫົວຂໍ້"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ໂຄງເສັນ"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ຫົວຂໍ້ຍ່ອຍ"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "ໜ້າ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "ບັນທຶກ"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ມືຈັບອອກ"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ສ່ວນຕີນ"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ສ່ວນຫົວ"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ມື້"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "ຈຳນວນ"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (ອ່ານໄດ້ຢ່າງດຽວ)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ບໍ່ມີ"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "ຈົນຮອດກົດຕໍ່ໄປ"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ຈົດຮອດສິ້ນສຸດຂອງສະໄລ້"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ທິດທາງ"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ຂະຫຍາຍ"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "ເວົ້າ"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "ສີທຳອິດ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ສີທີ່ສອງ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ສີທຳອິດ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ແບບ:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ແບບຕົວອັກສອນ"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ສີທຳອິດ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ແບບ:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ແບບຕົວອັກສອນ"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "ສີເສັ້ນ"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ຂະຫນາດຕົວອັກສອນ"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "ຂະໜາດ"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ຈຳນວນ"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "ສີ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ບໍ່ມີສຽງ)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ຢຸດສຽງຄືນ)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "ສຽງອື່ນ.."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "ຕົວຢ່າງ"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ໝາຍ"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ບໍ່ມີ"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr ""
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ກາ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງການແນະນຳ. ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນເລີ່ມໃຫມ່ ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ກາ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງການແນະນຳ. ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນຈົບ ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ແຕ້ມແບບ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງເອກະສານ ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນເລີ່ມໃຫມ່ ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ແຕ້ມແບບ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງເອກະສານ ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນຈົບບໍ່່ ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "ແຊກຄຳສັ່ງໃສ່"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "ລຶບເນື້ອໃນ"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "ເຊື່ອງການບັນທຶກ"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ແກ້ໄຂການບັນທຶກ"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
#, fuzzy
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media Playback"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ຕາຕະລາງ"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "ອີງຕາມ %PRODUCTNAME"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ເອກະສານ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "ເນື້ອໃນ"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "ຈຳນວນສະໄລ້"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~ເລກໜ້າ"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ວັນທີ່ແລະເວລາ"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "ປິດໜ້າ"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "ສີ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "ຂະໜາດ"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ແຜ່ນພັບ"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "~ຕິດຂັດ"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ກາ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງການແນະນຳ. ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນເລີ່ມໃຫມ່ ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ກາ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງການແນະນຳ. ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນຈົບ ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ແຕ້ມແບບ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງເອກະສານ ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນເລີ່ມໃຫມ່ ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ແຕ້ມແບບ ໄດ້ຄົ້ນຫາຈົນຈົບຂອງເອກະສານ ທ່ານຕ້ອງການທີ່ຈະຕໍ່ຈົນຈົບບໍ່່ ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/lo/svtools/messages.po b/source/lo/svtools/messages.po
index e41edf3431a..7cb0a58976f 100644
--- a/source/lo/svtools/messages.po
+++ b/source/lo/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-08-19 12:59+0000\n"
"Last-Translator: Saikeo <kavhanxay@hotmail.com>\n"
"Language-Team: Lao <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/lo/>\n"
@@ -879,10 +879,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/lo/sw/messages.po b/source/lo/sw/messages.po
index 15bab6dec2e..b15a7ede37f 100644
--- a/source/lo/sw/messages.po
+++ b/source/lo/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17414,233 +17414,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "ແຊກດັດສະນີປ້ອນເຂົ້າໃສ່"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ແຊກໃສ່"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "ດັດສະນີຜູ້ໃຊ້ກຳນົດໃໝ່"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~ການປ້ອນເຂົ້າຫຼັກ"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "~ຄຳສັບທັງໝົດຢາງດຽວ"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "~ກໍລະນີທີ່ເຂົ້າກັນ"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/lt/cui/messages.po b/source/lt/cui/messages.po
index f6f6ffb789d..ad0704f2c84 100644
--- a/source/lt/cui/messages.po
+++ b/source/lt/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-23 11:30+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/lt/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Įrašyti šiuo formatu:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Teksto dokumentas"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokumentas"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Pagrindinis dokumentas"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Skaičiuoklės dokumentas"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Pateiktis"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Grafikos dokumentas"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formulių dokumentas"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Dokumento tipas:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Numatytasis dokumentų formatas ir ODF nuostatos"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/lt/helpcontent2/source/text/scalc.po b/source/lt/helpcontent2/source/text/scalc.po
index 37fc11959ee..e0b76f66af4 100644
--- a/source/lt/helpcontent2/source/text/scalc.po
+++ b/source/lt/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-12-21 16:36+0000\n"
"Last-Translator: eglejasu <egle.jasute@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/lt/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Šalinti lakštą</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Lakšto ąselės spalva"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/lt/helpcontent2/source/text/scalc/00.po b/source/lt/helpcontent2/source/text/scalc/00.po
index 4b93054f564..7371b599771 100644
--- a/source/lt/helpcontent2/source/text/scalc/00.po
+++ b/source/lt/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-12-18 18:36+0000\n"
"Last-Translator: Valentina Dagiene <valentina.dagiene@mif.vu.lt>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_help-master/textscalc00/lt/>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Pasirinkite <emph>Lakštas → Šalinti langelius</emph></variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Pasirinkite <emph>Lakštas → Šalinti lakštą</emph>"
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Atverkite lakšto kontekstinį meniu"
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Pasirinkite <emph>Lakštas → Perkelti arba kopijuoti lakštą</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Atverkite lakšto kontekstinį meniu"
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Įterpti stulpelius"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Pasirinkite <menuitem>Lakštas → Įterpri lakštą</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Pasirinkite <emph>Lakštas</emph></variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Pasirinkite <emph>Lakštas → Pervadinti lakštą</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Pasirinkite <emph>Lakštas → Rodyti lakštą</emph></variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Meniu „Lakštas“"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/lt/helpcontent2/source/text/scalc/01.po b/source/lt/helpcontent2/source/text/scalc/01.po
index f239ada1fda..bdb3de1b41f 100644
--- a/source/lt/helpcontent2/source/text/scalc/01.po
+++ b/source/lt/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-01-31 19:36+0000\n"
"Last-Translator: Valentina Dagiene <valentina.dagiene@mif.vu.lt>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/lt/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Lakštai; šalinimas</bookmark_value><bookmark_value>lakštai; šalinimas</bookmark_value><bookmark_value>šalinimas; lakštai</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Šalinti lakštą"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Pašalina pasirinktą lakštą po užklausos patvirtinimo.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Lakšto šalinti negalite, kol <emph>Taisa → Sekti taisymus → Pataisa</emph> yra aktyvi."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Taip"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Pašalina pažymėtą lakštą."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Ne"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Atšaukiamas dialogo langas. Šalinimas neįvyksta."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Lakštai; perkelimas</bookmark_value><bookmark_value>lakštai; kopijavimas</bookmark_value><bookmark_value>perkelimas; lakštai</bookmark_value><bookmark_value>kopijavimas; lakštai</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Perkelti arba kopijuoti lakštą"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Lakšto įterpimas"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>lakštai; kūrimas</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Lakšto įterpimas"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>lakštų pavadinimai</bookmark_value><bookmark_value>keičiama; lakštų pavadinimai</bookmark_value><bookmark_value>lakštai; pervadinama</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Pervadinti lakštą"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Rodyti lakštą"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>lakštai; rodymas</bookmark_value><bookmark_value>rodymas; lakštai</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Rodyti lakštą"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Parodo anksčiau paslėptus lakštus, naudojant komandą <emph>Slėpti lakštus</emph>.</ahelp></variable> Komandai iškviesti užtenka pažymėti vieną lakštą. Pasirenkamas esamas lakštas. Jei norite atšaukti jo pasirinkimą, laikydami nuspaustą klavišą <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Vald</defaultinline></switchinline> spustelėkite to lakšto ąselę."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> grąžina 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/lt/helpcontent2/source/text/scalc/guide.po b/source/lt/helpcontent2/source/text/scalc/guide.po
index 0c16f4e2c6a..742c4a3af8b 100644
--- a/source/lt/helpcontent2/source/text/scalc/guide.po
+++ b/source/lt/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-01-27 17:36+0000\n"
"Last-Translator: Valentina Dagiene <valentina.dagiene@mif.vu.lt>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/lt/>\n"
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Judėjimas tarp lakštų"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>lakštai; kelių rodymas</bookmark_value><bookmark_value>lakštų ąselės; naudojimas</bookmark_value><bookmark_value>rodymas;keli lakštai</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Judėjimas tarp lakštų</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Numatyta, kad „$[officename]“ kiekviename naujai sukurtame skaičiuoklės dokumente rodo tris lakštus nuo „1 lakštas“ iki „3 lakštas“. Tarp lakštų judėti galite naudodami lakštų ąseles arba naudodamiesi mygtukais ekrano pačioje."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Lakštų ąselės</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Piktograma</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Naudokite naršymo mygtukus, naršydami tarp dokumento lakštų. Spustelėjus kairiausią arba dešiniausią mygtuką, rodomas pirmas arba paskutinis lakštas. Mygtukai viduryje leidžia judėti per visus lakštus iš eilės."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Kelių lakštų taikymas"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>lakštai; įterpimas</bookmark_value> <bookmark_value>įterpimas;lakštai</bookmark_value> <bookmark_value>lakštai;kelių žymėjimas</bookmark_value> <bookmark_value>pridedami lakštai</bookmark_value> <bookmark_value>žymėjimas;kelių lakštų</bookmark_value> <bookmark_value>keli lakštai</bookmark_value> <bookmark_value>skaičiavimas; kelių lakštų</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Kelių lakštų taikymas</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Lakšto įterpimas"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Jei norite įterpti naują lakštą arba lakštą iš jau egzistuojančio dokumento, pasirinkite <item type=\"menuitem\">Lakštas → Įterpti lakštą</item>."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Atveria dialogo langą, kuriame galite priskirti makrokomandas lakštų įvykiams.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Atveria langą, kuriame galite priskirti spalvą lakšto ąselei.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/lt/helpcontent2/source/text/scalc/menu.po b/source/lt/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/lt/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/lt/helpcontent2/source/text/shared/00.po b/source/lt/helpcontent2/source/text/shared/00.po
index a2e254e4cb2..dcbe29797b4 100644
--- a/source/lt/helpcontent2/source/text/shared/00.po
+++ b/source/lt/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-12 14:11+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/lt/>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Jei norite tai atlikti…</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Meniu „Failas“"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Pasirinkite komandą <emph>Failas → Peržiūrėti naršyklėje</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Pasirinkiote <menuitem>Failas → Naujas</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "<emph>Standartinėje</emph> mygtukų juostoje spustelėkite mygtuką <emph>Naujas</emph> (mygtuko piktograma vaizduoja naujo dokumento tipą)."
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Nauja piktograma</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Naujas"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Klavišas <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komanda</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Pasirinkite <menuitem>Failas → Atverti</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komanda</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Standartinėje</emph> mygtukų juostoje spustelėkite mygtuką"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Atverti piktogramą</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Atverti failą"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komanda</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Adresų duomenų šaltinio vedikliai → Laukų priskyrimas</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Pasirinkite <emph>Failas → Užverti</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Pasirinkti <menuitem>Failas → Įrašyti</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komanda</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Atverti <emph>standartinę</emph> arba <emph>lentelės duomenų</emph> juostą, spustelėti"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Pasirinkti <menuitem>Failas → Įrašyti</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Piktograma „Įrašyti“</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Įrašyti"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Komanda</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Piktograma „Įrašyti kaip“</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Įrašyti kaip"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Pasirinkti <menuitem>Failas → Įrašyti viską</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Pasirinkti <menuitem>Failas → Įrašyti kaip</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Pasirinkite <menuitem>Failas → Įkelti iš naujo</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Meniu <menuitem>Failas → Spaudinio peržiūra</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Piktograma „Spaudinio peržiūra“</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Pasirinkite <menuitem>Failas → Spausdintuvo nuostatos</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Atverkite meniu <menuitem>Failas → Siųsti</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Dokumentą el. paštu"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Pasirinkite <menuitem>Failas → Eksportas</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Pasirinkite <menuitem>Failas → Eksportuoti kaip → Eksportuoti EPUB formatu</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Piktograma „Eksportuti EPUB formatu“</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Tiesiogiai eksportuoti EPUB formatu"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Pasirinkite <menuitem>Failas → Eksportuoti kaip → Eksportuoti kaip PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Pasirinkite komandą <menuitem>Failas → Spausdinti</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "Paspauskite klavišus <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "<emph>Standartinėje</emph> mygtukų juostoje spustelėkite mygtuką"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "Paspauskite klavišus <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Vald</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Spustelėkite teksto dokumento juostoje <emph>Print Preview</emph>"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Spausdinamo puslapio peržiūros piktograma</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Spausdinamo puslapio peržiūra"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Pasirinkite <menuitem>Failas → Eksportast</menuitem>, jei pasirinktas failo tipas PBM, PPM arba PGM, šis dialogo langas atveriamas automatiškai.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Pasirinkite <emph>Failas → Versijos</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/lt/helpcontent2/source/text/shared/01.po b/source/lt/helpcontent2/source/text/shared/01.po
index 1f6d3c60217..3f0e465c56d 100644
--- a/source/lt/helpcontent2/source/text/shared/01.po
+++ b/source/lt/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:30+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/lt/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funkcija</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Atveria dokumentą, esantį nuotolinėje failų tarnyboje.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Choose <item type=\"menuitem\">Failas – Atverti nuotolinį failą</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Spustelėkite mygtuką <emph>Nuotolinis failas</emph> esantį <emph>Pradžios lange</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Paspauskite ir palaikykite piktogramą <emph>Atverti</emph>, pasirinkite <emph>Atverti nuotolinį failą</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Įrašo esamo dokumento kopiją su kitu vardu ar kitu adresu.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Pasirinkite komandą <item type=\"menuitem\">Failas → Įrašyti kopiją</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Eksportuoti dokumentą PDF arba EPUB formatu</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43938,14 +43893,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Įvykiai</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43956,15 +43911,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Čia tam tikriems programos įvykiams galima priskirti makrokomandas. Priskirta makrokomanda vykdoma automatiškai, kai tik įvyksta su ja susietas įvykis.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Iš skaičiuoklės meniu <emph>Lakštas</emph> galima atverti panašų dialogo langą, bet su mažiau funkcijų."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/lt/helpcontent2/source/text/swriter/00.po b/source/lt/helpcontent2/source/text/swriter/00.po
index 901aeef0023..884024f6e2d 100644
--- a/source/lt/helpcontent2/source/text/swriter/00.po
+++ b/source/lt/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-01-30 17:47+0000\n"
"Last-Translator: Valentina Dagiene <valentina.dagiene@mif.vu.lt>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/lt/>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Laiškų komponavimas"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/lt/helpcontent2/source/text/swriter/01.po b/source/lt/helpcontent2/source/text/swriter/01.po
index 14cb4dc0d8b..b073033a952 100644
--- a/source/lt/helpcontent2/source/text/swriter/01.po
+++ b/source/lt/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-07-15 17:18+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/lt/>\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Esant Spaudinio peržiūros režime dokumento koreguoti negalima."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Jei norite užverti spaudinio peržiūrą spustelėkite mygtuką <emph>Užverti peržiūrą</emph></ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13707,14 +13707,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hipersaitas (LS ir LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Sukuria hipersaitą įrašo daliai, kurią apskliaudžiate atverdami (LS) ir užverdami (LE) hipersaito žymes. <emph>Struktūros</emph>linijoje, spustelėkite tuščią langelį tos dalies priekyje, kur norite sukurti hipersaitą ir tada spauskite šį mygtuką. Paspauskite ant tuščio langelio po dalies, kurią norite padaryti hipersaitu ir tada spustelėkite šį mygtuką dar kartą. Visi hipersaitai privalo būti unikalūs. Galima tik turinio lentelei.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13941,6 +13941,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28368,13 +28377,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/lt/officecfg/registry/data/org/openoffice/Office.po b/source/lt/officecfg/registry/data/org/openoffice/Office.po
index 800749e7ae2..9ba174323a5 100644
--- a/source/lt/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/lt/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-04-23 08:16+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/lt/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Pastabos"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Teksto dokumentai"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Skaičiuoklės dokumentai"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Pateiktys"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Grafikos dokumentai"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Tinklalapiai"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Pagrindiniai dokumentai"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulių dokumentai"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Duomenų bazės"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po b/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po
index a1a7c5f91a4..22436cf08a6 100644
--- a/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/lt/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/lt/>\n"
@@ -2227,6 +2227,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Duomenų patikra…"
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Šalinti eilutes"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9558,15 +9568,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Keisti skaidrės pagrindą…"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pagrindas…"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10869,6 +10879,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Įterpti stulpelius"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26644,36 +26664,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Šalinti pažymėtus stulpelius"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31928,15 +31918,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Puslapių numeriai"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33108,6 +33118,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Įdėti stulpelius kairiau"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Šalinti eilutes"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Šalinti eilutes"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Šalinti pažymėtas eilutes"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/lt/sc/messages.po b/source/lt/sc/messages.po
index 3d96c42898d..66df7e2e409 100644
--- a/source/lt/sc/messages.po
+++ b/source/lt/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-01-09 11:04+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/lt/>\n"
@@ -32709,38 +32709,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Kai ši parinktis įgalinta ir importuojamame langelyje nėra duomenų, jo vietoje esančio langelio turinys paliekamas nepakeistas. Jei parinktis išjungta, skaičiuoklė „Calc“ pašalina buvusį langelio turinį."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Kitos parinktys"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Stulpelio tipas:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Peržiūros langelyje pažymėkite stulpelį, o čia parinkite duomenų tipą, kurį norite pritaikyti į pažymėtą stulpelį importuotiems duomenims."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekstas į stulpelius"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Laukai"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Čia parenkamos skirtukais atskirtų duomenų importo nuostatos."
diff --git a/source/lt/sd/messages.po b/source/lt/sd/messages.po
index 81d2457e460..62b48d92d89 100644
--- a/source/lt/sd/messages.po
+++ b/source/lt/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-08-08 17:14+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/lt/>\n"
@@ -1218,249 +1218,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Įterpti tekstą"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Skaidrės pagrindo įkėlimas"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Greitai"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Kairė"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Dešinė"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Viršus"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Apačia"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Viršutinis kairysis kampas?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Apatinis kairysis kampas?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Viršutinis dešinysis kampas?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Apatinis dešinysis kampas?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontaliai"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikaliai"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Visi?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Šio veiksmo aktyviojoje veiksenoje atlikti neįmanoma."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Atgal"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Tęsti"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Peržiūra"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Spalvų keitiklis"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Virsmas"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Išplėstas lapas"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Turinio lapas"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "SANE šaltinis dabar nepasiekiamas."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Dabar TWAIN šaltinis nepasiekiamas."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fiksuotas"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Kintamas"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Įprastas"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Įprastas (trumpas)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Įprastas (ilgas)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Failo vardas"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Failo vardas arba adresas"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Adresas"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Failo vardas be prievardžio"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Naujai aprašytas pateikties demonstravimas"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopijuoti "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "„%PRODUCTNAME“ pateikties formatas (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "„%PRODUCTNAME“ grafikos formatas (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Išgrupuoti metafailus..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Neįmanoma išgrupuoti visų grafikos objektų."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "„%PRODUCTNAME %PRODUCTVERSION“ pateiktis"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "„%PRODUCTNAME %PRODUCTVERSION“ grafikos dokumentas"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1470,157 +1500,157 @@ msgstr ""
"Ar jį pakeisti?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekstas"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hipersaitas"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Aplankytas saitas"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktyvus saitas"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Pastabos"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Turinys"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Spustelėkite čia, kad galėtumėte pradėti"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autorius"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "El. paštas"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Tinklalapis"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Papildoma informacija"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Parsisiųsti pateiktį"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Jūsų naršyklė nesuderinama su slankiaisiais kadrais."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Pirmas lapas"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Paskutinis lapas"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekstas"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Paveikslas"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Su turiniu"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Be turinio"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Į duota puslapį"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Konvertuoti paveikslą į daugiakampį"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Spustelėkite, kad užbaigtumėte demonstravimą…"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pauzė..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Taikyti pasirinktas trimates savybes"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Grafikos filtras"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1630,800 +1660,806 @@ msgstr ""
"nėra garso failas!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konvertuoti į metafailą"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konvertuoti į paveikslą"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Negalima sukurti failo $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Negalima atverti failo $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Failo $(URL1) negalima nukopijuoti į $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Pervadinti skaidrę"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Pervadinti lapą"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Pavadinimas"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Pervadinti skaidrės pagrindą"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Antraštės sritis automatiniams maketams"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektų sritis automatiniams maketams"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Puslapinės poraštės sritis"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Puslapinės antraštės sritis"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datos sritis"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Skaidrės numerio sritis"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Lapo numerio sritis"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<puslapinė antraštė>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<puslapinė poraštė>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<data ir laikas>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<numeris>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<lapų skaičius>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<skaidrės-pavadinimas>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<lapo-pavadinimas>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Pastabų sritis"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Handža keitimas"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Skaidrės"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Lapai"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Peržiūra negalima"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Peržiūra ruošiama"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Maketai"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Grafikos objektų stiliai"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Pateikčių stiliai"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Langelių stiliai"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Figūra %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Fono paveikslo parinkimas"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentarai"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Atstatyti skaidrės maketą"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Įterpti lentelę"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Įterpti diagramą"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Įterpti paveikslą"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Įterpti garsą arba vaizdą"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Pertempti lapus"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Pertempti skaidres"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Pridėkite į albumą paveikslų."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Teksto skaidrė"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Vietinis aplankas „%FILENAME“ nėra tuščias. Kai kurie failai gali būti perrašyti. Ar tęsti?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fonas"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Fono objektai"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Maketas"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Valdiklio elementai"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Matmenų linijos"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Lapas"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Lapas"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Skaidrė"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Pagrindas"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Pagrindas:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Lapo pagrindas"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Lapo pagrindas:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Pastabos)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Dalijamoji medžiaga"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Pavadinimas"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Pirmas struktūros lygis"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Antras struktūros lygmuo"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Trečias struktūros lygmuo"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Ketvirtas struktūros lygmuo"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Penktas struktūros lygmuo"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Šeštas struktūros lygmuo"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Septintas struktūros lygmuo"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Spustelėjus tempti lapą ar keisti jo dydį"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Spustelėjus rašyti pastabas"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Spustelėjus rašyti pavadinimą"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Spustelėjus rašyti tekstą"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Spustelėjus rašyti tekstą"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Spustelėjus rašyti pastabas"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dukart spustelėjus įterpti paveikslą"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dukart spustelėjus įterpti objektą"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dukart spustelėjus įterpti diagramą"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dukart spustelėjus įterpti organizacinę diagramą"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dukart spustelėjus įterpti skaičiuoklės dokumentą"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Numatytasis"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Antraštė"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
#, fuzzy
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Perkelti lapus"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Neužpildytas objektas"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objektas be užpildo ir kraštinių"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekstas"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Užpildyti objektai"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Mėlynas užpildas"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Žalias užpildas"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Geltonas užpildas"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Raudonas užpildas"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Kontūrai"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Mėlynas kontūras"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Žalias kontūras"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Geltonas kontūras"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Raudonas kontūras"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Antraštė"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Paantraštė"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Struktūra"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Fono objektai"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fonas"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Pastabos"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "„PowerPoint“ Importas"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Įrašomas dokumentas"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Mažinti šriftą"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Didinti šriftą"
@@ -2431,646 +2467,646 @@ msgstr "Didinti šriftą"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Lapo eskizas"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Lapo eskizas"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Pateikties struktūra"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Skaidrių rodymas"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Čia rikiuojamos skaidrės."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Pastabos"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Dalijamoji medžiaga"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Pateikčių stiliai"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Pateikčių stiliai"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
#, fuzzy
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Pateikčių stiliai"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Demonstravimo veiksena"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Pateikčių stiliai"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Dalijamoji medžiaga"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Demonstravimo veiksena"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Demonstravimo veiksena"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "„%PRODUCTNAME“ pateiktis"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Antraštė"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Struktūra"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Paantraštė"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Puslapis"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Pastabos"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Dalijamoji medžiaga"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Puslapinė poraštė"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Puslapinė antraštė"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Skaičius"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(tik skaitymui)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nėra"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Iki kito spustelėjimo"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Iki skaidrės pabaigos"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Kryptis:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Mastelis"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Stipinai"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Pirma spalva:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Antra spalva:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Užpildo spalva:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stilius:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Šriftas:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Teksto spalva:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stilius:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Šrifto stilius:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linijos spalva:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Šrifto dydis:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Dydis:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Kiekis:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Spalva:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Be garso)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Tildyti ankstesnį garsą)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Kitas garsas…"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Pavyzdys"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Sužadinimas"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Naudotojo aprašyti keliai"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Parodymas: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Akcentas: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Slėpimas: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Judėjimo trajektorijos: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Jokio"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Šiandien,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Vakar,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(be autoriaus)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "„%PRODUCTNAME“ pateikčių rengyklė pasiekė pateikties pabaigą. Ar tęsti nuo pradžios?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "„%PRODUCTNAME“ pateikčių rengyklė pasiekė pateikties pradžią. Ar tęsti nuo pabaigos?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "„%PRODUCTNAME“ grafikos rengyklė pasiekė dokumento pabaigą. Ar tęsti nuo pradžios?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "„%PRODUCTNAME“ grafikos rengyklė pasiekė dokumento pradžią. Ar tęsti nuo pabaigos?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Įterpti komentarą"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Šalinti komentarą(-us)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Perkelti komentarą"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Taisyti komentarą"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Atsakyti: %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Medijos grojimas"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Lentelė"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "„%PRODUCTNAME“ %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokumentas"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Skaidrės/psl.:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Tvarka:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Turinys"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Skaidrės pavadinimas"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Lapo pavadinimas"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Data ir laikas"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Paslėpti lapai"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Spalva"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Dydis"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brošiūra"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Lapo pusės"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Įtraukti"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Naudoti tik spausdintuvo popieriaus padavimo nuostatas"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Lapai:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Skaidrės:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "„%PRODUCTNAME“ pateikčių rengyklė atliko paiešką iki pateikties pabaigos. Ar tęsti paiešką nuo pradžios?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "„%PRODUCTNAME“ pateikčių rengyklė atliko paiešką iki pateikties pradžios. Ar tęsti paiešką nuo pabaigos?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "„%PRODUCTNAME“ grafikos rengyklė atliko paiešką iki dokumento pabaigos. Ar tęsti paiešką nuo pradžios?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "„%PRODUCTNAME“ grafikos rengyklė atliko paiešką iki dokumento pradžios. Ar tęsti paiešką nuo pabaigos?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/lt/svtools/messages.po b/source/lt/svtools/messages.po
index 9a64f767f6e..98eca166d78 100644
--- a/source/lt/svtools/messages.po
+++ b/source/lt/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-08-08 17:14+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/lt/>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/lt/sw/messages.po b/source/lt/sw/messages.po
index 7af2ddd0f39..f86e8aeb147 100644
--- a/source/lt/sw/messages.po
+++ b/source/lt/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-01-02 06:38+0000\n"
"Last-Translator: Modestas Rimkus <modestas.rimkus@gmail.com>\n"
"Language-Team: Lithuanian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/lt/>\n"
@@ -16947,230 +16947,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Rodyklės įrašo įterpimas"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Pašalina pasirinktą įrašą iš rodyklės. Įrašo tekstas dokumente nebūna pašalinimas."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Įterpti"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nauja naudotojo aprašyta rodyklė"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Šį įrašą laikyti pagrindiniu"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Tik ištisi žodžiai"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Skirti didžiąsias ir mažąsias raides"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Pereina į ankstesnį to paties tipo rodyklės įrašą dokumente."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Pereina į sekantį to paties tipo rodyklės įrašą dokumente."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/lv/cui/messages.po b/source/lv/cui/messages.po
index 59a07408f7d..2e585da0dea 100644
--- a/source/lv/cui/messages.po
+++ b/source/lv/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-14 08:17+0000\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: Latvian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/lv/>\n"
@@ -16607,74 +16607,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "_Vienmēr saglabāt kā:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Teksta dokuments"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML dokuments"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Galvenais dokuments"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Izklājlapa"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Prezentācija"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Zīmējums"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okumenta tips:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Noklusējuma datņu formāts un ODF iestatījumi"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/lv/helpcontent2/source/text/scalc.po b/source/lv/helpcontent2/source/text/scalc.po
index f36c512b685..e330babba0e 100644
--- a/source/lv/helpcontent2/source/text/scalc.po
+++ b/source/lv/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-10 04:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Dzēst loksni</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Loksnes cilnes krāsa"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/lv/helpcontent2/source/text/scalc/00.po b/source/lv/helpcontent2/source/text/scalc/00.po
index cea7c9db164..b4a7938184b 100644
--- a/source/lv/helpcontent2/source/text/scalc/00.po
+++ b/source/lv/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ievietot kolonnas"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Loksne izvēlne"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/lv/helpcontent2/source/text/scalc/01.po b/source/lv/helpcontent2/source/text/scalc/01.po
index 43fbbf106f8..18f1d308574 100644
--- a/source/lv/helpcontent2/source/text/scalc/01.po
+++ b/source/lv/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-02-27 15:24+0000\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>izklājlapas; dzēšana</bookmark_value> <bookmark_value>loksnes; dzēšana</bookmark_value> <bookmark_value>dzēšana; izklājlapas</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Dzēst loksni"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Dzēš pašreizējo loksni pēc vaicājuma apstiprināšanas.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,40 +2509,22 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Jā"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Dzēš pašreizējo loksni"
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Nē"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
msgstr ""
#. k9Be9
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>izklājlapas; pārvietošana</bookmark_value><bookmark_value>izklājlapas; kopēšana</bookmark_value><bookmark_value>pārvietošana; izklājlapas</bookmark_value><bookmark_value>kopēšana; izklājlapas</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Pārvietot vai kopēt loksni"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Ievietot loksni"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>loksnes;izveidošana</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Ievietot loksni"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr ""
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Pārdēvēt loksni"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,31 +43486,40 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Rādīt loksni"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Rādīt loksni"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
msgstr ""
#. fbAv3
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/lv/helpcontent2/source/text/scalc/guide.po b/source/lv/helpcontent2/source/text/scalc/guide.po
index 33e9eb77e76..d9a84e2f86b 100644
--- a/source/lv/helpcontent2/source/text/scalc/guide.po
+++ b/source/lv/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr ""
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikona</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr ""
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,13 +9034,13 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Vairāku lokšņu pielietošana"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
msgstr ""
#. EaKEB
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Vairāku lokšņu pielietošana</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Izvēlieties <item type=\"menuitem\">Ievietot - Loksne</item>, lai ievietotu jaunu loksni vai pastāvošu loksni no citas datnes."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr ""
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/lv/helpcontent2/source/text/scalc/menu.po b/source/lv/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/lv/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/lv/helpcontent2/source/text/shared/00.po b/source/lv/helpcontent2/source/text/shared/00.po
index f997e0fdd28..412ecafb2d9 100644
--- a/source/lv/helpcontent2/source/text/shared/00.po
+++ b/source/lv/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Lai piekļūtu šai komandai...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Datne izvēlne"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Jauns"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Atvērt datni"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Saglabāt"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Saglabāt kā"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Drukāt lappuses priekšskatījumu"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/lv/helpcontent2/source/text/shared/01.po b/source/lv/helpcontent2/source/text/shared/01.po
index 464cd93d886..1476325dc03 100644
--- a/source/lv/helpcontent2/source/text/shared/01.po
+++ b/source/lv/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funkcija</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Notikumi</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr ""
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/lv/helpcontent2/source/text/swriter/00.po b/source/lv/helpcontent2/source/text/swriter/00.po
index 0564ad0d7bb..4bd37fc1ec2 100644
--- a/source/lv/helpcontent2/source/text/swriter/00.po
+++ b/source/lv/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Vēstuļu sapludināšana"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/lv/helpcontent2/source/text/swriter/01.po b/source/lv/helpcontent2/source/text/swriter/01.po
index 2a5f232cf98..f612acbb5d7 100644
--- a/source/lv/helpcontent2/source/text/swriter/01.po
+++ b/source/lv/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr ""
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/lv/officecfg/registry/data/org/openoffice/Office.po b/source/lv/officecfg/registry/data/org/openoffice/Office.po
index 324a70dce8e..76e8269397c 100644
--- a/source/lv/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/lv/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-08-05 13:35+0000\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: Latvian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/lv/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Piezīmes"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Teksta dokumenti"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Izklājlapas"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Prezentācijas"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Zīmējumi"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Tīmekļa lapas"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Galvenie dokumenti"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulas"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Datubāzes dokumenti"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po b/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po
index 2c36788bc3b..cfbb350741f 100644
--- a/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/lv/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-29 04:12+0000\n"
"Last-Translator: Tranzistors <rudolfs.mazurs@gmail.com>\n"
"Language-Team: Latvian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/lv/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Datu ~validācija..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Dzēst rindas"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Mainīt slaida pamatu..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pamatlappuse..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Ievietot kolonnas"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "La~ppuses numurs"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolonnas ~pirms"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Dzēst rindas"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rindas"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Dzēst izvēlētās rindas"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/lv/sc/messages.po b/source/lv/sc/messages.po
index 89ad357bf2e..8c720505c9b 100644
--- a/source/lv/sc/messages.po
+++ b/source/lv/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-14 08:17+0000\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: Latvian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/lv/>\n"
@@ -32434,38 +32434,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Citas opcijas"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolonnas t_ips:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Teksts par kolonnām"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Lauki"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/lv/sd/messages.po b/source/lv/sd/messages.po
index 3b298569e9f..4f6be3e8685 100644
--- a/source/lv/sd/messages.po
+++ b/source/lv/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2022-11-14 08:17+0000\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: Latvian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/lv/>\n"
@@ -1218,249 +1218,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Ievietot tekstu"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Ielādēt pamatslaidu"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Gudri"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Kreisais"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Labais"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Augšā"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Apakšā"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Augšējais kreisais?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Apakšējais kreisais?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Augšējais labais?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Apakšējais labais?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontāli"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikāli"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Visi?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Šo darbību nevar izpildīt tiešsaistes režīmā."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Atpakaļ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Turpināt"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Pārskats"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Krāsu aizstājējs"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Pāreja"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Izvērst slaidu"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Satura rādītāja slaids"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Šobrīd nav pieejams neviens SANE avots."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Šobrīd nav pieejams neviens TWAIN avots."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fiksēts"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Mainīgais"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standarta"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standarta (īss)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standarta (garš)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Datnes nosaukums"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Ceļš / datnes nosaukums"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Ceļš"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Datnes nosaukums bez paplašinājuma"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Jauna pielāgota slīdrāde"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopēt "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME prezentācijas formāts (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME zīmējuma formāts (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Atgrupēt metadatni(-es)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Neizdevās atgrupēt visus zīmējuma objektus."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION prezentācija"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION zīmējums"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1470,157 +1500,157 @@ msgstr ""
"Vai vēlaties to aizstāt?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Teksts"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hipersaite"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Apmeklēta saite"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktīva saite"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Piezīmes"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Satura rādītājs"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Spiediet šeit, lai sāktu"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autors"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-pasts"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Mājaslapa"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Turpmāka informācija"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Lejupielādēt prezentāciju"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Diemžēl jūsu pārlūks neatbalsta peldošos ietvarus."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Pirmā lappuse"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Pēdējā lappuse"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Teksts"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Attēls"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Ar saturu"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Bez satura"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Uz doto lappusi"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Pārvērst bitkarti par daudzstūri"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klikšķiniet, lai izietu no prezentācijas..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pauze..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Pielietot 3D izlasi"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Attēlu filtrs"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1630,799 +1660,805 @@ msgstr ""
"nav derīga audio datne!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Pārvērst par metadatni"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Pārvērst par bitkarti"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Neizdevās izveidot datni $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Neizdevās atvērt datni $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Neizdevās nokopēt datni $(URL1) uz $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Pārdēvēt slaidu"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Pārdēvēt lappusi"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nosaukums"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Pārdēvēt pamatslaidu"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Virsraksta lauks automātiskajiem izkārtojumiem"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objekta lauks automātiskajiem izkārtojumiem"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Kājenes lauks"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Galvenes lauks"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datuma laukums"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Slaida numura lauks"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Lappuses numura lauks"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<galvene>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<kājene>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datums/laiks>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<skaitlis>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<skaits>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<slaida-nosaukums>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<lappuses-nosaukums>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Piezīmju lauks"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/handža pārvēršana"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Slaidi"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Lappuses"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Priekšskatījums nav pieejams"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Gatavo priekšskatījums"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Izkārtojumi"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Zīmējumu stili"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Prezentācijas stili"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Šūnas stili"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Figūra %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Iestatīt fona attēlu"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Komentāri"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Atiestatīt slaidu izkārtojumu"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Ievietot tabulu"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Ievietot diagrammu"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Ievietot attēlu"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Ievietot audio vai video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Vilkt un nomest lappuses"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Vilkt un nomest slaidus"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Lūdzu, pievienojiet attēlus albumam."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Teksta slaids"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lokālais mērķa datņu katalogs '%FILENAME' nav tukšs. Dažas datnes varētu tikt pārrakstītas. Vai vēlaties turpināt?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Fons"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Fona objekti"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Izkārtojums"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Vadīklas"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Merlīnijas"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Slaids"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Lappuse"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Slaids"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Pamatslaids"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Pamatslaids:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pamatlappuse"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Pamatlappuse:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Piezīmes)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Izdales lapas"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikšķiniet, lai rediģētu virsraksta teksta formātu"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikšķiniet, lai rediģētu struktūras skata formātu"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Veiciet dubultskārienu, lai rediģētu virsraksta teksta formātu"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Otrais struktūras līmenis"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Trešais struktūras līmenis"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Ceturtais struktūras līmenis"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Piektais struktūras līmenis"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sestais struktūras līmenis"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Septītais struktūras līmenis"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikšķiniet, lai pārvietotu slaidu"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikšķiniet, lai rediģētu piezīmju formātu"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Veiciet dubultskārienu, lai pārvietotu slaidu"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Veiciet dubultskārienu, lai rediģētu piezīmju formātu"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Spiediet, lai pievienotu virsrakstu"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Spiediet, lai pievienotu tekstu"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Spiediet, lai pievienotu tekstu"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Spiediet, lai pievienotu piezīmes"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Veiciet dubultskārienu, lai pievienotu virsrakstu"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Veiciet dubultskārienu, lai pievienotu tekstu"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Veiciet dubultskārienu, lai pievienotu tekstu"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Veiciet skārienu, lai rediģētu tekstu"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Veiciet dubultskārienu, lai pievienotu piezīmes"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dubultklikšķiniet, lai pievienotu attēlu"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dubultklikšķiniet, lai pievienotu objektu"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dubultklikšķiniet, lai pievienotu diagrammu"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dubultklikšķiniet, lai pievienotu organizācijas diagrammu"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dubultklikšķiniet, lai pievienotu izklājlapu"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Noklusējuma"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Virsraksts"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Noklusējuma zīmējumu stils"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Pārvietot slaidus"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Ievietot lappuses"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Ievietot lappusi"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekts bez aizpildījuma"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekts bez aizpildījuma vai līnijas"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Teksts"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Virsraksts A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Virsraksts A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Teksts A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Virsraksts A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Virsraksts A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Teksts A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafika"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Figūras"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Līnijas"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Bultas līnija"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Svītrota līnija"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Aizpildīts"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Aizpildīts zils"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Aizpildīts zaļš"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Aizpildīts dzeltens"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Aizpildīts sarkans"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Kontūra"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Zila kontūra"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Zaļa kontūra"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Dzeltena kontūra"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Sarkana kontūra"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Virsraksts"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Apakšvirsraksts"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Struktūra"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Fona objekti"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Fons"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Piezīmes"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Importēt no PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Saglabāt dokumentu"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Samazināt fonta izmēru"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Palielināt fonta izmēru"
@@ -2430,637 +2466,637 @@ msgstr "Palielināt fonta izmēru"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Zīmējuma skats"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Zīmējuma skats"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Struktūras skats"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Slaidu skats"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Šeit kārto slaidus."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Piezīmju skats"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Izdales lapu skats"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "PrezentācijasVirsraksts"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PrezentācijasStruktūra"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PrezentācijasApakšvirsraksts"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PrezentācijasLapa"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "PrezentācijasPiezīmes"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Izdales lapas"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "NezināmaPieejamaPrezentācijasForma"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PrezentācijasKājene"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PrezentācijasGalvene"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PrezentācijasDatumsUnLaiks"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PrezentācijasLappusesNumurs"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME prezentācija"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Virsraksts"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Struktūra"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Apakšvirsraksts"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Lappuse"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Piezīmes"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Izdales lapas"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Nezināma pieejama prezentācijas forma"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Kājene"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Galvene"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datums"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Skaitlis"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(tikai lasāms)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "nevajag"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Līdz nākamajam klikšķim"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Līdz slaida beigām"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Virziens:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Tālummaiņa:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Apgriezieni:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Pirmā krāsa:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Otrā krāsa:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Aizpildījuma krāsa:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stils:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Fonts:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Fonta krāsa:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stils:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Burtveidols:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Līnijas krāsa:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Fonta izmērs:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Izmērs:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Apjoms:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Krāsa:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Bez skaņas)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Apturēt iepriekšējo skaņu)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Cita skaņa..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Piemērs"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Trigeris"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Lietotāja ceļi"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Ieiešana: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Uzsvars: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Iziešana: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Kustību ceļi: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Dažādi: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Nav"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Šodien,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Vakar,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(nav autora)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress sasniedzis prezentācijas beigas. Vai vēlaties turpināt no sākuma?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress sasniedzis prezentācijas sākumu. Vai vēlaties turpināt no beigām?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw sasniedzis dokumenta beigas. Vai vēlaties turpināt no sākuma?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw sasniedzis dokumenta sākumu. Vai vēlaties turpināt no beigām?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Ievietot komentāru"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Dzēst komentāru(-s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Pārvietot komentāru"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Rediģēt komentāru"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Atbildēt uz %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Multimediju atskaņošana"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabula"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokuments"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Slaidi lappusē:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Secība:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Saturs"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Slaida nosaukums"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "L~appuses nosaukums"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datums un laiks"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Slēptās lappuses"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Krāsa"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Izmēr~s"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brošūra"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Lappušu puses"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Iekļaut"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Izmantot tikai papīra paplāti no printera iestatīj~umiem"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Lappuses:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Slaidi:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress sasniedza prezentācijas beigas. Vai turpināt meklēt no sākuma?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress sasniedza prezentācijas sākumu. Vai turpināt meklēt no beigām?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw sasniedza dokumenta beigas. Vai turpināt meklēt no sākuma?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw sasniedza dokumenta sākumu. Vai turpināt no beigām?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animācija"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Saite"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/lv/svtools/messages.po b/source/lv/svtools/messages.po
index 44332c9c001..29a8f51e39d 100644
--- a/source/lv/svtools/messages.po
+++ b/source/lv/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-14 08:17+0000\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: Latvian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/lv/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/lv/sw/messages.po b/source/lv/sw/messages.po
index dc79895b52a..523f6166440 100644
--- a/source/lv/sw/messages.po
+++ b/source/lv/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 17:17+0200\n"
"Last-Translator: Ingmārs Dīriņš <melhiors14@gmail.com>\n"
"Language-Team: Latvian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/lv/>\n"
"Language: lv\n"
@@ -16936,230 +16936,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Ievietot rādītāja ierakstu"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Ievietot"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Jauns lietotāja definēts rādītājs"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Atjaunināt ierakstu no atlases"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Galvenais ieraksts"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Tikai veselus vārdus"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Reģistru sakritība"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/mai/cui/messages.po b/source/mai/cui/messages.po
index f92b6ff38c7..a7a4f5713b3 100644
--- a/source/mai/cui/messages.po
+++ b/source/mai/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16989,75 +16989,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "नवीन दस्तावेज"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML दस्तावेज"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "मास्टर दस्तावेज"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रेडशीट"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "प्रस्तुति"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "रेखाचित्र"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "सूत्र"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/mai/officecfg/registry/data/org/openoffice/Office.po b/source/mai/officecfg/registry/data/org/openoffice/Office.po
index 2e2c48cdf8f..c89a985c1f0 100644
--- a/source/mai/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/mai/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12518,86 +12518,85 @@ msgctxt ""
msgid "Notes"
msgstr "टिप्पणी"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "पाठ दस्तावेज"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "स्प्रेडशीट"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "प्रस्तुतिकरण"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "आरेख"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वेबपेज"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "मास्टर दस्तावेज"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "सूत्र"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "डाटाबेस दस्तावेज"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po
index bda62563b17..3c5179ae005 100644
--- a/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/mai/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2259,6 +2259,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पंक्तिसभकेँ मेटाबू"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9694,14 +9704,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11020,6 +11030,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "जोड़ू कॉलम (~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26970,36 +26990,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32347,15 +32337,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "पृष्ठ संख्या (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33541,6 +33551,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पंक्तिसभकेँ मेटाबू"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "पंक्तिसभ (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/mai/sc/messages.po b/source/mai/sc/messages.po
index 6071ec29b9a..e98dddefcbe 100644
--- a/source/mai/sc/messages.po
+++ b/source/mai/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33295,39 +33295,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
#, fuzzy
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "क्षेत्रसभ"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/mai/sd/messages.po b/source/mai/sd/messages.po
index 575c9cc0a6b..ac7ddfb1812 100644
--- a/source/mai/sd/messages.po
+++ b/source/mai/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:01+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1230,250 +1230,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "पाठ जोड़ू"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "स्मार्ट"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "बम्माँ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr " दहिन्ना"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "उप्पर"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "नीच्चाँ "
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "उप्पर बम्माँ ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "नीच्चाँ बम्माँ तरफ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "उप्पर दहिन्ना?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "नीच्चाँ दहिन्ना तरफ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "क्षैतिज "
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "लम्बवत"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "सभ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ई काजकेँ सजीव प्रकारमे नहि चलाए सकैत छी."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "पाछाँ"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "जारी राखू"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "अवलोकन"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "रँग सहनशीलता"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "क्रॉस फेडिंग"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "स्लाइडक विस्तार करू"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "विषयसूची स्लाइडक सारणी"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "कोनो SANE श्रोत अखन उपलब्ध नहि अछि."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "वर्तमानमे, कोनो TWAIN श्रोत उपलब्ध नहि अछि ."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "स्थिर"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "चर "
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "मानक"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "मानक (छोट)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "मानक (पैघ)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "फाइलक नाम"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "मार्ग/फाइलक नाम"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "मार्ग"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "विस्तार रहित फाइलक नाम"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "नवीन पसंदीदा स्लाइड देखाबू"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "कॉपी"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मेटाफाइलसभकेँ विसमूहित करू(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "सभ रेखाचित्र वस्तुसभकेँ अलगानाइ संभव नहि अछि ."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1483,157 +1513,157 @@ msgstr ""
" की अहाँ एकरा प्रतिस्थापित कएनाइ चाहैत छी?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "पाठ "
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हाइपरलिंक"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "देखल गेल लिंक"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "क्रियाशील कड़ी"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "टिप्पणी "
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "विषयसूचीक सारणी"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "प्रारंभ करबाक लेल एतय क्लिक करू"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "लेखक"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "मुख्य पृष्ठ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "आगाँ सूचना"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "प्रस्तुति डाउनलोड करू"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "अहाँक ब्राउज़र फ्लोटिंग फ्रेमकेँ समर्थन नहि करैत अछि ."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "पहिल पृष्ठ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "अंतिम पृष्ठ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "पाठ "
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "छवि"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "सामग्री सहित"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "सामग्री रहित"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "देल गेल पृष्ठमे"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "बिटमॉपकेँ बहुभुजमे बदलू"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "प्रस्तुतिसँ निकलब लेल क्लिक करू..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "रुकावट..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D मनपसिन लागू करू"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,804 +1674,810 @@ msgstr ""
" एकटा वैध ध्वनि फाइल नहि अछि!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मेटा फाइलमे बदलू"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "बिटमैपमे बदलू"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) फाइल उत्पन्न नहि कए सकैत अछि."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) फाइलकेँ नहि खोल सकैत छी."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "फाइलक $(URL1)केँ $(URL2)मे प्रतिलिपि नहि बनाए सकैत छी"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "स्लाइडक फिनु नाम दिअ'"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "नाम "
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ऑटोलेआउट कलेल शीर्षक क्षेत्र"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ऑटोलेआउट कलेल वस्तु क्षेत्र"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "पाद टिप्पणी क्षेत्र"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "शीर्षक टीका क्षेत्र"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "तिथि क्षेत्र"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "स्लाइडक संख्या क्षेत्र"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "पृष्ठ संख्या क्षेत्र"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<शीर्ष टिप्पणी>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<पाद टिप्पणी>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<तिथि/समय>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<संख्या>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "टिप्पणी क्षेत्र"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हांगुल/हांजा रूपांतरण"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "स्लाइड"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "पृष्ठसभ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "पूर्वावलोकन उपलब्ध नहि"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "पूर्वावलोकन कलेल तैयारी भए रहल अछि"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "लेआउट"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "प्रस्तुति विकल्प"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "सेल शैलीसभ"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "विषय"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "सारणी जोड़ू"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "चार्ट जोड़ू"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "पृष्ठ जोड़ू"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "आडियो आ वीडियो घुसाउ"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "स्थानीय लक्ष्य निर्देशिका '%FILENAME' खाली नहि अछि. किछु फाइल पर लिखल जाए सकैछ. की अहाँ जारी राखबाक लेल चाहै छी?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "पृष्ठभूमि "
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "वस्तु पृष्ठभूमि "
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "लेआउट"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "नियंत्रण"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "आयाम रेखा"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "स्लाइड"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "पृष्ठ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "स्लाइड"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "मुख्य पृष्ठसभ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(टिप्पणी)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "हैंडआउटसभ"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "शीर्षक टेक्स्ट रचनाक संपादन करबाक लेल क्लिक करू"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "बाहरी रूपरेखा पाठ रचनाक संपादन करबाक लेल क्लिक करू"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "दोसर बाहरी रूपरेखा स्तर"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "तेसर बाहरी रूपरेखा स्तर"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "चौथ बाहरी रूपरेखा स्तर"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "पाँचम बाहरी रूपरेखा स्तर"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "छठम बाहरी रूपरेखा स्तर"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "बाहरी रूपरेखा स्तर"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "स्लाइडक स्थान परिवर्तन करबाक लेल क्लिक करू"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "सूचना रचनाक संपादन करबाक लेल क्लिक करू"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "मूलभूत "
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "शीर्षक "
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "स्लाइडक स्थान परिवर्तन करू"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "वस्तु बिनु भरल"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "पाठ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "शीर्षक "
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "बाहरी रूपरेखा"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "वस्तु पृष्ठभूमि"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "पृष्ठभूमि"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "टिप्पणी"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पॉवरप्वाइंट आयात"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "दस्तावेज सहेजू"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2449,680 +2485,680 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "चित्र दृश्य "
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "चित्र दृश्य "
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "बाहरी रूपरेखाक दृश्य"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "स्लइड दृश्य"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ई ओतए अछि जतए अहाँ स्लाइड छाँटैत अछि."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "टिप्पणी दृश्य"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "हैन्डआउट दृश्य"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "प्रस्तुतिकरण"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "प्रस्तुतिकरण"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "प्रस्तुतिकरण"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "हैंडआउट"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "प्रस्तुति प्रकार"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "प्रस्तुतिकरण"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME प्रस्तुति"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "शीर्षक "
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "बाहरी रूपरेखा"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "पृष्ठ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "टिप्पणी"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "हैंडआउट"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "पाद टिप्पणी"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "शीर्ष टिप्पणी"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "दिनांक"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "संख्या"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (केवल-पढ़बा लेल)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "किछु नहि"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "अगिला क्लिक तक"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "स्लाइडक अंत तक"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "दिशा"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ज़ूम"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "स्पोक"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "पहिल रंग"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "दोसर रंग"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "पहिल रंग"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "फ़ॉन्ट"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "पहिल रंग"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "टाइपफेस"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "रेखाक रंग"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "फ़ॉन्ट आकार"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "आकार"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "मात्रा"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "रंग"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(कोनो ध्वनि नहि)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(पछिला ध्वनि बन्न करू)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "आन ध्वनि..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नमूना"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिगर"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "किछु नहि"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "आइ"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress प्रस्तुतिक अंत खोजल अछि. की अहाँ शुरूमे जारी रखनाइ चाहैत छी?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress प्रस्तुतिक शुरूआत खोजल अछि. की अहाँ अंतमे जारी रखनाइ चाहैत छी?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress दस्तावेजक अंत खोजल अछि. की अहाँ शुरूमे जारी रखनाइ चाहैत छी?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress दस्तावेजक शुरूआत खोजल अछि. की अहाँ अंतमे जारी रखनाइ चाहैत छी?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "कमांड भरू"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "विषय सभकेँ मेटाबू"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "टिप्पणी नुकाबू"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "टिप्पणी संपादन"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "मीडिया प्लेबैक"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "सारणी"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME आधार"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "दस्तावेज"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "विषय"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "स्लाइडक पट्टी"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "पृष्ठक नाम (~P)"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "दिनांक आओर समय"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "नुकाएल पृष्ठ (~i)"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "रंग"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "आकार"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "सूचना पुस्तिका"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "सम्मिलित करू"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress प्रस्तुतिक अंत खोजल अछि. की अहाँ शुरूमे जारी रखनाइ चाहैत छी?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress प्रस्तुतिक शुरूआत खोजल अछि. की अहाँ अंतमे जारी रखनाइ चाहैत छी?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress दस्तावेजक अंत खोजल अछि. की अहाँ शुरूमे जारी रखनाइ चाहैत छी?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress दस्तावेजक शुरूआत खोजल अछि. की अहाँ अंतमे जारी रखनाइ चाहैत छी?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/mai/svtools/messages.po b/source/mai/svtools/messages.po
index 36984310b6a..c8f28e38929 100644
--- a/source/mai/svtools/messages.po
+++ b/source/mai/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/mai/sw/messages.po b/source/mai/sw/messages.po
index d3f18e4fb4c..d831d5c759a 100644
--- a/source/mai/sw/messages.po
+++ b/source/mai/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17478,233 +17478,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "अनुक्रमणिका प्रविष्टि जोड़ू"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "जोड़ू"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "नवीन प्रयोक्ता परिभाषित अनुक्रमणिका"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "प्रधान प्रविष्टि (~M)"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "मेल केस (~M)"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/mk/cui/messages.po b/source/mk/cui/messages.po
index e8deb2c2b99..d161ecbe430 100644
--- a/source/mk/cui/messages.po
+++ b/source/mk/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Macedonian <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/mk/>\n"
@@ -16978,76 +16978,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Нов документ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-документ"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Главен документ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Табеларна пресметка"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Презентација"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Цртеж"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Формула"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/mk/helpcontent2/source/text/scalc.po b/source/mk/helpcontent2/source/text/scalc.po
index c0214bae0aa..a4efe784756 100644
--- a/source/mk/helpcontent2/source/text/scalc.po
+++ b/source/mk/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-10 04:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">Избриши ќелии</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/mk/helpcontent2/source/text/scalc/00.po b/source/mk/helpcontent2/source/text/scalc/00.po
index a48206c8b48..f0d863cd4c2 100644
--- a/source/mk/helpcontent2/source/text/scalc/00.po
+++ b/source/mk/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Вметни колони"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/mk/helpcontent2/source/text/scalc/01.po b/source/mk/helpcontent2/source/text/scalc/01.po
index bbce23574fd..aa35a23e43c 100644
--- a/source/mk/helpcontent2/source/text/scalc/01.po
+++ b/source/mk/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:53+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Избриши лист"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Да"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Permanently deletes the active sheet."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Не"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Cancels the dialog. No delete is performed."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Преместување или копирање на лист"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Вметни лист"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ calculations</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Вметни лист"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Преименувај лист"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Покажи лист"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Покажи лист"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/mk/helpcontent2/source/text/scalc/guide.po b/source/mk/helpcontent2/source/text/scalc/guide.po
index 403570b82fb..3c783c16507 100644
--- a/source/mk/helpcontent2/source/text/scalc/guide.po
+++ b/source/mk/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigating Through Sheets Tabs"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheets Tabs</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"1.667cm\" height=\"0.37cm\"><alt id=\"alt_id3156441\">Icon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Applying Multiple Sheets"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value><bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>sheets; simultaneous multiple filling</bookmark_value><bookmark_value>appending sheets</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Inserting a Sheet"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/mk/helpcontent2/source/text/scalc/menu.po b/source/mk/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/mk/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/mk/helpcontent2/source/text/shared/00.po b/source/mk/helpcontent2/source/text/shared/00.po
index 366c2e2c460..e0b8b9767ff 100644
--- a/source/mk/helpcontent2/source/text/shared/00.po
+++ b/source/mk/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">За да пристапите до оваа наредба...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Мени Датотека"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Нов"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Отвори датотека"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "Зачувај"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Зачувај како"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Print Page Preview"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/mk/helpcontent2/source/text/shared/01.po b/source/mk/helpcontent2/source/text/shared/01.po
index 51fb9008873..4a2a953a188 100644
--- a/source/mk/helpcontent2/source/text/shared/01.po
+++ b/source/mk/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-11-18 18:36+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Macedonian <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/mk/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Функција</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43937,14 +43892,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43955,15 +43910,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<ahelp hid=\"HID_CONFIG_EVENT\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/mk/helpcontent2/source/text/swriter/00.po b/source/mk/helpcontent2/source/text/swriter/00.po
index 4f746a41127..1a7186b3326 100644
--- a/source/mk/helpcontent2/source/text/swriter/00.po
+++ b/source/mk/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Циркуларно писмо"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/mk/helpcontent2/source/text/swriter/01.po b/source/mk/helpcontent2/source/text/swriter/01.po
index e39a82f8a06..0f848216764 100644
--- a/source/mk/helpcontent2/source/text/swriter/01.po
+++ b/source/mk/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS and LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/mk/officecfg/registry/data/org/openoffice/Office.po b/source/mk/officecfg/registry/data/org/openoffice/Office.po
index b3eb91507a4..4bd0ef2082a 100644
--- a/source/mk/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/mk/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12512,85 +12512,85 @@ msgctxt ""
msgid "Notes"
msgstr "Белешки"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Текстуални документи"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Табеларни пресметки"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Презентации"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Цртежи"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Веб-страници"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Главни документи"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Формули"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Бази на податоци"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po
index 7e5675e74b4..b9f639ace5d 100644
--- a/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/mk/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2019-12-24 17:04+0000\n"
"Last-Translator: Сашко Тодоров <sasetodorov@gmail.com>\n"
"Language-Team: Macedonian <https://weblate.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/mk/>\n"
@@ -2260,6 +2260,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Избриши редови"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9677,14 +9687,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11002,6 +11012,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Вметни к~олони"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26954,36 +26974,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32339,15 +32329,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Број на ~страница"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33533,6 +33543,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Избриши редови"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Редови"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/mk/sc/messages.po b/source/mk/sc/messages.po
index 24a5d770de7..1ee89a3a5f1 100644
--- a/source/mk/sc/messages.po
+++ b/source/mk/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33242,39 +33242,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Изберете колона во прозорецот за преглед и изберете го типот на податоци кој ќе се примени на внесените податоци."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Те~кст во колони..."
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Полиња"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Ги поставува опциите за внесување на ограничени податоци."
diff --git a/source/mk/sd/messages.po b/source/mk/sd/messages.po
index cae925049b5..4a053134a8e 100644
--- a/source/mk/sd/messages.po
+++ b/source/mk/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1231,250 +1231,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Вметни текст"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Мудро"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Лево"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Десно"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Горе"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Долу"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Горе лево?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Долу лево?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Горе десно?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Долу десно?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Хоризонтално"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Вертикално"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Сите?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Ова дејство не може да се изврши во режимот „во живо“."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Назад"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Продолжи"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Краток преглед"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Толеранција за боја"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Преод со нијансирање"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Прошири слајд"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Слајд за содржина"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Во моментов нема достапен SANE-извор."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Во моментов нема достапен TWAIN-извор."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Фиксно"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Променливо"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Стандардно"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Стандардно (кратко)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Стандардно (долго)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Име на датотеката"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Име на патека/датотека"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Патека"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Име на датотека без наставка"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Ново сопствено слајд-шоу"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Копирај "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Разгрупирам метадатотеки..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Не беше можно да се одгрупираат сите графички објекти."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1484,157 +1514,157 @@ msgstr ""
"Дали сакате да го замените?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Текст"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Хиперврска"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Посетена врска"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Активна врска"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Белешки"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Содржина"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Кликнете тука за почеток"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Автор"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Домашна страница"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Натамошни информации"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Симнување презентација"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "За жал, Вашиот прелистувач не поддржува лебдечки рамки."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Прва страница"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Последна страница"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Текст"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Слика"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Со содржина"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Без содржина"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "На дадена страница"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Конвертирај битмапа во полигон"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Кликнете за да излезете од презентацијата..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Пауза..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Примени омилено 3Д"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1645,805 +1675,811 @@ msgstr ""
"не е валидна звучна датотека!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Конвертирај во метадатотека"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Конвертирај во битмапа"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Не можам да ја креирам датотеката $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Не можам да ја отворам датотеката $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Датотеката $(URL1) не може да се ископира во $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Преименување слајд"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Име"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Простор за наслов на автом. изгледи"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Простор за објект на автом. изгледи"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Простор за подножје"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Простор за заглавие"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Простор за датум"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Простор за број на слајд"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Простор за број на страница"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<заглавие>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<подножје>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<датум/време>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<број>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Простор за белешки"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Конверзија Хангулски/Ханџа"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Слајдови"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Страници"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Нема достапен преглед"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Подготвувам преглед"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Распореди"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Опции за презентација"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Стилови на ќелија"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Облик %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Содржина"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Вметнување табела"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Вметни графикон"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Вметни страница"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Локалната одредишна папка „%FILENAME“ не е празна. Некои датотеки може да бидат пребришани. Дали сакате да продолжите?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Подлога"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Објекти на подлогата"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Распоред"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Контроли"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Линии за димензија"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Страница"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Страница"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Слајд"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Оригинали"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Белешки)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Извадоци"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Кликнете за да го измените форматот на текстот на насловот"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Кликнете за да ја измените контурата на текстот"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Второ ниво на главни црти"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Трето ниво на главни црти"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Четврто ниво на главни црти"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Петто ниво на главни црти"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Шесто ниво на главни црти"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Седмо ниво на главни црти"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Кликнете за да го преместите слајдот"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Кликнете за да го уредите форматот на белешките"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Стандардно"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Наслов"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Премести слајдови"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Објект без исполнување"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Текст"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Наслов"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Поднаслов"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Контура"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Објекти на подлогата"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Подлога"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Белешки"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Внесување од PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Зачувување документ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2451,675 +2487,675 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Преглед на цртежот"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Преглед на цртежот"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Преглед на главни црти"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Преглед на слајдови"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Тука ги подредувате слајдовите."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Преглед на белешки"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Преглед на извадоци"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Презентација"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Презентација"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Презентација"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Извадоци"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Режим за презентирање"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Презентација"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-презентација"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Наслов"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Главни црти"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Поднаслов"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Страница"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Белешки"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Извадоци"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Подножје"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Заглавие"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Датум"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Број"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (Само за читање)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "Нема"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "До следниот клик"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Додека да заврши слајдот"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Насока"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Зумирање"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Спици"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Прва колона"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Втора боја"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Прва колона"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стил:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Фонт"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Прва колона"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Стил:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Изглед на фонт"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Боја на линијата"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Големина на фонтот"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Големина"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Износ"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Боја"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Без звук)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Запри го претходниот звук)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Друг звук..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Пример"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Активирање"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Нема"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Денес"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress пребара до крајот на презентацијата. Дали сакате да го продолжите пребарувањето од почеток?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress пребара до почетокот на презентацијата. Дали сакате да го продолжите пребарувањето од крајот?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw пребара до крајот на документот. Дали сакате да го продолжите пребарувањето од почеток?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw пребара од почетокот на документот. Дали сакате да го продолжите пребарувањето од крајот?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Вметни белешка"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Избриши белешка"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Скриј белешка"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Уреди белешка"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Пуштање мултимедија"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Табела"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Base"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Документ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Содржина"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Панел со слајдови"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Име на стра~ницата"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Датум и време"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "С~криени страници"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Боја"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Големина"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Брошури"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Вклучи"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress пребара до крајот на презентацијата. Дали сакате да го продолжите пребарувањето од почеток?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress пребара до почетокот на презентацијата. Дали сакате да го продолжите пребарувањето од крајот?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw пребара до крајот на документот. Дали сакате да го продолжите пребарувањето од почеток?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw пребара од почетокот на документот. Дали сакате да го продолжите пребарувањето од крајот?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/mk/svtools/messages.po b/source/mk/svtools/messages.po
index 1ee98f3d5b2..4ce5f9401a6 100644
--- a/source/mk/svtools/messages.po
+++ b/source/mk/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/mk/sw/messages.po b/source/mk/sw/messages.po
index 81e5a75b8ef..039e57c473f 100644
--- a/source/mk/sw/messages.po
+++ b/source/mk/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17445,234 +17445,240 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Вметни елемент на индекс"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Го брише избраниот текс на индексот. Текстот кој е венсен во индексто не се брише кај документот."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
#, fuzzy
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Вметни"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Нов кориснички дефиниран индекс"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~Главен елемент"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Само ~цели зборови"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Совпаѓање на ~големина на знаци"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/ml/cui/messages.po b/source/ml/cui/messages.po
index 06d18200776..4459f97f548 100644
--- a/source/ml/cui/messages.po
+++ b/source/ml/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16775,75 +16775,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "എപ്പോഴും _ഇങ്ങനെ സൂക്ഷിയ്ക്കുക:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "ടെക്സ്റ്റ് ഡോക്കുമെന്റ്്"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML ഡോക്കുമെന്റ് "
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "പ്രധാപ്പെട്ട ഡോക്കുമെന്റ് "
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "സ്പ്രെഡ്ഷീറ്റ്"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "അവതരണം"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ചിത്രരചന"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ഫോര്‍മുലാ"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "രേ_ഖയുടെ രീതി:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "സംസ്ഥാപിത ഫയല് രൂപരേഖ!"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ml/officecfg/registry/data/org/openoffice/Office.po b/source/ml/officecfg/registry/data/org/openoffice/Office.po
index 4e2b5509089..ca00961af29 100644
--- a/source/ml/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ml/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
@@ -12509,86 +12509,85 @@ msgctxt ""
msgid "Notes"
msgstr "കുറിപ്പുകള്‍"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "ടെക്സ്റ്റ് ഡോക്കുമെന്റുകള്‍"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "സ്പെഡ്ഷീറ്റ്"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "അവതരണങ്ങള്"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ചിത്രം"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "വെബ് പേജുകള്"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "മുഖ്യ ഡോക്കുമെന്റുകള്"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "सूत्र"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ഡേറ്റാബേസ് ഡോക്കുമെന്റുകള്"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po
index 05bd43e5887..d6e6aa633bf 100644
--- a/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ml/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2254,6 +2254,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "നിരകള് നീക്കം ചെയ്യുക"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9663,14 +9673,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10989,6 +10999,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "സ്തംഭങ്ങള് ചേര്ക്കുക"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26944,36 +26964,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32304,15 +32294,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "പേജ് നന്പര്"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33499,6 +33509,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "നിരകള് നീക്കം ചെയ്യുക"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "നിരകള്"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/ml/sc/messages.po b/source/ml/sc/messages.po
index c7a426325e7..12184e3b03f 100644
--- a/source/ml/sc/messages.po
+++ b/source/ml/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33233,40 +33233,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "മറ്റു് ഐച്ഛികങ്ങള്‍"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "നിരയുടെ _തരം"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Text to Columns"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ഫീള്‍ഡുകള്‍"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/ml/sd/messages.po b/source/ml/sd/messages.po
index d78918e6ca3..48a7155d729 100644
--- a/source/ml/sd/messages.po
+++ b/source/ml/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1231,249 +1231,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "ടെക്സ്റ്റ് ചേര്ക്കുക"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "ചുറുചുറുക്കുള്ള"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ഇടത്ത്"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "വലത്ത്"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "മുകളില്"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "താഴെ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "മുകളില് ഇടത്തുവശത്ത്"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "താഴെ ഇടത്തുവശത്ത്"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "മുകളില് വലത്തുവശത്ത?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "താഴെ വലത്തുവശത്ത്?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "കുറുകെ"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "കുത്തനെ"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "എല്ലാം?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "തല്സമയ രീതിയില് ഈ പ്രവൃത്തി ചെയ്യാനാവില്ല."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "പിന്നോട്ട്"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "തുടരുക"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "അവലോകനം"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "പകരത്തിനുള്ള നിറം"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ക്രോസ്-ഫെഡിംഗ്"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "സ്ലൈഡ് വികസിപ്പിക്കുക"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "പട്ടികയുടെ ഉള്ളടക്കം സൃഷ്ടിക്കുക"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ഈ അവസരത്തില് SANE ഉറവിടം ലഭ്യമല്ല."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ഇപ്പോള്,TWAIN ഉറവിടം ഒന്നും ലഭ്യമല്ല."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "സ്ഥിരം"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "പരിവര്ത്തനം"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "നിലവാരം"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "നിലവാരം (ചെറിയ)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "നിലവാരം (വലിയ)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ഫയല് നാമം"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "മാര്ഗ്ഗം/ഫയല് നാമം"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "മാര്ഗ്ഗം"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ഫയല് നാമം കൂട്ടിചേര്ക്കല് ഇല്ലാതെ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "പുതിയ കസ്റ്റം സ്ലൈഡ് പ്രദര്ശനം"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "പകര്പ്പ്"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "വിഭാഗം ചെയ്യാത്ത മെറ്റാഫയല്"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "എല്ലാ ചിത്രരചനാ വസ്തുക്കളും ഗ്രൂപ്പില്ലാതാക്കാന് കഴിയില്ല."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1483,157 +1513,157 @@ msgstr ""
"താങ്കളക്ക് മാറ്റി സ്ഥാപിക്കണോ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "ടെക്സ്റ്റ്"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ഹൈപ്പര് ലിങ്ക്"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "സന്ദര്ശിച്ച കണ്ണി"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "പ്രവര്ത്തനസജ്ജമായ കണ്ണി"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "കുറിപ്പുകള്"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "ഉള്ളടക്കത്തിന്റെ പട്ടിക"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr " ഇവിടെ നിന്നും ആരംഭിക്കുക"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "ലേഖകന്"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "മുഖ്യ പേജ്"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "അധിക വിവരം"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "ഡൌണ്്ലോഡ്"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "താങ്കളുടെ ബ്രൌസര് ഫ്‍ലോട്ടിംഗ് ഫയിലിനെ പിന്താങ്ങുന്നില്ല."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ഒന്നാം പേജ്"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "അവസാന പേജ്"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "ടെക്സ്റ്റ്"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ചിത്രം"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "വിഷയങ്ങള് സഹിതം"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "വിഷയമില്ലാതെ"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "തന്നിരിക്കുന്ന പേജിലേക്ക്"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "ബിറ്റ്മാപ് ബഹുഭുജമാക്കുക"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "അവതരണത്തില് നിന്നും പുറത്തു കടക്കാന് ക്ലിക്ക് ചെയ്യുക"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "തല്ക്കാലവിരാമം"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "ഇഷ്ടമുള്ള 3D പ്രാബല്യത്തിലാക്കുക"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1644,802 +1674,808 @@ msgstr ""
" ശരിയായ ശബ്ദ ഫയലല്ല ."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "മെറ്റാ ഫയലാക്കുക"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ബിറ്റ്മാപാക്കുക"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr " ഫയല്$(URL1) സൃഷ്ടിക്കാന് കഴിയില്ല"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "ഫയല് $(URL1) തുറക്കാന് കഴിയുന്നില്ല"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "ഫയല് $(URL1)നിന്നും $(URL2) ലേക്ക് പകര്പ്പെടുക്കാനാവില്ല"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "സ്ലൈഡിന‍് പുനഃനാമകരണം ചെയ്യുക"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr " നാമം"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "സ്വയമേയുള്ള പ്ലാനുകളുടെ ശീര്ഷക വിസ്തീര്ണ്ണം"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "സ്വയമേയുള്ള പ്ലാനുകളുടെ വസ്തു വിസ്തീര്ണ്ണം"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ഫൂട്ടര് വിസ്തീര്ണ്ണം"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ഹെഡ്ഡര് വിസ്തീര്ണ്ണം"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ഡേറ്റാ വിസ്തീര്ണ്ണം"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "സ്ലൈഡ് സംഖ്യയുടെ വിസ്തീര്ണ്ണം"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "പേജിന്റെ സംഖ്യയുടെ വിസ്തീര്ണ്ണം"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "ശീര്ഷകം"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "ഫൂട്ടര്"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "തീയതി / സമയം "
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "സംഖ്യ"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "കുറിപ്പുകളുടെ വിസ്തീര്ണ്ണം"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "ഹാന്ഗള് / ഹന്ജാ പരിഭാഷ"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "സ്ലൈഡുകള്"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "പേജുകള്"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "പൂര്‍വ്വ ദൃശ്യം ലഭ്യമല്ല"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "പൂര്‍വ്വ ദൃശ്യം തയ്യാറക്കുന്നു"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "പ്ലാനുകള്"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "അവതരണ ഐച്ഛികം"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "സെല്‍ ശൈലികള്‍"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ആകൃതി %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "അഭിപ്രായങ്ങള്‍"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "സ്ലൈഡ് ശൈലി വീണ്ടും സജ്ജമാക്കുക"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ഫയല് ചേര്ക്കുക"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ചാര്ട്ട് ഉള്പ്പെടുത്തുക"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "ചിത്രം ഇടുക"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "ഓഡിയോ അല്ലെങ്കില്‍ വീഡിയോ ചേര്‍ക്കുക"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "താളുകള്‍ വലിച്ചിടുക"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "സ്ലൈഡുകള്‍ വലിച്ചിടുക"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "ആല്‍ബത്തിലേക്കു് ദയവായി ചിത്രങ്ങള്‍ ചേര്‍ക്കുക."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "ടെക്സ്റ്റ് സ്ലൈഡ്"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "ലോക്കല് ലക്ഷ്യ ഡയറക്ട്രി '%FILENAME' കാലിയല്ല. ചില ഫയലുകളില് തിരുത്തി എഴുതി. താങ്കള്ക്ക് തുടരണോ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "പശ്ചാത്തലം"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "പശ്ചാത്തല വസ്തുക്കള്"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "ശൈലി"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "നിയന്ത്രണം"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "പരിമാണരേഖ"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "സ്ലൈഡ്"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "പേജ്"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "സ്ലൈഡ്"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "മുഖ്യ പേജുകള്"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "കുറിപ്പുകള്"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ഹാന്ഡൌട്ട്സ്"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "ശീര്ഷക ടെക്സ്റ്റ് രൂപരേഖ എഡിറ്റു ചെയ്യാന് ക്ലിക്ക് ചെയ്യുക"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "ബാഹ്യരേഖ ടെക്സ്റ്റ് രൂപരേഖ എഡിറ്റു ചെയ്യാന് ക്ലിക്ക് ചെയ്യുക"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "രണ്ടാമത്തെ ബാഹ്യരൂപരേഖാതലം"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "മൂന്നാമത്തെ ബാഹ്യരേഖാതലം"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "നാലാമത്തെ ബാഹ്യ രേഖാതലം"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "അഞ്ചാമത്തെ ബാഹ്യരേഖാതലം"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ആറാമത്തെ ബാഹ്യരേഖാതലം"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "ഏഴാമത്തെ ബാഹ്യരേഖ തലം"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "സ്ലൈഡ് നീക്കാന് ക്ലിക്ക് ചെയ്യുക"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "കുറിപ്പുകളുടെ രൂപരേഖ എഡിറ്റു ചെയ്യാന് ക്ലിക്ക് ചെയ്യുക"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "സംസ്ഥാപിതം"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ശീര്‍ഷകം"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "സ്ലൈഡുകള് നീക്കുക"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "നിറയ്ക്കാത്ത വസ്തു"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "നിറയ്ക്കാത്ത വരി ഇല്ലാത്ത വസ്തു"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "ടെക്സ്റ്റ് "
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ശീര്‍ഷകം"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ഉപശീര്ഷം"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ബാഹ്യ രേഖ"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "പശ്ചാത്തല വസ്തുക്കള്"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "പശ്ചാത്തലം"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "കുറിപ്പുകള്"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "പവര്പോയിന്റ് ഇറക്കുമതി"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "ഡോക്കുമെന്റ്് സംഭരിക്കുക"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,670 +2483,670 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "രചനയുടെ കാഴ്ച"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "രചനയുടെ കാഴ്ച"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ബാഹ്യരേഖ വീക്ഷണം"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "സ്ലൈഡുകള് ദൃശ്യമാക്കല്"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "ഇവിടെയാണ‌് താങ്കള് സ്ലൈഡുകള് സോര്ട്ട് ചെയ്തത്."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "കുറിപ്പ് വീക്ഷിക്കുക"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ഹാന്ഡൌട്ട് വീക്ഷണം"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "അവതരണം"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "അവതരണം"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "അവതരണം"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ഹാന്ഡൌട്ട്"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "അവതരണ രീതി "
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "അവതരണം"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME പ്രസന്റേഷന്‍"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ശീര്‍ഷകം"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ബാഹ്യ രേഖ"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ഉപശീര്ഷം"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "പേജ്"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "കുറിപ്പുകള്"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ഹാന്ഡൌട്ട്"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr " അടിക്കുറിപ്പ്"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "തലക്കെട്ട്"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "തീയതി"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "സംഖ്യ"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(റീഡ്-ഒണ്‍ലി)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ഒന്നുമില്ല"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "അടുത്ത സ്ലൈഡ് വരെ "
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "സ്ലൈഡിന്റെ അവസാനം വരെ"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ദിശ"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "വലിപ്പം മാറ്റുക"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "സ്പോക്സ്"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "ആദ്യ നിര"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "രണ്ടാമത്തെ നിറം"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ആദ്യ നിര"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "ശൈലി :"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ഫോണ്ഡ്"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ആദ്യ നിര"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "ശൈലി :"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "ടൈപ്പ്ഫേസ്"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "വരിയുടെ _നിറം:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ഫോണ്ട് പരിമാണം"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "പരിമാണം"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "തുക"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "നിറം"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "ശബ്ദമില്ല"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "നേരത്തെയുളള ശബ്ദം നിര്ത്തുക"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "മറ്റുള്ള ശബ്ദം "
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "മാതൃക"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ട്രിഗ്ഗര്"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ഒന്നുമില്ല"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ഇന്നു്,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ഇന്നലെ,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(രചയിതാവു് ലഭ്യമല്ല)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ഇംപ്രസ്സ് പ്രസന്റേഷന്റെ അവസാനം എത്തിയിരിയ്ക്കുന്നു. നിങ്ങള്‍ക്കു് ആരംഭത്തിലേക്കു് തുടരണമോ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ഇംപ്രസ്സ് പ്രസന്റേഷന്റെ തുടക്കത്തില്‍ എത്തിയിരിയ്ക്കുന്നു. നിങ്ങള്‍ക്കു് അവസാനത്തിലേക്കു് തുടരണമോ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ഡ്രോ പ്രസന്റേഷന്റെ അവസാനം എത്തിയിരിയ്ക്കുന്നു. നിങ്ങള്‍ക്കു് ആരംഭത്തിലേക്കു് തുടരണമോ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ഡ്രോ പ്രസന്റേഷന്റെ തുടക്കത്തില്‍ എത്തിയിരിയ്ക്കുന്നു. നിങ്ങള്‍ക്കു് അവസാനത്തിലേക്കു് തുടരണമോ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "അഭിപ്രായം ചേര്‍ക്കുക"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "അഭിപ്രായം വെട്ടി നീക്കുക"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "അഭിപ്രായം നീക്കുക"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "അഭിപ്രായം ചിട്ടപ്പെടുത്തുക"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1-ലേക്കു് മറുപടി നല്‍കുക"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "മീഡിയ പ്ലേബാക്ക്"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "പട്ടിക"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "ഡോക്കുമെന്റ് "
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "ഉള്ളടക്കം"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "സ്ലൈഡിന്റെ പേരു്"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "താളിന്റെ പേരു്"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "തീയതിയും സമയവും"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "അദൃശ്യമായ താളുകള്‍"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "നിറം"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "പരിമാണം"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ബ്രോഷര്‍"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "താളിന്റെ വശങ്ങള്‍"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ഉള്പ്പെടുത്തുക"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "പ്രിന്ററിനുള്ള മുന്‍ഗണനകളില്‍ നിന്നും പേപ്പര്‍ ട്രേ മാത്രം ~ഉപയോഗിയ്ക്കുക"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ml/svtools/messages.po b/source/ml/svtools/messages.po
index 1e6961a377c..9a764071dc6 100644
--- a/source/ml/svtools/messages.po
+++ b/source/ml/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -870,10 +870,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ml/sw/messages.po b/source/ml/sw/messages.po
index 08269c16a2d..72f353f4478 100644
--- a/source/ml/sw/messages.po
+++ b/source/ml/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17351,230 +17351,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "അനുക്രമണിക പ്രവേശനം ചേര്‍ക്കുക"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ഇടയ്ക്ക് ചേര്‍ക്കുക"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "പുതിയ ഉപഭോക്താവിനെ നിര്‍ണ്ണയിച്ച അനുക്രമണിക"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "മുഖ്യ എന്‍ട്രി"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "മുഴുവന്‍ വാക്കുകള്‍ മാത്രം"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "കേസ് താരതമ്യപ്പെടുത്തുക"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/mn/cui/messages.po b/source/mn/cui/messages.po
index 7673c59c3f7..fee84eaa97e 100644
--- a/source/mn/cui/messages.po
+++ b/source/mn/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: Bachka <ichinnorovb@gmail.com>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/mn/>\n"
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Үргэлж дараах байдлаар хадгалах:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Текст бичвэр"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML баримт"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Мастер баримт"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Хүснэгт"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Үзүүлэн"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Дүрслэл"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Томьёо"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Баримт бичгийн төрөл:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Файлын үндсэн хэлбэр ба ODF-ийн тохиргоо"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/mn/officecfg/registry/data/org/openoffice/Office.po b/source/mn/officecfg/registry/data/org/openoffice/Office.po
index 41c614f7f4e..825d7a401a4 100644
--- a/source/mn/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/mn/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: Bachka <ichinnorovb@gmail.com>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/mn/>\n"
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Тэмдэглэгээ"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Бичвэр баримтууд"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Хүснэгтүүд"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Үзүүлэнгүүд"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Зураглал"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Вэб хуудас"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Мастер баримтууд"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Томьёонууд"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Өгөгдлийн сан баримт"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po
index 8d89f5b1aa9..3f6085aaf78 100644
--- a/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/mn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: Bachka <ichinnorovb@gmail.com>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/mn/>\n"
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Өгөгдөл ~ Баталгаажуулалт ..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Мөрүүдийг устгах"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Слайдын мастерыг өөрчлөх ..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Мастер хуудас ..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Багана оруулах"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Хуудасны дугаар"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Багана ~ өмнө"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Мөрүүдийг устгах"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Мөрүүд"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Сонгосон мөрүүдийг устгана уу"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/mn/sc/messages.po b/source/mn/sc/messages.po
index 018b7d38f0d..bde669e9a0e 100644
--- a/source/mn/sc/messages.po
+++ b/source/mn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-25 15:38+0000\n"
"Last-Translator: Bachka <ichinnorovb@gmail.com>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/mn/>\n"
@@ -33157,39 +33157,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "~Бичвэрийг багана руу..."
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Талбарууд"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/mn/sd/messages.po b/source/mn/sd/messages.po
index e425afb6065..eaecb13373a 100644
--- a/source/mn/sd/messages.po
+++ b/source/mn/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2021-11-25 15:38+0000\n"
"Last-Translator: Bachka <ichinnorovb@gmail.com>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/mn/>\n"
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Бичвэр оруулах"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Мастер слайдыг ачаалах"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Ухаалаг"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Зүүн"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Баруун"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Дээд"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Доод "
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Зүүн дээд?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Зүүн доод?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Баруун дээд?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Баруун доод?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Хэвтээ"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Босоо"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Бүх?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Энэ үйлдэл жинхэнэ горимд ажиллах боломжгүй."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Буцах"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Үргэлжлүүлэх"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Тойм"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Нийлүүр"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Дам гандалт"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Слайд өргөтгөх"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Агуулгын хүснэгтийн хуудас"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Одоогоор SANE-эх алга."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Одоогоор TWAIN эх алга."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Хатуу"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Хувьсагч"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Стандарт"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Стандарт (богино)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Стандарт (урт)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Файлын нэр"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Зам/Файлын нэр"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Зам"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Файлын нэр өргөтгөлгүйгээр"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Шинэ хэрэглэгчийн дэлгэцийн үзүүлбэр"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Хуулах "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Үзүүлэнгийн формат (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Зургийн формат (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Метафайл(ууд)-ын бүлэглэл задлах..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Бүх зургийн объектуудын бүлэглэлийг задлах нь боломжгүй байсан."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION Танилцуулга"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION Зураг"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Дарж бичихийг хүсэж байна уу?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Бичвэр"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Цахим холбоос"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Зочилсон холбоос"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Идэвхтэй холбоос"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Тэмдэглэлүүд"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Агуулгын хүснэгт"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Эхлэхийн тулд энд дар"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Зохиогч"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Имэйл"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Вэб хуудас"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Нэмэлт мэдээлэл"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Үзүүлэнгийн татац"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Харамсалтай нь таны хөтөч гүйдэг блокыг дэмжээгүй байна."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Эхний хуудас"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Сүүлийн хуудас"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Бичвэр"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Зураг"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Агуулгатай"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Агуулгагүй"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Өгөгдсөн хуудас"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Битмапийг олон өнцөгт рүү хөрвүүлэх"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Үзүүлэнгээс гарахын тулд товшино уу..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Завсарлага..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D эрхэмлэл хэрэглэх"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Зургийн шүүлтүүр"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,803 +1661,809 @@ msgstr ""
"буруу аудио файл байна!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Мета файл руу хөрвүүлэх"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Битмап болгож хөрвүүлэх"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) гэсэн файлыг үүсгэж чадахгүй байна."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) файлыг нээж чадахгүй."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) файлыг $(URL2)-руу хуулж чадахгүй."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Слайдын мастерын нэр. Баруун товшилтоор жагсаалт, зүүн товшилт нь харилцах цонхыг харуулдаг."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Слайд сольж нэрлэх"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Хуудасны нэрийг өөрчлөх"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Давхардсан эсвэл хоосон нэр оруулахыг хориглоно"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Нэр"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Мастер слайдын нэрийг өөрчлөх"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Автомат загварын гарчгийн муж"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Автомат загварын объектын муж"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Хөлийн муж"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Толгойн муж"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Огноон муж"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Слайдын дугаарын муж"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Хуудасны дугаарын муж"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<толгой>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<хөл>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<огноо/цаг>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<дугаар>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<тоо>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<Слайдын-нэр>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<Хуудасны-нэр>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Тэмдэглэлийн муж"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Хангул/Ханжа хувиргалт"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Слайдууд"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Хуудаснууд"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Нягтлан харах боломжгүй"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Нягтлан харалтыг бэлдэж байна"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Загварууд"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Үзүүлэнгийн сонголт"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Нүдний загвар"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Дүрс %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Агуулга"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Хүснэгт оруулах"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Диаграмм оруулах"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Зураг оруулах"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Аудео эсвэл Видео оруулах"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Локал товлосон лавлах \"%FILENAME\" нь хоосон биш байна. Зарим файлууд даруулан бичигдэж магадгүй. Үргэлжлүүлэх үү?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Дэвсгэр"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Дэвсгэрийн объектүүд"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Загвар"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Удирдлагууд"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Хэмжээсийн шулуунууд"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Слайд"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Хуудас"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Слайд"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Мастер хуудаснууд"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Тэмдэглэл)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Тараах материалууд"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Гарчигийн бичвэрийн хэлбэржүүлэлтийг засах бол товш"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Бүдүүвчийн бичвэрийн хэлбэржүүлэлтийг засах бол товш"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Хоёрдугаар бүдүүвчийн төвшин"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Гуравдугаар бүдүүвчийн төвшин"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Дөрөвдүгээр бүдүүвчийн төвшин"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Тавдугаар бүдүүвчийн төвшин"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Зургаадугаар бүдүүвчийн төвшин"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Долоодугаар бүдүүвчийн төвшин"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Слайдыг зөөх бол товшино уу"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Тэмдэглэлийн хэлбэржүүлэлтийг засах бол товш"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Өгөгдмөл"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Гарчиг"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Слайдуудыг зөөх"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Дүүргэлтгүй объект"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Бичвэр"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Гарчиг"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Дэд гарчиг"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Бүдүүвч"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Дэвсгэрийн объектууд"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Дэвсгэр"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Тэмдэглэлүүд"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Поверпойнт импорт"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Баримт хадгалах"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2435,678 +2471,678 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Зурах Харагдац"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Зурах Харагдац"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Бүдүүвч Харагдац"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Слайд Харагдац"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Энэ таны тараах материалдаа зориулж бүтцээ шийдэх газар."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Тэмдэглэл Харагдац"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Тараах материалын харагдац"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Үзүүлэн"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Үзүүлэн"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Үзүүлэн"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Тараах материал"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Дэлгэцийн горим"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Үзүүлэн"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME Үзүүлэн"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Гарчиг"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Бүдүүвч"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Дэд гарчиг"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Хуудас"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Тэмдэглэлүүд"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Тараах материал"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Хөл"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Толгой"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Огноо"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Тоо"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(зөвхөн уншихад зориулсан)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "байхгүй"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Дараагийн товшилт хүртэл"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Слайдын төгсгөл хүртэл"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Чиглэл"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Масштаб"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Хигээс"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Эхний багана"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Хоёр дахь өнгө"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Эхний багана"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Загвар:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Фонт"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Эхний багана"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Загвар:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Хэвлэлийн дардас"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Шулууны өнгө"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Фонтын хэмжээ"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Хэмжээ"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Amount"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Өнгө"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Дуугүй)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Өмнөх дуу зогсоох)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Өөр дуу..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Жишээ"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Дарах товч"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "байхгүй"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Өнөөдөр"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress үзүүлэнгийн төгсгөл хүртэл хайлаа. Та эхлэлээс үргэлжлүүлэхийг хүсэж байна уу?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress үзүүлэнгийн эхлэл хүртэл хайлаа. Та төгсгөлөөс үргэлжлүүлэхийг хүсэж байна уу?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw баримтын төгсгөл хүртэл хайлаа. Та эхлэлээс үргэлжлүүлэхийг хүсэж байна уу?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw баримтын эхлэл хүртэл хайлаа. Та төгсгөлөөс үргэлжлүүлэхийг хүсэж байна уу?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Тэмдэглэл ~оруулах"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Тэмдэглэл устгах"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Тэмдэглэл далдлах"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Тэмдэглэл засах"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Медиа тоглуулах"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Хүснэгт"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Баримт"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Агуулга"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Слайдын муж"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Хуудасны нэр"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Өдөр ба цаг"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "~Далдлагдсан хуудаснууд"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Өнгө"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Хэмжээ"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Эмхэтгэл"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Идэвхжүүлэх"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress үзүүлэнгийн төгсгөл хүртэл хайлаа. Та эхлэлээс үргэлжлүүлэхийг хүсэж байна уу?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress үзүүлэнгийн эхлэл хүртэл хайлаа. Та төгсгөлөөс үргэлжлүүлэхийг хүсэж байна уу?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw баримтын төгсгөл хүртэл хайлаа. Та эхлэлээс үргэлжлүүлэхийг хүсэж байна уу?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw баримтын эхлэл хүртэл хайлаа. Та төгсгөлөөс үргэлжлүүлэхийг хүсэж байна уу?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/mn/svtools/messages.po b/source/mn/svtools/messages.po
index a4e29218f4c..741f8bf5370 100644
--- a/source/mn/svtools/messages.po
+++ b/source/mn/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2021-11-22 01:38+0000\n"
"Last-Translator: Bachka <ichinnorovb@gmail.com>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/mn/>\n"
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/mn/sw/messages.po b/source/mn/sw/messages.po
index 144077edf19..0a8ada84db0 100644
--- a/source/mn/sw/messages.po
+++ b/source/mn/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-31 17:17+0200\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Mongolian <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/mn/>\n"
"Language: mn\n"
@@ -16921,230 +16921,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Индекс бичлэг оруулах"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Сонгосон оруулгыг лавлахаас устгана. Баримт бичигт оруулах текст устгагдаагүй байна."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Оруулах"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "New User-defined Index"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Сонголтоос оруулгыг шинэчлэх"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Үндсэн оруулга"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Зөвхөн бүхэл үгс"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Том, жижиг үсгийг тэмдэглэ"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Дараагийн оруулга (ижил нэр)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Баримт бичигт ижил төрлийн, ижил нэртэй дараагийн индексийн оруулга руу шилжинэ."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Өмнөх оруулга (ижил нэртэй)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Баримт бичигт ижил төрлийн, ижил нэртэй өмнөх индексийн оруулга руу шилжинэ."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Өмнөх оруулга"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Баримт бичигт ижил төрлийн өмнөх индексийн оруулга руу шилжинэ."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Дараагийн оруулга"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Баримт бичигт ижил төрлийн индексийн дараагийн оруулга руу шилжинэ."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/mni/cui/messages.po b/source/mni/cui/messages.po
index 8e42c49451d..f7958a06926 100644
--- a/source/mni/cui/messages.po
+++ b/source/mni/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Manipuri <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/mni/>\n"
@@ -17071,74 +17071,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "তেক্স দোকুমেন্ত"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML দোকুমেন্ত"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "মাস্তর দোকুমেন্ত"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "স্প্রেদশীত"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "প্রজেন্তেসন"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "দ্রোযিং"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ফোর্মুলা"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/mni/officecfg/registry/data/org/openoffice/Office.po b/source/mni/officecfg/registry/data/org/openoffice/Office.po
index ca5c904f09e..d8219b149cd 100644
--- a/source/mni/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/mni/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12515,85 +12515,85 @@ msgctxt ""
msgid "Notes"
msgstr "খঙজিনগদবশিং"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "তেক্সত দোকুমেন্ত"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "স্প্ৰেদশীতশিং"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "অউত্পশিং"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "দ্রোয়িংস"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ৱেব পেজশিং"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "মরুওইবা দোকুমেন্ত"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "ফোর্মুলাশিং"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "দতাবেজ দোকুমেন্তশিং "
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po
index dc5a89a5de4..5d9c2ff34d7 100644
--- a/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/mni/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2260,6 +2260,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "পরিংশিং মুত্থত্পা"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9699,14 +9709,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11025,6 +11035,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "কলমশিং হাপচিনবা"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26987,36 +27007,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32364,15 +32354,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "নমাই মশিং"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33558,6 +33568,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "পরিংশিং মুত্থত্পা"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "পরেংশিং"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/mni/sc/messages.po b/source/mni/sc/messages.po
index f92c6227842..20ce069287d 100644
--- a/source/mni/sc/messages.po
+++ b/source/mni/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33369,38 +33369,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "ফিল্দশিং"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/mni/sd/messages.po b/source/mni/sd/messages.po
index 8c6be02f1a1..9a04ad4e1a5 100644
--- a/source/mni/sd/messages.po
+++ b/source/mni/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1232,250 +1232,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "তেক্স হাপচিনবা"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "মশা খিংবা"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ওই"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "য়েত"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "মথক"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "মখা"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "মথক্কী ওইথংবা?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "মখাগী ওইথংবা?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "মথক্কী য়েতথংবা?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "মখাগী য়েতথংবা?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "মফৈ ওইনা"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ময়ুং ওইনা"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "পুম্নমক?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "মসিগী থবকসি অহিংবা মওংদা তৌবা ঙমদ্রে."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "মতুং"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "মখা চত্থবা"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "অপুনবা মীতয়েং"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "মচু খাঙবা কনবা"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ক্রোস-ফেদ তৌবা"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "স্লাইদ চাওথোকপা"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "স্লাইদ হীরমশিংগী তেবল"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "মিকুপসিদা SANE হৌরকফম ফংদে."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "হৌজিক হৌজিক TWAIN হৌরকফম ফংদে."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "লেপ্লবা"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "খেন্নবা"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "স্তেন্দর্দ"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "স্তেন্দর্দ (অতেনবা)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "স্তেন্দর্দ (অশাংবা)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ফাইল মমিং"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "লম্বী/ফাইল মমিং"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "লম্বী"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "শন্দোকপা য়াওদবা ফাইল মমিং"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "অনৌবা কস্তম স্লাইদ উত্পা"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "শিবা"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "পুনশিন্দবা মেতাফাইল(শিং)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "অয়েকপা পোত্শক পুম্নমক পুনশিন্দবা ওইথোক্তে."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1485,157 +1515,157 @@ msgstr ""
"অদোম্না মসি শিন্দোকপা পাম্বিবরা?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "তেক্স"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "হাইপরলিংক"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "থুংলবা মরী"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "শিনবাংলিবা মরী"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "মরুওইবা ৱারোলশিং"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "হীরমশিংগী তেবল"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "হৌনবগীদমক মফম অসিদা ক্লিক তৌরো"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "অইবা"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "য়ুমগীলমায়"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "মখাতাবা ঈপাউ"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "মফোঙদোক দাউনলোদ তৌবা"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "লাইবক থীবদগী অদোমগী ব্রাউজরনা ফ্লোতিং ফ্রেমশিং তেংবাংদ্রে."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "অহানবা লমায়"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "অরোয়বা লমায়"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "তেক্স"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "মমি"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "হীরমশিংগা লোয়ননা"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "হীরমশিং য়াওদনা"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "অপীবা লমায়দা"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "বিতমেপ পোলিগোন্দা ওন্থোকপা"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "মফোঙদোক থোকখিনবা ক্লিক তৌবা..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "লেপ্পা..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D পামজবা শিজিনরো"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1646,806 +1676,812 @@ msgstr ""
" অসি চতনরিবা খোনজেলগী ফাইল অমা নত্তে!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "মেতা ফাইলদা ওন্থোকপা"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "বিতমেপতা ওন্থোকপা"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ফাইল শেমগত্পা ঙমদ্রে."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ফাইল হাংবা ঙমদ্রে."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) ফাইল অসি $(URL2) দা শিনবা ঙমদ্রে."
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "স্লাইদকী মমিং ওনবা"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "মিং"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "ওতোলেআউতকী মিংথোলগী মফম"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "ওতোলেআউতকী পোত্শক্কী মফম"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "ফুতর মফম"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "হেদর মফম"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "তাং মফম"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "স্লাইদ মশিংগী মফম"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "লমায় মশিংগী মফম"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<হেদর>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ফুতর>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<তাং/মতম>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<মশিং>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<মশিং>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "মরুওইবা ৱারোলগী মফম"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "হানগুল্/হানজা ওন্থোকপা"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "স্লাইদশিং"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "লমায়শিং"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "অহানবা মীতয়েং ফংদ্রে"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "অহানবা মীতয়েং শেম-শারি"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "শকওংশিং"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "অউত্পগী অপাম্বশিং"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "কাখলগী মওংশিং"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "মওং-মতৌ %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "হীরম"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "স্লাইদকী শকওং রিসেত তৌরো"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "তেবল হাপচিল্লু"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "চার্ত হাপচিনবা"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "লমাই হাপচিনবা"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "মথংগী স্লাইদ"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "লোকেল পান্দম ওইবা দাইরেক্তোরি '%FILENAME' অসি অহাংবা নত্তে. ফাইল খরদি মথক্তা হন্না ইশিল্লম্বা য়াই. অদোম মখা চত্থবা পাম্বিবরা?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "হৌরকফম"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "হৌরকফমগী পোত্শকশিং"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "উত্পা"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "কন্ত্রোলশিং"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "মাইকৈ তাকপা পরিংশিং"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "স্লাইদ"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "লমাই"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "স্লাইদ"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "মাস্তর ওইবা লামায"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(খংজিনগদবশিং)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "হেন্দআউতস"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "মিংথোলগী তেক্সত ফোর্মেত সেমদোক-শাদোক তৌলবগীদমক ক্লিক তৌ"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "মপান্থোংগী ওইবা শক্তম তেক্সত ফোর্মেত শেমদোক-শাদোক তৌনবগীদমক ক্লিক তৌ"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "অনীশুবা মপান্থোংগী ওইবা শক্তমগী থাক"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "অহুমশুবা মপান্থোংগী ওইবা শক্তমগী থাক"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "মরীশুবা মপান্থোংগী ওইবা শক্তমগী থাক"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "মঙাশুবা মপান্থোংগী ওইবা শক্তমগী থাক"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "তরুকশুবা মপান্থোংগী ওইবা শক্তমগী থাক"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "তরেতশুবা মপান্থোংগী ওইবা শক্তমগী থাক"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "শ্লাইদ মফম হোংনবগীদমক ক্লিক তৌ"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "খঙজিনগদবশিং ফোর্মেত শেমদোক-শাদোক তৌনবগীদমক ক্লিক তৌ"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "দিফোল্ত "
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "মিংথোল"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "স্লাইদশিংগী মফম হোংবা"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "খনহন্দবা পোত্শক"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "তেক্সত"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "মিংথোল"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "সবতাইতল(মথংগী মমিং)"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "মপান্থোংগী ওইবা শক্তম"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "হৌরকফমগী পোত্শকশিং"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "হৌরকফম"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "খংজিনগদবশিং"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "পাৱার পোইন্ত পুশিল্লকপা"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "দোকুমেন্ত সেভ তৌবা"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2453,682 +2489,682 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "দ্রোয়িং শক্তম"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "দ্রোয়িং শক্তম"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "মপান্থোংগী ওইবা শক্তম"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "স্লাইদশিংগী শক্তম"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "মসিনি অদোম্না স্লাইদশিং মথং-মনাও শেম্বা."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "খংজিনগদবশিংগী শক্তম"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "হেন্দআউত শক্তম"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "মফোঙদোক"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "মফোঙদোক"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "মফোঙদোক"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "চেয়েন"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "অউত্পগী মোদ"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "মফোঙদোক"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME মফোঙদোক"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "মিংথোল"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "আউতলাইন"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "সবতাইতল(মথংগী মমিং)"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "লমাই"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "মরুওইবা ৱারোলশিং"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "চেয়েন"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "ফুতর"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "হেদর"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "তাং (~b)"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "মশিং"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(পানবখক)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "অমত্তা নত্তবা"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "মথংগী ক্লিক তৌদ্রিফাওবা"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "স্লাইদ লোয়দ্রিফাওবা"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "মাইকৈ"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "জুম"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "স্পোকশিং"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "অহানবা মচু"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "অনীশুবা মচু"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "অহানবা মচু"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "মওং:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "ফোন্ত"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "অহানবা মচু"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "মওং:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "তাইপফেস"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "পরিংগী মচু"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "ময়েক্কী অচৌ-অপিক"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "অচৌ-অপিক"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "চাং"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "মচু"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(খোনজেল নত্তবা)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(মমাংগী খোনজেল লেপহনবা)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "অতোপ্পা খোনজেল..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "নোমুনা"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ত্রিগর"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "শিজিন্নরিবগী লম্বীশিং"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "চৎপগী লম্বীশিং"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "অমত্তা নত্তবা"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ঙসি"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "ঙরাং"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ওথর যাওদে)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "অউত্পগী লোয়বা ফাওবা %PRODUCTNAME ইম্প্ৰেসনা থিরে. অদোম্না অহৌবদা মখা চত্থবা পাম্বিবরা ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "অউত্পগী অহৌবদা %PRODUCTNAME ইম্প্ৰেসনা থীরে. অদোম্না অরোয়বদা মখা চত্থবা পাম্বিবরা?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "দোকুমেন্তকী অরোয়বদা %PRODUCTNAME দ্রোনা থিরে. অদোম্না অহৌবদা মখা চত্থবা পাম্বিবরা?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "দোকুমেন্তকী অহৌবদা %PRODUCTNAME দ্রোনা থিরে. অদোম্না অরোয়বদা মখা চত্থবা পাম্বিবরা?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "থৌদাৱা হাপচিনবা"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "হীরম মুত্থতলো"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "মরুওইবা ৱারোল লোত্পা"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "মরুওইবা ৱারোল শেমদোকপা"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
#, fuzzy
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "$1 দা পাউখুম পীবা"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "মেদিয়া প্লেবেক"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "তেবল"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME API"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "দোকুমেন্ত"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "হীরম"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "স্লাইদ পেন"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~লমায় মমিং"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "তাং অমসুং মতম"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "অরোত্পা লমায়শিং"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "মচু"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "অচৌ-অপিক"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "হকথেংনবা মেইল"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "লামাযগী সাইদশিং"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "য়াওবা"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "অউত্পগী লোয়বা ফাওবা %PRODUCTNAME ইম্প্ৰেসনা থিরে. অদোম্না অহৌবদা মখা চত্থবা পাম্বিবরা ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "অউত্পগী অহৌবদা %PRODUCTNAME ইম্প্ৰেসনা থীরে. অদোম্না অরোয়বদা মখা চত্থবা পাম্বিবরা?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "দোকুমেন্তকী অরোয়বদা %PRODUCTNAME দ্রোনা থিরে. অদোম্না অহৌবদা মখা চত্থবা পাম্বিবরা?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "দোকুমেন্তকী অহৌবদা %PRODUCTNAME দ্রোনা থিরে. অদোম্না অরোয়বদা মখা চত্থবা পাম্বিবরা?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/mni/svtools/messages.po b/source/mni/svtools/messages.po
index bcae9d958d1..54f4e6200d8 100644
--- a/source/mni/svtools/messages.po
+++ b/source/mni/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -866,10 +866,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/mni/sw/messages.po b/source/mni/sw/messages.po
index b7f95e6450a..76fa720f8b8 100644
--- a/source/mni/sw/messages.po
+++ b/source/mni/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17481,232 +17481,238 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "ইন্দেক্স ইশিনবা হাপচিল্লু"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "হাপচিনবা"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "অনৌবা শিজিন্নরিবনা শক্তাক্লবা ইন্দেক্স"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "~মরুওইবা ইশিনবা"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "~কেস চান্নবা"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/mr/cui/messages.po b/source/mr/cui/messages.po
index 6b9d8a42659..0004fb5e4e3 100644
--- a/source/mr/cui/messages.po
+++ b/source/mr/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16948,75 +16948,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "नेहमी असे साठवा (_v):"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "मजकूरदस्तऐवज"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML दस्तऐवज"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "प्रमुख दस्तऐवज"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रेडशीट्"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "सादरीकरण"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "रेखाचित्र"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "सूत्र"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "दस्तऐवज प्रकार (_o):"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "मूळस्थितीचे धारिका स्वरूपण आणि ODF नियंत्रणे"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/mr/officecfg/registry/data/org/openoffice/Office.po b/source/mr/officecfg/registry/data/org/openoffice/Office.po
index f5b972477a5..38b9d88264f 100644
--- a/source/mr/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/mr/officecfg/registry/data/org/openoffice/Office.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: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Marathi <kde-i18n-doc@kde.org>\n"
@@ -12510,85 +12510,85 @@ msgctxt ""
msgid "Notes"
msgstr "टिपा"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "मजकूर दस्तऐवज"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "प्रारुप"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "सादरीकरण"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "चित्रकला"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वेब पाने"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "मुख्य दस्तऐवज"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "सूत्रे"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "माहितीकोशाची दस्तऐवजे"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po b/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po
index 4c20481fa0d..4a77147b1dd 100644
--- a/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/mr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Marathi <kde-i18n-doc@kde.org>\n"
@@ -2257,6 +2257,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ओळी नष्ट करा"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9673,14 +9683,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10999,6 +11009,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तंभ अंतर्भूत करा (~l)"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26960,36 +26980,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32319,15 +32309,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "पृष्ठ क्रमांक (~P)"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33513,6 +33523,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "ओळी नष्ट करा"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "ओळी (~R)"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/mr/sc/messages.po b/source/mr/sc/messages.po
index 158d0cf6370..8086ca186fe 100644
--- a/source/mr/sc/messages.po
+++ b/source/mr/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33116,40 +33116,52 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
#, fuzzy
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "इतर पर्याय"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "स्तंभ प्रकार (_y)"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "स्तंभातील मजकूर"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "क्षेत्र"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/mr/sd/messages.po b/source/mr/sd/messages.po
index 1cd1df396fd..2951bcf6d3a 100644
--- a/source/mr/sd/messages.po
+++ b/source/mr/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1235,249 +1235,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "पाठ्य अंतर्भूत करा"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "चांगले"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "डावा"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "उजवा"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "वर"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "तळ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "वरचा डावा?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "खाली डावा?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "वरचा उजवा?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "खाली उजवा?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "आडव्या स्वरूपात"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "उभेरित्या"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "सर्व?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ही कृती चालू अवस्थेत चालू करता येत नाही."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "मागे"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "चालू ठेवा"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "सर्वसाधारण वर्णन"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "रंग बदलकर्ता"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "क्रॉस-फ़ेड करणे"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "स्लाइड विस्तृत करा"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "स्लाइड विषयाचे कोष्टक"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "सध्या कोणतेही SANE स्त्रोत उपलब्ध नाही."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "सध्या कोणतेही TWAIN स्त्रोत उपल्बध नाही."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "स्थिर"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "अचल"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "ठराविक"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "ठराविक (छोटा)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "ठराविक (लांब)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "धारिकेचे नाव"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "मार्ग/फाइल नाव"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "मार्ग"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "एक्सटेन्शनशिवाय धारिकेचे नाव"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "नवीन स्वपसंत स्लाइड प्रदर्शन"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "प्रत करा "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मेटाफाइलचे गट करू नका..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "सर्व रेखाचित्र वस्तूंचे गट करणे शक्य नव्हते."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1487,157 +1517,157 @@ msgstr ""
"आपणास ती बदलायची आहे का?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "पाठ्य"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हाइपरलिंक"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "भेट दिलेले दुवा"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "सक्रिय दुवा"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "टिपां"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "विषयांचे कोष्टक"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "सुरु करण्यासाठी इथे क्लिक करा"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "लेखक"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "होमपान"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "अधिक माहिती"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "सादरीकरणास उतरवून घ्या"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "दुर्दैवाने आपले ब्राऊजर अस्थायी चौकटींना आधार देत नाहीत."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "पहिले पान"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "अंतिम पान"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "पाठ्य"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "प्रतिमा"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "विषयांसह"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "विषय रहित"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "दिलेल्या पानात"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Bitमॅपला बहुकोनात रूपांतरित करा"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "सादरीकरणातून बाहेर पडण्यासाठी क्लिक करा..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "थांबवा..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "पसंतीचे 3D लागू करा"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1648,803 +1678,809 @@ msgstr ""
"ही वैध ध्वनी फाइल नाही!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मेटाधारिकेत रूपांतरित करा"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Bitमॅपमध्ये रूपांतरित करा"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) फाइल तयार करू शकत नाही."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) फाइल उघडू शकले नाहीत."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL1) फाइल $(URL2) मध्ये प्रत करता येत नाही"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "स्लाइडला पुन्हनामांकन करा"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "नाव"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "स्वंयचलित मांडणीसाठी शीर्षक क्षेत्र"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "स्वंयचलित मांडणीसाठी वस्तू क्षेत्र"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "पायथासमास पाठ्याचे क्षेत्र"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "माथासमास पाठ्याचे क्षेत्र"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "दिनांक क्षेत्र"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "स्लाइड क्रमांक क्षेत्र"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "पान क्रमांक क्षेत्र"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "टीपा क्षेत्र"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हान्गूल/हंजा रूपांतरण"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "स्लाइड्स"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "पाने"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "पूर्वदृष्य उपलब्ध नाही"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "पूर्वदृष्याची तयारी करत आहे"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "मांडणी"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "प्रस्तुतीकरणाचे पर्याय"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "कप्पा शैलीं"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "आकार %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "टिपण्णी"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "स्लाइड मांडणी मूळस्थितीत आणा"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "तक्ता अंतर्भूत करा"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "कोष्टक अंतर्भूत करा"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "पृष्ठ अंतर्भूत करा"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "पाने ओढा व ठेवा"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "स्लाइडस् ओढा व ठेवा"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "कृपया प्रतिमामध्ये अल्बम समाविष्ट करा."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "मजकूर स्लाइड"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "स्थानिक लक्ष्य डिरेक्टरी '%FILENAME' रिक्त नाही. काही फाइलंवर दुसरया फाइल घालू शकता. आपणास चालू ठेवायचे आहे का?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "पार्श्वभूमी"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "वस्तूची पार्श्वभूमी"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "मांडणी"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "नियंत्रणे"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "परिमाण रेषा"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "स्लाइड"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "पान"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "स्लाइड"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "मुख्य पाने"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(टीपा)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "हस्तपत्रिका"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "शीर्षक मजकूराचे स्वरूपण संपादन करण्यासाठी क्लिक करा"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "बाह्यरेखा मजकूर स्वरूपण संपादन करण्यासाठी क्लिक करा"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "दूसरा बाह्यरेखा स्तर"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "तिसरा बाह्यरेखा स्तर"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "चौथा बाह्यरेखा स्तर"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "पाचवा बाह्यरेखा स्तर"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "सहावा बाह्यरेखा स्तर"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "सातवा बाह्यरेखा स्तर"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "स्लाइड हलविण्यासाठी क्लिक करा"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "टीपा स्वरूपण संपादन करण्यासाठी क्लिक करा"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "पूर्वनिर्धारीत"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "शीर्षक"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "स्लाइड्स् हलवा"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "न भरलेली वस्तू"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "भराव नाही व ओळ नाहीसह ऑब्जेक्ट"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "मजकूर"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "शीर्षक"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "बाह्यरेखा"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "वस्तूची पार्श्वभूमी"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "पार्श्वभूमी"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "टीपा"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पॉवरपॉईंट आयात"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "दस्तऐवज साठवा"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2452,675 +2488,675 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "रेखाचित्रे दृश्य"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "रेखाचित्रे दृश्य"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "बाह्यरेषा दृश्य"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "स्लाइड्स दृश्य"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "इकडे आपण स्लाइड्सना वर्गीकृत करू शकता."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "टीप दृश्य"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "हस्तपत्रिका दृश्य"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "सादरीकरण"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "सादरीकरण"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "सादरीकरण"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "हस्तपत्रिका"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "सादरीकरण मोड"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "सादरीकरण"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME सादरीकरण"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "शीर्षक"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "बाह्य रूपरेषा"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "उपशीर्षक"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "पान"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "टिपां"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "हस्तपत्रिका"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "चरण (_F)"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "शीर्षक"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "दिनांक (_a)"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "संख्या"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(फक्त-वाचनीय)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "काहीही नाही"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "पुढील क्लिक पर्यंत"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "स्लाइडच्या शेवटापर्यंत"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "दिशा (_D):"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "मोठे करा"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "आरी"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "पहिले स्तंभ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "दुसरा रंग"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "पहिले स्तंभ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "फाँट"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "पहिले स्तंभ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "टाइपफेस"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "रेषेचा रंग"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "फाँट् आकार"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "आकार"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "रक्कम"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "रंग"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ध्वनी नाही)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(मागचा ध्वनी थांबवा)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "इतर ध्वनी..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नमूना"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिग्गर"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "गती मार्ग"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "काहीही नाही"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "आज,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "काल,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(लेखक नाही)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress प्रस्तुतिकरणाच्या शेवटपर्यंत पोहचले. तुम्हाला सुरूवातीपासून पुढे जायचे?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress प्रस्तुतिकरणाच्या सुरवातीला पोहचले. तुम्हाला शेवटपर्यंत जायचे?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw दस्तऐवजाच्या शेवटपर्यंत पोहचले. तुम्हाला सुरूवातीपासून पुढे जायचे?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw दस्तऐवजाच्या सुरवातीला पोहचले. तुम्हाला शेवटपर्यंत जायचे?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "टिपण्णी अंतर्भूत करा"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "टिपण्णी नष्ट करा"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "टिपण्णी हलवा"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "टिपण्णी संपादीत करा"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 करीता प्रतिसाद"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "माध्यम प्लेबॅक"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "कोष्टक"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "दस्तऐवज"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "अंतर्भूत माहिती"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "स्लाइडचे नाव"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "पानाचे नाव"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "दिनांक आणि वेळ"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "अदृष्य पाने"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "रंग"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "आकार"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "पुस्तिका (_r)"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "पानांची बाजू"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "समाविष्ट करा"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "छपाईयंत्र पसंती पासून फक्त पेपर ट्रेचा वापर करा (~U)"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इंप्रेस ने सादरीकरणाच्या शेवटी शोध केला आहे. सुरुवातीपासून चालू ठेवायचे का?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इंप्रेस ने सादरीकरणाच्या सुरुवातीला शोध केला आहे. शेवटी चालू ठेवायचे का?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME रेखाटनाने दस्तऐवजच्या शेवटी शोध केला आहे. सुरुवातीला चालू ठेवायचे का?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME रेखाटनाने दस्तऐवजाच्या सुरुवातीस शोध केला आहे. शेवटी चालू ठेवायचे का?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/mr/svtools/messages.po b/source/mr/svtools/messages.po
index 5aadd890e8c..f7a0ebd28e7 100644
--- a/source/mr/svtools/messages.po
+++ b/source/mr/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -870,10 +870,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/mr/sw/messages.po b/source/mr/sw/messages.po
index 620a0b2b21c..97dfcc9f9c6 100644
--- a/source/mr/sw/messages.po
+++ b/source/mr/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17258,230 +17258,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "अनुक्रमणिका नोंद अंतर्भुत करा"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "अंतर्भुत करा"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "नवी वापरकर्ता-परिभाषित अनुक्रमणिका"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "मुख्य नोंद"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "फक्त पूर्ण शब्द"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "केस जुळवा"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/my/cui/messages.po b/source/my/cui/messages.po
index 2c350d01993..54b7946476a 100644
--- a/source/my/cui/messages.po
+++ b/source/my/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16976,75 +16976,33 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "စာသားမှတ်တမ်းမှတ်ရာ"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML မှတ်တမ်းမှတ်ရာ"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "ပင်မ မှတ်တမ်းမှတ်ရာ"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "စာရွက်အချပ်လွှာ"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "တင်ဆက်မှုပုံစံ"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "ပုံဆွဲခြင်း"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "ပုံသေနည်း"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
#, fuzzy
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "ပုံသေဖိုင်ပြင်ဆင်ထားမှုနှင့် ODF ပြင်ဆင်ချိန်ညှိမှုများ"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/my/officecfg/registry/data/org/openoffice/Office.po b/source/my/officecfg/registry/data/org/openoffice/Office.po
index 6bf69c16bcf..d01279d9061 100644
--- a/source/my/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/my/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12508,85 +12508,85 @@ msgctxt ""
msgid "Notes"
msgstr "မှတ်စုများ"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "စာသား မှတ်တမ်းမှတ်ရာများ"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "စာရွက် အချပ်လွှာများ"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "တင်ပြချက်များ"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "ပုံဆွဲခြင်းများ"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "ကွန်ရက် စာမျက်နှာများ"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "ပင်မ မှတ်တမ်းမှတ်ရာများ"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "ပုံသေနည်းများ"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "ဒေတာဘေ့စ် မှတ်တမ်းမှတ်ရာများ"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/my/officecfg/registry/data/org/openoffice/Office/UI.po b/source/my/officecfg/registry/data/org/openoffice/Office/UI.po
index 8345070e106..6496927dede 100644
--- a/source/my/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/my/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2253,6 +2253,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "အတန်းများဖျက်ပါ"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9659,14 +9669,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10984,6 +10994,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "ကော်လံများ~ထပ်ဖြည့်သည်"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26929,36 +26949,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32299,15 +32289,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~စာမျက်နှာနံပါတ်"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33492,6 +33502,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "အတန်းများဖျက်ပါ"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~အတန်းများ"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/my/sc/messages.po b/source/my/sc/messages.po
index 6c8d5fe0a8c..f36dbbb547f 100644
--- a/source/my/sc/messages.po
+++ b/source/my/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33339,39 +33339,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "ကော်လံ_အမျိုးအစား"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "ကော်လံများအတွင်းသို့ စာသားထည့်ရန်"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "နယ်ပယ်များ"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/my/sd/messages.po b/source/my/sd/messages.po
index d7bb4463cc4..33c7596110e 100644
--- a/source/my/sd/messages.po
+++ b/source/my/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1229,249 +1229,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "စာသား ထည့်ပါ"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "စမတ်"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "ဘယ်ဖက်"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "ညာဖက်"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "ထိပ်"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "အောက်ခြေ"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "ဘယ်ဖက်ထိပ်လား။"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "ဘယ်ဖက်အောက်ခြေလား?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "ညာဖက်ထိပ်လား?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "ညာဖက်အောက်ခြေလား?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "ရေပြင်ညီ"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "မျဉ်းမတ်"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "အားလုံးလား"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "ဤ လှုပ်ဆောင်ချက်သည် ရှင်နေသော နည်းလမ်းတွင် အလုပ်မလုပ်နိုင်ပါ။"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "နောက်သို့"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "ဆက်လုပ်ပါ"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "ခြုံငုံသုံးသပ်ချက်"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "အရောင်ကွာဟချက်"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "ကန့်လန့် မှိန်သွားစေသည်"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "ရုပ်ပုံဆလိုက်တိုးချဲ့ပါ"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "ရုပ်ပုံဆလိုက် မာတိကာများ၏ ဇယား"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "ယခုအချိန်တွင် SANE မူရင်းအသုံးမပြု နိုင်ပါ။"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "ယခုအချိန်တွင်TWAIN မူရင်းအသုံးမပြု နိုင်ပါ။"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "ပုံသွင်းသည်"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "ကိန်းရှင်"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "စံနှုန်း"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "စံနှုန်း (တိုသော)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "စံနှုန်း (ရှည်သော)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "ဖိုင် အမည်"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "လမ်းကြောင်း / ဖိုင်အမည်"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "လမ်းကြောင်း"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "ဖိုင်အမည် တိုးချဲ့မှုမရှိ"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "စိတ်ကြိုက်ပြသသောရုပ်ပုံဆလိုက်အသစ်"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "မိတ္တူကူးယူပါ"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "အုပ်စုမဖွဲ့သော Metafile(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "ပုံဆွဲထားသော အရာဝတ္ထုများ အားလုံးကို အုပ်စု မဖွဲ့ရန် မဖြစ်နိုင်ပါ။"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1481,157 +1511,157 @@ msgstr ""
"အစားထိုးချင်ပါသလား?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "စာသား"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "ဟိုက်ပါလင့်ခ်"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "အလည်သွားသည့် ကွင်းဆက်"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "သက်ဝင်မှုရှိသည့်ကွင်းဆက်"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "မှတ်ချက်များ"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "မာတိကာများ၏ ဇယား"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "စတင်ရန် ဤနေရာ၌ ကလစ်နှိပ်ပါ"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "စာရေးသူ"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "ပထမဆုံး စာမျက်နှာ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "သတင်းအချက်အလက် ပိုသာ၍"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "တင်ဆက်မှုပုံစံ ဆွဲယူချပါ"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "ဝမ်းနည်းဖွယ်ရာ သင့်ညွှန်ကြားချက်သည် အတည်တကျ မရှိသော ဘောင်များကို မထောက်ပံ့ပါ။"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "ပထမဆုံး စာမျက်နှာ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "နောက်ဆုံး စာမျက်နှာ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "စာသား"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "ပုံရိပ်"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "မာတိကာများနှင့်အတူ"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "မာတိကာများ မပါဘဲ"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "ပေးထားသော စာမျက်နှာသို့"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "ဗဟုဂံသို့ ပုံရိပ် ကူးပြောင်းပါ"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "တင်ဆက်မှုပုံစံမှထွက်ရန် ကလစ်နှိပ်ပါ"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "ခေတ္တခဏ ရပ်နားခြင်း..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "အကြိုက်ဆုံး3Dလက်တွေ့ အသုံးချပါ"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1642,804 +1672,810 @@ msgstr ""
"တရားဝင်သော အသံဖိုင်တစ်ခု ဟုတ်ပါသလား !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "metafile သို့ ကူးပြောင်းပါ"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "ပုံရိပ်သို့ ကူးပြောင်းပါ"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "$(URL1) ဖိုင် မဖန်တီးနိုင်ပါ။"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "$(URL1) ဖိုင် မဖွင့်နိုင်ပါ။"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "$(URL2) သို့ $(URL1) ဖိုင် မိတ္တူ မကူးယူနိုင်ပါ"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "ရုပ်ပုံဆလိုက်အမည် ပြန်ပေးပါ"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "အမည်"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "အလိုအလျောက် အဆင်အပြင်အတွက် ခေါင်းစဉ် ဧရိယာ"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "အလိုအလျောက် အဆင်အပြင်အတွက် အရာဝတ္ထု ဧရိယာ"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "စာမျက်နှာအောက်ဧရိယာ"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "ခေါင်းစဉ် ဧရိယာ"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "ရက်စွဲဧရိယာ"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "ရုပ်ပုံ ဆလိုက် နံပါတ် ဧရိယာ"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "စာမျက်နှာ နံပါတ် ဧရိယာ"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<စာမျက်နှာထိပ်>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<စာမျက်နှာအောက်>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<ရက်စွဲ/အချိန်>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<နံပါတ်>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<ရေတွက်ပါ>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "မှတ်ချက်များ ဧရိယာ"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja စကားစမြည်"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "ရုပ်ပုံဆလိုက်များ"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "စာမျက်နှာများ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "အစမ်းကြည့်၍မရနိုင်ပါ"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "အစမ်းကြည့်ခြင်းအတွက် ပြင်ဆင်မှု"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "အဆင်အပြင်များ"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "တင်ပြချက်ရွေးပိုင်ခွင့်များ"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "ဆဲလ်အကွက် စတိုင်လ်များ"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "ပုံသဏ္ဍာန် %၁"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "မှတ်ချက်များ"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "ရုပ်ပုံဆလိုက် အဆင်အပြင် အစမှပြန်စတင်ပါ"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "ဖိုင် ထည့်ပါ"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "ကာချပ်ထည့်သွင်းပါ"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "စာမျက်နှာ စီချယ်ပါ"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "နောက်ထပ် ရုပ်ပုံဆလိုက်"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "လက်လှမ်းမှီသော ပစ်မှတ် အညွှန်း '%FILENAME' သည် ဗလာ မဟုတ်ပါ။ အချို့ဖိုင်များသည် ဖိုင်ဟောင်းတွင် အချက်အလက်သစ်များ ဖြည့်စွပ် သိမ်းဆည်းရလိမ့်မည်။ ဆက်လုပ်ရန် ဆန္ဒရှိပါသလား?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "နောက်ခံ"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "အရာဝတ္ထုများ နောက်ခံ"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "အဆင်အပြင်"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "ထိန်းချုပ်မှုများ"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "အတိုင်းအတာမျဉ်းများ"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "ရုပ်ပုံဆလိုက်"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "စာမျက်နှာ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "ရုပ်ပုံဆလိုက်"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "ပင်မ စာမျက်နှာများ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(မှတ်ချက်များ)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "လက်ကမ်းစာလွှာများ"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "စီစဉ်ဖွဲ့စည်းမှုပုံစံစာသားခေါင်းစဉ်တည်းဖြတ်ရန်ကလစ်နှိပ်ပါ"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "စီစဉ်ဖွဲ့စည်းမှုပုံစံစာသားကောက်ကြောင်းတည်းဖြတ်ရန်ကလစ်နှိပ်ပါ"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "ဒုတိယကောက်ကြောင်းအဆင့်"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "တတိယကောက်ကြောင်းအဆင့်"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "စတုတ္ထကောက်ကြောင်းအဆင့်"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "ပဉ္စမကောက်ကြောင်းအဆင့်"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "ဆဌမကောက်ကြောင်းအဆင့်"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "သတ္တမကောက်ကြောင်းအဆင့်"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "ရွေ့လျှားနေသော ရုပ်ပုံဆလိုက်ကို ကလစ်လုပ်ပါ"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "စီစဉ်ဖွဲ့စည်းမှုပုံစံ မှတ်ချက်များ တည်းဖြတ်ရန် ကလစ်နှိပ်ပါ"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "နဂိုမူလ"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "ခေါင်းစဉ်"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "ရုပ်ပုံဆလိုက်များ ရွှေ့ပြောင်းပါ"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "မပြည့်သည့် အရာဝတ္ထု"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "စာသား"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "ခေါင်းစဉ်"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "ခေါင်းစဉ်ငယ်"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "ကောက်ကြောင်း"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "အရာဝတ္ထုများ နောက်ခံ"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "နောက်ခံ"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "မှတ်ချက်များ"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint တင်သွင်းမှု"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "မှတ်တမ်းမှတ်ရာ သိမ်းပါ"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,668 +2483,668 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ပုံဆွဲသော မြင်ကွင်း"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "ပုံဆွဲသော မြင်ကွင်း"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "ကောက်ကြောင်း မြင်ကွင်း"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "ရုပ်ပုံဆလိုက်များ မြင်ကွင်း"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "စနစ်တကျစီထားသော ရုပ်ပုံဆလိုက်များနေရာဖြစ်သည်။"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "မှတ်ချက်များ မြင်ကွင်း"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "လက်ကမ်းစာလွှာ မြင်ကွင်း"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "တင်ဆက်မှုပုံစံ"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "တင်ဆက်မှုပုံစံ"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "တင်ဆက်မှုပုံစံ"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "လက်ကမ်းစာလွှာ"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "တင်ဆက်မှုနည်းလမ်း"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "တင်ဆက်မှုပုံစံ"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME တင်ဆက်မှုပုံစံ"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "ခေါင်းစဉ်"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "ကောက်ကြောင်း"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "ခေါင်းစဉ်ငယ်"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "စာမျက်နှာ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "မှတ်ချက်များ"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "လက်ကမ်းစာလွှာ"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "စာမျက်နှာအောက်"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "ခေါင်းစဉ်"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "ရက်စွဲ"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "နံပါတ်"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (ဖတ်ရန်သာ)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ဘာမျှမရှိပါ"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "နောက်တကြိမ်ကလစ်နှိပ်သည်အထိ"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "ရုပ်ပုံဆလိုက်၏အဆုံးသတ်အထိ"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "ဦးတည်ချက်"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "ချုံ့ / ချဲ့"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "စပုတ်တိုင်များ"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "ပထမကော်လံ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "ဒုတိယအရောင်"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "ပထမကော်လံ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "စတိုင်လ်-"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "စာလုံး"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "ပထမကော်လံ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "စတိုင်လ်-"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "မျက်နှာပုံစံ"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "လိုင်း အရောင်"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "စာလုံး အရွယ်"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "အရွယ်အစား"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "ငွေပမာဏ"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "အရောင်"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(အသံ မရှိပါ)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(ယခင် အသံ ရပ်ပါ)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "အခြားအသံ..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "နမူနာ"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "အစပျိုးပေးပါ"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ဘာမျှမရှိပါ"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "ယနေ့"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "မနေ့က"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(စာရေးသူမရှိပါ)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "ခပ်နှိပ်သည့် %PRODUCTNAME သည် တင်ပြချက်၏ အဆုံးသတ်သို့ ရှာဖွေသည်။ အစမှ ဆက်လုပ်ရန် ဆန္ဒရှိပါသလား။"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "ခပ်နှိပ်သည့် %PRODUCTNAME သည် တင်ပြချက်၏ အစသို့ ရှာဖွေသည်။ အဆုံးမှ ဆက်လုပ်ရန် ဆန္ဒရှိပါသလား?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ပုံဆွဲခြင်းသည် မှတ်တမ်းမှတ်ရာ၏ အဆုံးသတ်သို့ ရှာဖွေသည်။ အစမှ ဆက်လုပ်လိုပါသလား။"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ပုံဆွဲခြင်းသည် မှတ်တမ်းမှတ်ရာ၏ အစသို့ ရှာဖွေသည်။ အဆုံးသတ်မှ ဆက်လုပ်လိုပါသလား။"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "ထင်မြင်သုံးသပ်ချက်ထည့်သွင်းပါ"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "ထင်မြင်သုံးသပ်ချက်ဖျက်ပါ"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "ထင်မြင်သုံးသပ်ချက်ပြောင်းရွှေ့ပါ"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "ထင်မြင်သုံးသပ်ချက်တည်းဖြတ်ပါ"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 ပြန်ပါ"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "မီဒီယာပြန်ဖွင့်ပြခြင်း"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "ဇယား"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Calc"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "မှတ်တမ်းမှတ်ရာ"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "မာတိကာများ"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "⁠~ဆလိုက်အမည်"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "စာမျက်နှာအမည်"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "ရက်စွဲနှင့် အချိန်"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "ဝှက်ထားသောစာမျက်နှာများ"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "အရောင်"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "အရွယ်အစား"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "အညွှန်းစာစောင်"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "စာမျက်နှာအနားများ"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "ပါဝင်သည်"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~ပရင်တာရွေးပိုင်ခွင့်မှ စာရွက်ဗန်းသာလျှင်အသုံးပြုပါ"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "ခပ်နှိပ်သည့် %PRODUCTNAME သည် တင်ပြချက်၏ အဆုံးသတ်သို့ ရှာဖွေသည်။ အစမှ ဆက်လုပ်ရန် ဆန္ဒရှိပါသလား?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "ခပ်နှိပ်သည့် %PRODUCTNAME သည် တင်ပြချက်၏ အစသို့ ရှာဖွေသည်။ အဆုံးမှ ဆက်လုပ်ရန် ဆန္ဒရှိပါသလား?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ပုံဆွဲခြင်းသည် မှတ်တမ်းမှတ်ရာ၏ အဆုံးသတ်သို့ ရှာဖွေသည်။ အစမှ ဆက်လုပ်လိုပါသလား?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ပုံဆွဲခြင်းသည် မှတ်တမ်းမှတ်ရာ၏ အစသို့ ရှာဖွေသည်။ အဆုံးသတ်မှ ဆက်လုပ်လိုပါသလား?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/my/svtools/messages.po b/source/my/svtools/messages.po
index 3f52366e18c..2d9344c8590 100644
--- a/source/my/svtools/messages.po
+++ b/source/my/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -865,10 +865,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/my/sw/messages.po b/source/my/sw/messages.po
index 8c62efbaf4d..25e38d5e38a 100644
--- a/source/my/sw/messages.po
+++ b/source/my/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17328,231 +17328,237 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "အညွှန်းထည့်သွင်းပါ"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "ထည့်သွင်းပါ"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "အသုံးပြုသူသစ်-အညွှန်းသတ်မှတ်သည်"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "⁠~အဓိကဝင်ရောက်မှု"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "စကားလုံးများ တစ်ခုလုံးသာလျှင်"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "~ကိုက်ညီမှုရှိသည့်ကိစ္စရပ်များ"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/nb/cui/messages.po b/source/nb/cui/messages.po
index c09e3656ceb..dd7c952c203 100644
--- a/source/nb/cui/messages.po
+++ b/source/nb/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-22 03:52+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563829311.000000\n"
#. GyY9M
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Lagre alltid som:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstdokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Hoveddokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Regneark"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentasjon"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tegning"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formel"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Angir dokumenttypen du vil definere standardfilformat for."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Angir hvordan dokumenter av typen valgt til venstre alltid vil bli lagret som denne filtypen. Du kan velge en annen filtype for gjeldende dokument i dialogboksen Lagre som."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "Dokumenttype:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Standardfilformat og ODF-innstillinger"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "I delen Generelt kan du velge standardinnstillinger for lagring av dokumenter, og også velge standard filformater."
diff --git a/source/nb/helpcontent2/source/text/scalc.po b/source/nb/helpcontent2/source/text/scalc.po
index 81cb721f110..10ff3004f4a 100644
--- a/source/nb/helpcontent2/source/text/scalc.po
+++ b/source/nb/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-16 13:57+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/nb_NO/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Slett Ark</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Arkfanefarge"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/nb/helpcontent2/source/text/scalc/00.po b/source/nb/helpcontent2/source/text/scalc/00.po
index 7da438cf6fe..a0eba5ef8b3 100644
--- a/source/nb/helpcontent2/source/text/scalc/00.po
+++ b/source/nb/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-11-25 12:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/nb_NO/>\n"
"Language: nb\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Velg <emph>Rediger → Slett Celler</emph></variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Velg <emph>Rediger → Slett ark</emph>"
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Åpne sprettoppmenyen for en arkfane"
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Velg <emph>Ark → Flytt eller kopier ark</emph>"
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Åpne sprettoppmenyen for en arkfane"
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Sett inn kolonner"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Velg <menuitem>Ark -> Sett inn Ark</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Velg<emph>Ark</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Velg<emph>Ark - Gi nytt navn - Ark</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Velg<emph>Ark - Vis ark</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Denne funksjonen er tilgjengelig siden %PRODUCTNAME 7.3."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Denne funksjonen er tilgjengelig siden %PRODUCTNAME 7.4."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Denne funksjonen er tilgjengelig siden %PRODUCTNAME 7.5."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Ark meny"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/nb/helpcontent2/source/text/scalc/01.po b/source/nb/helpcontent2/source/text/scalc/01.po
index c72a2a9bcac..03d2aac2cf6 100644
--- a/source/nb/helpcontent2/source/text/scalc/01.po
+++ b/source/nb/helpcontent2/source/text/scalc/01.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-20 06:52+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-22 11:04+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/nb_NO/>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>regneark; slette</bookmark_value><bookmark_value>ark; slette</bookmark_value><bookmark_value>slette; regneark</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Slett ark"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Slett det gjeldende arket etter bekreftelse.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Du kan ikke slette et ark når <emph>Rediger → Spor endringer → Registrer</emph> er i bruk."
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Sletter det gjeldende arket."
-
-#. gK53a
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "Nei"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Annullerer dialogvinduet. Ingen sletting utføres."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>regneark; flytte</bookmark_value><bookmark_value>regneark; kopiere</bookmark_value><bookmark_value>flytte; regneark</bookmark_value><bookmark_value>kopiere; regneark</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Flytt eller kopier et ark"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Sett inn ark"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>ark; lage</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Sett inn ark"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -8240,7 +8222,7 @@ msgctxt ""
"par_id3150024\n"
"help.text"
msgid "x value"
-msgstr ""
+msgstr "x verdi"
#. yW4vY
#: 04060104.xhp
@@ -8249,7 +8231,7 @@ msgctxt ""
"par_id3148725\n"
"help.text"
msgid "y value"
-msgstr ""
+msgstr "y verdi"
#. uEBVE
#: 04060104.xhp
@@ -8789,7 +8771,7 @@ msgctxt ""
"par_id31563161\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_IFERROR\">Returns the value if the cell does not contain an error value, or the alternative value if it does.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_IFERROR\">Returnerer verdien hvis cellen ikke inneholder en feilverdi, eller alternativverdien hvis den gjør det.</ahelp>"
#. LREwJ
#: 04060104.xhp
@@ -9338,7 +9320,7 @@ msgctxt ""
"par_id31491051\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_IFNA\">Returns the value if the cell does not contain the #N/A (value not available) error value, or the alternative value if it does.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_IFNA\">Returnerer verdien hvis cellen ikke inneholder #N/A (verdi ikke tilgjengelig) feilverdien, eller alternativverdien hvis den gjør det.</ahelp>"
#. hQbWy
#: 04060104.xhp
@@ -18104,7 +18086,7 @@ msgctxt ""
"par_id3154383\n"
"help.text"
msgid "Mode"
-msgstr ""
+msgstr "Modus"
#. hAUG9
#: 04060109.xhp
@@ -18113,7 +18095,7 @@ msgctxt ""
"par_id3145146\n"
"help.text"
msgid "Effect"
-msgstr ""
+msgstr "Effekt"
#. GLZVP
#: 04060109.xhp
@@ -18257,7 +18239,7 @@ msgctxt ""
"par_id3150268\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returns a reference, a value or an array of values from a reference range, specified by row and column index number or array of row and array of columns index numbers, and an optional range index.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_INDEX\">INDEX returnerer en referanse, en verdi eller en matrise med verdier fra et referanseområde, spesifisert av rad- og kolonneindeksnummer eller matrise med rad og matrise med kolonner, indeksnumre, og en valgfri områdeindeks.</ahelp>"
#. GwG9e
#: 04060109.xhp
@@ -18266,7 +18248,7 @@ msgctxt ""
"par_id901682701069280\n"
"help.text"
msgid "INDEX() returns a reference if the argument is one or more references. When used in a cell in the form =INDEX(), the reference is resolved and the values displayed. When INDEX() is used in arguments of other functions, =FUNCTION(INDEX()...), the function gets the reference passed that was returned by INDEX(). Returning a reference is different from returning an array of values for functions that handles them differently."
-msgstr ""
+msgstr "INDEX() returnerer en referanse hvis argumentet er én eller flere referanser. Når den brukes i en celle i formen =INDEX(), løses referansen og verdiene vises. Når INDEX() brukes i argumenter for andre funksjoner, =FUNCTION(INDEX()...), får funksjonen referansen sendt som ble returnert av INDEX(). Å returnere en referanse er forskjellig fra å returnere en rekke verdier for funksjoner som håndterer dem annerledes."
#. dr8Bi
#: 04060109.xhp
@@ -18284,7 +18266,7 @@ msgctxt ""
"par_id3153260\n"
"help.text"
msgid "<emph>Reference</emph> is a reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the list of references or range names in parentheses, or either use the tilde (~) <link href=\"text/scalc/01/04060199.xhp#referenceoperators\">range concatenation operator</link> or define a named range with multiple areas."
-msgstr ""
+msgstr "<emph>Referanse</emph> er en referanse, enten direkte eller ved å angi et områdenavn. Hvis referansen består av flere områder, må du omslutte listen over referanser eller områdenavn i parentes, eller enten bruke tilde (~) <link href=\"text/scalc/01/04060199.xhp#referenceoperators\">områdesammenkoblingsoperatoren </link> eller definer et navngitt område med flere områder."
#. MKdnE
#: 04060109.xhp
@@ -18293,7 +18275,7 @@ msgctxt ""
"par_id3145302\n"
"help.text"
msgid "<emph>Row</emph> (optional) represents the row or the array of row indexes of the reference range, for which to return a value. In case of zero or omitted (no specific row) all referenced rows are returned."
-msgstr ""
+msgstr "<emph>Rad</emph> (valgfritt) representerer raden eller matrisen av radindekser i referanseområdet som det skal returneres en verdi for. Ved null eller utelatt (ingen spesifikk rad) returneres alle refererte rader."
#. usFXV
#: 04060109.xhp
@@ -18302,7 +18284,7 @@ msgctxt ""
"par_id3154628\n"
"help.text"
msgid "<emph>Column</emph> (optional) represents the column or array of column indexes of the reference range, for which to return a value. In case of zero or omitted (no specific column) all referenced columns are returned."
-msgstr ""
+msgstr "<emph>Kolonne</emph> (valgfritt) representerer kolonnen eller arrayen av kolonneindekser for referanseområdet som det skal returneres en verdi for. Ved null eller utelatt (ingen spesifikk kolonne) returneres alle refererte kolonner."
#. FBj7m
#: 04060109.xhp
@@ -18311,7 +18293,7 @@ msgctxt ""
"par_id621679327293280\n"
"help.text"
msgid "If <emph>Row</emph>, <emph>Column</emph> or both are omitted or defined as arrays of indexes, the INDEX function must be entered as an <link href=\"text/scalc/01/04060107.xhp\">array function</link>."
-msgstr ""
+msgstr "Hvis <emph>Rad</emph>, <emph>Kolonne</emph> eller begge er utelatt eller definert som matriser av indekser, må INDEX-funksjonen angis som en <link href=\"text/scalc/01/04060107.xhp\">matrisefunksjon</link>."
#. BmioJ
#: 04060109.xhp
@@ -18320,7 +18302,7 @@ msgctxt ""
"par_id3155514\n"
"help.text"
msgid "<emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range, default is 1."
-msgstr ""
+msgstr "<emph>Område</emph> (valgfritt) representerer indeksen til underområdet hvis det refereres til et multippelområde, standard er 1."
#. BMeAR
#: 04060109.xhp
@@ -18329,7 +18311,7 @@ msgctxt ""
"par_id541679331443608\n"
"help.text"
msgid "<input>{=INDEX({1,3,5;7,9,10},{2;1},1)}</input> return a 2 row array containing 7 and 1. The row index {2;1} pick row 2 then row 1. The columns index 1 picks the first column."
-msgstr ""
+msgstr "<input>{=INDEKS({1,3,5;7,9,10},{2;1},1)}</input> returnerer en 2-rads matrise som inneholder 7 og 1. Radindeksen {2; 1} velg rad 2 og deretter rad 1. Kolonneindeks 1 velger den første kolonnen."
#. RGnNr
#: 04060109.xhp
@@ -18338,7 +18320,7 @@ msgctxt ""
"par_id511679333116273\n"
"help.text"
msgid "<input>{=INDEX(D3:G12,{1;2;3;4},{3,1})}</input> return a 4 rows by 2 columns array. The row index array {1;2;3;4} picks rows 3 to 6 and {3;1} picks the third (F) and first column (D). Columns 1 and 3 of the source reference are swapped in the resulting array."
-msgstr ""
+msgstr "<input>{=INDEX(D3:G12;{1;2;3;4},{3,1})}</input> returnerer en 4 rader ganger 2 kolonner matrise. Radindeksmatrisen {1;2;3;4} velger rad 3 til 6 og {3;1} velger tredje (F) og første kolonne (D). Kolonne 1 og 3 i kildereferansen byttes i den resulterende matrisen."
#. 7pFH2
#: 04060109.xhp
@@ -18365,7 +18347,7 @@ msgctxt ""
"par_id4109012\n"
"help.text"
msgid "<input>{=INDEX(A1:B6;1)}</input> returns the values of the first row of A1:B6. Enter the formula as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>."
-msgstr ""
+msgstr "<input>{=INDEKS(A1:B6;1)}</input> returnerer verdiene til den første raden i A1:B6. Skriv inn formelen som en <link href=\"text/scalc/01/04060107.xhp\">matriseformel</link>."
#. jLKKJ
#: 04060109.xhp
@@ -18374,7 +18356,7 @@ msgctxt ""
"par_id9272133\n"
"help.text"
msgid "<input>{=INDEX(A1:B6;0;1)}</input> returns the values of the first column of A1:B6. Enter the formula as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>."
-msgstr ""
+msgstr "<input>{=INDEKS(A1:B6;0;1)}</input> returnerer verdiene til den første kolonnen i A1:B6. Skriv inn formelen som en <link href=\"text/scalc/01/04060107.xhp\">matriseformel</link>."
#. igC59
#: 04060109.xhp
@@ -18392,7 +18374,7 @@ msgctxt ""
"par_id9960020\n"
"help.text"
msgid "<input>{=INDEX((A1:B6;C1:D6);0;0;2)}</input> returns the values of the second range C1:D6 of the multiple range. Enter the formula as an <link href=\"text/scalc/01/04060107.xhp\">array formula</link>."
-msgstr ""
+msgstr "<input>{=INDEX((A1:B6;C1:D6);0;0;2)}</input> returnerer verdiene til det andre området C1:D6 i multippelområdet. Skriv inn formelen som en <link href=\"text/scalc/01/04060107.xhp\">matriseformel</link>."
#. HSbEt
#: 04060109.xhp
@@ -18401,7 +18383,7 @@ msgctxt ""
"par_id701677016751508\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/INDEX\">INDEX wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/INDEX\">INDEX wiki side</link>."
#. LCBWC
#: 04060109.xhp
@@ -22532,7 +22514,7 @@ msgctxt ""
"hd_id3149566\n"
"help.text"
msgid "<variable id=\"ISLEAPYEARh1\"><link href=\"text/scalc/01/04060111.xhp#isleapyear\">ISLEAPYEAR</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ISLEAPYEARh1\"><link href=\"text/scalc/01/04060111.xhp#isleapyear\">ISLEAPYEAR</link></variable>"
#. FAqAb
#: 04060111.xhp
@@ -22595,7 +22577,7 @@ msgctxt ""
"par_id721677017247207\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ISLEAPYEAR\">ISLEAPYEAR wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/ISLEAPYEAR\">ISLEAPYEAR wiki side</link>."
#. MaQes
#: 04060111.xhp
@@ -22613,7 +22595,7 @@ msgctxt ""
"hd_id3154656\n"
"help.text"
msgid "<variable id=\"YEARSh1\"><link href=\"text/scalc/01/04060111.xhp#years\">YEARS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"YEARSh1\"><link href=\"text/scalc/01/04060111.xhp#years\">YEARS</link></variable>"
#. LoBLi
#: 04060111.xhp
@@ -22667,7 +22649,7 @@ msgctxt ""
"par_id871683137762172\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/YEARS\">YEARS wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/YEARS\">YEARS wiki side</link>."
#. 3wsG2
#: 04060111.xhp
@@ -22685,7 +22667,7 @@ msgctxt ""
"hd_id3152898\n"
"help.text"
msgid "<variable id=\"MONTHSh1\"><link href=\"text/scalc/01/04060111.xhp#months\">MONTHS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"MONTHSh1\"><link href=\"text/scalc/01/04060111.xhp#months\">MONTHS</link></variable>"
#. q2Jcr
#: 04060111.xhp
@@ -22739,7 +22721,7 @@ msgctxt ""
"par_id31683137789991\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/MONTHS\">MONTHS wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/MONTHS\">MONTHS wiki side</link>."
#. rEsia
#: 04060111.xhp
@@ -22820,7 +22802,7 @@ msgctxt ""
"hd_id3151300\n"
"help.text"
msgid "<variable id=\"DAYSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#daysinyear\">DAYSINYEAR</link></variable>"
-msgstr ""
+msgstr "<variable id=\"DAYSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#daysinyear\">DAYSINYEAR</link></variable>"
#. cyjpz
#: 04060111.xhp
@@ -22865,7 +22847,7 @@ msgctxt ""
"par_id651683137822891\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINYEAR\">DAYSINYEAR wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINYEAR\">DAYSINYEAR wiki side</link>."
#. c7nbU
#: 04060111.xhp
@@ -22883,7 +22865,7 @@ msgctxt ""
"hd_id3154737\n"
"help.text"
msgid "<variable id=\"DAYSINMONTHh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">DAYSINMONTH</link></variable>"
-msgstr ""
+msgstr "<variable id=\"DAYSINMONTHh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">DAYSINMONTH</link></variable>"
#. M8J3o
#: 04060111.xhp
@@ -22928,7 +22910,7 @@ msgctxt ""
"par_id741683137839471\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINMONTH\">DAYSINMONTH wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAYSINMONTH\">DAYSINMONTH wiki side</link>."
#. iJAzE
#: 04060111.xhp
@@ -22946,7 +22928,7 @@ msgctxt ""
"hd_id3149048\n"
"help.text"
msgid "<variable id=\"WEEKSh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">WEEKS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"WEEKSh1\"><link href=\"text/scalc/01/04060111.xhp#daysinmonth\">WEEKS</link></variable>"
#. W7FhE
#: 04060111.xhp
@@ -23072,7 +23054,7 @@ msgctxt ""
"par_id431683137857863\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKS\">WEEKS wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKS\">WEEKS wiki side</link>."
#. 94JhK
#: 04060111.xhp
@@ -23090,7 +23072,7 @@ msgctxt ""
"hd_id3145237\n"
"help.text"
msgid "<variable id=\"WEEKSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#weeksinyear\">WEEKSINYEAR</link></variable>"
-msgstr ""
+msgstr "<variable id=\"WEEKSINYEARh1\"><link href=\"text/scalc/01/04060111.xhp#weeksinyear\">WEEKSINYEAR</link></variable>"
#. Xs58F
#: 04060111.xhp
@@ -23135,7 +23117,7 @@ msgctxt ""
"par_id291683137884236\n"
"help.text"
msgid "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKSINYEAR\">WEEKSINYEAR wiki page</link>."
-msgstr ""
+msgstr "<link href=\"https://wiki.documentfoundation.org/Documentation/Calc_Functions/WEEKSINYEAR\">WEEKSINYEAR wiki side</link>."
#. ArNDo
#: 04060111.xhp
@@ -23153,7 +23135,7 @@ msgctxt ""
"par_id3149351\n"
"help.text"
msgid "Add-ins can also be implemented through the <link href=\"https://api.libreoffice.org/\">%PRODUCTNAME API</link>."
-msgstr ""
+msgstr "Tillegg kan også implementeres gjennom <link href=\"https://api.libreoffice.org/\">%PRODUCTNAME API</link>."
#. KziFV
#: 04060112.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>navn på arbeidsark</bookmark_value><bookmark_value>endre; arknavn</bookmark_value><bookmark_value>ark; gi nytt navn</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Endre arknavn"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Vis ark"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; vise</bookmark_value><bookmark_value>vise; ark</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Vis ark"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Vis ark som tidligere er skjult med kommandoen <emph>Skjul</emph>.</ahelp></variable> Du kan kun ha valgt et ark før du bruker denne kommandoen. Det gjeldende arket er alltid valgt. Hvis et annet ark enn det gjeldende er valgt, kan du velge det bort ved å trykke på <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> mens du klikker på den tilsvarende fanen nederst i vinduet."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,14 +47581,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>sett inn rader;beskyttet ark</bookmark_value><bookmark_value>sett inn kolonner;beskyttet ark</bookmark_value><bookmark_value>slett kolonner;beskyttet ark</bookmark_value><bookmark_value>slett rader;beskyttet ark</bookmark_value><bookmark_value >beskyttet ark;sett inn kolonner</bookmark_value><bookmark_value>beskyttet ark;sett inn rader</bookmark_value><bookmark_value>beskyttet ark;slett rader</bookmark_value><bookmark_value>beskyttet ark;slett kolonner</bookmark_value><bookmark_value>protec ;ark</bookmark_value><bookmark_value>utvalg;i beskyttede celler</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Beskytt ark</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -53375,7 +53366,7 @@ msgctxt ""
"par_idN1070D\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/validationcriteriapage/showlist\">Shows a list of all valid strings or values to select from. The list can also be opened by selecting the cell and pressing <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Option+Down Arrow</keycode></caseinline><defaultinline><keycode>Alt+Down Arrow</keycode></defaultinline></switchinline>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/validationcriteriapage/showlist\">Viser en liste over alle gyldige strenger eller verdier å velge fra. Listen kan også åpnes ved å velge cellen og trykke <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Alternativ+pil ned</keycode></caseinline><defaultinline><keycode>Alt +Pil ned</keycode></defaultinline></switchinline>.</ahelp>"
#. AuAaR
#: 12120100.xhp
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr "<link href=\"text/shared/01/05020300.xhp\">Format - Celler - Tall</link>."
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -56066,7 +56291,7 @@ msgctxt ""
"par_id631683055048736\n"
"help.text"
msgid "Microsoft Excel <link href=\"https://learn.microsoft.com/en-US/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year\">wrongly assumes year 1900 to be a leap year</link> and considers the inexistent day of 1900-02-29 as valid in date calculations. Dates prior to 1900-03-01 are therefore different in Excel and Calc."
-msgstr ""
+msgstr "Microsoft Excel <link href=\"https://learn.microsoft.com/en-US/office/troubleshoot/excel/wrongly-assumes-1900-is-leap-year\">antar feilaktig at år 1900 er et skuddår</link> og anser den ikke-eksisterende dagen 1900-02-29 som gyldig i datoberegninger. Datoer før 1900-03-01 er derfor forskjellige i Excel og Calc."
#. ebLBc
#: ful_func.xhp
@@ -56777,7 +57002,7 @@ msgctxt ""
"par_id230920152006414\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Returns maximum value for the range A2:A9 = 34."
-msgstr ""
+msgstr "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Returnerer maksimalverdi for området A2:A9 = 34."
#. Tx8Vx
#: func_aggregate.xhp
@@ -67001,7 +67226,7 @@ msgctxt ""
"par_id961673376106137\n"
"help.text"
msgid "STYLE(\"Style\" [; Time [; \"Style2\"]])"
-msgstr ""
+msgstr "STYLE(\"Stil\" [; Tid [; \"Stil2\"]])"
#. NkFMi
#: func_style.xhp
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returnerer 0.50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "For å kunne identifisere endringene riktig, bør alle som kan redigere filen skrive inn navnet sitt i <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Innstillinger</menuitem></caseinline><defaultinline><menuitem>Verktøy - Alternativer</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Brukerdata</menuitem> på menylinjen."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
@@ -72923,7 +73238,7 @@ msgctxt ""
"hd_id251681484186482\n"
"help.text"
msgid "Trim input range to actual data content"
-msgstr ""
+msgstr "Trim inndataområdet til faktisk datainnhold"
#. ehNLW
#: statistics_movingavg.xhp
@@ -72932,7 +73247,7 @@ msgctxt ""
"par_id141681485134081\n"
"help.text"
msgid "Check this box to allow trimming of the input range to the actual data content before computing moving-average. Trimming data ignores unused or empty cells after the last non-empty cell in the input range, thus reducing the computing load of the moving average to the actual data. This checkbox is enabled by default."
-msgstr ""
+msgstr "Merk av i denne boksen for å tillate trimming av inngangsområdet til det faktiske datainnholdet før du beregner glidende gjennomsnitt. Trimming av data ignorerer ubrukte eller tomme celler etter den siste ikke-tomme cellen i inndataområdet, og reduserer dermed beregningsbelastningen til det glidende gjennomsnittet til de faktiske dataene. Denne avmerkingsboksen er aktivert som standard."
#. eoQu3
#: statistics_movingavg.xhp
@@ -73841,7 +74156,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Paired t-test in Calc"
-msgstr ""
+msgstr "Paret t-test i Calc"
#. cKb9k
#: statistics_test_t.xhp
diff --git a/source/nb/helpcontent2/source/text/scalc/05.po b/source/nb/helpcontent2/source/text/scalc/05.po
index b5ceeb62f25..b82ce8d6e55 100644
--- a/source/nb/helpcontent2/source/text/scalc/05.po
+++ b/source/nb/helpcontent2/source/text/scalc/05.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-22 10:08+0000\n"
-"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
+"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalc05/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1554926017.000000\n"
#. Cxzki
@@ -50,7 +50,7 @@ msgctxt ""
"bm_id0202201010205429\n"
"help.text"
msgid "<bookmark_value>### error message</bookmark_value><bookmark_value>invalid references; error messages</bookmark_value><bookmark_value>error messages;invalid references</bookmark_value><bookmark_value>invalid names; error messages</bookmark_value><bookmark_value>#REF error message</bookmark_value><bookmark_value>#N/A error message</bookmark_value><bookmark_value>#NAME error message</bookmark_value><bookmark_value>error codes;list of</bookmark_value>"
-msgstr "<bookmark_value>### feilmelding</bookmark_value><bookmark_value>ugyldige referanser; feilmeldinger</bookmark_value><bookmark_value>feilmeldinger;ugyldige referanser</bookmark_value><bookmark_value>ugyldige navn; feilmeldinger</bookmark_value><bookmark_value>#REF feilmelding</bookmark_value><bookmark_value>#N/A feilmelding</bookmark_value><bookmark_value>#NAME feilmelding</bookmark_value><bookmark_value>feilkoder;liste over</bookmark_value >"
+msgstr "<bookmark_value>### feilmelding</bookmark_value><bookmark_value>ugyldige referanser; feilmeldinger</bookmark_value><bookmark_value>feilmeldinger;ugyldige referanser</bookmark_value><bookmark_value>ugyldige navn; feilmeldinger</bookmark_value><bookmark_value>#REF feilmelding</bookmark_value><bookmark_value>#N/A feilmelding</bookmark_value><bookmark_value>#NAME feilmelding</bookmark_value><bookmark_value>feilkoder;liste over</bookmark_value>"
#. xVUPK
#: 02140000.xhp
diff --git a/source/nb/helpcontent2/source/text/scalc/guide.po b/source/nb/helpcontent2/source/text/scalc/guide.po
index 2d053c7a872..282fa80046f 100644
--- a/source/nb/helpcontent2/source/text/scalc/guide.po
+++ b/source/nb/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-22 05:07+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565212100.000000\n"
#. NXy6S
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigere gjennom fanene til ark"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; vise flere</bookmark_value><bookmark_value>faner</bookmark_value><bookmark_value>visninger; flere ark</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigere gjennom fanene til ark</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Som standard viser $[officename] tre ark «Ark1» til «Ark3» i hvert nye regneark. Du kan bytte mellom ark i regnearket med fanene nederst i vinduet."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Faner for ark</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Bruk navigeringsknappene for å vise arkene i dokumentet. Trykk på knappen helt til venstre eller helt til høyre for å vise det første eller siste arkets fane. Knappene i midten lar deg rulle framover eller bakover gjennom alle fanene."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Bruke flere ark"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; sett inn</bookmark_value> <bookmark_value>sett inn; ark</bookmark_value> <bookmark_value>ark; velg fleire</bookmark_value> <bookmark_value>legg til ark</bookmark_value> <bookmark_value>velg;flere ark</bookmark_value> <bookmark_value>flere ark</bookmark_value> <bookmark_value>beregn;flere ark</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Kopiere til flere ark</link> </variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Sette inn et ark"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Velg <item type=\"menuitem\">Sett inn → Ark</item> for å sette inn et nytt ark eller et ark som finnes i en annen fil."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Åpner et dialogvindu der du kan legge til, redigere og fjerne knapper.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Åpner et vindu der du kan tildele farge til arkfanen.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/nb/helpcontent2/source/text/scalc/menu.po b/source/nb/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/nb/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/nb/helpcontent2/source/text/sdraw/00.po b/source/nb/helpcontent2/source/text/sdraw/00.po
index a73892cd555..98e2a23bd66 100644
--- a/source/nb/helpcontent2/source/text/sdraw/00.po
+++ b/source/nb/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2021-10-28 10:25+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1563829399.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Sett inn meny"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Velg <menuitem>Sett inn - Lag</menuitem>"
#. AUTMW
#: insert_menu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Åpne kontekstmenyen for lagfaner - velg <menuitem>Sett inn lag</menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/nb/helpcontent2/source/text/shared/00.po b/source/nb/helpcontent2/source/text/shared/00.po
index 6c93e6e4db8..ae01a3a7371 100644
--- a/source/nb/helpcontent2/source/text/shared/00.po
+++ b/source/nb/helpcontent2/source/text/shared/00.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-03-22 05:07+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/nb_NO/>\n"
"Language: nb\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">For å bruke denne funksjonen …</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -1616,7 +1670,7 @@ msgctxt ""
"par_id3154689\n"
"help.text"
msgid "<image id=\"img_id3152427\" src=\"cmd/lc_color.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152427\">Icon Font Color</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152427\" src=\"cmd/lc_color.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3152427\">Ikon skriftfarge</alt></image>"
#. 2Cahs
#: 00000004.xhp
@@ -1634,7 +1688,7 @@ msgctxt ""
"par_id3149750\n"
"help.text"
msgid "<image id=\"img_id3146957\" src=\"cmd/lc_spacepara1.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146957\">Icon Line spacing: 1</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146957\" src=\"cmd/lc_spacepara1.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146957\">Ikon Linjeavstand: 1</alt></image>"
#. tMJpB
#: 00000004.xhp
@@ -1652,7 +1706,7 @@ msgctxt ""
"par_id3145382\n"
"help.text"
msgid "<image id=\"img_id3163802\" src=\"cmd/lc_spacepara15.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163802\">Icon Line spacing: 1.5</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163802\" src=\"cmd/lc_spacepara15.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163802\">Ikon Linjeavstand: 1,5</alt></image>"
#. UDFqe
#: 00000004.xhp
@@ -1670,7 +1724,7 @@ msgctxt ""
"par_id3150131\n"
"help.text"
msgid "<image id=\"img_id3153252\" src=\"cmd/lc_spacepara2.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153252\">Icon Line spacing: 2</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153252\" src=\"cmd/lc_spacepara2.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153252\">Ikon Linjeavstand: 1,5</alt></image>"
#. GEXHB
#: 00000004.xhp
@@ -1688,7 +1742,7 @@ msgctxt ""
"par_id3149820\n"
"help.text"
msgid "<image id=\"img_id3153126\" src=\"cmd/lc_superscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153126\">Icon Superscript</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153126\" src=\"cmd/lc_superscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153126\">Ikon Hevet</alt></image>"
#. hc7Ku
#: 00000004.xhp
@@ -1706,7 +1760,7 @@ msgctxt ""
"par_id3147077\n"
"help.text"
msgid "<image id=\"img_id3155135\" src=\"cmd/lc_subscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155135\">Icon Subscript</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155135\" src=\"cmd/lc_subscript.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155135\">Ikon Abonnement</alt></image>"
#. fQmjX
#: 00000004.xhp
@@ -1724,7 +1778,7 @@ msgctxt ""
"par_id3148550\n"
"help.text"
msgid "<image id=\"img_id3149294\" src=\"media/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Icon Line Style</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149294\" src=\"media/helpimg/feldurch.png\" width=\"0.9374inch\" height=\"0.2398inch\"><alt id=\"alt_id3149294\">Ikon Linjestil</alt></image>"
#. ETAN9
#: 00000004.xhp
@@ -1742,7 +1796,7 @@ msgctxt ""
"par_id3153379\n"
"help.text"
msgid "<image id=\"img_id3148401\" src=\"cmd/lc_xlinecolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148401\">Icon Line Color</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148401\" src=\"cmd/lc_xlinecolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148401\">Ikon Linjefarge</alt></image>"
#. H2LTC
#: 00000004.xhp
@@ -1760,7 +1814,7 @@ msgctxt ""
"par_id3156214\n"
"help.text"
msgid "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Icon Line Width</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Ikon Linjebredde</alt></image>"
#. CWENi
#: 00000004.xhp
@@ -1778,7 +1832,7 @@ msgctxt ""
"par_id3154154\n"
"help.text"
msgid "<image id=\"img_id3145152\" src=\"media/helpimg/swh00117.png\" width=\"2.0835inch\" height=\"0.2398inch\"><alt id=\"alt_id3145152\">Icon Area Style / Filling</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149807\" src=\"media/helpimg/feldbrei.png\" width=\"0.6563inch\" height=\"0.2189inch\"><alt id=\"alt_id3149807\">Ikon Linjebredde</alt></image>"
#. fErWC
#: 00000004.xhp
@@ -1796,7 +1850,7 @@ msgctxt ""
"par_id3153367\n"
"help.text"
msgid "<image id=\"img_id3147502\" src=\"cmd/lc_aligntop.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147502\">Icon Align Top</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147502\" src=\"cmd/lc_aligntop.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147502\">Ikon Juster øverst</alt></image>"
#. 9YVAT
#: 00000004.xhp
@@ -1814,7 +1868,7 @@ msgctxt ""
"par_id3146923\n"
"help.text"
msgid "<image id=\"img_id3150410\" src=\"cmd/lc_alignbottom.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150410\">Icon Align Bottom</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150410\" src=\"cmd/lc_alignbottom.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150410\">Ikon Juster bunn</alt></image>"
#. Ef3xo
#: 00000004.xhp
@@ -1832,7 +1886,7 @@ msgctxt ""
"par_id3153097\n"
"help.text"
msgid "<image id=\"img_id3153363\" src=\"cmd/lc_alignverticalcenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153363\">Icon Align Center Vertically</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153363\" src=\"cmd/lc_alignverticalcenter.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153363\">Ikon Juster sentrert vertikalt</alt></image>"
#. azeZ6
#: 00000004.xhp
@@ -1850,7 +1904,7 @@ msgctxt ""
"par_id3147436\n"
"help.text"
msgid "<image id=\"img_id3159123\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159123\">Icon Apply</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159123\" src=\"svx/res/nu01.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159123\">Ikon Bruk</alt></image>"
#. ENztd
#: 00000004.xhp
@@ -1868,7 +1922,7 @@ msgctxt ""
"par_id3146147\n"
"help.text"
msgid "<image id=\"img_id3145364\" src=\"svx/res/nu02.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145364\">Icon Cancel</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145364\" src=\"svx/res/nu02.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145364\">Ikon Avbryt</alt></image>"
#. kXRJp
#: 00000004.xhp
@@ -1886,7 +1940,7 @@ msgctxt ""
"par_id3154730\n"
"help.text"
msgid "<image id=\"img_id3154096\" src=\"svtools/res/up_large.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154096\">Icon Up One Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154096\" src=\"svtools/res/up_large.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154096\">Ikon opp ett nivå</alt></image>"
#. rJNkG
#: 00000004.xhp
@@ -1904,7 +1958,7 @@ msgctxt ""
"par_id3149412\n"
"help.text"
msgid "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153279\">Icon Create New Directory</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153279\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153279\">Ikon Opprett ny katalog</alt></image>"
#. m6bWV
#: 00000004.xhp
@@ -1922,7 +1976,7 @@ msgctxt ""
"par_id3153221\n"
"help.text"
msgid "<image id=\"img_id3153334\" src=\"svtools/res/up_large.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153334\">Icon Up One Level</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153334\" src=\"svtools/res/up_large.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153334\">Ikon opp ett nivå</alt></image>"
#. zUdcH
#: 00000004.xhp
@@ -1940,7 +1994,7 @@ msgctxt ""
"par_id3151320\n"
"help.text"
msgid "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148833\">Icon Create New Folder</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148833\" src=\"fpicker/res/fp014.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148833\">Ikon Opprett ny mappe</alt></image>"
#. gETA5
#: 00000004.xhp
@@ -1958,7 +2012,7 @@ msgctxt ""
"par_id3156361\n"
"help.text"
msgid "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150656\">Icon Go to the previous comment</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150656\" src=\"res/sc06301.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150656\">Ikon Gå til forrige kommentar</alt></image>"
#. MwFVN
#: 00000004.xhp
@@ -1976,7 +2030,7 @@ msgctxt ""
"par_id3151357\n"
"help.text"
msgid "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154363\">Icon Go to the next comment</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154363\" src=\"res/sc06300.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154363\">Ikon Gå til neste kommentar</alt></image>"
#. zD8D2
#: 00000004.xhp
@@ -1994,7 +2048,7 @@ msgctxt ""
"par_id3083285\n"
"help.text"
msgid "<image id=\"img_id3147100\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Icon Open File</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147100\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147100\">Ikon Åpne fil</alt></image>"
#. wYB2E
#: 00000004.xhp
@@ -2012,7 +2066,7 @@ msgctxt ""
"par_id601683469573189\n"
"help.text"
msgid "<image src=\"cmd/lc_mirrorvert.svg\" id=\"img_id781683469573190\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541683469573191\">Icon Flip Vertically</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_mirrorvert.svg\" id=\"img_id781683469573190\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541683469573191\">Ikon Vend vertikalt</alt></image>"
#. WXUR7
#: 00000004.xhp
@@ -2021,7 +2075,7 @@ msgctxt ""
"par_id771683469573193\n"
"help.text"
msgid "Flip Vertically"
-msgstr ""
+msgstr "Vend vertikalt"
#. eWkZE
#: 00000004.xhp
@@ -2030,7 +2084,7 @@ msgctxt ""
"par_id81683469734342\n"
"help.text"
msgid "<image src=\"cmd/lc_mirror.svg\" id=\"img_id871683469734344\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161683469734345\">Icon Flip Horizontally</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_mirror.svg\" id=\"img_id871683469734344\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161683469734345\">Ikon Vend horisontalt</alt></image>"
#. ZmmPr
#: 00000004.xhp
@@ -2039,7 +2093,7 @@ msgctxt ""
"par_id101683469734346\n"
"help.text"
msgid "Flip Horizontally"
-msgstr ""
+msgstr "Vend horisontalt"
#. 46ddB
#: 00000004.xhp
@@ -2048,7 +2102,7 @@ msgctxt ""
"par_id771683472735656\n"
"help.text"
msgid "<image src=\"cmd/lc_gridvisible.svg\" id=\"img_id401683472735657\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361683472735658\">Icon Display Grid</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_gridvisible.svg\" id=\"img_id401683472735657\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361683472735658\">Ikon vis rutenett</alt></image>"
#. 5nXQC
#: 00000004.xhp
@@ -2057,7 +2111,7 @@ msgctxt ""
"par_id771683472735660\n"
"help.text"
msgid "Display Grid"
-msgstr ""
+msgstr "Vis rutenett"
#. ZDMaL
#: 00000004.xhp
@@ -2066,7 +2120,7 @@ msgctxt ""
"par_id491683472792071\n"
"help.text"
msgid "<image src=\"cmd/lc_griduse.svg\" id=\"img_id631683472792072\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571683472792073\">Icon Snap to Grid</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_griduse.svg\" id=\"img_id631683472792072\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id571683472792073\">Ikon Fest til rutenett</alt></image>"
#. 3CJv5
#: 00000004.xhp
@@ -2075,7 +2129,7 @@ msgctxt ""
"par_id761683472792075\n"
"help.text"
msgid "Snap to Grid"
-msgstr ""
+msgstr "Fest til rutenett"
#. uiC2G
#: 00000004.xhp
@@ -2084,7 +2138,7 @@ msgctxt ""
"par_id3151189\n"
"help.text"
msgid "<image id=\"img_id3156318\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156318\">Icon Save As</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156318\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156318\">Ikon Lagre som</alt></image>"
#. vBAYW
#: 00000004.xhp
@@ -2102,7 +2156,7 @@ msgctxt ""
"par_id3152946\n"
"help.text"
msgid "<image id=\"img_id3155904\" src=\"cmd/lc_exportdirecttopdf.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155904\">Icon Export Directly as PDF</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155904\" src=\"cmd/lc_exportdirecttopdf.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155904\">Ikon eksporter direkte som PDF</alt></image>"
#. QDsEn
#: 00000004.xhp
@@ -2219,7 +2273,7 @@ msgctxt ""
"bm_id1001679149241392\n"
"help.text"
msgid "<bookmark_value>bookmark;definition</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>bokmerke;definisjon</bookmark_value>"
#. EVxY4
#: 00000005.xhp
@@ -2228,7 +2282,7 @@ msgctxt ""
"hd_id301679149179040\n"
"help.text"
msgid "Bookmark"
-msgstr ""
+msgstr "Bokmerke"
#. qyD5G
#: 00000005.xhp
@@ -2237,7 +2291,7 @@ msgctxt ""
"par_id391679149339320\n"
"help.text"
msgid "A bookmark marks a position in a paragraph or a text selection for future reference. Bookmarks are listed in the Navigator. Click on a bookmark in Navigator to move the cursor directly to the bookmark location. A bookmark can also be used as a target for hyperlinks and cross-references, and exported to PDF files as a named destination."
-msgstr ""
+msgstr "Et bokmerke markerer en posisjon i et avsnitt eller et tekstvalg for fremtidig referanse. Bokmerker er oppført i Navigatoren. Klikk på et bokmerke i Navigatoren for å flytte markøren direkte til bokmerkeplasseringen. Et bokmerke kan også brukes som et mål for hyperkoblinger og kryssreferanser, og eksporteres til PDF-filer som en navngitt destinasjon."
#. DwjfB
#: 00000005.xhp
@@ -5900,7 +5954,7 @@ msgctxt ""
"par_id314995724\n"
"help.text"
msgid "When this option is disabled, Calc will detect and convert only numbers in decimal or scientific notation. The rest will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region."
-msgstr ""
+msgstr "Når dette alternativet er deaktivert, vil Calc oppdage og bare konvertere tall i desimal eller vitenskapelig notasjon. Resten vil bli importert som tekst. En desimaltallstreng kan ha sifrene 0-9, tusenskilletegn og en desimalskilletegn. Tusenvis skilletegn og desimalskilletegn kan variere med det valgte språket og regionen."
#. cB3Nd
#: 00000208.xhp
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menyen «Fil»"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Velg <emph>Fil → Forhåndsvis i nettleser</emph></variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Velg <menuitem>Fil - Ny</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Knappen <emph>Ny</emph> på <emph>Standard</emph>-verktøylinjen. (Ikonet på knappen viser typen nytt dokument.)"
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Ikon Nytt</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Ny"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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 "Tast <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Velg <menuitem>Fil - Åpne</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "På verktøylinjen <emph>Standard</emph>, trykk"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Ikon åpne</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Åpne fil"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Veiviser for datakilde til adressebok → Tildeling av felt</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Velg <emph>Fil → Lukk</emph></variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Velg <menuitem>Fil - Lagre</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Åpne <emph>Standard</emph> eller <emph>Tabelldata</emph>, klikk på"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Velg <menuitem>Fil - Lagre</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Ikon Lagre</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Lagre"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Ikon Lagre som</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Lagre som"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Velg <menuitem>Fil - Lagre alle</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Velg <menuitem>Fil – Lagre som</menuitem>.</variable>"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
+"help.text"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Velg <menuitem>Fil - Last inn på nytt</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Meny <menuitem>Fil - Forhåndsvisning</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Ikon Forhåndsvisning av utskrift</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Velg <menuitem>Fil - Skriverinnstillinger</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Meny <menuitem>Fil - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "E-postdokument"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Velg <menuitem>Fil - Eksporter</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Velg <menuitem>Fil - Eksporter som - Eksporter som EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Ikon Eksporter som EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Eksporter direkte som EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Velg <menuitem>Fil - Eksporter som - Eksporter som PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Velg <menuitem>Fil - Skriv ut</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "På verktøylinen <emph>Standard</emph>, klikk"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Utskrift Ikon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Skriv ut"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "På <emph>Forhåndsvisning</emph> i et tekstdokument, trykk"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Ikon Forhåndsvisning av utskriftsside</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Skriv ut forhåndsvisning"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Velg <menuitem>Fil - Eksporter</menuitem>. Hvis PBM, PPM eller PGM er valgt som filtype, åpnes dialogboksen automatisk.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Velg <emph>Fil → Versjoner</emph></variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
@@ -11588,7 +11966,7 @@ msgctxt ""
"par_id3149953\n"
"help.text"
msgid "<image id=\"img_id3155092\" src=\"cmd/lc_crop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Icon Crop</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155092\" src=\"cmd/lc_crop.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155092\">Ikon Beskjæring</alt></image>"
#. Qs4bZ
#: 00040500.xhp
@@ -12893,7 +13271,7 @@ msgctxt ""
"par_id3148889\n"
"help.text"
msgid "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150669\" src=\"cmd/lc_formatline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150669\">Ikon Linje</alt></image>"
#. acBGp
#: 00040502.xhp
@@ -13001,7 +13379,7 @@ msgctxt ""
"par_id3151293\n"
"help.text"
msgid "<variable id=\"linienstile\">Choose <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Text Box and Shape - </menuitem> </caseinline><caseinline select=\"CALC\"><menuitem>Object - </menuitem></caseinline></switchinline><menuitem>Line - Line Styles</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"linienstile\">Velg <menuitem>Format - </menuitem><switchinline select=\"appl\"><caseinline select=\"WRITER\"><menuitem>Tekstboks og form - </menuitem> </caseinline> <caseinline select=\"CALC\"><menuitem>Objekt - </menuitem></caseinline></switchinline><menuitem>Linje - Linjestiler</menuitem>-fanen.</variable>"
#. eRYGg
#: 00040502.xhp
@@ -13082,7 +13460,7 @@ msgctxt ""
"par_id3156424\n"
"help.text"
msgid "<image id=\"img_id3150868\" src=\"cmd/lc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Icon Area</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150868\" src=\"cmd/lc_backgroundcolor.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150868\">Ikon Område</alt></image>"
#. tdHtP
#: 00040502.xhp
@@ -13541,7 +13919,7 @@ msgctxt ""
"par_id3153052\n"
"help.text"
msgid "<image id=\"img_id3150965\" src=\"cmd/lc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Icon Position and Size</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150965\" src=\"cmd/lc_transformdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150965\">Ikon Posisjon og størrelse</alt></image>"
#. yL3FJ
#: 00040502.xhp
@@ -14549,7 +14927,7 @@ msgctxt ""
"par_id231683511408505\n"
"help.text"
msgid "<image src=\"cmd/lc_distributeselection.svg\" id=\"img_id891683511408507\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id831683511408508\">Icon Distribute</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_distributeselection.svg\" id=\"img_id891683511408507\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id831683511408508\">Ikon Distribuer</alt></image>"
#. TLH7B
#: 00040503.xhp
@@ -14558,7 +14936,7 @@ msgctxt ""
"par_id591683511408510\n"
"help.text"
msgid "Distribute"
-msgstr ""
+msgstr "Distribuer"
#. q4uTc
#: 01000000.xhp
@@ -14927,7 +15305,7 @@ msgctxt ""
"par_id3155449\n"
"help.text"
msgid "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Icon Undo</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155577\" src=\"cmd/lc_undo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155577\">Ikon Angre</alt></image>"
#. QzA62
#: edit_menu.xhp
@@ -14963,7 +15341,7 @@ msgctxt ""
"par_id3154938\n"
"help.text"
msgid "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Icon Redo</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150358\" src=\"cmd/lc_redo.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150358\">Gjør om ikon</alt></image>"
#. F99gF
#: edit_menu.xhp
@@ -15017,7 +15395,7 @@ msgctxt ""
"par_id3145173\n"
"help.text"
msgid "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Icon Cut</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145744\" src=\"cmd/lc_cut.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145744\">Ikon Klipp ut</alt></image>"
#. b2BCg
#: edit_menu.xhp
@@ -15062,7 +15440,7 @@ msgctxt ""
"par_id3154985\n"
"help.text"
msgid "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Icon Copy</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156441\" src=\"cmd/lc_copy.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156441\">Ikon Kopier</alt></image>"
#. Ezjwz
#: edit_menu.xhp
@@ -15107,7 +15485,7 @@ msgctxt ""
"par_id3156106\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Ikon Lim inn</alt></image>"
#. ZtHb2
#: edit_menu.xhp
@@ -15242,7 +15620,7 @@ msgctxt ""
"par_id3145748\n"
"help.text"
msgid "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Icon Select All</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153095\" src=\"cmd/lc_selectall.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153095\">Ikon Velg alle</alt></image>"
#. 8xMiC
#: edit_menu.xhp
@@ -15413,7 +15791,7 @@ msgctxt ""
"par_id3150020\n"
"help.text"
msgid "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Icon Find & Replace</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149121\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149121\">Ikon Finn og erstatt</alt></image>"
#. jRcHP
#: edit_menu.xhp
@@ -15449,7 +15827,7 @@ msgctxt ""
"par_id781602175775847\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image> or <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Søkeikon</alt></image> eller <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+F</keycode>"
#. CNnsD
#: edit_menu.xhp
@@ -15467,7 +15845,7 @@ msgctxt ""
"par_id551602176159965\n"
"help.text"
msgid "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Search Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id314249\" src=\"cmd/lc_recsearch.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id314249\">Søkeikon</alt></image>"
#. 8FD2j
#: edit_menu.xhp
@@ -15503,7 +15881,7 @@ msgctxt ""
"par_id941683841117366\n"
"help.text"
msgid "Press <keycode>F5</keycode>"
-msgstr ""
+msgstr "Trykk <keycode>F5</keycode>"
#. CcEAC
#: edit_menu.xhp
@@ -15512,7 +15890,7 @@ msgctxt ""
"par_id3163824\n"
"help.text"
msgid "On the <emph>Standard</emph> bar or the <emph>Sidebar</emph>, click"
-msgstr ""
+msgstr "På <emph>Standard</emph>-linjen eller <emph>sidefeltet</emph> klikker du på"
#. iwE8Q
#: edit_menu.xhp
@@ -15521,7 +15899,7 @@ msgctxt ""
"par_id3159183\n"
"help.text"
msgid "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Icon Navigator On/Off</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154508\" src=\"cmd/lc_navigator.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154508\">Ikon Navigator På/Av</alt></image>"
#. DFjLG
#: edit_menu.xhp
diff --git a/source/nb/helpcontent2/source/text/shared/01.po b/source/nb/helpcontent2/source/text/shared/01.po
index 13c643bd870..9cb4fd2d26b 100644
--- a/source/nb/helpcontent2/source/text/shared/01.po
+++ b/source/nb/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-22 10:08+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565212183.000000\n"
#. 3u8hR
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funksjon</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Ikon Tekstdokument</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Oppretter et tekstdokument i $[officename] forfatter."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\"> Ikon Regneark </alt> </image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Oppretter et regnearkdokument i $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Ikon Presentasjon</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Oppretter et presentasjonsdokument i $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Ikon Tegning</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Oppretter et tegnedokument i $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Ikon Formel</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Oppretter et formeldokument i $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Ikon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Oppretter et HTML-dokument."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Ikon XML Skjema Dokument</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Oppretter et <link href=\"text/shared/guide/xforms.xhp\">XForms</link> dokument."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Ikon Etikett</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Åpner <link href=\"text/shared/01/01010200.xhp\"><emph>Etiketter</emph></link>-dialogboksen der du kan angi alternativene for etikettene dine, og oppretter deretter en tekstdokument for etikettene i $[officename] Writer."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Ikon visittkort</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Åpner<link href=\"text/shared/01/01010300.xhp\"><emph>Visittkort</emph></link>-dialogen der du kan angi alternativene for visittkortene dine, og oppretter deretter et tekstdokument i $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Ikon Hoveddokument</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Åpner et dokument som ligger på en ekstern filserver.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Velg <item type=\"menuitem\">Fil – Åpne ekstern</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Trykk på knappen <emph>Eksterne filer</emph> i <emph>startsenteret</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Langklikk på <emph>Åpne</emph>-ikonet og velg <emph>Åpne ekstern fil</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\"> Lagrer en kopi av det aktuelle dokumentet med et annet navn eller sted.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Velg <item type=\"menuitem\">Fil → Lagre en kopi</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Eksporterer dokumentet i PDF- eller EPUB-format.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Velg <emph>Fil - Eksporter som</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">For å velge alle cellene på et ark, klikk på knappen i skjæringspunktet mellom kolonne- og radoverskriften øverst i venstre hjørne av arket.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">For å velge alle arkene i en regnearkfil, høyreklikk på navnefanen til et ark, og velg deretter <emph>Velg alle ark</emph> . <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Velger alle arkene i det gjeldende regnearket.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>tilpassing; hendelser</bookmark_value> <bookmark_value>hendelser; tilpasse</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Hendelser</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Tilordner makroer til programhendelser. Den tilordnede makroen kjører automatisk hver gang den valgte hendelsen inntreffer.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Dialogboksen har redusert funksjonalitet når den kalles opp fra menyen Rediger ark i et regneark."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/nb/helpcontent2/source/text/shared/02.po b/source/nb/helpcontent2/source/text/shared/02.po
index 22716bc4f70..9c9aa46cefc 100644
--- a/source/nb/helpcontent2/source/text/shared/02.po
+++ b/source/nb/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-22 10:08+0000\n"
+"PO-Revision-Date: 2023-05-22 10:29+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textshared02/nb_NO/>\n"
"Language: nb\n"
@@ -18356,7 +18356,7 @@ msgctxt ""
"par_id3154938\n"
"help.text"
msgid "<image id=\"img_id3153797\" src=\"cmd/lc_graphicfilterremovenoise.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153797\">Icon Remove Noise</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153797\" src=\"cmd/lc_graphicfilterremovenoise.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153797\">Ikon Fjern støy</alt></image>"
#. Xy7JP
#: 24010000.xhp
@@ -18392,7 +18392,7 @@ msgctxt ""
"par_id3148453\n"
"help.text"
msgid "<image id=\"img_id3154329\" src=\"cmd/lc_graphicfiltersolarize.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Solarization</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154329\" src=\"cmd/lc_graphicfiltersolarize.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Ikon solarisering</alt></image>"
#. A6GPu
#: 24010000.xhp
@@ -18482,7 +18482,7 @@ msgctxt ""
"par_id3153139\n"
"help.text"
msgid "<image id=\"img_id3159196\" src=\"cmd/lc_graphicfiltersepia.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Icon Aging</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159196\" src=\"cmd/lc_graphicfiltersepia.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159196\">Ikon aldring</alt></image>"
#. Gyiz9
#: 24010000.xhp
@@ -18536,7 +18536,7 @@ msgctxt ""
"par_id3155851\n"
"help.text"
msgid "<image id=\"img_id3150658\" src=\"cmd/lc_graphicdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150658\">Icon Posterize</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150658\" src=\"cmd/lc_graphicdialog.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150658\">Ikon Posterisere </alt></image>"
#. CxLBM
#: 24010000.xhp
@@ -18590,7 +18590,7 @@ msgctxt ""
"par_id3148495\n"
"help.text"
msgid "<image id=\"img_id3156437\" src=\"cmd/lc_graphicfilterpopart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156437\">Icon Pop Art</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156437\" src=\"cmd/lc_graphicfilterpopart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156437\">Ikon Pop Art</alt></image>"
#. U2nD4
#: 24010000.xhp
@@ -18626,7 +18626,7 @@ msgctxt ""
"par_id3150327\n"
"help.text"
msgid "<image id=\"img_id3154636\" src=\"cmd/lc_graphicfiltersobel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154636\">Icon Charcoal Sketch</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154636\" src=\"cmd/lc_graphicfiltersobel.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154636\">Ikon kullskisse</alt></image>"
#. GSg3X
#: 24010000.xhp
@@ -18662,7 +18662,7 @@ msgctxt ""
"par_id3154756\n"
"help.text"
msgid "<image id=\"img_id3154256\" src=\"cmd/lc_graphicfilterrelief.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154256\">Icon Relief</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154256\" src=\"cmd/lc_graphicfilterrelief.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154256\">Ikon Relieff</alt></image>"
#. bUcFG
#: 24010000.xhp
@@ -18716,7 +18716,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "<image id=\"img_id3155939\" src=\"cmd/lc_graphicfiltermosaic.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Mosaic</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155939\" src=\"cmd/lc_graphicfiltermosaic.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Ikon Mosaikk</alt></image>"
#. Gg54F
#: 24010000.xhp
diff --git a/source/nb/helpcontent2/source/text/shared/guide.po b/source/nb/helpcontent2/source/text/shared/guide.po
index 82e267b798c..8294668e482 100644
--- a/source/nb/helpcontent2/source/text/shared/guide.po
+++ b/source/nb/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-03-25 16:32+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1565211984.000000\n"
#. iharT
@@ -4415,7 +4415,7 @@ msgctxt ""
"FilterName_Office_Open_XML_Text\n"
"help.text"
msgid "Word 2010–365 Document"
-msgstr ""
+msgstr "Word 2010–365 Dokument"
#. JGAPk
#: convertfilters.xhp
@@ -4424,7 +4424,7 @@ msgctxt ""
"FilterName_Office_Open_XML_Text_Template\n"
"help.text"
msgid "Word 2010–365 Template"
-msgstr ""
+msgstr "Word 2010–365 Mal"
#. 7qLEf
#: convertfilters.xhp
@@ -5909,7 +5909,7 @@ msgctxt ""
"par_id3152349\n"
"help.text"
msgid "<image id=\"img_id3143270\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143270\">Icon Paste</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143270\" src=\"cmd/lc_paste.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3143270\">Ikon Lim inn</alt></image>"
#. 9mU2g
#: copytext2application.xhp
@@ -8303,7 +8303,7 @@ msgctxt ""
"par_id3147088\n"
"help.text"
msgid "<image id=\"img_id3153311\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153311\">Icon Search</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153311\" src=\"cmd/sc_recsearch.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153311\">Ikon Søk</alt></image>"
#. XfgsE
#: data_search.xhp
@@ -8375,7 +8375,7 @@ msgctxt ""
"par_id3150984\n"
"help.text"
msgid "On the <emph>Form Controls</emph> toolbar, click the <emph>Design Mode On/Off</emph> icon to turn off the design mode."
-msgstr ""
+msgstr "På <emph>Form Controls</emph>-verktøylinjen klikker du på <emph>Design Modus På/Av</emph>-ikonet for å slå av designmodusen."
#. Lt8Zt
#: data_search2.xhp
@@ -8384,7 +8384,7 @@ msgctxt ""
"par_id801679928774600\n"
"help.text"
msgid "<image src=\"cmd/lc_switchcontroldesignmode.svg\" id=\"img_id541679928774601\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691679928774602\">Icon Design Mode</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_switchcontroldesignmode.svg\" id=\"img_id541679928774601\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id691679928774602\">Ikon Designmodus</alt></image>"
#. AyPfG
#: data_search2.xhp
@@ -8393,7 +8393,7 @@ msgctxt ""
"par_id651679928774604\n"
"help.text"
msgid "Design Mode On/Off"
-msgstr ""
+msgstr "Designmodus På/A v"
#. a9S52
#: data_search2.xhp
@@ -8402,7 +8402,7 @@ msgctxt ""
"par_id3148672\n"
"help.text"
msgid "On the <emph>Form Navigation</emph> toolbar, click the <emph>Form-Based Filters</emph> icon. The current document is displayed with its form controls as an empty edit mask. The <emph>Form Filter </emph>toolbar appears."
-msgstr ""
+msgstr "På <emph>Skjemanavigering</emph>-verktøylinjen klikker du på ikonet <emph>Skjemabaserte filtre</emph>. Det gjeldende dokumentet vises med skjemakontrollene som en tom redigeringsmaske. Verktøylinjen <emph>Form Filter </emph> vises."
#. DMY37
#: data_search2.xhp
@@ -8411,7 +8411,7 @@ msgctxt ""
"par_id361679928863236\n"
"help.text"
msgid "<image src=\"cmd/sc_formfilter.png\" id=\"img_id931679928863237\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id881679928863238\">Icon Form Navigator</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/sc_formfilter.png\" id=\"img_id931679928863237\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id881679928863238\">Ikon Skjemanavigator</alt></image>"
#. iHjBC
#: data_search2.xhp
@@ -8420,7 +8420,7 @@ msgctxt ""
"par_id861679928863240\n"
"help.text"
msgid "Form Navigator"
-msgstr ""
+msgstr "Skjemanavigator"
#. ESCiY
#: data_search2.xhp
@@ -8465,7 +8465,7 @@ msgctxt ""
"par_id3150114\n"
"help.text"
msgid "Click the <link href=\"text/shared/02/12120000.xhp\"><emph>Apply Filter</emph></link> icon on the <emph>Form Navigation</emph> toolbar to change to the filtered view."
-msgstr ""
+msgstr "Klikk på <link href=\"text/shared/02/12120000.xhp\"><emph>Bruk filter</emph></link>-ikonet på <emph>Skjemanavigering</emph>-verktøylinjen for å bytte til den filtrerte visningen ."
#. tEMBQ
#: data_search2.xhp
@@ -8474,7 +8474,7 @@ msgctxt ""
"par_id191679929261704\n"
"help.text"
msgid "<image src=\"cmd/lc_datafilterstandardfilter.svg\" id=\"img_id111679929261705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561679929261706\">Icon Apply Filter</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_datafilterstandardfilter.svg\" id=\"img_id111679929261705\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id561679929261706\">Ikon Bruk filter</alt></image>"
#. XnbNK
#: data_search2.xhp
@@ -8483,7 +8483,7 @@ msgctxt ""
"par_id901679929261708\n"
"help.text"
msgid "Apply Filter"
-msgstr ""
+msgstr "Bruk filter"
#. u3opy
#: data_search2.xhp
@@ -8492,7 +8492,7 @@ msgctxt ""
"par_id3146898\n"
"help.text"
msgid "The filter that has been set can be removed by clicking <link href=\"text/shared/02/12040000.xhp\"><emph>Reset Filter/Sort</emph></link> icon."
-msgstr ""
+msgstr "Filteret som er satt kan fjernes ved å klikke <link href=\"text/shared/02/12040000.xhp\"><emph>Tilbakestill filter/sortering</emph></link>-ikonet."
#. 5giVo
#: data_search2.xhp
@@ -8501,7 +8501,7 @@ msgctxt ""
"par_id551679929385836\n"
"help.text"
msgid "<image src=\"cmd/lc_removefiltersort.svg\" id=\"img_id341679929385837\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981679929385838\">Icon Reset Filter/Sort</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_removefiltersort.svg\" id=\"img_id341679929385837\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id981679929385838\">Ikon Tilbakestill filter/sortering</alt></image>"
#. VNBAr
#: data_search2.xhp
@@ -8510,7 +8510,7 @@ msgctxt ""
"par_id501679929385841\n"
"help.text"
msgid "Reset Filter/Sort"
-msgstr ""
+msgstr "Tilbakestill filter/sortering"
#. 6iFDB
#: data_tabledefine.xhp
@@ -11111,7 +11111,7 @@ msgctxt ""
"par_id3148672\n"
"help.text"
msgid "<image id=\"img_id3158407\" src=\"sw/res/sc20238.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158407\">Icon Drag Mode</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158407\" src=\"sw/res/sc20238.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3158407\">Ikon Dra-modus</alt></image>"
#. yM3LQ
#: dragdrop.xhp
@@ -11390,7 +11390,7 @@ msgctxt ""
"hd_id3154927\n"
"help.text"
msgid "<variable id=\"dragdrop_gallery\"><link href=\"text/shared/guide/dragdrop_gallery.xhp\">Adding Graphics to the Gallery</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragdrop_gallery\"><link href=\"text/shared/guide/dragdrop_gallery.xhp\">Legg til grafikk i galleriet</link></variable>"
#. uTcum
#: dragdrop_gallery.xhp
@@ -11534,7 +11534,7 @@ msgctxt ""
"par_id3149763\n"
"help.text"
msgid "Drag the graphic into the other document. <switchinline select=\"sys\"><caseinline select=\"WIN\">If the documents are not visible side by side, first move the mouse pointer to the button of the target document while keeping the mouse button pressed. The document in question is then displayed and you can move the mouse pointer into the document.</caseinline></switchinline>"
-msgstr ""
+msgstr "Dra grafikken inn i det andre dokumentet. <switchinline select=\"sys\"><caseinline select=\"WIN\">Hvis dokumentene ikke er synlige side ved side, flytter du først musepekeren til knappen til måldokumentet mens du holder museknappen nede. Det aktuelle dokumentet vises da og du kan flytte musepekeren inn i dokumentet.</caseinline></switchinline>"
#. gJ2Zh
#: dragdrop_graphic.xhp
@@ -11615,7 +11615,7 @@ msgctxt ""
"par_id3152780\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">If the documents are not visible next to each other, first drag the mouse pointer to the destination document button. Continue to hold down the mouse button. The document is displayed, and you can move the mouse pointer within the document.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Hvis dokumentene ikke er synlige ved siden av hverandre, dra først musepekeren til måldokumentknappen. Fortsett å holde nede museknappen. Dokumentet vises, og du kan flytte musepekeren i dokumentet.</caseinline></switchinline>"
#. tBJFk
#: dragdrop_table.xhp
@@ -12857,7 +12857,7 @@ msgctxt ""
"par_idN1069C\n"
"help.text"
msgid "On the <emph>Drawing</emph> toolbar or on the <emph>Fontwork</emph> toolbar, click the <emph>Fontwork Gallery</emph> icon."
-msgstr ""
+msgstr "På <emph>Tegning</emph>-verktøylinjen eller på <emph>Fontwork</emph>-verktøylinjen klikker du på <emph>Fontwork Galleri</emph>-ikonet."
#. AAVBW
#: fontwork.xhp
@@ -12866,7 +12866,7 @@ msgctxt ""
"par_id891681132368390\n"
"help.text"
msgid "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Icon Fontwork Gallery</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id7040009\" src=\"cmd/lc_fontworkgalleryfloater.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id7040009\">Ikon Fontwork Galleri</alt></image>"
#. B5fwe
#: fontwork.xhp
@@ -12875,7 +12875,7 @@ msgctxt ""
"par_id81681132368394\n"
"help.text"
msgid "Fontwork Gallery"
-msgstr ""
+msgstr "Fontwork Galleri"
#. 2jUYr
#: fontwork.xhp
@@ -17231,7 +17231,7 @@ msgctxt ""
"par_id3156113\n"
"help.text"
msgid "<image id=\"img_id3166410\" src=\"cmd/lc_insertdraw.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166410\">Icon Show Draw Functions</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166410\" src=\"cmd/lc_insertdraw.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3166410\">Ikon Vis tegnefunksjoner</alt></image>"
#. FZGCX
#: line_intext.xhp
@@ -17240,7 +17240,7 @@ msgctxt ""
"par_id651679924642471\n"
"help.text"
msgid "On the Standard bar, click the <emph>Show Draw Functions </emph>icon to open the <emph>Drawing </emph>toolbar"
-msgstr ""
+msgstr "På standardlinjen klikker du på <emph>Vis tegnefunksjoner </emph>-ikonet for å åpne verktøylinjen for<emph>Tegning </emph>"
#. W24Uw
#: line_intext.xhp
@@ -17249,7 +17249,7 @@ msgctxt ""
"par_id3152780\n"
"help.text"
msgid "<image id=\"img_id3154285\" src=\"cmd/lc_line.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154285\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154285\" src=\"cmd/lc_line.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154285\">Ikon Linje</alt></image>"
#. o6ybf
#: line_intext.xhp
@@ -17258,7 +17258,7 @@ msgctxt ""
"par_id3159400\n"
"help.text"
msgid "Click the <emph>Line</emph> icon. The mouse pointer changes to a cross-hair symbol with a line beside it."
-msgstr ""
+msgstr "Klikk på <emph>Linje</emph>-ikonet. Musepekeren endres til et trådkors-symbol med en linje ved siden av."
#. DQjV2
#: line_intext.xhp
@@ -17276,7 +17276,7 @@ msgctxt ""
"par_id3149294\n"
"help.text"
msgid "<image id=\"img_id3159413\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159413\">Icon Select Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159413\" src=\"cmd/lc_selectobject.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159413\">Ikon Valgt Objekt</alt></image>"
#. dfHJd
#: line_intext.xhp
@@ -20849,7 +20849,7 @@ msgctxt ""
"par_id3156411\n"
"help.text"
msgid "<image id=\"img_id3153345\" src=\"sfx2/res/indexon_small.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153345\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153345\" src=\"sfx2/res/indexon_small.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153345\">Ikon</alt></image>"
#. bGhBu
#: navpane_on.xhp
@@ -22136,7 +22136,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "PDF CLI Parameters"
-msgstr ""
+msgstr "PDF CLI-Parametre"
#. ZPhEJ
#: pdf_params.xhp
@@ -22145,7 +22145,7 @@ msgctxt ""
"bm_id141682112838061\n"
"help.text"
msgid "<bookmark_value>PDF;command line parameters</bookmark_value> <bookmark_value>convert to PDF;command line parameters</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>PDF;kommandolinjeparametere</bookmark_value> <bookmark_value>konverter til PDF;kommandolinjeparametere</bookmark_value>"
#. ofagn
#: pdf_params.xhp
@@ -22154,7 +22154,7 @@ msgctxt ""
"hd_id121682091245245\n"
"help.text"
msgid "<variable id=\"h1\"><link href=\"text/shared/guide/pdf_params.xhp\">PDF Export Command Line Parameters</link></variable>"
-msgstr ""
+msgstr "<variable id=\"h1\"><link href=\"text/shared/guide/pdf_params.xhp\">Kommandolinje-parametre for PDF-eksport</link></variable>"
#. 9WZWX
#: pdf_params.xhp
@@ -22163,7 +22163,7 @@ msgctxt ""
"par_id671682091245248\n"
"help.text"
msgid "The PDF filter accepts a string of options containing PDF properties for export."
-msgstr ""
+msgstr "PDF-filteret godtar en rekke alternativer som inneholder PDF-egenskaper for eksport."
#. LprVp
#: pdf_params.xhp
@@ -22172,7 +22172,7 @@ msgctxt ""
"hd_id971682091492801\n"
"help.text"
msgid "Examples:"
-msgstr ""
+msgstr "Eksempler:"
#. RpP9D
#: pdf_params.xhp
@@ -22181,7 +22181,7 @@ msgctxt ""
"par_id841682091860427\n"
"help.text"
msgid "To skip the first page of a Draw document:"
-msgstr ""
+msgstr "Slik hopper du over den første siden i et Draw-dokument:"
#. Wi9jG
#: pdf_params.xhp
@@ -22190,7 +22190,7 @@ msgctxt ""
"par_id681682091902912\n"
"help.text"
msgid "To add a tiled watermark:"
-msgstr ""
+msgstr "Slik legger du til et vannmerke med fliser:"
#. XApuF
#: pdf_params.xhp
@@ -22199,7 +22199,7 @@ msgctxt ""
"par_id661682091944531\n"
"help.text"
msgid "To encrypt a file:"
-msgstr ""
+msgstr "Slik krypterer du en fil:"
#. fza5q
#: pdf_params.xhp
@@ -22208,7 +22208,7 @@ msgctxt ""
"par_id601682091972478\n"
"help.text"
msgid "To set version 1.5 (instead of the default 1.6):"
-msgstr ""
+msgstr "For å angi versjon 1.5 (i stedet for standard 1.6):"
#. mDXqB
#: pdf_params.xhp
@@ -22217,7 +22217,7 @@ msgctxt ""
"hd_id161682092535475\n"
"help.text"
msgid "General Properties"
-msgstr ""
+msgstr "Generelle egenskaper"
#. CLYTU
#: pdf_params.xhp
@@ -22226,7 +22226,7 @@ msgctxt ""
"par_id461682092689084\n"
"help.text"
msgid "<variable id=\"pn\">Name</variable>"
-msgstr ""
+msgstr "<variable id=\"pn\">Navn</variable>"
#. wPDUh
#: pdf_params.xhp
@@ -22235,7 +22235,7 @@ msgctxt ""
"par_id141682092689085\n"
"help.text"
msgid "<variable id=\"desc\">Description</variable>"
-msgstr ""
+msgstr "<variable id=\"desc\">Beskrivelse</variable>"
#. UmoHC
#: pdf_params.xhp
@@ -22244,7 +22244,7 @@ msgctxt ""
"par_id991682092689085\n"
"help.text"
msgid "<variable id=\"typ\">Type</variable>"
-msgstr ""
+msgstr "<variable id=\"typ\">Type</variable>"
#. 8X2ru
#: pdf_params.xhp
@@ -22253,7 +22253,7 @@ msgctxt ""
"par_id981682092689085\n"
"help.text"
msgid "<variable id=\"defval\">Default Value</variable>"
-msgstr ""
+msgstr "<variable id=\"defval\">Standardverdi</variable>"
#. rBQAU
#: pdf_params.xhp
@@ -22262,7 +22262,7 @@ msgctxt ""
"par_id21682092689099\n"
"help.text"
msgid "If this property is set, it indicates the range of pages to be printed."
-msgstr ""
+msgstr "Hvis denne egenskapen er angitt, indikerer den sideområdet som skal skrives ut."
#. cB3D9
#: pdf_params.xhp
@@ -22271,7 +22271,7 @@ msgctxt ""
"par_id611682092936607\n"
"help.text"
msgid "To print all the pages, leave this property unset."
-msgstr ""
+msgstr "For å skrive ut alle sidene, la denne egenskapen være deaktivert."
#. DzQF3
#: pdf_params.xhp
@@ -22280,7 +22280,7 @@ msgctxt ""
"par_id481682092945791\n"
"help.text"
msgid "To export a selection, leave this property unset and set only the property <literal>Selection</literal>."
-msgstr ""
+msgstr "For å eksportere et utvalg, la denne egenskapen være deaktivert og angi kun egenskapen <literal>Utvalg</literal>."
#. HGGvb
#: pdf_params.xhp
@@ -22289,7 +22289,7 @@ msgctxt ""
"par_id72682092689100\n"
"help.text"
msgid "Empty (all pages are printed)"
-msgstr ""
+msgstr "Tom (alle sider skrives ut)"
#. EP7tx
#: pdf_params.xhp
@@ -22298,7 +22298,7 @@ msgctxt ""
"par_id601682093114540\n"
"help.text"
msgid "An <emph>any</emph> corresponding to the current selection in the document."
-msgstr ""
+msgstr "En <emph>hvilken som helst</emph> som tilsvarer det gjeldende utvalget i dokumentet."
#. uG6Ez
#: pdf_params.xhp
@@ -22307,7 +22307,7 @@ msgctxt ""
"par_id191682094882341\n"
"help.text"
msgid "Specifies if images are exported to PDF using a lossless compression format like <emph>PNG</emph> or compressed using the <emph>JPEG</emph> format."
-msgstr ""
+msgstr "Angir om bilder eksporteres til PDF ved bruk av et tapsfritt komprimeringsformat som <emph>PNG</emph> eller komprimert med <emph>JPEG</emph>-formatet."
#. LHD2T
#: pdf_params.xhp
@@ -22316,7 +22316,7 @@ msgctxt ""
"par_id821682095024852\n"
"help.text"
msgid "Specifies the quality of the JPG export. A higher value produces a higher-quality image and a larger file."
-msgstr ""
+msgstr "Angir kvaliteten på JPG-eksporten. En høyere verdi gir et bilde av høyere kvalitet og en større fil."
#. 9XEdE
#: pdf_params.xhp
@@ -22325,7 +22325,7 @@ msgctxt ""
"par_id931682095141797\n"
"help.text"
msgid "Minimum inclusive value: 1. Represents the lowest value that can be used. The lower the value, the worse is the image quality and the smaller is the file size."
-msgstr ""
+msgstr "Minimum inklusive verdi: 1. Representerer den laveste verdien som kan brukes. Jo lavere verdi, jo dårligere er bildekvaliteten, og jo mindre er filstørrelsen."
#. gmZ5r
#: pdf_params.xhp
@@ -22334,7 +22334,7 @@ msgctxt ""
"par_id791682095148125\n"
"help.text"
msgid "Maximum inclusive value: 100. Represents the highest value that can be used. The higher the value, the better is the image quality and the larger is the file size."
-msgstr ""
+msgstr "Maksimal inklusive verdi: 100. Representerer den høyeste verdien som kan brukes. Jo høyere verdi, desto bedre er bildekvaliteten, og jo større er filstørrelsen."
#. zvtpL
#: pdf_params.xhp
@@ -22343,7 +22343,7 @@ msgctxt ""
"par_id281682095187331\n"
"help.text"
msgid "Specifies if the resolution of each image is reduced to the resolution specified by the property <literal>MaxImageResolution</literal>."
-msgstr ""
+msgstr "Angir om oppløsningen til hvert bilde reduseres til oppløsningen spesifisert av egenskapen <literal>MaxImageResolution</literal>."
#. QVA7F
#: pdf_params.xhp
@@ -22352,7 +22352,7 @@ msgctxt ""
"par_id201682095537396\n"
"help.text"
msgid "If the property <literal>ReduceImageResolution</literal> is set to true, all images will be reduced to the given value in DPI. Possible values are: 75, 150, 300, 600 and 1200."
-msgstr ""
+msgstr "Hvis egenskapen <literal>ReduceImageResolution</literal> er satt til sann, vil alle bilder reduseres til den gitte verdien i DPI. Mulige verdier er: 75, 150, 300, 600 og 1200."
#. YA52W
#: pdf_params.xhp
@@ -22361,7 +22361,7 @@ msgctxt ""
"par_id701682095840341\n"
"help.text"
msgid "Specifies the PDF version to emit. Possible values are:"
-msgstr ""
+msgstr "Angir PDF-versjonen som skal sendes. Mulige verdier er:"
#. jSAc3
#: pdf_params.xhp
@@ -22370,7 +22370,7 @@ msgctxt ""
"par_id421682095915294\n"
"help.text"
msgid "0: PDF 1.7 (default choice)."
-msgstr ""
+msgstr "0: PDF 1.7 (standardvalg)."
#. J6GGg
#: pdf_params.xhp
@@ -22379,7 +22379,7 @@ msgctxt ""
"par_id461682098105759\n"
"help.text"
msgid "Creates an accessible PDF file that follows the requirements of the PDF/UA (ISO 14289) specification."
-msgstr ""
+msgstr "Oppretter en tilgjengelig PDF-fil som følger kravene i PDF/UA-spesifikasjonen (ISO 14289)."
#. 6jnKY
#: pdf_params.xhp
@@ -22388,7 +22388,7 @@ msgctxt ""
"par_id301682096518885\n"
"help.text"
msgid "Determines if PDFs are created using special accessibility tags."
-msgstr ""
+msgstr "Bestemmer om PDF-er opprettes ved hjelp av spesielle tilgjengelighetskoder."
#. sU7xg
#: pdf_params.xhp
@@ -22397,7 +22397,7 @@ msgctxt ""
"par_id511682096576792\n"
"help.text"
msgid "Specifies whether form fields are exported as widgets or only their fixed print representation is exported."
-msgstr ""
+msgstr "Angir om skjemafelt skal eksporteres som widgets eller bare deres faste utskriftsrepresentasjon eksporteres."
#. xWJcc
#: pdf_params.xhp
@@ -22406,7 +22406,7 @@ msgctxt ""
"par_id621682096666647\n"
"help.text"
msgid "Specifies the submit format of a PDF form. Possible values are:"
-msgstr ""
+msgstr "Angir innsendingsformatet til et PDF-skjema. Mulige verdier er:"
#. rvZyx
#: pdf_params.xhp
@@ -22415,7 +22415,7 @@ msgctxt ""
"par_id241682096785203\n"
"help.text"
msgid "0: Specifies that form type FDF is used."
-msgstr ""
+msgstr "0: Angir at skjematypen FDF brukes."
#. sjaDZ
#: pdf_params.xhp
@@ -22424,7 +22424,7 @@ msgctxt ""
"par_id451682096789430\n"
"help.text"
msgid "1: Specifies that form type PDF is used."
-msgstr ""
+msgstr "1: 0: Angir at skjematypen FDF brukes."
#. SV4nK
#: pdf_params.xhp
@@ -22433,7 +22433,7 @@ msgctxt ""
"par_id431682096793624\n"
"help.text"
msgid "2: Specifies that form type HTML is used."
-msgstr ""
+msgstr "2:0: Angir at skjematypen HTML brukes."
#. e2vAz
#: pdf_params.xhp
@@ -22442,7 +22442,7 @@ msgctxt ""
"par_id871682096797498\n"
"help.text"
msgid "3: Specifies that form type XML is used."
-msgstr ""
+msgstr "3:0: Angir at skjematypen XML brukes."
#. xUePc
#: pdf_params.xhp
@@ -22451,7 +22451,7 @@ msgctxt ""
"par_id411682097005546\n"
"help.text"
msgid "Specifies whether multiple form fields exported are allowed to have the same field name."
-msgstr ""
+msgstr "Angir om flere eksporterte skjemafelt kan ha samme feltnavn."
#. vQBTV
#: pdf_params.xhp
@@ -22460,7 +22460,7 @@ msgctxt ""
"par_id341682097068100\n"
"help.text"
msgid "Specifies if bookmarks are exported to PDF."
-msgstr ""
+msgstr "Angir om bokmerker skal eksporteres til PDF."
#. GGvAH
#: pdf_params.xhp
@@ -22469,7 +22469,7 @@ msgctxt ""
"par_id331682129679539\n"
"help.text"
msgid "Export the placeholders fields visual markings only. The exported placeholder is ineffective."
-msgstr ""
+msgstr "Eksporter kun plassholderfeltenes visuelle markeringer. Den eksporterte plassholderen er ikke aktiv."
#. cwShm
#: pdf_params.xhp
@@ -22478,7 +22478,7 @@ msgctxt ""
"par_id721682097116255\n"
"help.text"
msgid "Specifies if notes are exported to PDF."
-msgstr ""
+msgstr "Angir om notater skal eksporteres til PDF."
#. sJHAF
#: pdf_params.xhp
@@ -22487,7 +22487,7 @@ msgctxt ""
"par_id261682097156543\n"
"help.text"
msgid "Specifies if notes pages are exported to PDF. (Notes pages are available in Impress documents only)."
-msgstr ""
+msgstr "Angir om notatsider skal eksporteres til PDF. (Notatsider er kun tilgjengelig i Impress-dokumenter)."
#. jAPh6
#: pdf_params.xhp
@@ -22496,7 +22496,7 @@ msgctxt ""
"par_id411682098346420\n"
"help.text"
msgid "If the property <literal>ExportNotesPages</literal> is set to true, specifies if only notes pages are exported to PDF."
-msgstr ""
+msgstr "Hvis egenskapen <literal>ExportNotesPages</literal> er satt til true, spesifiserer om bare notatsider eksporteres til PDF."
#. GvGLs
#: pdf_params.xhp
@@ -22505,7 +22505,7 @@ msgctxt ""
"par_id1001682113531619\n"
"help.text"
msgid "Specifies if notes in margin are exported to PDF."
-msgstr ""
+msgstr "Angir om margnotater skal eksporteres til PDF."
#. f5Qfk
#: pdf_params.xhp
@@ -22514,7 +22514,7 @@ msgctxt ""
"par_id641682126441875\n"
"help.text"
msgid "For %PRODUCTNAME Impress, exports slides not included in slide shows."
-msgstr ""
+msgstr "For %PRODUCTNAME Impress eksporterer lysbilder som ikke er inkludert i lysbildefremvisninger."
#. s7ZTV
#: pdf_params.xhp
@@ -22523,7 +22523,7 @@ msgctxt ""
"par_id811682097206961\n"
"help.text"
msgid "Specifies that automatically inserted empty pages are suppressed. This option is active only if storing Writer documents."
-msgstr ""
+msgstr "Angir at automatisk innsatte tomme sider undertrykkes. Dette alternativet er bare aktivt hvis du lagrer Writer-dokumenter."
#. kBHwd
#: pdf_params.xhp
@@ -22532,7 +22532,7 @@ msgctxt ""
"par_id621682097268703\n"
"help.text"
msgid "Specifies whether to embed the 14 standard PDF fonts or not."
-msgstr ""
+msgstr "Angir om de 14 standard PDF-fontene skal bygges inn eller ikke."
#. L6EfU
#: pdf_params.xhp
@@ -22541,7 +22541,7 @@ msgctxt ""
"par_id171682097328227\n"
"help.text"
msgid "Specifies that a stream is inserted to the PDF file which contains the original document for archiving purposes."
-msgstr ""
+msgstr "Angir at en strøm settes inn i PDF-filen som inneholder originaldokumentet for arkivering."
#. j6ioN
#: pdf_params.xhp
@@ -22550,7 +22550,7 @@ msgctxt ""
"par_id851682097384813\n"
"help.text"
msgid "This option is active only if the PDF Import extension is installed."
-msgstr ""
+msgstr "Dette alternativet er bare aktivt hvis PDF Import-utvidelsen er installert."
#. R4f6x
#: pdf_params.xhp
@@ -22559,7 +22559,7 @@ msgctxt ""
"par_id631682097533264\n"
"help.text"
msgid "Specifies the text for a watermark to be drawn on every page of the exported PDF file."
-msgstr ""
+msgstr "Angir teksten for et vannmerke som skal brukes på hver side i den eksporterte PDF-filen."
#. BpGDK
#: pdf_params.xhp
@@ -22568,7 +22568,7 @@ msgctxt ""
"par_id971682122847914\n"
"help.text"
msgid "Specifies the color of the watermark text"
-msgstr ""
+msgstr "Angir fargen på vannmerketeksten"
#. erWJF
#: pdf_params.xhp
@@ -22577,7 +22577,7 @@ msgctxt ""
"par_id861682123372323\n"
"help.text"
msgid "Specifies the font height of the watermark text."
-msgstr ""
+msgstr "Angir skrifthøyden på vannmerketeksten."
#. xLqxD
#: pdf_params.xhp
@@ -22586,7 +22586,7 @@ msgctxt ""
"par_id931682124018260\n"
"help.text"
msgid "Specifies angle of the watermark text."
-msgstr ""
+msgstr "Angir vinkelen til vannmerketeksten."
#. aWVT6
#: pdf_params.xhp
@@ -22595,7 +22595,7 @@ msgctxt ""
"par_id461682124177026\n"
"help.text"
msgid "Specifies font name of the watermark text."
-msgstr ""
+msgstr "Angir fontnavnet til vannmerketeksten."
#. uzphD
#: pdf_params.xhp
@@ -22604,7 +22604,7 @@ msgctxt ""
"par_id421682124269900\n"
"help.text"
msgid "Specifies the tiled watermark text."
-msgstr ""
+msgstr "Spesifiserer vannmerketeksten med fliser."
#. WGEgU
#: pdf_params.xhp
@@ -22613,7 +22613,7 @@ msgctxt ""
"par_id941682129849103\n"
"help.text"
msgid "When the option is enabled, then the reference XObject markup is used: this is a simple operation, but viewers have to support this markup to show vector images. Otherwise a fallback bitmap is shown in the viewer."
-msgstr ""
+msgstr "Når alternativet er aktivert, brukes referanse-XObject-markeringen: dette er en enkel operasjon, men viserne må støtte denne markeringen for å vise vektorbilder. Ellers vises en reservebitmap i visningsprogrammet."
#. JFuMo
#: pdf_params.xhp
@@ -22622,7 +22622,7 @@ msgctxt ""
"hd_id651682101490073\n"
"help.text"
msgid "Initial View"
-msgstr ""
+msgstr "Innledende visning"
#. fTBNo
#: pdf_params.xhp
@@ -22631,7 +22631,7 @@ msgctxt ""
"par_id981682101522618\n"
"help.text"
msgid "Specifies how the PDF document should be displayed when opened. Possible values are:"
-msgstr ""
+msgstr "Angir hvordan PDF-dokumentet skal vises når det åpnes. Mulige verdier er:"
#. SGrec
#: pdf_params.xhp
@@ -22640,7 +22640,7 @@ msgctxt ""
"par_id141682101963159\n"
"help.text"
msgid "0: Select the default viewer mode, neither outlines nor thumbnails."
-msgstr ""
+msgstr "0: Velg standard visningsmodus, hverken konturer eller miniatyrbilder."
#. LGTNj
#: pdf_params.xhp
@@ -22649,7 +22649,7 @@ msgctxt ""
"par_id701682101968454\n"
"help.text"
msgid "1: The document is opened with outline pane opened"
-msgstr ""
+msgstr "1: Dokumentet åpnes med disposisjonsruten åpen"
#. fDgWG
#: pdf_params.xhp
@@ -22658,7 +22658,7 @@ msgctxt ""
"par_id191682101972902\n"
"help.text"
msgid "2: The document is opened with thumbnail pane opened"
-msgstr ""
+msgstr "2: Dokumentet åpnes med miniatyrruten åpnet"
#. AoAbp
#: pdf_params.xhp
@@ -22667,7 +22667,7 @@ msgctxt ""
"par_id361682102130308\n"
"help.text"
msgid "Specifies the page on which a PDF document should be opened in the viewer application."
-msgstr ""
+msgstr "Angir siden et PDF-dokument skal åpnes på i visningsprogrammet."
#. AjfVJ
#: pdf_params.xhp
@@ -22676,7 +22676,7 @@ msgctxt ""
"par_id581682102185257\n"
"help.text"
msgid "Specifies the action to be performed when the PDF document is opened. Possible values are:"
-msgstr ""
+msgstr "Angir handlingen som skal utføres når PDF-dokumentet åpnes. Mulige verdier er:"
#. iXS9W
#: pdf_params.xhp
@@ -22685,7 +22685,7 @@ msgctxt ""
"par_id721682102242609\n"
"help.text"
msgid "0: Opens with default zoom magnification."
-msgstr ""
+msgstr "0: Åpnes med standard zoomforstørrelse."
#. uAWjD
#: pdf_params.xhp
@@ -22694,7 +22694,7 @@ msgctxt ""
"par_id231682102247131\n"
"help.text"
msgid "1: Opens magnified to fit the entire page within the window."
-msgstr ""
+msgstr "1: Åpnes forstørret for å passe hele siden i vinduet."
#. 7GXcL
#: pdf_params.xhp
@@ -22703,7 +22703,7 @@ msgctxt ""
"par_id291682102252023\n"
"help.text"
msgid "2: Opens magnified to fit the entire page width within the window."
-msgstr ""
+msgstr "2: Åpnes forstørret for å passe hele sidebredden i vinduet."
#. yMJXs
#: pdf_params.xhp
@@ -22712,7 +22712,7 @@ msgctxt ""
"par_id801682102257172\n"
"help.text"
msgid "3: Opens magnified to fit the entire width of its bounding box within the window (cuts out margins)."
-msgstr ""
+msgstr "3: Åpnes forstørret for å passe hele bredden av avgrensningsboksen innenfor vinduet (kutter ut marger)."
#. aFHWi
#: pdf_params.xhp
@@ -22721,7 +22721,7 @@ msgctxt ""
"par_id681682102262481\n"
"help.text"
msgid "4: Opens with the zoom level specified in the Zoom property."
-msgstr ""
+msgstr "4: Åpnes med zoomnivået angitt i Zoom-egenskapen."
#. SdrKA
#: pdf_params.xhp
@@ -22730,7 +22730,7 @@ msgctxt ""
"par_id151682102284385\n"
"help.text"
msgid "Specifies the zoom level a PDF document is opened with. Only valid if <literal>Magnification</literal> is set to \"4\"."
-msgstr ""
+msgstr "Angir zoomnivået et PDF-dokument åpnes med. Bare gyldig hvis <literal>Forstørrelse</literal> er satt til \"4\"."
#. Rs82T
#: pdf_params.xhp
@@ -22739,7 +22739,7 @@ msgctxt ""
"par_id771682102357425\n"
"help.text"
msgid "Specifies the page layout to be used when the document is opened. Possible values are:"
-msgstr ""
+msgstr "Angir sideoppsettet som skal brukes når dokumentet åpnes. Mulige verdier er:"
#. Fj5yP
#: pdf_params.xhp
@@ -22748,7 +22748,7 @@ msgctxt ""
"par_id151682102404677\n"
"help.text"
msgid "0: Display the pages according to the reader configuration."
-msgstr ""
+msgstr "0: Vis sidene i henhold til leserkonfigurasjonen."
#. uLGJr
#: pdf_params.xhp
@@ -22757,7 +22757,7 @@ msgctxt ""
"par_id671682102409679\n"
"help.text"
msgid "1: Display one page at a time."
-msgstr ""
+msgstr "1: Vis én side om gangen."
#. udbpj
#: pdf_params.xhp
@@ -22766,7 +22766,7 @@ msgctxt ""
"par_id331682102414339\n"
"help.text"
msgid "2: Display the pages in one column."
-msgstr ""
+msgstr "2: Vis sidene i én kolonne."
#. VeRT9
#: pdf_params.xhp
@@ -22775,7 +22775,7 @@ msgctxt ""
"par_id921682102421537\n"
"help.text"
msgid "3: Display the pages in two columns odd pages on the right, to have the odd pages on the left the <literal>FirstPageOnLeft</literal> property should be used as well."
-msgstr ""
+msgstr "3: Vis sidene i to kolonner oddetallssider til høyre, for å ha oddetallssidene til venstre bør egenskapen <literal>FirstPageOnLeft</literal> også brukes."
#. WQh3Z
#: pdf_params.xhp
@@ -22784,7 +22784,7 @@ msgctxt ""
"par_id531682102472806\n"
"help.text"
msgid "Used with the value 3 of the <literal>PageLayout</literal> property above, true if the first page (odd) should be on the left side of the screen."
-msgstr ""
+msgstr "Brukt med verdien 3 for egenskapen <literal>PageLayout</literal> ovenfor, sant hvis den første siden (oddetall) skal være på venstre side av skjermen."
#. TgEMS
#: pdf_params.xhp
@@ -22793,7 +22793,7 @@ msgctxt ""
"hd_id781682103094811\n"
"help.text"
msgid "User Interface"
-msgstr ""
+msgstr "Brukergrensesnitt"
#. Tp3hh
#: pdf_params.xhp
@@ -22802,7 +22802,7 @@ msgctxt ""
"par_id331682103608212\n"
"help.text"
msgid "Specifies that the PDF viewer window is opened full screen when the document is opened."
-msgstr ""
+msgstr "Angir at PDF-visningsvinduet åpnes i full skjerm når dokumentet åpnes."
#. rRaEB
#: pdf_params.xhp
@@ -22811,7 +22811,7 @@ msgctxt ""
"par_id541682103675581\n"
"help.text"
msgid "Specifies that the PDF viewer window is centered to the screen when the PDF document is opened."
-msgstr ""
+msgstr "Angir at PDF-visningsvinduet er sentrert til skjermen når PDF-dokumentet åpnes."
#. eVWiN
#: pdf_params.xhp
@@ -22820,7 +22820,7 @@ msgctxt ""
"par_id751682103728428\n"
"help.text"
msgid "Specifies that the PDF viewer window is opened full screen, on top of all windows."
-msgstr ""
+msgstr "Angir at PDF-visningsvinduet åpnes i full skjerm, på toppen av alle vinduer."
#. iBGa3
#: pdf_params.xhp
@@ -22829,7 +22829,7 @@ msgctxt ""
"par_id51682103770744\n"
"help.text"
msgid "Specifies that the title of the document, if present in the document properties, is displayed in the PDF viewer window title bar."
-msgstr ""
+msgstr "Angir at tittelen på dokumentet, hvis den finnes i dokumentegenskapene, vises i tittellinjen i PDF-visningsvinduet."
#. YQa5f
#: pdf_params.xhp
@@ -22838,7 +22838,7 @@ msgctxt ""
"par_id101682103823403\n"
"help.text"
msgid "Specifies whether to hide the PDF viewer menubar when the document is active."
-msgstr ""
+msgstr "Angir om PDF-visningens menylinje skal skjules når dokumentet er aktivt."
#. JkbDc
#: pdf_params.xhp
@@ -22847,7 +22847,7 @@ msgctxt ""
"par_id841682103876917\n"
"help.text"
msgid "Specifies whether to hide the PDF viewer toolbar when the document is active."
-msgstr ""
+msgstr "Angir om PDF-visningsverktøylinjen skal skjules når dokumentet er aktivt."
#. CtDon
#: pdf_params.xhp
@@ -22856,7 +22856,7 @@ msgctxt ""
"par_id491682103930314\n"
"help.text"
msgid "Specifies whether to hide the PDF viewer controls when the document is active."
-msgstr ""
+msgstr "Angir om PDF-visningskontrollene skal skjules når dokumentet er aktivt."
#. 8NGRD
#: pdf_params.xhp
@@ -22865,7 +22865,7 @@ msgctxt ""
"par_id741682103984522\n"
"help.text"
msgid "Specifies slide transitions are exported to PDF. This option is active only if storing Impress documents."
-msgstr ""
+msgstr "Spesifiserer lysbildeoverganger eksporteres til PDF. Dette alternativet er bare aktivt hvis du lagrer Impress-dokumenter."
#. HjEG9
#: pdf_params.xhp
@@ -22874,7 +22874,7 @@ msgctxt ""
"par_id731682104068266\n"
"help.text"
msgid "Specifies how many bookmark levels should be opened in the reader application when the PDF gets opened. Possible values are:"
-msgstr ""
+msgstr "Angir hvor mange bokmerkenivåer som skal åpnes i leserapplikasjonen når PDF-en åpnes. Mulige verdier er:"
#. MugGi
#: pdf_params.xhp
@@ -22883,7 +22883,7 @@ msgctxt ""
"par_id131682104132952\n"
"help.text"
msgid "-1: all bookmark levels are opened"
-msgstr ""
+msgstr "-1: alle bokmerkenivåer åpnes"
#. QD5o2
#: pdf_params.xhp
@@ -22892,7 +22892,7 @@ msgctxt ""
"par_id441682104137875\n"
"help.text"
msgid "1–10: indicate a bookmark level (from 1 to 10)"
-msgstr ""
+msgstr "1–10: angi et bokmerkenivå (fra 1 til 10)"
#. 6hYBz
#: pdf_params.xhp
@@ -22901,7 +22901,7 @@ msgctxt ""
"hd_id981682103099003\n"
"help.text"
msgid "Links"
-msgstr ""
+msgstr "Lenker"
#. PLqRL
#: pdf_params.xhp
@@ -22910,7 +22910,7 @@ msgctxt ""
"par_id641682104332819\n"
"help.text"
msgid "Specifies that the bookmarks contained in the source %PRODUCTNAME file should be exported to the PDF file as Named Destination."
-msgstr ""
+msgstr "Angir at bokmerkene i %PRODUCTNAME-kildefilen skal eksporteres til PDF-filen som navngitt destinasjon."
#. 3WvUa
#: pdf_params.xhp
@@ -22919,7 +22919,7 @@ msgctxt ""
"par_id331682104419169\n"
"help.text"
msgid "Specifies that the target documents with .od[tpgs] extension, will have that extension changed to .pdf when the link is exported to PDF. The source document remains untouched."
-msgstr ""
+msgstr "Spesifiserer at måldokumentene med .od[tpgs]-utvidelsen vil få denne utvidelsen endret til .pdf når koblingen eksporteres til PDF. Kildedokumentet forblir urørt."
#. gBKQg
#: pdf_params.xhp
@@ -22928,7 +22928,7 @@ msgctxt ""
"par_id911682104484869\n"
"help.text"
msgid "Specifies that the file system related hyperlinks (file:// protocol) present in the document will be exported as relative to the source document location."
-msgstr ""
+msgstr "Spesifiserer at de filsystemrelaterte hyperkoblingene (file://-protokollen) som finnes i dokumentet, vil bli eksportert i forhold til kildedokumentets plassering."
#. z96J8
#: pdf_params.xhp
@@ -22937,7 +22937,7 @@ msgctxt ""
"par_id991682104540032\n"
"help.text"
msgid "Specifies the way the exported PDF will be viewed (experienced) by the user. Possible values are:"
-msgstr ""
+msgstr "Angir hvordan den eksporterte PDF-filen vil bli sett (opplevd) av brukeren. Mulige verdier er:"
#. jBFzq
#: pdf_params.xhp
@@ -22946,7 +22946,7 @@ msgctxt ""
"par_id681682104589018\n"
"help.text"
msgid "0: Specifies that the PDF will be exported with all the links external to the document treated as URI. This is the Default"
-msgstr ""
+msgstr "0: Spesifiserer at PDF-en skal eksporteres med alle koblingene utenfor dokumentet behandlet som URI. Dette er standard"
#. 6GKvK
#: pdf_params.xhp
@@ -22955,7 +22955,7 @@ msgctxt ""
"par_id341682104594990\n"
"help.text"
msgid "1: Specifies that the PDF will be exported in order to be viewed through a PDF reader application only. Valid only if not exporting to PDF/A-1 (e.g. SelectPdfVersion not set to 1)."
-msgstr ""
+msgstr "1: Angir at PDF-en vil bli eksportert for kun å kunne ses gjennom et PDF-leserprogram. Gyldig bare hvis det ikke eksporteres til PDF/A-1 (f.eks. Velg PdfVersion ikke satt til 1)."
#. ECcRs
#: pdf_params.xhp
@@ -22964,7 +22964,7 @@ msgctxt ""
"par_id161682104601779\n"
"help.text"
msgid "2: Specifies that the PDF will be exported in order to be viewed through an Internet browser, using the PDF plug-in provided with it. The bookmark of the URI will be rendered compatible with the target bookmark generated with %PRODUCTNAME PDF Export feature (see <literal>ExportBookmarksToPDFDestination</literal>)."
-msgstr ""
+msgstr "2: Angir at PDF-en skal eksporteres for å bli vist gjennom en nettleser ved å bruke PDF-plugin-modulen som følger med. Bokmerket til URI-en vil bli gjengitt kompatibelt med målbokmerket generert med %PRODUCTNAME PDF-eksportfunksjonen (se <literal>ExportBookmarksToPDFDestination</literal>)."
#. 82SCn
#: pdf_params.xhp
@@ -22973,7 +22973,7 @@ msgctxt ""
"hd_id431682103103402\n"
"help.text"
msgid "Security"
-msgstr ""
+msgstr "Sikkerhet"
#. QrCmH
#: pdf_params.xhp
@@ -22982,7 +22982,7 @@ msgctxt ""
"par_id561682110042451\n"
"help.text"
msgid "If true, selects to encrypt the PDF document with a password. The PDF file can be opened only when the user enters the correct password."
-msgstr ""
+msgstr "Hvis sant, velger du å kryptere PDF-dokumentet med et passord. PDF-filen kan bare åpnes når brukeren oppgir riktig passord."
#. AviDp
#: pdf_params.xhp
@@ -22991,7 +22991,7 @@ msgctxt ""
"par_id481682110120040\n"
"help.text"
msgid "This is the password that allows the user to open the PDF file when <literal>EncryptFile</literal> is set to true."
-msgstr ""
+msgstr "Dette er passordet som lar brukeren åpne PDF-filen når <literal>EncryptFile</literal> er satt til sann."
#. hEmrg
#: pdf_params.xhp
@@ -23000,7 +23000,7 @@ msgctxt ""
"par_id421682110204356\n"
"help.text"
msgid "If true, selects to restrict some permissions. The permissions can be changed only when the user enters the correct password."
-msgstr ""
+msgstr "Hvis sant, velger du å begrense noen tillatelser. Tillatelsene kan bare endres når brukeren oppgir riktig passord."
#. AYGFc
#: pdf_params.xhp
@@ -23009,7 +23009,7 @@ msgctxt ""
"par_id461682110251806\n"
"help.text"
msgid "This is the password that allows the user to access some permissions restricted if <literal>RestrictPermissions</literal> is set to true."
-msgstr ""
+msgstr "Dette er passordet som lar brukeren få tilgang til noen tillatelser begrenset hvis <literal>RestrictPermissions</literal> er satt til sann."
#. rnFXH
#: pdf_params.xhp
@@ -23018,7 +23018,7 @@ msgctxt ""
"par_id331682110333150\n"
"help.text"
msgid "Specifies what printing is allowed. Possible values are:"
-msgstr ""
+msgstr "Angir hvilken utskrift som er tillatt. Mulige verdier er:"
#. ihQew
#: pdf_params.xhp
@@ -23027,7 +23027,7 @@ msgctxt ""
"par_id451682110379499\n"
"help.text"
msgid "0: The document cannot be printed."
-msgstr ""
+msgstr "0: Dokumentet kan ikke skrives ut."
#. R67Dw
#: pdf_params.xhp
@@ -23036,7 +23036,7 @@ msgctxt ""
"par_id971682110383819\n"
"help.text"
msgid "1: The document can be printed at low resolution only."
-msgstr ""
+msgstr "1: Dokumentet kan bare skrives ut med lav oppløsning."
#. hhBsT
#: pdf_params.xhp
@@ -23045,7 +23045,7 @@ msgctxt ""
"par_id441682110387779\n"
"help.text"
msgid "2: The document can be printed at maximum resolution."
-msgstr ""
+msgstr "2: Dokumentet kan skrives ut med maksimal oppløsning."
#. NLwwg
#: pdf_params.xhp
@@ -23054,7 +23054,7 @@ msgctxt ""
"par_id111682110417183\n"
"help.text"
msgid "Specifies the changes that can be made to the document. Possible values are:"
-msgstr ""
+msgstr "Angir endringene som kan gjøres i dokumentet. Mulige verdier er:"
#. z8ghG
#: pdf_params.xhp
@@ -23063,7 +23063,7 @@ msgctxt ""
"par_id791682110462123\n"
"help.text"
msgid "0: The document cannot be changed."
-msgstr ""
+msgstr "0: Dokumentet kan ikke endres."
#. LHS7W
#: pdf_params.xhp
@@ -23072,7 +23072,7 @@ msgctxt ""
"par_id91682110466372\n"
"help.text"
msgid "1: Inserting deleting and rotating pages is allowed."
-msgstr ""
+msgstr "1: Det er tillatt å legge inn, slette og rotere sider."
#. yrEBR
#: pdf_params.xhp
@@ -23081,7 +23081,7 @@ msgctxt ""
"par_id301682110472022\n"
"help.text"
msgid "2: Filling of form field is allowed."
-msgstr ""
+msgstr "2: Utfylling av skjemafelt er tillatt."
#. w5Cru
#: pdf_params.xhp
@@ -23090,7 +23090,7 @@ msgctxt ""
"par_id461682110476540\n"
"help.text"
msgid "3: Both filling of form field and commenting is allowed."
-msgstr ""
+msgstr "3: Både utfylling av skjemafelt og kommentering er tillatt."
#. f4Bwv
#: pdf_params.xhp
@@ -23099,7 +23099,7 @@ msgctxt ""
"par_id491682110483959\n"
"help.text"
msgid "4: All the changes of the previous selections are permitted, with the only exclusion of page extraction (copy)."
-msgstr ""
+msgstr "4: Alle endringer av de tidligere valgene er tillatt, med det eneste unntaket av sideekstraksjon (kopi)."
#. pum6c
#: pdf_params.xhp
@@ -23108,7 +23108,7 @@ msgctxt ""
"par_id271682110577552\n"
"help.text"
msgid "Specifies that the pages and the document content can be extracted to be used in other documents (copy and paste)."
-msgstr ""
+msgstr "Angir at sidene og dokumentinnholdet kan trekkes ut for å brukes i andre dokumenter (kopier og lim inn)."
#. DX8NT
#: pdf_params.xhp
@@ -23117,7 +23117,7 @@ msgctxt ""
"par_id491682110633185\n"
"help.text"
msgid "Specifies that the document content can be extracted to be used in accessibility applications."
-msgstr ""
+msgstr "Angir at dokumentinnholdet kan trekkes ut for å brukes i tilgjengelighetsapplikasjoner."
#. rboGy
#: pdf_params.xhp
@@ -23126,7 +23126,7 @@ msgctxt ""
"hd_id211682127014184\n"
"help.text"
msgid "Digital Signature"
-msgstr ""
+msgstr "Digital Signatur"
#. GUMxB
#: pdf_params.xhp
@@ -23135,7 +23135,7 @@ msgctxt ""
"par_id611682127040192\n"
"help.text"
msgid "If true, sign the PDF."
-msgstr ""
+msgstr "Hvis sant, signerer PDF-en."
#. wVBSA
#: pdf_params.xhp
@@ -23144,7 +23144,7 @@ msgctxt ""
"par_id621682127237508\n"
"help.text"
msgid "Additional information about the digital signature, location of the signatory."
-msgstr ""
+msgstr "Ytterligere informasjon om den digitale signaturen, plassering av underskriveren."
#. CHHzr
#: pdf_params.xhp
@@ -23153,7 +23153,7 @@ msgctxt ""
"par_id901682127621143\n"
"help.text"
msgid "Additional information about the digital signature, reason for signature."
-msgstr ""
+msgstr "Ytterligere informasjon om den digitale signaturen, årsak til signatur."
#. icBzP
#: pdf_params.xhp
@@ -23162,7 +23162,7 @@ msgctxt ""
"par_id121682127669860\n"
"help.text"
msgid "Additional information about the digital signature, signatory contact information."
-msgstr ""
+msgstr "Ytterligere informasjon om den digitale signaturen, underskrivers kontaktinformasjon."
#. E7ePZ
#: pdf_params.xhp
@@ -23171,7 +23171,7 @@ msgctxt ""
"par_id11682127786864\n"
"help.text"
msgid "Certificate password"
-msgstr ""
+msgstr "Sertifikatpassord"
#. U5tZD
#: pdf_params.xhp
@@ -23180,7 +23180,7 @@ msgctxt ""
"par_id1001682129138275\n"
"help.text"
msgid "During the PDF signing process, the timestamp authority URL will be used to obtain a digitally signed timestamp that is then embedded in the signature."
-msgstr ""
+msgstr "Under PDF-signeringsprosessen vil URL-en for tidsstempelautorisasjon bli brukt til å få et digitalt signert tidsstempel som deretter er innebygd i signaturen."
#. SxTMY
#: print_blackwhite.xhp
@@ -26906,7 +26906,7 @@ msgctxt ""
"par_id611682112346540\n"
"help.text"
msgid "The list of <link href=\"text/shared/guide/pdf_params.xhp\">filter options for PDF files</link>."
-msgstr ""
+msgstr "Listen over <link href=\"text/shared/guide/pdf_params.xhp\">filteralternativer for PDF-filer</link>."
#. EiUnD
#: start_parameters.xhp
@@ -27860,7 +27860,7 @@ msgctxt ""
"par_id04162017072351776\n"
"help.text"
msgid "<ahelp hid=\".\">To import one or more templates into the <emph>Template Manager,</emph> select <menuitem>Import</menuitem>, choose the Category of the template in the <link href=\"text/shared/01/select_template_category.xhp#h1\">Select Category</link> dialog, then select the files to be imported.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">For å importere én eller flere maler til <emph>Malbehandling</emph>, velg <menuitem>Importer</menuitem>, velg kategorien til malen i <link href=\"text/shared/01/select_template_category.xhp#h1\">Velg kategori</link>-dialogboksen, og velg deretter filene som skal importeres.</ahelp>"
#. 9zDEB
#: template_manager.xhp
@@ -28139,7 +28139,7 @@ msgctxt ""
"par_id041620170723518776\n"
"help.text"
msgid "<ahelp hid=\".\">To move templates to a different category, choose a template, or use <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+click to select additional templates, then right-click and choose <menuitem>Move</menuitem> to open the <link href=\"text/shared/01/select_template_category.xhp#h1\">Select Category</link> dialog box, where you can choose the target category or to a new category and move the template into. Built-in templates cannot be moved, but copies can be created in other categories.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">For å flytte maler til en annen kategori, velg en mal, eller bruk <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode> Command </keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>+klikk for å velge flere maler, høyreklikk deretter og velg <menuitem>Flytt</menuitem> for å åpne <link href=\"text/shared/01/select_template_category.xhp#h1\">Velg kategori</link> dialogboks, der du kan velge målkategori eller til en ny kategori og flytte malen inn. Innebygde maler kan ikke flyttes, men kopier kan opprettes i andre kategorier.</ahelp>"
#. BYJt3
#: template_manager.xhp
@@ -28490,7 +28490,7 @@ msgctxt ""
"par_id3156410\n"
"help.text"
msgid "<image id=\"img_id3159233\" src=\"cmd/lc_color.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Icon Font Color</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159233\" src=\"cmd/lc_color.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3159233\">Ikon Fontfarge</alt></image>"
#. MFqAC
#: text_color.xhp
@@ -28508,7 +28508,7 @@ msgctxt ""
"par_id3154897\n"
"help.text"
msgid "<image id=\"img_id3150503\" src=\"cmd/lc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Fill Style</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150503\" src=\"cmd/lc_fillstyle.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Ikon Fyllstil</alt></image>"
#. TyGww
#: text_color.xhp
@@ -28994,7 +28994,7 @@ msgctxt ""
"par_id3147834\n"
"help.text"
msgid "You can view file properties for the current document<switchinline select=\"sys\"><caseinline select=\"WIN\"> or for a document in the Windows File Open dialog</caseinline></switchinline>."
-msgstr ""
+msgstr "Du kan vise filegenskaper for det gjeldende dokumentet<switchinline select=\"sys\"><caseinline select=\"WIN\"> eller for et dokument i Windows-filåpne-dialogboksen</caseinline></switchinline>."
#. SaDGj
#: viewing_file_properties.xhp
diff --git a/source/nb/helpcontent2/source/text/simpress/00.po b/source/nb/helpcontent2/source/text/simpress/00.po
index 5a85ca45a15..06046f2abc1 100644
--- a/source/nb/helpcontent2/source/text/simpress/00.po
+++ b/source/nb/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-22 10:08+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1563818038.000000\n"
#. sqmGT
@@ -50,7 +50,7 @@ msgctxt ""
"par_id5316324\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the <menuitem>Custom Animation</menuitem> sidebar deck.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Åpner <menuitem>Egendefinert animasjons</menuitem> sidefeltet.</ahelp>"
#. bAS7D
#: 00000004.xhp
@@ -167,7 +167,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<variable id=\"dtvlc\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dtvlc\">Velg <menuitem>Fil - Eksporter</menuitem>.</variable>"
#. Cjh6J
#: 00000402.xhp
@@ -194,7 +194,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "Choose <menuitem>Edit - Duplicate</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Rediger - Dupliser</menuitem>."
#. iFMuz
#: 00000402.xhp
@@ -212,7 +212,7 @@ msgctxt ""
"par_id3149263\n"
"help.text"
msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (%PRODUCTNAME Draw only).</variable>"
-msgstr ""
+msgstr "<variable id=\"bearbueber\">Velg <emph>Form - Kryssdemping</emph> (kun %PRODUCTNAME Draw).</variable>"
#. CSEE8
#: 00000402.xhp
@@ -221,7 +221,7 @@ msgctxt ""
"par_id3149666\n"
"help.text"
msgid "<variable id=\"basl\">Choose <menuitem>Slide - Delete Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"basl\">Velg <menuitem>Lysbilde - Slett lysbilde</menuitem>.</variable>"
#. FXCWY
#: 00000402.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id3147397\n"
"help.text"
msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <menuitem>Delete Layer</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"baebl\">Åpne kontekstmenyen til et lag som er satt inn, og velg deretter <menuitem>Slett lag</menuitem>.</variable>"
#. nGzts
#: 00000402.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<variable id=\"feldbefehl\">Choose <menuitem>Edit - Fields</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"feldbefehl\">Velg <menuitem>Rediger - Felt</menuitem>.</variable>"
#. n6xfJ
#: 00000402.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"par_id8695944\n"
"help.text"
msgid "<variable id=\"gluebar\">Click the <emph>Show Gluepoint Functions</emph> icon on the <menuitem>Drawing</menuitem> bar.</variable>"
-msgstr ""
+msgstr "<variable id=\"gluebar\">Klikk på <emph>Vis limpunktfunksjoner</emph>-ikonet på <menuitem>Tegning</menuitem>-linjen.</variable>"
#. RE44L
#: 00000402.xhp
@@ -293,7 +293,7 @@ msgctxt ""
"par_id3148798\n"
"help.text"
msgid "<variable id=\"aslal\">Choose <menuitem>View - Rulers</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aslal\">Velg <menuitem>Vis – linjaler</menuitem>.</variable>"
#. PvGBf
#: 00000403.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3153771\n"
"help.text"
msgid "<variable id=\"option\">Choose <menuitem>View - Toolbars - Options</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"option\">Velg <menuitem>Vis - Verktøylinjer - Alternativer</menuitem>.</variable>"
#. ZZCEC
#: 00000403.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Presentation</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Verktøylinjer - Presentasjon</menuitem>."
#. xFTvM
#: 00000403.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "<variable id=\"quali\">Choose <menuitem>View - Color/Grayscale</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"quali\">Velg <menuitem>Vis – Farge/Gråtoner</menuitem>.</variable>"
#. nefGE
#: 00000403.xhp
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Normal</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -338,7 +338,7 @@ msgctxt ""
"par_id3157982\n"
"help.text"
msgid "Choose <menuitem>View - Outline</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis – Disposisjon</menuitem>."
#. RtvDG
#: 00000403.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"par_id3149875\n"
"help.text"
msgid "Choose <menuitem>View - Slide Sorter</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Lysbildesortering</menuitem>."
#. ZjiEB
#: 00000403.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"par_id3149352\n"
"help.text"
msgid "Choose <menuitem>View - Notes</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Notater</menuitem>."
#. EmvCe
#: 00000403.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id3155255\n"
"help.text"
msgid "Choose <menuitem>View - Master Handout</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Hovedutdelingsark</menuitem>."
#. WWEFs
#: 00000403.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id3154328\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Slide Show</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Lysbildefremvisning - Lysbildefremvisning</menuitem>."
#. cvTps
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Normal</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <menuitem>View - Master Slide</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Hovedlysbilde</menuitem>."
#. 6FLRL
#: 00000403.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"par_idN10AF7\n"
"help.text"
msgid "<variable id=\"masterlayouts\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"masterlayouts\">Velg <menuitem>Vis - Hovedlysbilde</menuitem>.</variable>"
#. 8irtd
#: 00000403.xhp
@@ -446,7 +446,7 @@ msgctxt ""
"par_idN10B19\n"
"help.text"
msgid "<variable id=\"notesmaster\">Choose <menuitem>View - Master Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"notesmaster\">Velg <menuitem>Vis - Hovednotater</menuitem>.</variable>"
#. UJCwj
#: 00000403.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"par_idN10B07\n"
"help.text"
msgid "<variable id=\"master\">Choose <menuitem>Slide - Master Elements</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master\">Velg <menuitem>Lysbilde - Hovedelementer</menuitem>.</variable>"
#. kt9yt
#: 00000403.xhp
@@ -464,7 +464,7 @@ msgctxt ""
"par_idN10B57\n"
"help.text"
msgid "Choose <menuitem>Insert - Header and Footer</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Sett inn - Topptekst og bunntekst</menuitem>."
#. pt9GN
#: 00000403.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_idN10B6E\n"
"help.text"
msgid "Choose <menuitem>Insert - Page number</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Sett inn - Sidenummer</menuitem>."
#. mFj7j
#: 00000403.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"par_idN10B74\n"
"help.text"
msgid "Choose <menuitem>Insert - Date and time</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Sett inn - Dato og klokkeslett</menuitem>."
#. DYHTa
#: 00000403.xhp
@@ -491,7 +491,7 @@ msgctxt ""
"par_id3149286\n"
"help.text"
msgid "<variable id=\"hinterzeichnung\">Choose <menuitem>View - Normal</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinterzeichnung\">Velg <menuitem>Vis – Normal</menuitem>.</variable>"
#. NLD2D
#: 00000403.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"par_id3153480\n"
"help.text"
msgid "<variable id=\"master_drawing\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master_drawing\">Velg <menuitem>Vis - Hovedlysbilde</menuitem>.</variable>"
#. nAKB2
#: 00000403.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Velg <menuitem>Vis - Notater</menuitem>.</variable>"
#. yDXA6
#: 00000404.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3154765\n"
"help.text"
msgid "Select the layer and choose <menuitem>Format - Layer</menuitem>."
-msgstr ""
+msgstr "Velg laget og velg <menuitem>Format - Lag</menuitem>."
#. HEbr2
#: 00000405.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "Open context menu of the layer tab - choose <menuitem>Modify Layer</menuitem>."
-msgstr ""
+msgstr "Åpne kontekstmenyen til lagfanen - velg <menuitem>Endre lag</menuitem>."
#. 3ozJT
#: 00000405.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Format - Interaksjon</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<variable id=\"silbentrennung\">Choose <menuitem>Tools - Language - Hyphenation</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"silbentrennung\">Velg <menuitem>Verktøy - Språk - Orddeling</menuitem>.</variable>"
#. DpRab
#: 00000406.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id3158394\n"
"help.text"
msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"etdaw\">Velg <menuitem>Vis - lysbildeovergang</menuitem>.</variable>"
#. MFQbE
#: 00000407.xhp
@@ -887,7 +887,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>Insert - Animated Image</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Sett inn - animert bilde</menuitem>."
#. w3vLq
#: 00000407.xhp
@@ -896,7 +896,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Custom Animation</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Lysbildefremvisning – egendefinert animasjon</menuitem>."
#. GjRGc
#: 00000407.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Ikon Egendefinert animasjon</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -932,7 +932,7 @@ msgctxt ""
"par_id3152987\n"
"help.text"
msgid "<variable id=\"praesent\">Choose <menuitem>Slide Show - Slide Show Settings</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"praesent\">Velg <menuitem>Lysbildefremvisning - Lysbildefremvisnings-innstillinger</menuitem>.</variable>"
#. BWo6W
#: 00000407.xhp
@@ -941,7 +941,7 @@ msgctxt ""
"par_id3155089\n"
"help.text"
msgid "<variable id=\"indipra\">Choose <menuitem>Slide Show - Custom Slide Show</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"indipra\">Velg <menuitem>Lysbildefremvisning – egendefinert lysbildefremvisning</menuitem>.</variable>"
#. 3GUFv
#: 00000413.xhp
@@ -968,7 +968,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Choose <menuitem>Shape - Convert</menuitem> (%PRODUCTNAME Draw only)."
-msgstr ""
+msgstr "Velg <menuitem>Form - Konverter</menuitem> (kun %PRODUCTNAME Draw)."
#. 8sqbB
#: 00000413.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3149124\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Curve</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form – Konverter – Til kurve</emph> (kun %PRODUCTNAME Draw)"
#. cjVjh
#: 00000413.xhp
@@ -1004,7 +1004,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Polygon</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Konverter - Til polygon</emph> (kun %PRODUCTNAME Draw)"
#. vFDG5
#: 00000413.xhp
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_id3147001\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Konverter - Til 3D</emph> (kun %PRODUCTNAME Draw)"
#. ZM2qM
#: 00000413.xhp
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3150205\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D Rotation Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Konverter - Til 3D-rotasjonsobjekt</emph> (kun %PRODUCTNAME Draw)"
#. 6GqEg
#: 00000413.xhp
@@ -1058,7 +1058,7 @@ msgctxt ""
"par_id3152986\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Bitmap</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Konverter - Til punktgrafikk</emph> (bare %PRODUCTNAME Draw)"
#. zYDUA
#: 00000413.xhp
@@ -1076,7 +1076,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Metafile</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Konverter - til metafil</emph> (kun %PRODUCTNAME Draw)"
#. FKBs3
#: 00000413.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Contour</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Konverter - Til kontur</emph> (kun %PRODUCTNAME Draw)"
#. JexGE
#: 00000413.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"par_id3153008\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - In Front of Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Still opp - Foran objektet</emph> (kun %PRODUCTNAME Draw)"
#. d8mib
#: 00000413.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id3150537\n"
"help.text"
msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Icon In Front of Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Ikon foran objektet</alt></image>"
#. BEnZu
#: 00000413.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3150654\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Behind Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Arranger - Bak objektet</emph> (kun %PRODUCTNAME Draw)"
#. ECTJD
#: 00000413.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"par_id3149886\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "På <menuitem>Tegning</menuitem>-linjen åpner du <menuitem>Arranger</menuitem>-verktøylinjen og klikker:"
#. HWm5x
#: 00000413.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3150865\n"
"help.text"
msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Icon Behind Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Ikon bak objekt</alt></image>"
#. zJ8mS
#: 00000413.xhp
@@ -1202,7 +1202,7 @@ msgctxt ""
"par_id3150002\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Reverse</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Arranger - Omvendt</emph> (kun %PRODUCTNAME Draw)"
#. kQ8FJ
#: 00000413.xhp
@@ -1220,7 +1220,7 @@ msgctxt ""
"par_id3145164\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "På <menuitem>Tegning</menuitem>-linjen åpner du <menuitem>Arranger</menuitem>-verktøylinjen og klikker:"
#. yLqU3
#: 00000413.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Ikon Omvendt</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3145298\n"
"help.text"
msgid "Choose <emph>Shape - Combine</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form – Kombiner</emph> (kun %PRODUCTNAME Draw)"
#. PP2FD
#: 00000413.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Del</emph> (kun %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id3154872\n"
"help.text"
msgid "Choose <emph>Shape - Connect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Koble til</emph> (kun %PRODUCTNAME Draw)"
#. DNEs5
#: 00000413.xhp
@@ -1301,7 +1301,7 @@ msgctxt ""
"par_id3153920\n"
"help.text"
msgid "Choose <emph>Shape - Break</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Bryt</emph> (kun %PRODUCTNAME Draw)"
#. EZSR4
#: 00000413.xhp
@@ -1319,7 +1319,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form</emph> (bare %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Shape - Merge</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Slå sammen</emph> (kun %PRODUCTNAME Draw)"
#. izMq7
#: 00000413.xhp
@@ -1355,7 +1355,7 @@ msgctxt ""
"par_id3150874\n"
"help.text"
msgid "Choose <emph>Shape - Subtract</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Trekk fra</emph> (bare %PRODUCTNAME Draw)"
#. dyi5b
#: 00000413.xhp
@@ -1373,7 +1373,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Velg <emph>Form - Avskjæring</emph> (kun %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"par_id3155530\n"
"help.text"
msgid "<variable id=\"frtite\">Choose <menuitem>Slide - Slide Properties</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtite\">Velg <menuitem>Slide - Lysbildeegenskaper</menuitem>.</variable>"
#. 2zhS7
#: slide_menu.xhp
@@ -1409,7 +1409,7 @@ msgctxt ""
"par_id3145386\n"
"help.text"
msgid "<variable id=\"frtites\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Page</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtites\">Velg <menuitem>Lysbilde - Lysbildeegenskaper</menuitem> og klikk deretter på fanen <menuitem>Side</menuitem>.</variable>"
#. zxATD
#: slide_menu.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<variable id=\"frtiteh\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Background</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtiteh\">Velg <menuitem>Lysbilde - Lysbildeegenskaper</menuitem> og klikk deretter på <menuitem>Bakgrunns</menuitem>-fanen.</variable>"
#. inJ9s
#: slide_menu.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3155266\n"
"help.text"
msgid "<variable id=\"adnsei\">Choose <menuitem>Slide - Layout</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"adnsei\">Velg <menuitem>Lysbilde - Utforming</menuitem>.</variable>"
#. hVZ8b
#: slide_menu.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"par_id3153012\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <menuitem>Slide - Change Slide Master</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"seitenvorlage\">Velg <menuitem>Lysbilde – Bytt hovedlysbilde</menuitem>.</variable>"
#. mga5s
#: slide_menu.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"par_id911634055593609\n"
"help.text"
msgid "<variable id=\"loadslidedesign\">Choose <menuitem>Slide - Change Slide Master - Load</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"loadslidedesign\">Velg <menuitem>Lysbilde - Endre Hovedlysbilde - Last inn</menuitem>.</variable>"
#. JMpSR
#: slide_menu.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Lysbilde - Nytt lysbilde</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/nb/helpcontent2/source/text/simpress/02.po b/source/nb/helpcontent2/source/text/simpress/02.po
index 72cd4ff05f6..6c361f229db 100644
--- a/source/nb/helpcontent2/source/text/simpress/02.po
+++ b/source/nb/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-03-25 16:32+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1563818183.000000\n"
#. AiACn
@@ -185,7 +185,7 @@ msgctxt ""
"par_id3156385\n"
"help.text"
msgid "<image id=\"img_id3155962\" src=\"cmd/lc_rehearsetimings.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155962\">Icon Rehearse Timings</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155962\" src=\"cmd/lc_rehearsetimings.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155962\">Ikon Øvingstider</alt></image>"
#. EGvU7
#: 04070000.xhp
@@ -1067,7 +1067,7 @@ msgctxt ""
"par_id3154104\n"
"help.text"
msgid "To display the <menuitem>Color Bar</menuitem>, choose <menuitem>View - Color Bar</menuitem>."
-msgstr ""
+msgstr "For å vise <menuitem>Fargelinje</menuitem>, velg <menuitem>Vis - Fargelinje</menuitem>."
#. 7z8fd
#: 10030000.xhp
@@ -3344,7 +3344,7 @@ msgctxt ""
"par_id3155445\n"
"help.text"
msgid "<image id=\"img_id3149018\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149018\">Icon Connector</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149018\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149018\">Ikon Kobling</alt></image>"
#. VY4UU
#: 10100000.xhp
@@ -3452,7 +3452,7 @@ msgctxt ""
"par_id3150743\n"
"help.text"
msgid "<image id=\"img_id3153037\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153037\">Icon Connector</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153037\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153037\">Ikon Koblinr</alt></image>"
#. ec4c9
#: 10100000.xhp
@@ -3488,7 +3488,7 @@ msgctxt ""
"par_id3155930\n"
"help.text"
msgid "<image id=\"img_id3150021\" src=\"cmd/lc_connectorarrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150021\">Icon Connector Starts with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150021\" src=\"cmd/lc_connectorarrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150021\">Ikon Kobling starter med pil</alt></image>"
#. DE2TS
#: 10100000.xhp
@@ -3524,7 +3524,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "<image id=\"img_id3150936\" src=\"cmd/lc_connectorarrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150936\">Icon Connector Ends with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150936\" src=\"cmd/lc_connectorarrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150936\">Ikon Kobling slutter med pil</alt></image>"
#. EdZE3
#: 10100000.xhp
@@ -3560,7 +3560,7 @@ msgctxt ""
"par_id3155987\n"
"help.text"
msgid "<image id=\"img_id3153720\" src=\"cmd/lc_connectorarrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153720\">Icon Connector with Arrows</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153720\" src=\"cmd/lc_connectorarrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153720\">Ikon Kobling med piler</alt></image>"
#. NxoXM
#: 10100000.xhp
@@ -3596,7 +3596,7 @@ msgctxt ""
"par_id3147565\n"
"help.text"
msgid "<image id=\"img_id3147572\" src=\"cmd/lc_connectorcirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Icon Connector Starts with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147572\" src=\"cmd/lc_connectorcirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147572\">Ikon Kobling starter med sirkel</alt></image>"
#. ypzh8
#: 10100000.xhp
@@ -3632,7 +3632,7 @@ msgctxt ""
"par_id3143234\n"
"help.text"
msgid "<image id=\"img_id3149289\" src=\"cmd/lc_connectorcircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149289\">Icon Connector Ends with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149289\" src=\"cmd/lc_connectorcircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149289\">Ikon Kobling slutter med sirkel</alt></image>"
#. ATS2v
#: 10100000.xhp
@@ -3668,7 +3668,7 @@ msgctxt ""
"par_id3158400\n"
"help.text"
msgid "<image id=\"img_id3154203\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154203\">Icon Connector with Circles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154203\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154203\">Ikon Kobling med sirkler</alt></image>"
#. wY2Az
#: 10100000.xhp
@@ -3704,7 +3704,7 @@ msgctxt ""
"par_id3150705\n"
"help.text"
msgid "<image id=\"img_id3153679\" src=\"cmd/lc_connectorlines.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153679\">Icon Line Connector</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153679\" src=\"cmd/lc_connectorlines.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153679\">Ikon Linjekobling</alt></image>"
#. R6Kir
#: 10100000.xhp
@@ -3740,7 +3740,7 @@ msgctxt ""
"par_id3154610\n"
"help.text"
msgid "<image id=\"img_id3150629\" src=\"cmd/lc_connectorlinesarrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150629\">Icon Line Connector Starts with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150629\" src=\"cmd/lc_connectorlinesarrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150629\">Ikon Linjekobling starter med pil</alt></image>"
#. bTTB5
#: 10100000.xhp
@@ -3776,7 +3776,7 @@ msgctxt ""
"par_id3150347\n"
"help.text"
msgid "<image id=\"img_id3150357\" src=\"cmd/lc_connectorlinesarrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150357\">Icon Line Connector Ends with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150357\" src=\"cmd/lc_connectorlinesarrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150357\">Ikon Linjekobling slutter med pil</alt></image>"
#. amBDG
#: 10100000.xhp
@@ -3812,7 +3812,7 @@ msgctxt ""
"par_id3150972\n"
"help.text"
msgid "<image id=\"img_id3150982\" src=\"cmd/lc_connectorlinesarrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150982\">Icon Line Connector with Arrows</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150982\" src=\"cmd/lc_connectorlinesarrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150982\">Ikon Linjekobling med piler</alt></image>"
#. ognF3
#: 10100000.xhp
@@ -3848,7 +3848,7 @@ msgctxt ""
"par_id3151274\n"
"help.text"
msgid "<image id=\"img_id3151284\" src=\"cmd/lc_connectorlinescirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151284\">Icon Line Connector Starts with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151284\" src=\"cmd/lc_connectorlinescirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151284\">Ikon Linjekobling starter med sirkel</alt></image>"
#. sVK4B
#: 10100000.xhp
@@ -3884,7 +3884,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "<image id=\"img_id3151326\" src=\"cmd/lc_connectorlinescircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151326\">Icon Line Connector Ends with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151326\" src=\"cmd/lc_connectorlinescircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151326\">Ikon Linjekobling slutter med sirkel</alt></image>"
#. TJVfb
#: 10100000.xhp
@@ -3920,7 +3920,7 @@ msgctxt ""
"par_id3151262\n"
"help.text"
msgid "<image id=\"img_id3154834\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154834\">Icon Line Connector with Circles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154834\" src=\"cmd/lc_connector.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154834\">Ikon Linjekobling med sirkler</alt></image>"
#. Gq7fQ
#: 10100000.xhp
@@ -3956,7 +3956,7 @@ msgctxt ""
"par_id3148981\n"
"help.text"
msgid "<image id=\"img_id3154223\" src=\"cmd/lc_connectorline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154223\">Icon Straight Connector</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154223\" src=\"cmd/lc_connectorline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154223\">Ikon rett tilkobling</alt></image>"
#. vDiGL
#: 10100000.xhp
@@ -3992,7 +3992,7 @@ msgctxt ""
"par_id3152775\n"
"help.text"
msgid "<image id=\"img_id3156188\" src=\"cmd/lc_connectorlinearrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156188\">Icon Straight Connector Starts with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156188\" src=\"cmd/lc_connectorlinearrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156188\">Ikon rett kobling starter med pil</alt></image>"
#. kyuj8
#: 10100000.xhp
@@ -4028,7 +4028,7 @@ msgctxt ""
"par_id3147072\n"
"help.text"
msgid "<image id=\"img_id3147082\" src=\"cmd/lc_connectorlinearrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147082\">Icon Straight Connector Ends with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147082\" src=\"cmd/lc_connectorlinearrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147082\">Ikon rett kobling ender med pil</alt></image>"
#. kCF46
#: 10100000.xhp
@@ -4064,7 +4064,7 @@ msgctxt ""
"par_id3151027\n"
"help.text"
msgid "<image id=\"img_id3151037\" src=\"cmd/lc_connectorlinearrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151037\">Icon Straight Connector with Arrows</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151037\" src=\"cmd/lc_connectorlinearrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151037\">Ikon rett kobling med piler</alt></image>"
#. fDbpm
#: 10100000.xhp
@@ -4100,7 +4100,7 @@ msgctxt ""
"par_id3156370\n"
"help.text"
msgid "<image id=\"img_id3156380\" src=\"cmd/lc_connectorlinecirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Icon Straight Connector Starts with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156380\" src=\"cmd/lc_connectorlinecirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156380\">Ikon rett kobling starter med sirkel</alt></image>"
#. fXGy5
#: 10100000.xhp
@@ -4136,7 +4136,7 @@ msgctxt ""
"par_id3155912\n"
"help.text"
msgid "<image id=\"img_id3155922\" src=\"cmd/lc_connectorlinecircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155922\">Icon Straight Connector Ends with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155922\" src=\"cmd/lc_connectorlinecircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155922\">Ikon Rett kobling ender med sirkel</alt></image>"
#. 5RcGY
#: 10100000.xhp
@@ -4172,7 +4172,7 @@ msgctxt ""
"par_id3150112\n"
"help.text"
msgid "<image id=\"img_id3150122\" src=\"cmd/lc_connectorline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Icon Straight Connector with Circles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150122\" src=\"cmd/lc_connectorline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150122\">Ikon rett kobling med sirkler</alt></image>"
#. LNdin
#: 10100000.xhp
@@ -4208,7 +4208,7 @@ msgctxt ""
"par_id3146139\n"
"help.text"
msgid "<image id=\"img_id3146149\" src=\"cmd/lc_connectorcurve.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146149\">Icon Curved Connector</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146149\" src=\"cmd/lc_connectorcurve.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3146149\">Ikon buet kobling</alt></image>"
#. X6RWd
#: 10100000.xhp
@@ -4244,7 +4244,7 @@ msgctxt ""
"par_id3146914\n"
"help.text"
msgid "<image id=\"img_id3154807\" src=\"cmd/lc_connectorcurvearrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154807\">Icon Curved Connector Starts with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154807\" src=\"cmd/lc_connectorcurvearrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154807\">Ikon Buet kobling starter med pil</alt></image>"
#. V949S
#: 10100000.xhp
@@ -4280,7 +4280,7 @@ msgctxt ""
"par_id3145215\n"
"help.text"
msgid "<image id=\"img_id3145225\" src=\"cmd/lc_connectorcurvearrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145225\">Icon Curved Connector Ends with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145225\" src=\"cmd/lc_connectorcurvearrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145225\">Ikon Buet kobling slutter med pil</alt></image>"
#. nT2is
#: 10100000.xhp
@@ -4316,7 +4316,7 @@ msgctxt ""
"par_id3148438\n"
"help.text"
msgid "<image id=\"img_id3148448\" src=\"cmd/lc_connectorcurvearrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148448\">Icon Curved Connector with Arrows</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148448\" src=\"cmd/lc_connectorcurvearrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148448\">Ikon Buet kobling slutter med pil</alt></image>"
#. gpCCf
#: 10100000.xhp
@@ -4352,7 +4352,7 @@ msgctxt ""
"par_id3153291\n"
"help.text"
msgid "<image id=\"img_id3153301\" src=\"cmd/lc_connectorcurvecirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153301\">Icon Curved Connector Starts with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153301\" src=\"cmd/lc_connectorcurvecirclestart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153301\">Ikon buet kobling starter med sirkel</alt></image>"
#. W2YFD
#: 10100000.xhp
@@ -4388,7 +4388,7 @@ msgctxt ""
"par_id3154724\n"
"help.text"
msgid "<image id=\"img_id3156097\" src=\"cmd/lc_connectorcurvecircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156097\">Icon Curved Connector Ends with Circle</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156097\" src=\"cmd/lc_connectorcurvecircleend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156097\">Ikon buet kobling slutter med sirkel</alt></image>"
#. zbtLi
#: 10100000.xhp
@@ -4424,7 +4424,7 @@ msgctxt ""
"par_id3155588\n"
"help.text"
msgid "<image id=\"img_id3155598\" src=\"cmd/lc_connectorcurvecircles.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155598\">Icon Curved Connector with Circles</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155598\" src=\"cmd/lc_connectorcurvecircles.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155598\">Ikon buet kobling med sirkler</alt></image>"
#. qQWaC
#: 10100000.xhp
@@ -4595,7 +4595,7 @@ msgctxt ""
"hd_id3153811\n"
"help.text"
msgid "<variable id=\"Lineh1\"><link href=\"text/simpress/02/10120000.xhp\">Line</link></variable>"
-msgstr ""
+msgstr "<variable id=\"Lineh1\"><link href=\"text/simpress/02/10120000.xhp\">Linje</link></variable>"
#. jpHZe
#: 10120000.xhp
@@ -4613,7 +4613,7 @@ msgctxt ""
"par_id3147405\n"
"help.text"
msgid "<image id=\"img_id3147299\" src=\"cmd/lc_line.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147299\">Icon Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147299\" src=\"cmd/lc_line.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147299\">Ikon Linje</alt></image>"
#. xDo9J
#: 10120000.xhp
@@ -4649,7 +4649,7 @@ msgctxt ""
"par_id3145590\n"
"help.text"
msgid "<image id=\"img_id3145596\" src=\"cmd/lc_linearrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145596\">Icon Line Ends with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145596\" src=\"cmd/lc_linearrowend.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145596\">Ikon Linje slutter med pil</alt></image>"
#. goz7b
#: 10120000.xhp
@@ -4685,7 +4685,7 @@ msgctxt ""
"par_id3156060\n"
"help.text"
msgid "<image id=\"img_id3156066\" src=\"cmd/lc_linearrowcircle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156066\">Icon Line with Arrow/Circle</alt> </image>"
-msgstr ""
+msgstr "<image id=\"img_id3156066\" src=\"cmd/lc_linearrowcircle.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156066\">Ikon Linje med pil/sirkel</alt> </image>"
#. sFGs4
#: 10120000.xhp
@@ -4721,7 +4721,7 @@ msgctxt ""
"par_id3155402\n"
"help.text"
msgid "<image id=\"img_id3155409\" src=\"cmd/lc_linearrowsquare.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155409\">Icon Line with Arrow/Square</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155409\" src=\"cmd/lc_linearrowsquare.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155409\">Ikon Linje med pil/firkant</alt></image>"
#. BrnKY
#: 10120000.xhp
@@ -4757,7 +4757,7 @@ msgctxt ""
"par_id3145202\n"
"help.text"
msgid "<image id=\"img_id3145209\" src=\"cmd/lc_line_diagonal.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145209\">Icon Line (45°)</alt> </image>"
-msgstr ""
+msgstr "<image id=\"img_id3145209\" src=\"cmd/lc_line_diagonal.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145209\">Ikon Linje (45°)</alt> </image>"
#. v6fFj
#: 10120000.xhp
@@ -4793,7 +4793,7 @@ msgctxt ""
"par_id3151172\n"
"help.text"
msgid "<image id=\"img_id3151178\" src=\"cmd/lc_linearrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151178\">Icon Line Starts with Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151178\" src=\"cmd/lc_linearrowstart.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3151178\">Ikon Linje starter med pil</alt></image>"
#. BAKF3
#: 10120000.xhp
@@ -4829,7 +4829,7 @@ msgctxt ""
"par_id3154276\n"
"help.text"
msgid "<image id=\"img_id3149152\" src=\"cmd/lc_linecirclearrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149152\">Icon Line with Circle/Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149152\" src=\"cmd/lc_linecirclearrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149152\">Ikon Linje med sirkel/pil</alt></image>"
#. KWta8
#: 10120000.xhp
@@ -4865,7 +4865,7 @@ msgctxt ""
"par_id3153538\n"
"help.text"
msgid "<image id=\"img_id3149931\" src=\"cmd/lc_linesquarearrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149931\">Icon Line with Square/Arrow</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149931\" src=\"cmd/lc_linesquarearrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149931\">Ikon Linje med kvadrat/pil</alt></image>"
#. JfC4g
#: 10120000.xhp
@@ -4919,7 +4919,7 @@ msgctxt ""
"par_id3154836\n"
"help.text"
msgid "<image id=\"img_id3149684\" src=\"cmd/lc_measureline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149684\">Icon Dimension Line</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149684\" src=\"cmd/lc_measureline.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149684\">Ikon Dimensjonslinje</alt></image>"
#. QrgJf
#: 10120000.xhp
@@ -4955,7 +4955,7 @@ msgctxt ""
"par_id3147218\n"
"help.text"
msgid "<image id=\"img_id3147224\" src=\"cmd/lc_linearrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147224\">Icon Line with Arrows</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147224\" src=\"cmd/lc_linearrows.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147224\">Ikon Linje med piler</alt></image>"
#. sEJwd
#: 10120000.xhp
diff --git a/source/nb/helpcontent2/source/text/smath/01.po b/source/nb/helpcontent2/source/text/smath/01.po
index a6f341403cf..280a9bfce91 100644
--- a/source/nb/helpcontent2/source/text/smath/01.po
+++ b/source/nb/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-04-25 17:42+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1548254663.000000\n"
#. QmNGE
@@ -3758,7 +3758,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "For skalerte parenteser, bruk <literal>ingen</literal> som parentesnavn"
#. Ma9f7
#: 03090500.xhp
@@ -3767,7 +3767,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "<literal>phantom</literal>-setningen sikrer at den siste parentesen har riktig størrelse."
#. fpVQw
#: 03090500.xhp
diff --git a/source/nb/helpcontent2/source/text/swriter/00.po b/source/nb/helpcontent2/source/text/swriter/00.po
index 1e899c319b6..23bc1121134 100644
--- a/source/nb/helpcontent2/source/text/swriter/00.po
+++ b/source/nb/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-14 05:01+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548247761.000000\n"
#. E9tti
@@ -2824,86 +2824,86 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Brevfletting"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
-msgstr "Skjemamenyen"
+msgid "The Content Controls Menu"
+msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
-msgstr "<variable id=\"rchtxt\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn rik tekst</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
+msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
-msgstr "<variable id=\"plntxt\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn ren tekst</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
+msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
-msgstr "<variable id=\"pctr\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn bilde</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
+msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
-msgstr "<variable id=\"chkbx\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn avmerkingsboks</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
+msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
-msgstr "<variable id=\"cmbbx\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn kombinasjonsboks</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
+msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
-msgstr "<variable id=\"drpdwn\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn rullegardinliste</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
+msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
-msgstr "<variable id=\"dt\">Velg <menuitem>Skjema - Innholdskontroll - Sett inn dato</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
+msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
-msgstr "<variable id=\"prop\">Velg <menuitem>Form - Innholdskontroll - Innholdskontrollegenskaper</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
+msgstr ""
#. pwCa2
#: stylesmenu.xhp
diff --git a/source/nb/helpcontent2/source/text/swriter/01.po b/source/nb/helpcontent2/source/text/swriter/01.po
index 42e7ef40bc1..49790c4eebd 100644
--- a/source/nb/helpcontent2/source/text/swriter/01.po
+++ b/source/nb/helpcontent2/source/text/swriter/01.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-20 06:52+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/nb_NO/>\n"
"Language: nb\n"
"MIME-Version: 1.0\n"
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Dokumentet kan ikke redigeres når det er i forhåndsvisning."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Trykk <emph>Lukk forhåndsvisning</emph> for å avslutte forhåndsvisningen.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -689,7 +689,7 @@ msgctxt ""
"par_id3149802\n"
"help.text"
msgid "Shows or hides the Navigator window, where you can quickly jump to different parts of your document."
-msgstr ""
+msgstr "Viser eller skjuler Navigator-vinduet, der du raskt kan hoppe til forskjellige deler av dokumentet."
#. 7LGoz
#: 02110000.xhp
@@ -698,7 +698,7 @@ msgctxt ""
"par_id381683893440519\n"
"help.text"
msgid "Use the Navigator to insert elements from the current document or other open documents, and to organize master documents."
-msgstr ""
+msgstr "Bruk Navigator til å sette inn elementer fra gjeldende dokument eller andre åpne dokumenter, og til å organisere hoveddokumenter."
#. cwzrh
#: 02110000.xhp
@@ -707,7 +707,7 @@ msgctxt ""
"par_id461683893449872\n"
"help.text"
msgid "To edit an item in the Navigator, right-click the item, and then choose a command from the context menu."
-msgstr ""
+msgstr "For å redigere et element i navigatoren, høyreklikk på elementet, og velg deretter en kommando fra hurtigmenyen."
#. B6b7G
#: 02110000.xhp
@@ -716,7 +716,7 @@ msgctxt ""
"par_id261683893475316\n"
"help.text"
msgid "You can <link href=\"text/shared/00/00000005.xhp#docking\">dock</link> the Navigator at the edge of your workspace."
-msgstr ""
+msgstr "Du kan <link href=\"text/shared/00/00000005.xhp#docking\">dokke</link> Navigatoren ved kanten av arbeidsområdet."
#. 38NwD
#: 02110000.xhp
@@ -725,7 +725,7 @@ msgctxt ""
"par_id31683893560323\n"
"help.text"
msgid "To move the Navigator, drag its title bar."
-msgstr ""
+msgstr "For å flytte Navigatoren, dra dens tittellinje."
#. rCpDc
#: 02110000.xhp
@@ -734,7 +734,7 @@ msgctxt ""
"par_id361683893571693\n"
"help.text"
msgid "To dock the Navigator, drag its title bar to the left, right or bottom edge of the workspace. To undock the Navigator, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline> key and double-click on a grey area of the Navigator."
-msgstr ""
+msgstr "For å forankre Navigatoren, dra tittellinjen til venstre, høyre eller nederste kant av arbeidsområdet. For å koble fra navigatoren, hold nede <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline>-tasten og dobbeltklikk på et grått område i Navigatoren."
#. qR2xo
#: 02110000.xhp
@@ -743,7 +743,7 @@ msgctxt ""
"par_id3149490\n"
"help.text"
msgid "Click the expander icon (+) next to a category in the Navigator to view the items in the category. Click on an expanded category to collapse it."
-msgstr ""
+msgstr "Klikk på utvidelsesikonet (+) ved siden av en kategori i navigatoren for å vise elementene i kategorien. Klikk på en utvidet kategori for å skjule den."
#. ufK9e
#: 02110000.xhp
@@ -752,7 +752,7 @@ msgctxt ""
"par_id611683893638800\n"
"help.text"
msgid "To view the number of items in a category, rest your mouse pointer over the category in the Navigator."
-msgstr ""
+msgstr "For å se antall elementer i en kategori, hvil musepekeren over kategorien i navigatoren."
#. 9cSGD
#: 02110000.xhp
@@ -761,7 +761,7 @@ msgctxt ""
"par_id941683893643631\n"
"help.text"
msgid "To jump to an item in the document, double-click the item in the Navigator."
-msgstr ""
+msgstr "For å hoppe til et element i dokumentet, dobbeltklikk på elementet i navigatoren."
#. WD2Zz
#: 02110000.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_id571655653825780\n"
"help.text"
msgid "The navigator shows the correspondence between the current document cursor location element and the navigator view, according to different categories: Headings, Tables, Hyperlinks and more. The element is displayed and highlighted in the Navigator content view. If the element is located in a collapsed layer, the required layers above it are automatically expanded and remain expanded afterwards."
-msgstr ""
+msgstr "Navigatoren viser samsvaret mellom gjeldende dokumentmarkørplasseringselement og navigatorvisningen, i henhold til ulike kategorier: Overskrifter, Tabeller, Hyperkoblinger etc. Elementet vises og utheves i innholdsvisningen i Navigatoren. Hvis elementet er plassert i et sammenslått lag, utvides de nødvendige lagene over det automatisk og forblir utvidet etterpå."
#. Q8DSJ
#: 02110000.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id221683895608399\n"
"help.text"
msgid "Document elements are highlighted by inverting their colour on displayed page when hovering their entry name in the Navigator. This allows to draw attention to the element hovered in the Navigator."
-msgstr ""
+msgstr "Dokumentelementer utheves ved å invertere fargen deres på den viste siden når du holder pekeren på oppføringsnavnet i Navigatoren. Dette gjør det mulig å trekke oppmerksomhet til elementet som svever i Navigatoren."
#. 87cKG
#: 02110000.xhp
@@ -1148,7 +1148,7 @@ msgctxt ""
"hd_id3150507\n"
"help.text"
msgid "<variable id=\"outlinelvl\"><link href=\"text/swriter/01/02110000.xhp#outlinelvl\">Show Up to Outline Level</link></variable>"
-msgstr ""
+msgstr "<variable id=\"outlinelvl\"><link href=\"text/swriter/01/02110000.xhp#outlinelvl\">Vis opp til disposisjonsnivå</link></variable>"
#. z6hTe
#: 02110000.xhp
@@ -1193,7 +1193,7 @@ msgctxt ""
"hd_id3155308\n"
"help.text"
msgid "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">List Box</link></variable>"
-msgstr ""
+msgstr "<variable id=\"ListBoxh1\"><link href=\"text/swriter/01/02110000.xhp#ListBoxh1\">Listeboks</link></variable>"
#. bkwZ7
#: 02110000.xhp
@@ -1202,7 +1202,7 @@ msgctxt ""
"par_id3155325\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Shows or hides the <emph>Navigator</emph> list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Viser eller skjuler <emph>Navigator</emph>-listen.</ahelp>"
#. ys6tB
#: 02110000.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"hd_id3151338\n"
"help.text"
msgid "<variable id=\"promotelevel\"><link href=\"text/swriter/01/02110000.xhp#promotelevel\">Promote Outline Level</link></variable>"
-msgstr ""
+msgstr "<variable id=\"promotelevel\"><link href=\"text/swriter/01/02110000.xhp#promotelevel\">Framhev disposisjonsnivå</link></variable>"
#. YBbij
#: 02110000.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"hd_id3153714\n"
"help.text"
msgid "<variable id=\"demotelevel\"><link href=\"text/swriter/01/02110000.xhp#demotelevel\">Demote Outline Level</link></variable>"
-msgstr ""
+msgstr "<variable id=\"demotelevel\"><link href=\"text/swriter/01/02110000.xhp#demotelevel\">Senk disposisjonsnivå</link></variable>"
#. 62CNE
#: 02110000.xhp
@@ -1301,7 +1301,7 @@ msgctxt ""
"hd_id3145571\n"
"help.text"
msgid "<variable id=\"promotechap\"><link href=\"text/swriter/01/02110000.xhp#promotechap\">Move Chapter Up</link></variable>"
-msgstr ""
+msgstr "<variable id=\"promotechap\"><link href=\"text/swriter/01/02110000.xhp#promotechap\">Flytt kapittel opp</link></variable>"
#. M92CK
#: 02110000.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
"hd_id3154424\n"
"help.text"
msgid "<variable id=\"demotechap\"><link href=\"text/swriter/01/02110000.xhp#demotechap\">Move Chapter Down</link></variable>"
-msgstr ""
+msgstr "<variable id=\"demotechap\"><link href=\"text/swriter/01/02110000.xhp#demotechap\">Flytt kapittel ned</link></variable>"
#. b84qh
#: 02110000.xhp
@@ -1382,7 +1382,7 @@ msgctxt ""
"hd_id3154292\n"
"help.text"
msgid "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Drag Mode</link></variable>"
-msgstr ""
+msgstr "<variable id=\"dragmode\"><link href=\"text/swriter/01/02110000.xhp#dragmode\">Dramodus</link></variable>"
#. G5FvJ
#: 02110000.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"hd_id3150938\n"
"help.text"
msgid "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Insert As Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertashyperlink\"><link href=\"text/swriter/01/02110000.xhp#insertashyperlink\">Sett inn som hyperkobling</link></variable>"
#. 8BVxG
#: 02110000.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"hd_id3154354\n"
"help.text"
msgid "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Insert As Link</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertaslink\"><link href=\"text/swriter/01/02110000.xhp#insertaslink\">Sett inn som lenke</link></variable>"
#. Q8EAG
#: 02110000.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"hd_id3155572\n"
"help.text"
msgid "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Insert As Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"insertascopy\"><link href=\"text/swriter/01/02110000.xhp#insertascopy\">Sett inn som kopi</link></variable>"
#. GFSCB
#: 02110000.xhp
@@ -1472,7 +1472,7 @@ msgctxt ""
"hd_id3147340\n"
"help.text"
msgid "<variable id=\"opendocuments\"><link href=\"text/swriter/01/02110000.xhp#opendocuments\">Open Documents</link></variable>"
-msgstr ""
+msgstr "<variable id=\"opendocuments\"><link href=\"text/swriter/01/02110000.xhp#opendocuments\">Åpne dokumenter</link></variable>"
#. rZmAa
#: 02110000.xhp
@@ -1490,7 +1490,7 @@ msgctxt ""
"hd_id541603882412689\n"
"help.text"
msgid "<variable id=\"outlinetracking\"><link href=\"text/swriter/01/02110000.xhp#outlinetracking\">Outline Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"outlinetracking\"><link href=\"text/swriter/01/02110000.xhp#outlinetracking\">Disposisjonsrsporing</link></variable>"
#. nrCtR
#: 02110000.xhp
@@ -1544,7 +1544,7 @@ msgctxt ""
"hd_id911683912584456\n"
"help.text"
msgid "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Copy</link></variable>"
-msgstr ""
+msgstr "<variable id=\"copychapter\"><link href=\"text/swriter/01/02110000.xhp#copychapter\">Kopier</link></variable>"
#. 9ipGr
#: 02110000.xhp
@@ -1553,7 +1553,7 @@ msgctxt ""
"par_id921683912738232\n"
"help.text"
msgid "Copies the heading and all contents that belongs to the chapter, including level-less contents and headings with levels above the copied heading level. Sibling headings, with same heading level, are not copied. You can paste the contents in another place in the document."
-msgstr ""
+msgstr "Kopierer overskriften og alt innhold som hører til kapitlet, inkludert nivåløst innhold og overskrifter med nivåer over det kopierte overskriftsnivået. Søskenoverskrifter, med samme overskriftsnivå, kopieres ikke. Du kan lime inn innholdet et annet sted i dokumentet."
#. MbZVf
#: 02110000.xhp
@@ -1562,7 +1562,7 @@ msgctxt ""
"hd_id771683910814918\n"
"help.text"
msgid "<variable id=\"deletechapter\"><link href=\"text/swriter/01/02110000.xhp#deletechapter\">Delete Chapter</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletechapter\"><link href=\"text/swriter/01/02110000.xhp#deletechapter\">Slett kapittel</link></variable>"
#. sjZqR
#: 02110000.xhp
@@ -1571,7 +1571,7 @@ msgctxt ""
"par_id611683911156747\n"
"help.text"
msgid "Deletes the heading and all contents that belongs to the chapter, including level-less contents and headings with levels above the deleted heading level. Sibling headings, with same heading level, are not deleted."
-msgstr ""
+msgstr "Sletter overskriften og alt innhold som hører til kapittelet, inkludert nivåløst innhold og overskrifter med nivåer over slettet overskriftsnivå. Søskenoverskrifter, med samme overskriftsnivå, slettes ikke."
#. RjyMk
#: 02110000.xhp
@@ -1580,7 +1580,7 @@ msgctxt ""
"hd_id941683913330764\n"
"help.text"
msgid "<variable id=\"select\"><link href=\"text/swriter/01/02110000.xhp#select\">Select</link></variable>"
-msgstr ""
+msgstr "<variable id=\"select\"><link href=\"text/swriter/01/02110000.xhp#select\">Velg</link></variable>"
#. BbQzD
#: 02110000.xhp
@@ -1589,7 +1589,7 @@ msgctxt ""
"par_id541683913384922\n"
"help.text"
msgid "Selects the heading and all contents that belongs to the chapter, including level-less contents and headings with levels above the selected heading level. Sibling headings, with same heading level, are not selected."
-msgstr ""
+msgstr "Velger overskriften og alt innhold som hører til kapitlet, inkludert innhold uten nivå og overskrifter med nivåer over det valgte overskriftsnivået. Søskenoverskrifter, med samme overskriftsnivå, er ikke valgt."
#. Fy2er
#: 02110000.xhp
@@ -1598,7 +1598,7 @@ msgctxt ""
"hd_id501683914222249\n"
"help.text"
msgid "<variable id=\"display\"><link href=\"text/swriter/01/02110000.xhp#display\">Display</link></variable>"
-msgstr ""
+msgstr "<variable id=\"display\"><link href=\"text/swriter/01/02110000.xhp#display\">Vis</link></variable>"
#. FpYGX
#: 02110000.xhp
@@ -1607,7 +1607,7 @@ msgctxt ""
"par_id3149025\n"
"help.text"
msgid "Select the document that you want to view."
-msgstr ""
+msgstr "Velg dokumentet du vil se."
#. sBGsH
#: 02110000.xhp
@@ -1616,7 +1616,7 @@ msgctxt ""
"hd_id11683919143308\n"
"help.text"
msgid "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Edit</link></variable>"
-msgstr ""
+msgstr "<variable id=\"edit\"><link href=\"text/swriter/01/02110000.xhp#edit\">Rediger</link></variable>"
#. ck62e
#: 02110000.xhp
@@ -1625,7 +1625,7 @@ msgctxt ""
"par_id821683919186741\n"
"help.text"
msgid "Edit the properties of the selected object."
-msgstr ""
+msgstr "Rediger egenskapene til det valgte objektet."
#. YSEEW
#: 02110000.xhp
@@ -1634,7 +1634,7 @@ msgctxt ""
"hd_id151683919484583\n"
"help.text"
msgid "<variable id=\"rename\"><link href=\"text/swriter/01/02110000.xhp#rename\">Rename</link></variable>"
-msgstr ""
+msgstr "<variable id=\"rename\"><link href=\"text/swriter/01/02110000.xhp#rename\">Gi nytt navn</link></variable>"
#. DcJLx
#: 02110000.xhp
@@ -1643,7 +1643,7 @@ msgctxt ""
"par_id231683919638264\n"
"help.text"
msgid "Renames the selected object. At object creation time, %PRODUCTNAME assigns a unique name to the object within the document."
-msgstr ""
+msgstr "Gi nytt navn til det valgte objektet. Når objektet opprettes, tildeler %PRODUCTNAME et unikt navn til objektet i dokumentet."
#. k2Xii
#: 02110000.xhp
@@ -1652,7 +1652,7 @@ msgctxt ""
"hd_id481683919951849\n"
"help.text"
msgid "<variable id=\"deletetable\"><link href=\"text/swriter/01/02110000.xhp#deletetable\">Delete Table</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletetable\"><link href=\"text/swriter/01/02110000.xhp#deletetable\">Slett Tabell</link></variable>"
#. q2sXA
#: 02110000.xhp
@@ -1661,7 +1661,7 @@ msgctxt ""
"par_id241683919972627\n"
"help.text"
msgid "Deletes the selected table."
-msgstr ""
+msgstr "Sletter den valgte tabellen."
#. X6A9S
#: 02110000.xhp
@@ -1670,7 +1670,7 @@ msgctxt ""
"hd_id431683844186701\n"
"help.text"
msgid "<variable id=\"tabletracking\"><link href=\"text/swriter/01/02110000.xhp#tabletracking\">Table Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"tabletracking\"><link href=\"text/swriter/01/02110000.xhp#tabletracking\">Tabellsporing</link></variable>"
#. J74q5
#: 02110000.xhp
@@ -1679,7 +1679,7 @@ msgctxt ""
"par_id161683980423914\n"
"help.text"
msgid "Mark this checkbox to include tables when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere tabeller når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. vAcyy
#: 02110000.xhp
@@ -1688,7 +1688,7 @@ msgctxt ""
"hd_id641683980142337\n"
"help.text"
msgid "<variable id=\"deleteframe\"><link href=\"text/swriter/01/02110000.xhp#deleteframe\">Delete Frame</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteframe\"><link href=\"text/swriter/01/02110000.xhp#deleteframe\">Slett Ramme</link></variable>"
#. mESeG
#: 02110000.xhp
@@ -1697,7 +1697,7 @@ msgctxt ""
"par_id391683980193867\n"
"help.text"
msgid "Deletes the frame and all its contents."
-msgstr ""
+msgstr "Sletter rammen og alt dens innhold."
#. 9PCbd
#: 02110000.xhp
@@ -1706,7 +1706,7 @@ msgctxt ""
"hd_id811683844136624\n"
"help.text"
msgid "<variable id=\"frametracking\"><link href=\"text/swriter/01/02110000.xhp#frametracking\">Frame Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"frametracking\"><link href=\"text/swriter/01/02110000.xhp#frametracking\">Rammesporing</link></variable>"
#. eJujg
#: 02110000.xhp
@@ -1715,7 +1715,7 @@ msgctxt ""
"par_id921683980417895\n"
"help.text"
msgid "Mark this checkbox to include frames when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere rammer når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. QT77R
#: 02110000.xhp
@@ -1724,7 +1724,7 @@ msgctxt ""
"hd_id941683843035521\n"
"help.text"
msgid "<variable id=\"sectiontracking\"><link href=\"text/swriter/01/02110000.xhp#sectiontracking\">Section Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"sectiontracking\"><link href=\"text/swriter/01/02110000.xhp#sectiontracking\">Seksjonssporing</link></variable>"
#. y9XC5
#: 02110000.xhp
@@ -1733,7 +1733,7 @@ msgctxt ""
"par_id911683980109402\n"
"help.text"
msgid "Mark this checkbox to include sections when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere seksjoner når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. CrHCD
#: 02110000.xhp
@@ -1742,7 +1742,7 @@ msgctxt ""
"hd_id231683980306706\n"
"help.text"
msgid "<variable id=\"deleteimage\"><link href=\"text/swriter/01/02110000.xhp#deleteimage\">Delete Image</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteimage\"><link href=\"text/swriter/01/02110000.xhp#deleteimage\">Slett bilde</link></variable>"
#. 9rBrF
#: 02110000.xhp
@@ -1751,7 +1751,7 @@ msgctxt ""
"par_id101683980385919\n"
"help.text"
msgid "Deletes the image."
-msgstr ""
+msgstr "Sletter bildet."
#. pRa7R
#: 02110000.xhp
@@ -1760,7 +1760,7 @@ msgctxt ""
"hd_id661683841618002\n"
"help.text"
msgid "<variable id=\"imagetracking\"><link href=\"text/swriter/01/02110000.xhp#imagetracking\">Image Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"imagetracking\"><link href=\"text/swriter/01/02110000.xhp#imagetracking\">Bildesporing</link></variable>"
#. gyVf8
#: 02110000.xhp
@@ -1769,7 +1769,7 @@ msgctxt ""
"par_id321683980405779\n"
"help.text"
msgid "Mark this checkbox to include images when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere bilder når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. 6CGEt
#: 02110000.xhp
@@ -1778,7 +1778,7 @@ msgctxt ""
"hd_id181683980526476\n"
"help.text"
msgid "<variable id=\"deleteoleobject\"><link href=\"text/swriter/01/02110000.xhp#deleteoleobject\">Delete OLE Object</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteoleobject\"><link href=\"text/swriter/01/02110000.xhp#deleteoleobject\">Slett OLE-objekt</link></variable>"
#. WwCii
#: 02110000.xhp
@@ -1787,7 +1787,7 @@ msgctxt ""
"par_id881683980540620\n"
"help.text"
msgid "Deletes the OLE object."
-msgstr ""
+msgstr "Sletter OLE-objektet."
#. J7vvC
#: 02110000.xhp
@@ -1796,7 +1796,7 @@ msgctxt ""
"hd_id741683841759790\n"
"help.text"
msgid "<variable id=\"oleobjecttracking\"><link href=\"text/swriter/01/02110000.xhp#oleobjecttracking\">OLE Object Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"oleobjecttracking\"><link href=\"text/swriter/01/02110000.xhp#oleobjecttracking\">OLE-objektsporing</link></variable>"
#. Gf6fQ
#: 02110000.xhp
@@ -1805,7 +1805,7 @@ msgctxt ""
"par_id791683980556734\n"
"help.text"
msgid "Mark this checkbox to include OLE objects when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere OLE-objekter når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. CXoT2
#: 02110000.xhp
@@ -1814,7 +1814,7 @@ msgctxt ""
"hd_id901683980594188\n"
"help.text"
msgid "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Delete Bookmark</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletebookmark\"><link href=\"text/swriter/01/02110000.xhp#deletebookmark\">Slett bokmerke</link></variable>"
#. uAwPx
#: 02110000.xhp
@@ -1823,7 +1823,7 @@ msgctxt ""
"par_id971683980619549\n"
"help.text"
msgid "Deletes the bookmark."
-msgstr ""
+msgstr "Sletter bokmerket."
#. dYAKz
#: 02110000.xhp
@@ -1832,7 +1832,7 @@ msgctxt ""
"hd_id281683841874228\n"
"help.text"
msgid "<variable id=\"bookmarktracking\"><link href=\"text/swriter/01/02110000.xhp#bookmarktracking\">Bookmark Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"bookmarktracking\"><link href=\"text/swriter/01/02110000.xhp#bookmarktracking\">Bokmerkesporing</link></variable>"
#. yrrn5
#: 02110000.xhp
@@ -1841,7 +1841,7 @@ msgctxt ""
"par_id611683980630793\n"
"help.text"
msgid "Mark this checkbox to include bookmarks when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere bokmerker når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. b6PkP
#: 02110000.xhp
@@ -1850,7 +1850,7 @@ msgctxt ""
"hd_id441683980662728\n"
"help.text"
msgid "<variable id=\"deletehyperlink\"><link href=\"text/swriter/01/02110000.xhp#deletehyperlink\">Delete Hyperlink</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletehyperlink\"><link href=\"text/swriter/01/02110000.xhp#deletehyperlink\">Slett hyperkobling</link></variable>"
#. vYQN9
#: 02110000.xhp
@@ -1859,7 +1859,7 @@ msgctxt ""
"par_id801683980678191\n"
"help.text"
msgid "Deletes the hyperlink."
-msgstr ""
+msgstr "Sletter hyperkoblingen."
#. CHAwA
#: 02110000.xhp
@@ -1868,7 +1868,7 @@ msgctxt ""
"hd_id661683841940372\n"
"help.text"
msgid "<variable id=\"hyperlinktracking\"><link href=\"text/swriter/01/02110000.xhp#hyperlinktracking\">Hyperlink Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"hyperlinktracking\"><link href=\"text/swriter/01/02110000.xhp#hyperlinktracking\">Hyperlenkesporing</link></variable>"
#. SCUad
#: 02110000.xhp
@@ -1877,7 +1877,7 @@ msgctxt ""
"par_id601683980778762\n"
"help.text"
msgid "Mark this checkbox to include hyperlinks when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere hyperkoblinger når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. Rc3hr
#: 02110000.xhp
@@ -1886,7 +1886,7 @@ msgctxt ""
"hd_id661683980806096\n"
"help.text"
msgid "<variable id=\"deletereference\"><link href=\"text/swriter/01/02110000.xhp#deletereference\">Delete Reference</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletereference\"><link href=\"text/swriter/01/02110000.xhp#deletereference\">Slett referanse</link></variable>"
#. RwhWz
#: 02110000.xhp
@@ -1895,7 +1895,7 @@ msgctxt ""
"par_id91683980841097\n"
"help.text"
msgid "Deletes the reference."
-msgstr ""
+msgstr "Sletter referansen."
#. BomPF
#: 02110000.xhp
@@ -1904,7 +1904,7 @@ msgctxt ""
"hd_id981683842091029\n"
"help.text"
msgid "<variable id=\"referencetracking\"><link href=\"text/swriter/01/02110000.xhp#referencetracking\">Reference Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"referencetracking\"><link href=\"text/swriter/01/02110000.xhp#referencetracking\">Referansesporing</link></variable>"
#. 7Dyaj
#: 02110000.xhp
@@ -1913,7 +1913,7 @@ msgctxt ""
"par_id661683980846185\n"
"help.text"
msgid "Mark this checkbox to include references when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere referanser når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. YDzVT
#: 02110000.xhp
@@ -1922,7 +1922,7 @@ msgctxt ""
"hd_id521683981584628\n"
"help.text"
msgid "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Update</link></variable>"
-msgstr ""
+msgstr "<variable id=\"update\"><link href=\"text/swriter/01/02110000.xhp#update\">Oppdater</link></variable>"
#. D3Zo9
#: 02110000.xhp
@@ -1931,7 +1931,7 @@ msgctxt ""
"par_id271683981607144\n"
"help.text"
msgid "Updates the index."
-msgstr ""
+msgstr "Oppdaterer indeksen."
#. rHKXT
#: 02110000.xhp
@@ -1940,7 +1940,7 @@ msgctxt ""
"hd_id881683981367691\n"
"help.text"
msgid "<variable id=\"remove\"><link href=\"text/swriter/01/02110000.xhp#remove\">Remove</link></variable>"
-msgstr ""
+msgstr "<variable id=\"remove\"><link href=\"text/swriter/01/02110000.xhp#remove\">Fjern</link></variable>"
#. 9u74U
#: 02110000.xhp
@@ -1949,7 +1949,7 @@ msgctxt ""
"par_id631683981385011\n"
"help.text"
msgid "Removes the index. The contents of the index is not deleted but is not treated as an index anymore."
-msgstr ""
+msgstr "Fjerner indeksen. Innholdet i indeksen slettes ikke, men behandles ikke lenger som en indeks."
#. EGpKW
#: 02110000.xhp
@@ -1958,15 +1958,15 @@ msgctxt ""
"hd_id231683981439746\n"
"help.text"
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
-msgstr ""
+msgstr "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Skrivebeskyttet</link></variable>"
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -1976,7 +1976,7 @@ msgctxt ""
"hd_id971683980909048\n"
"help.text"
msgid "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Delete Index</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deleteindex\"><link href=\"text/swriter/01/02110000.xhp#deleteindex\">Slett indeks</link></variable>"
#. Xwre3
#: 02110000.xhp
@@ -1985,7 +1985,7 @@ msgctxt ""
"par_id701683980930568\n"
"help.text"
msgid "Deletes the index."
-msgstr ""
+msgstr "Sletter indeksen."
#. EzESp
#: 02110000.xhp
@@ -1994,7 +1994,7 @@ msgctxt ""
"hd_id711683842157471\n"
"help.text"
msgid "<variable id=\"indextracking\"><link href=\"text/swriter/01/02110000.xhp#indextracking\">Index Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"indextracking\"><link href=\"text/swriter/01/02110000.xhp#indextracking\">Indekssporing</link></variable>"
#. CFm7E
#: 02110000.xhp
@@ -2003,7 +2003,7 @@ msgctxt ""
"par_id361683981640655\n"
"help.text"
msgid "Mark this checkbox to include indexes when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere indekser når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. JGqPk
#: 02110000.xhp
@@ -2012,7 +2012,7 @@ msgctxt ""
"hd_id221683981711133\n"
"help.text"
msgid "<variable id=\"deletecomment\"><link href=\"text/swriter/01/02110000.xhp#deletecomment\">Delete Comment</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletecomment\"><link href=\"text/swriter/01/02110000.xhp#deletecomment\">Slett kommentar</link></variable>"
#. iCU7z
#: 02110000.xhp
@@ -2021,7 +2021,7 @@ msgctxt ""
"par_id321683981750977\n"
"help.text"
msgid "Deletes the comment."
-msgstr ""
+msgstr "Sletter kommentaren."
#. fPEME
#: 02110000.xhp
@@ -2030,7 +2030,7 @@ msgctxt ""
"hd_id81683842235974\n"
"help.text"
msgid "<variable id=\"commenttracking\"><link href=\"text/swriter/01/02110000.xhp#commenttracking\">Comment Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"commenttracking\"><link href=\"text/swriter/01/02110000.xhp#commenttracking\">Kommentarsporing</link></variable>"
#. aCAVw
#: 02110000.xhp
@@ -2039,7 +2039,7 @@ msgctxt ""
"par_id921683982231094\n"
"help.text"
msgid "Mark this checkbox to include comments when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere kommentarer når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. mZWbo
#: 02110000.xhp
@@ -2048,7 +2048,7 @@ msgctxt ""
"hd_id151683981799154\n"
"help.text"
msgid "<variable id=\"deletedrawingobject\"><link href=\"text/swriter/01/02110000.xhp#deletedrawingobject\">Delete Drawing Object</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletedrawingobject\"><link href=\"text/swriter/01/02110000.xhp#deletedrawingobject\">Slett tegneobjekt</link></variable>"
#. KBBpG
#: 02110000.xhp
@@ -2057,7 +2057,7 @@ msgctxt ""
"par_id31683981815246\n"
"help.text"
msgid "Deletes the drawing object."
-msgstr ""
+msgstr "Sletter tegneobjektet."
#. nhnFF
#: 02110000.xhp
@@ -2066,7 +2066,7 @@ msgctxt ""
"hd_id401683842309527\n"
"help.text"
msgid "<variable id=\"drawingobjecttracking\"><link href=\"text/swriter/01/02110000.xhp#drawingobjecttracking\">Drawing Object Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"drawingobjecttracking\"><link href=\"text/swriter/01/02110000.xhp#drawingobjecttracking\">Sporing av Tegningsobjekt</link></variable>"
#. RDohw
#: 02110000.xhp
@@ -2075,7 +2075,7 @@ msgctxt ""
"par_id911683981959147\n"
"help.text"
msgid "Mark this checkbox to include drawing objects when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere tegneobjekter når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. drtyC
#: 02110000.xhp
@@ -2084,7 +2084,7 @@ msgctxt ""
"hd_id971683981891629\n"
"help.text"
msgid "<variable id=\"deletefield\"><link href=\"text/swriter/01/02110000.xhp#deletefield\">Delete Field</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletefield\"><link href=\"text/swriter/01/02110000.xhp#deletefield\">Slett felt</link></variable>"
#. mQuAi
#: 02110000.xhp
@@ -2093,7 +2093,7 @@ msgctxt ""
"par_id21683981906703\n"
"help.text"
msgid "Deletes the field."
-msgstr ""
+msgstr "Sletter feltet."
#. i2qFg
#: 02110000.xhp
@@ -2102,7 +2102,7 @@ msgctxt ""
"hd_id181683842409756\n"
"help.text"
msgid "<variable id=\"fieldtracking\"><link href=\"text/swriter/01/02110000.xhp#fieldtracking\">Field Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"fieldtracking\"><link href=\"text/swriter/01/02110000.xhp#fieldtracking\">Feltsporing</link></variable>"
#. 9nF3C
#: 02110000.xhp
@@ -2111,7 +2111,7 @@ msgctxt ""
"par_id961683981952501\n"
"help.text"
msgid "Mark this checkbox to include fields when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere felt når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. PcXCz
#: 02110000.xhp
@@ -2120,7 +2120,7 @@ msgctxt ""
"hd_id951683981944526\n"
"help.text"
msgid "<variable id=\"deletefootnote\"><link href=\"text/swriter/01/02110000.xhp#deletefootnote\">Delete Footnote</link></variable>"
-msgstr ""
+msgstr "<variable id=\"deletefootnote\"><link href=\"text/swriter/01/02110000.xhp#deletefootnote\">Slett fotnote</link></variable>"
#. X6DQC
#: 02110000.xhp
@@ -2129,7 +2129,7 @@ msgctxt ""
"par_id201683982301451\n"
"help.text"
msgid "Deletes the footnote."
-msgstr ""
+msgstr "Sletter fotnoten."
#. egHVc
#: 02110000.xhp
@@ -2138,7 +2138,7 @@ msgctxt ""
"hd_id211683842933055\n"
"help.text"
msgid "<variable id=\"footnotetracking\"><link href=\"text/swriter/01/02110000.xhp#footnotetracking\">Footnote Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"footnotetracking\"><link href=\"text/swriter/01/02110000.xhp#footnotetracking\">Fotnotesporing</link></variable>"
#. w34Gd
#: 02110000.xhp
@@ -2147,7 +2147,7 @@ msgctxt ""
"par_id601683981978185\n"
"help.text"
msgid "Mark this checkbox to include footnotes when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere fotnoter når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. sSnki
#: 02110000.xhp
@@ -2156,7 +2156,7 @@ msgctxt ""
"hd_id651683982009645\n"
"help.text"
msgid "<variable id=\"delete endnote\"><link href=\"text/swriter/01/02110000.xhp#delete endnote\">Delete Endnote</link></variable>"
-msgstr ""
+msgstr "<variable id=\"delete endnote\"><link href=\"text/swriter/01/02110000.xhp#delete endnote\">Slett sluttnote</link></variable>"
#. wAUMF
#: 02110000.xhp
@@ -2165,7 +2165,7 @@ msgctxt ""
"par_id361683982023583\n"
"help.text"
msgid "Deletes the endnote."
-msgstr ""
+msgstr "Sletter sluttnoten."
#. uyXQ7
#: 02110000.xhp
@@ -2174,7 +2174,7 @@ msgctxt ""
"hd_id711683842984566\n"
"help.text"
msgid "<variable id=\"endnotetracking\"><link href=\"text/swriter/01/02110000.xhp#endnotetracking\">Endnote Tracking</link></variable>"
-msgstr ""
+msgstr "<variable id=\"endnotetracking\"><link href=\"text/swriter/01/02110000.xhp#endnotetracking\">Endnotesporing</link></variable>"
#. BXCZb
#: 02110000.xhp
@@ -2183,7 +2183,7 @@ msgctxt ""
"par_id431683982034349\n"
"help.text"
msgid "Mark this checkbox to include endnotes when <link href=\"text/shared/01/02230000.xhp\">tracking changes</link>."
-msgstr ""
+msgstr "Merk av i denne avmerkingsboksen for å inkludere sluttnoter når du <link href=\"text/shared/01/02230000.xhp\">sporer endringer</link>."
#. FR9xw
#: 02110000.xhp
@@ -2192,7 +2192,7 @@ msgctxt ""
"hd_id941683843031521\n"
"help.text"
msgid "<variable id=\"SortAlphabeticallyh1\"><link href=\"text/swriter/01/02110000.xhp#SortAlphabeticallyh1\">Sort Alphabetically</link></variable>"
-msgstr ""
+msgstr "<variable id=\"SortAlphabeticallyh1\"><link href=\"text/swriter/01/02110000.xhp#SortAlphabeticallyh1\">Sorter alfabetisk</link></variable>"
#. 73b7k
#: 02110000.xhp
@@ -2201,7 +2201,7 @@ msgctxt ""
"hd_id741683843331039\n"
"help.text"
msgid "<variable id=\"collapseallcategories\"><link href=\"text/swriter/01/02110000.xhp#collapseallcategories\">Expand or Collapse All Categories</link></variable>"
-msgstr ""
+msgstr "<variable id=\"collapseallcategories\"><link href=\"text/swriter/01/02110000.xhp#collapseallcategories\">Utvid eller skjul alle kategorier</link></variable>"
#. DWNTq
#: 02110000.xhp
@@ -2210,7 +2210,7 @@ msgctxt ""
"par_id331683911879531\n"
"help.text"
msgid "Expands or collapse the display of objects under the selected category. Document objects names are displayed under the category entry. Click on an entry to jump to the object in the document."
-msgstr ""
+msgstr "Utvider eller skjuler visningen av objekter under den valgte kategorien. Navn på dokumentobjekter vises under kategorioppføringen. Klikk på en oppføring for å hoppe til objektet i dokumentet."
#. NpBf6
#: 02110000.xhp
@@ -2219,7 +2219,7 @@ msgctxt ""
"hd_id441683844937009\n"
"help.text"
msgid "<variable id=\"goto\"><link href=\"text/swriter/01/02110000.xhp#goto\">Go to</link></variable>"
-msgstr ""
+msgstr "<variable id=\"goto\"><link href=\"text/swriter/01/02110000.xhp#goto\">Gå til</link></variable>"
#. FTwAE
#: 02110000.xhp
@@ -2228,7 +2228,7 @@ msgctxt ""
"par_id521683983453125\n"
"help.text"
msgid "Jumps to the selected object in the document."
-msgstr ""
+msgstr "Går til det valgte objektet i dokumentet."
#. HH4Rj
#: 02110000.xhp
@@ -5576,7 +5576,7 @@ msgctxt ""
"par_id3149806\n"
"help.text"
msgid "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Inserts a <link href=\"text/shared/00/00000005.xhp#bookmark\">bookmark</link> at the cursor position. You can then use the Navigator to quickly jump to the marked location at a later time.</ahelp> In an HTML document, bookmarks are converted to anchors that you can jump to from a hyperlink.</variable></variable>"
-msgstr ""
+msgstr "<variable id=\"bookmark_text\"><variable id=\"textmarkeein\"><ahelp hid=\".uno:InsertBookmark\">Setter inn et <link href=\"text/shared/00/00000005.xhp#bookmark\">bokmerke</link> ved markørposisjonen. Du kan deretter bruke Navigatoren for raskt å gå til det merkede stedet på et senere tidspunkt.</ahelp> I et HTML-dokument blir bokmerker konvertert til ankere som du kan gå til via en hyperkobling.</variable></variable>"
#. NHiG3
#: 04040000.xhp
@@ -5801,7 +5801,7 @@ msgctxt ""
"par_id3152962\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/insertcaption/numbering\">Select the type of numbering that you want to use in the caption.</ahelp> The selection is also applied to any previous captions in the category."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/insertcaption/numbering\">Velg typen nummerering du vil bruke i bildeteksten.</ahelp> Valget brukes også på tidligere bildetekster i kategorien."
#. Qtg2X
#: 04060000.xhp
@@ -5810,7 +5810,7 @@ msgctxt ""
"hd_id661675732010450\n"
"help.text"
msgid "After number"
-msgstr ""
+msgstr "Etter nummer"
#. 5nCqg
#: 04060000.xhp
@@ -5828,7 +5828,7 @@ msgctxt ""
"par_idN1068A\n"
"help.text"
msgid "Before caption"
-msgstr ""
+msgstr "Før bildetekst"
#. c7CLA
#: 04060000.xhp
@@ -5837,7 +5837,7 @@ msgctxt ""
"par_idN10690\n"
"help.text"
msgid "<ahelp hid=\".\">Enter optional text characters to appear after the caption category and number and before the caption text. These characters are not inserted if no caption text is given.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Skriv inn valgfrie teksttegn som skal vises etter bildetekstkategorien og nummeret og før bildeteksten. Disse tegnene settes ikke inn hvis ingen bildetekst er angitt.</ahelp>"
#. saodu
#: 04060000.xhp
@@ -5891,7 +5891,7 @@ msgctxt ""
"par_idN1074A\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the AutoCaption dialog. This is the same dialog you get by <menuitem>Tools - Options - %PRODUCTNAME Writer - AutoCaption</menuitem>.</ahelp> Changes to this dialog do not affect the inserted caption for the current selection."
-msgstr ""
+msgstr "<ahelp hid=\".\">Åpner dialogboksen AutoCaption. Dette er den samme dialogboksen du får av <menuitem>Verktøy - Alternativer - %PRODUCTNAME Writer - AutoBildetekst</menuitem>.</ahelp> Endringer i denne dialogboksen påvirker ikke den innsatte bildeteksten for det gjeldende utvalget."
#. ZedFw
#: 04060100.xhp
@@ -5927,7 +5927,7 @@ msgctxt ""
"hd_id151675734641196\n"
"help.text"
msgid "Category and caption number"
-msgstr ""
+msgstr "Kategori og bildetekstnummer"
#. FdCvG
#: 04060100.xhp
@@ -5972,7 +5972,7 @@ msgctxt ""
"par_idN10633\n"
"help.text"
msgid "Frame format"
-msgstr ""
+msgstr "Rammeformat"
#. DUVFm
#: 04060100.xhp
@@ -6053,7 +6053,7 @@ msgctxt ""
"par_id731680344781153\n"
"help.text"
msgid "Changes to <menuitem>Up to level</menuitem> or <menuitem>separator</menuitem> are also applied to any existing captions."
-msgstr ""
+msgstr "Endringer i <menuitem>Opp til nivå</menuitem> eller <menuitem>separator</menuitem> brukes også på eksisterende bildetekster."
#. gpHWC
#: 04070000.xhp
@@ -7790,7 +7790,7 @@ msgctxt ""
"par_id3154040\n"
"help.text"
msgid "Inserts the complete reference target text. For footnotes the footnote number is inserted. For captions the complete caption (category, number and text) is inserted."
-msgstr ""
+msgstr "Setter inn hele referansemålteksten. For fotnoter settes fotnotenummeret inn. For bildetekster er den fullstendige bildeteksten (kategori, nummer og tekst) satt inn."
#. eCVMk
#: 04090002.xhp
@@ -7898,7 +7898,7 @@ msgctxt ""
"par_id3155356\n"
"help.text"
msgid "Inserts the caption category and caption number (or number range variable name and value). Any text between the category and number (or variable name and value) is also inserted."
-msgstr ""
+msgstr "Setter inn bildetekstkategori og bildetekstnummer (eller nummerområdevariabelnavn og verdi). Eventuell tekst mellom kategori og nummer (eller variabelnavn og verdi) settes også inn."
#. GQ8kL
#: 04090002.xhp
@@ -7907,7 +7907,7 @@ msgctxt ""
"par_id891681357258258\n"
"help.text"
msgid "<variable id=\"captionformat\">This option is available for all number range variables, including caption numbers.</variable>"
-msgstr ""
+msgstr "<variable id=\"captionformat\">Dette alternativet er tilgjengelig for alle tallområdevariabler, inkludert bildetekstnumre.</variable>"
#. qWwbd
#: 04090002.xhp
@@ -7925,7 +7925,7 @@ msgctxt ""
"par_id3145105\n"
"help.text"
msgid "Inserts all text that follows the caption category and caption number until end of paragraph."
-msgstr ""
+msgstr "Setter inn all tekst som følger bildetekstkategorien og bildetekstnummeret til slutten av avsnittet."
#. FNgvg
#: 04090002.xhp
@@ -7934,7 +7934,7 @@ msgctxt ""
"par_id3149587\n"
"help.text"
msgid "Number"
-msgstr ""
+msgstr "Nummer"
#. Cat6z
#: 04090002.xhp
@@ -7943,7 +7943,7 @@ msgctxt ""
"par_id3146883\n"
"help.text"
msgid "Inserts the caption number (or number range value)."
-msgstr ""
+msgstr "Setter inn bildetekstnummeret (eller tallområdeverdien)."
#. LLSAE
#: 04090002.xhp
@@ -7952,7 +7952,7 @@ msgctxt ""
"par_id5189062\n"
"help.text"
msgid "For “Chapter”, “Number”, “Number (no context)”, and “Number(full context)” formats, the number of sublevels shown for the selected format depends on the <menuitem>Show sublevels</menuitem> setting for the relevant outline levels in <menuitem>Tools - Heading Numbering</menuitem>."
-msgstr ""
+msgstr "For formatene \"Kapittel\", \"Tall\", \"Tall (ingen kontekst)\" og \"Tall (full kontekst)\" avhenger antallet undernivåer som vises for det valgte formatet av <menuitem>Vis undernivåer</menuitem>-innstillingen for de relevante disposisjonsnivåene i <menuitem>Verktøy - Overskriftsnummerering</menuitem>."
#. gJEWQ
#: 04090002.xhp
@@ -11489,7 +11489,7 @@ msgctxt ""
"par_id3145760\n"
"help.text"
msgid "You can leave the <emph>Insert Index Entry</emph> and <emph>Edit Index Entry</emph> dialogs open while you select and insert or edit entries."
-msgstr ""
+msgstr "Du kan la <emph>Sett inn indeksoppføring</emph> og <emph>Rediger indeksoppføring</emph> være åpne mens du velger og setter inn eller redigerer oppføringer."
#. 7jwgp
#: 04120100.xhp
@@ -11543,7 +11543,7 @@ msgctxt ""
"par_id961680430335329\n"
"help.text"
msgid "<image src=\"cmd/lc_insertmultiindex.svg\" id=\"img_id291680430335329\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991680430335329\">New User-defined Index Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/lc_insertmultiindex.svg\" id=\"img_id291680430335329\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991680430335329\">Nytt brukerdefinert indeksikon</alt></image>"
#. ZFnrq
#: 04120100.xhp
@@ -11552,7 +11552,7 @@ msgctxt ""
"par_id701680430335329\n"
"help.text"
msgid "New User-defined Index"
-msgstr ""
+msgstr "Ny brukerdefinert indeks"
#. rEAy8
#: 04120100.xhp
@@ -11606,7 +11606,7 @@ msgctxt ""
"hd_id641680430780293\n"
"help.text"
msgid "Update entry from selection"
-msgstr ""
+msgstr "Oppdater oppføring fra utvalg"
#. AtLqT
#: 04120100.xhp
@@ -11615,7 +11615,7 @@ msgctxt ""
"par_id461680430803357\n"
"help.text"
msgid "Click the icon to update <emph>Entry</emph> with the current text selection in the document."
-msgstr ""
+msgstr "Klikk på ikonet for å oppdatere <emph>Oppføring</emph> med gjeldende tekstvalg i dokumentet."
#. jtvEY
#: 04120100.xhp
@@ -11624,7 +11624,7 @@ msgctxt ""
"par_id731680430862525\n"
"help.text"
msgid "<image src=\"cmd/32/refresh.png\" id=\"img_id611680430862525\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161680430862525\">Update Entry from Selection Icon</alt></image>"
-msgstr ""
+msgstr "<image src=\"cmd/32/refresh.png\" id=\"img_id611680430862525\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161680430862525\">Oppdater oppføring fra utvalgsikon</alt></image>"
#. xCTzW
#: 04120100.xhp
@@ -11633,7 +11633,7 @@ msgctxt ""
"par_id801680430862525\n"
"help.text"
msgid "Update Entry from Selection"
-msgstr ""
+msgstr "Oppdater oppføring fra utvalg"
#. KVCfP
#: 04120100.xhp
@@ -11714,7 +11714,7 @@ msgctxt ""
"hd_id3149821\n"
"help.text"
msgid "Index level"
-msgstr ""
+msgstr "Indeksnivå"
#. vtaMk
#: 04120100.xhp
@@ -11723,7 +11723,7 @@ msgctxt ""
"par_id181679725408785\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/levelnf\">Specify the index level for the inserted index entry.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/levelnf\">Spesifiser indeksnivået for den innsatte indeksoppføringen.</ahelp>"
#. TiRwJ
#: 04120100.xhp
@@ -11741,7 +11741,7 @@ msgctxt ""
"hd_id451679725054579\n"
"help.text"
msgid "For Selected Entry"
-msgstr ""
+msgstr "For valgte oppføring"
#. EBemh
#: 04120100.xhp
@@ -11750,7 +11750,7 @@ msgctxt ""
"par_id351680468441462\n"
"help.text"
msgid "The following three options are available when a text selection is loaded in <emph>Entry</emph>, either by selecting the text in the document and then opening the dialog, or by using <emph>Update entry from selection</emph> in the dialog."
-msgstr ""
+msgstr "Følgende tre alternativer er tilgjengelige når et tekstutvalg er lastet inn i <emph>Oppføring</emph>, enten ved å velge teksten i dokumentet og deretter åpne dialogboksen, eller ved å bruke <emph>Oppdater oppføring fra utvalget</emph> i dialogen."
#. BLpnN
#: 04120100.xhp
@@ -11768,7 +11768,7 @@ msgctxt ""
"par_id3145783\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/applytoallcb\">Automatically marks all other occurrences of the selected text in the document. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted as the index entry. Text in headers, footers, and frames is not included.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/applytoallcb\">Merker automatisk alle andre forekomster av den valgte teksten i dokumentet. For en endret oppføring utføres kampen på det opprinnelige utvalget, men den endrede oppføringen settes inn som indeksoppføring. Tekst i topptekster, bunntekster og rammer er ikke inkludert.</ahelp>"
#. 9ABNB
#: 04120100.xhp
@@ -11858,7 +11858,7 @@ msgctxt ""
"par_id941680478201536\n"
"help.text"
msgid "The following navigation buttons are only available in the <emph>Edit Index Entry</emph> dialog."
-msgstr ""
+msgstr "Følgende navigasjonsknapper er bare tilgjengelige i <emph>Rediger indeksoppføring</emph>-dialogen."
#. Re4K4
#: 04120100.xhp
@@ -11867,7 +11867,7 @@ msgctxt ""
"hd_id3151384\n"
"help.text"
msgid "Previous entry (same name)"
-msgstr ""
+msgstr "Forrige oppføring (samme navn)"
#. VvKuV
#: 04120100.xhp
@@ -11876,7 +11876,7 @@ msgctxt ""
"par_id3155869\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Jumps to the previous index entry with the same entry and type as the current index entry.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/first\">Hopper til forrige indeksoppføring med samme oppføring og type som gjeldende indeksoppføring.</ahelp>"
#. nkQAF
#: 04120100.xhp
@@ -11885,7 +11885,7 @@ msgctxt ""
"par_id3147420\n"
"help.text"
msgid "<image id=\"img_id3149551\" src=\"cmd/lc_firstrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Previous entry (same name) Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149551\" src=\"cmd/lc_firstrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149551\">Forrige oppføring (samme navn) Ikon</alt></image>"
#. iAfFv
#: 04120100.xhp
@@ -11894,7 +11894,7 @@ msgctxt ""
"par_id3150550\n"
"help.text"
msgid "Previous entry (same name)"
-msgstr ""
+msgstr "Forrige oppføring (samme navn)"
#. ABDK2
#: 04120100.xhp
@@ -11903,7 +11903,7 @@ msgctxt ""
"hd_id3147736\n"
"help.text"
msgid "Next entry (same name)"
-msgstr ""
+msgstr "Neste oppføring (samme navn)"
#. sMpb5
#: 04120100.xhp
@@ -11912,7 +11912,7 @@ msgctxt ""
"par_id3149829\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Jumps to the next index entry with the same entry and type as the current index entry.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/indexentry/last\">Hopper til neste indeksoppføring med samme oppføring og type som gjeldende indeksoppføring.</ahelp>"
#. D5DfT
#: 04120100.xhp
@@ -11921,7 +11921,7 @@ msgctxt ""
"par_id3153298\n"
"help.text"
msgid "<image id=\"img_id3153309\" src=\"cmd/lc_lastrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153309\">Next entry (same name) Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153309\" src=\"cmd/lc_lastrecord.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153309\">Ikon for neste oppføring (samme navn)</alt></image>"
#. xsGLv
#: 04120100.xhp
@@ -11930,7 +11930,7 @@ msgctxt ""
"par_id3156108\n"
"help.text"
msgid "Next entry (same name)"
-msgstr ""
+msgstr "Neste oppføring (samme navn)"
#. xNpTa
#: 04120100.xhp
@@ -11939,7 +11939,7 @@ msgctxt ""
"hd_id3155080\n"
"help.text"
msgid "Previous entry"
-msgstr ""
+msgstr "Forrige oppføring"
#. fo4yy
#: 04120100.xhp
@@ -11957,7 +11957,7 @@ msgctxt ""
"par_id3148785\n"
"help.text"
msgid "<image id=\"img_id3148791\" src=\"cmd/lc_arrowshapes.left-arrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148791\">Previous Entry Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148791\" src=\"cmd/lc_arrowshapes.left-arrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148791\">Ikon for forrige oppføring</alt></image>"
#. FqhyE
#: 04120100.xhp
@@ -11966,7 +11966,7 @@ msgctxt ""
"par_id3153129\n"
"help.text"
msgid "Previous entry"
-msgstr ""
+msgstr "Forrige oppføring"
#. eBfbt
#: 04120100.xhp
@@ -11975,7 +11975,7 @@ msgctxt ""
"hd_id3154617\n"
"help.text"
msgid "Next entry"
-msgstr ""
+msgstr "Neste oppføring"
#. aLSWm
#: 04120100.xhp
@@ -11993,7 +11993,7 @@ msgctxt ""
"par_id3150677\n"
"help.text"
msgid "<image id=\"img_id3154020\" src=\"cmd/lc_arrowshapes.right-arrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154020\">Next Entry Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154020\" src=\"cmd/lc_arrowshapes.right-arrow.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154020\">Ikon for neste oppføring</alt></image>"
#. wpTeb
#: 04120100.xhp
@@ -12002,7 +12002,7 @@ msgctxt ""
"par_id3149965\n"
"help.text"
msgid "Next entry"
-msgstr ""
+msgstr "Neste oppføring"
#. 78xJ7
#: 04120100.xhp
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlenke (LS og LA)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Lager en hyperlenke av den delen av oppføringen du plasserer mellom en hyperlenketagg for henholdsvis start (LS) og slutt (LA). På <emph>Struktur</emph>-linjen kan du trykke i et tomt felt foran den delen du vil lage en hyperlenke av, og deretter trykke denne knappen en gang til. Alle hyperlenker må være unike. Denne funksjonen er bare tilgjengelig i innholdslister.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Setter inn overskriftsinformasjon som overskriftsnummer eller overskriftsinnhold. Klikk på <widget>HI</widget>-ikonet for å velge hvilken informasjon som skal vises.</ahelp>"
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -16151,7 +16160,7 @@ msgctxt ""
"par_id3154648\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textflowpage/checkNoCaps\">Avoids hyphenating words written entirely in capital letters, such as initialisms.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/textflowpage/checkNoCaps\">Unngår orddeling som er skrevet utelukkende med store bokstaver, for eksempel initialismer.</ahelp>"
#. UsYWm
#: 05030200.xhp
@@ -16169,7 +16178,7 @@ msgctxt ""
"par_id3154655\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/textflowpage/checkNoLastWord\">Avoids hyphenating the last word of paragraphs. This feature can help prevent these words from being split up across pages, affecting readability.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/textflowpage/checkNoLastWord\">Unngår bindestrek det siste ordet i avsnitt. Denne funksjonen kan bidra til å forhindre at disse ordene blir delt opp på flere sider, noe som påvirker lesbarheten.</ahelp>"
#. dtYTa
#: 05030200.xhp
@@ -18554,7 +18563,7 @@ msgctxt ""
"par_id3145121\n"
"help.text"
msgid "<ahelp hid=\".\">Select the horizontal alignment option for the object.</ahelp> The selection specifies the position of the object relative to the region or reference line selected in the <menuitem>to</menuitem> dropdown list. This option is not available if <menuitem>anchor as character</menuitem> is selected."
-msgstr ""
+msgstr "<ahelp hid=\".\">Velg det horisontale justeringsalternativet for objektet.</ahelp> Valget spesifiserer posisjonen til objektet i forhold til området eller referanselinjen som er valgt i rullegardinlisten <menuitem>til</menuitem>. Dette alternativet er ikke tilgjengelig hvis <menuitem>anker som tegn</menuitem> er valgt."
#. P4DGf
#: 05060100.xhp
@@ -18590,7 +18599,7 @@ msgctxt ""
"par_id3149213\n"
"help.text"
msgid "<ahelp hid=\".\">Select the region or reference line for the selected horizontal alignment option.</ahelp> The following options are available:"
-msgstr ""
+msgstr "<ahelp hid=\".\">Velg regionen eller referanselinjen for det valgte alternativet for horisontal justering.</ahelp> Følgende alternativer er tilgjengelige:"
#. pSgnp
#: 05060100.xhp
@@ -20948,7 +20957,7 @@ msgctxt ""
"hd_id781680180820167\n"
"help.text"
msgid "Decorative"
-msgstr ""
+msgstr "Dekorativt"
#. RsGJD
#: 05060900.xhp
@@ -20957,7 +20966,7 @@ msgctxt ""
"par_id161680180831117\n"
"help.text"
msgid "Marks the item as purely decorative, not part of the document content, and ignorable by assistive technologies."
-msgstr ""
+msgstr "Merker elementet som rent dekorativt, ikke en del av dokumentinnholdet, og kan ignoreres av hjelpeteknologier."
#. 2g5Pt
#: 05060900.xhp
@@ -25988,7 +25997,7 @@ msgctxt ""
"par_id3150708\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
#. 9YEFF
#: 06060100.xhp
@@ -25997,7 +26006,7 @@ msgctxt ""
"par_id3153533\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
#. PNNRW
#: 06060100.xhp
@@ -26024,7 +26033,7 @@ msgctxt ""
"par_id3151332\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
#. DxFBt
#: 06060100.xhp
@@ -26033,7 +26042,7 @@ msgctxt ""
"par_id3149820\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
#. CT77W
#: 06060100.xhp
@@ -26321,7 +26330,7 @@ msgctxt ""
"par_id3153154\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#ABCNumbering\"/>"
#. MAEkA
#: 06080100.xhp
@@ -26339,7 +26348,7 @@ msgctxt ""
"par_id3147508\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#abcnumbering\"/>"
#. CCgce
#: 06080100.xhp
@@ -26393,7 +26402,7 @@ msgctxt ""
"par_id3155895\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#AAANumbering\"/>"
#. KxeRb
#: 06080100.xhp
@@ -26411,7 +26420,7 @@ msgctxt ""
"par_id3149297\n"
"help.text"
msgid "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/06050500.xhp#aaanumbering\"/>"
#. QiWFL
#: 06080100.xhp
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr "<bookmark_value>innholdskontroll;egenskaper</bookmark_value><bookmark_value>avkrysningsboks;innholdskontrollegenskaper</bookmark_value><bookmark_value>dato;innholdskontrollegenskaper</bookmark_value><bookmark_value>kombiboks;innholdskontrollegenskaper</bookmark_value><bookmark_value>rullegardinliste;innholdskontrollegenskaper</bookmark_value><bookmark_value>tekst;innholdskontrollegenskaper</bookmark_value><bookmark_value>rik tekst;innholdskontrollegenskaper</bookmark_value>"
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Innholdskontrollegenskaper</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/nb/helpcontent2/source/text/swriter/guide.po b/source/nb/helpcontent2/source/text/swriter/guide.po
index 958510e3c6a..0e550a173ab 100644
--- a/source/nb/helpcontent2/source/text/swriter/guide.po
+++ b/source/nb/helpcontent2/source/text/swriter/guide.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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-04-20 06:52+0000\n"
-"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
+"PO-Revision-Date: 2023-05-22 11:04+0000\n"
+"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/nb_NO/>\n"
"Language: nb\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.15.2\n"
"X-POOTLE-MTIME: 1565212247.000000\n"
#. XAt2Y
@@ -932,7 +932,7 @@ msgctxt ""
"par_id3144875\n"
"help.text"
msgid "To quickly undo an AutoCorrect replacement, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z. This also adds the word or abbreviation that you typed to the AutoCorrect exceptions list."
-msgstr ""
+msgstr "For raskt å angre en Autokorrektur-erstatning, trykk <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Z. Dette legger også til ordet eller forkortelsen du skrev inn i unntakslisten for Autokorrektur."
#. L4Z3h
#: autotext.xhp
@@ -2543,7 +2543,7 @@ msgctxt ""
"par_id3155496\n"
"help.text"
msgid "Choose <emph>Tools - Calculate</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus Sign (+)."
-msgstr ""
+msgstr "Velg <emph>Verktøy - Beregn</emph>, eller trykk <switchinline select=\"sys\"><caseinline select=\"MAC\"> Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plusstegn (+)."
#. RCgMC
#: calculate_clipboard.xhp
@@ -2552,7 +2552,7 @@ msgctxt ""
"par_id5172582\n"
"help.text"
msgid "Place the cursor where you want to insert the result of the formula, and then choose <item type=\"menuitem\">Edit - Paste</item>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V.<br/>The selected formula is replaced by the result."
-msgstr ""
+msgstr "Plasser markøren der du vil sette inn resultatet av formelen, og velg deretter <item type=\"menuitem\">Rediger - Lim inn</item>, eller trykk på <switchinline select=\"sys\"><caseinline select=\"MAC\"> Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V.<br/>Den valgte formelen erstattes av resultatet."
#. jMhJC
#: calculate_intable.xhp
@@ -9808,7 +9808,7 @@ msgctxt ""
"par_id3155182\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">The scanner must support the TWAIN standard.</caseinline></switchinline><switchinline select=\"sys\"><caseinline select=\"UNIX\">The scanner must support the SANE standard.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Skanneren må støtte TWAIN-standarden.</caseinline></switchinline><switchinline select=\"sys\"><caseinline select=\"UNIX\">Skanneren må støtte SANE-standarden.</caseinline></switchinline>"
#. CaB7p
#: insert_graphic_scan.xhp
@@ -10033,7 +10033,7 @@ msgctxt ""
"par_id3155178\n"
"help.text"
msgid "To go to a specific <link href=\"text/shared/00/00000005.xhp#bookmark\">bookmark</link> in your document, <switchinline select=\"sys\"><caseinline select=\"MAC\">hold down <keycode>Ctrl</keycode> and click </caseinline><defaultinline>right-click</defaultinline></switchinline> in the <emph>Page</emph> field on the <emph>Status Bar</emph>, and then choose the bookmark."
-msgstr ""
+msgstr "For å gå til et spesifikt <link href=\"text/shared/00/00000005.xhp#bookmark\">bokmerke</link> i dokumentet ditt, <switchinline select=\"sys\"><caseinline select=\"MAC\">hold nede <keycode>Ctrl</keycode> og klikk </caseinline><defaultinline>høyreklikk</defaultinline></switchinline> i <emph>Side</emph>-feltet på <emph>Statuslinjen</emph> , og velg deretter bokmerket."
#. Qur5T
#: jump2statusbar.xhp
@@ -15172,7 +15172,7 @@ msgctxt ""
"par_id3153387\n"
"help.text"
msgid "In the <item type=\"menuitem\">Link</item> area, select the <item type=\"menuitem\">Link</item> check box. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows, you can also select the <item type=\"menuitem\">DDE</item> check box to automatically update the contents of the section when the section in the source document is changed.</caseinline></switchinline>"
-msgstr ""
+msgstr "I området <item type=\"menuitem\">Kobling</item>, merk av for <item type=\"menuitem\">Kobling</item>. <switchinline select=\"sys\"><caseinline select=\"WIN\">Under Windows kan du også merke av for <item type=\"menuitem\">DDE</item> for å automatisk oppdatere innholdet i delen når delen i kildedokumentet endres.</caseinline></switchinline>"
#. Ag8HZ
#: section_insert.xhp
@@ -15478,7 +15478,7 @@ msgctxt ""
"par_id3149836\n"
"help.text"
msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B."
-msgstr ""
+msgstr "Trykk <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B."
#. EkKaM
#: shortcut_writing.xhp
@@ -15487,7 +15487,7 @@ msgctxt ""
"par_id3156112\n"
"help.text"
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
-msgstr ""
+msgstr "Du kan også trykke <switchinline select=\"sys\"><caseinline select=\"MAC\"> Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, skriv inn teksten du vil formatere med fet skrift , og trykk deretter <switchinline select=\"sys\"><caseinline select=\"MAC\"> Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B når du er ferdig."
#. ExVea
#: shortcut_writing.xhp
@@ -16756,7 +16756,7 @@ msgctxt ""
"par_id3150965\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">DDE link (only under Windows)</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">DDE-kobling (kun under Windows)</caseinline></switchinline>"
#. 7jjmA
#: table_insert.xhp
@@ -16765,7 +16765,7 @@ msgctxt ""
"par_id3154377\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Table structure and contents, without formatting. With updating</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Tabellstruktur og innhold, uten formatering. Med oppdatering</caseinline></switchinline>"
#. EBbmB
#: table_insert.xhp
@@ -17836,7 +17836,7 @@ msgctxt ""
"bm_id3149487\n"
"help.text"
msgid "<bookmark_value>frames;inserting/editing/linking</bookmark_value><bookmark_value>editing;frames</bookmark_value><bookmark_value>inserting;frames</bookmark_value><bookmark_value>resizing;frames, by mouse</bookmark_value><bookmark_value>scaling;frames, by mouse</bookmark_value><bookmark_value>links;frames</bookmark_value><bookmark_value>text flow;from frame to frame</bookmark_value><bookmark_value>frames;linking</bookmark_value><bookmark_value>printing;hiding frames from printing</bookmark_value><bookmark_value>text frame;insert</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>rammer; sett inn/redigering/lenking</bookmark_value><bookmark_value>redigering; rammer</bookmark_value><bookmark_value>innsetting; rammer </bookmark_value><bookmark_value>endre størrelse;rammer, med mus</bookmark_value><bookmark_value> skalering;rammer, med mus</bookmark_value><bookmark_value>lenker;rammer</bookmark_value><bookmark_value>tekstflyt;fra ramme til ramme</bookmark_value><bookmark_value>rammer;kobling</bookmark_value><bookmark_value>utskrift;skjuler rammer fra utskrift</bookmark_value><bookmark_value>tekstramme;sett inn</bookmark_value>"
#. rwmMJ
#: text_frame.xhp
@@ -17881,7 +17881,7 @@ msgctxt ""
"par_id3149602\n"
"help.text"
msgid "Choose <menuitem>Insert - Frame - Frame</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Sett inn - Ramme - Ramme</menuitem>."
#. TDcUM
#: text_frame.xhp
@@ -17908,7 +17908,7 @@ msgctxt ""
"par_id3156239\n"
"help.text"
msgid "To edit a frame, select the frame, right-click, and then choose a formatting option. You can also right-click the selected frame, and choose <menuitem>Frame</menuitem>."
-msgstr ""
+msgstr "For å redigere en ramme, velg rammen, høyreklikk og velg deretter et formateringsalternativ. Du kan også høyreklikke på den valgte rammen og velge <menuitem>Ramme</menuitem>."
#. tNEw2
#: text_frame.xhp
@@ -17917,7 +17917,7 @@ msgctxt ""
"par_id3156261\n"
"help.text"
msgid "To resize a frame, click an edge of the frame, and drag one of the edges or corners of the frame. Hold down <keycode>Shift</keycode> while you drag to maintain the proportion of the frame."
-msgstr ""
+msgstr "For å endre størrelse på en ramme, klikk på en kant av rammen og dra en av kantene eller hjørnene på rammen. Hold nede <keycode>Shift</keycode> mens du drar for å opprettholde andelen av rammen."
#. buehC
#: text_frame.xhp
@@ -17953,7 +17953,7 @@ msgctxt ""
"par_id3155875\n"
"help.text"
msgid "Choose <menuitem>Format - Frame and Object - Properties - Options</menuitem>."
-msgstr ""
+msgstr "Velg <menuitem>Format - Ramme og objekt - Egenskaper - Alternativer</menuitem>."
#. LPGwG
#: text_frame.xhp
@@ -17962,7 +17962,7 @@ msgctxt ""
"par_id3155899\n"
"help.text"
msgid "In the <emph>Properties</emph> area, uncheck the <emph>Print</emph> check box and click <widget>OK</widget>."
-msgstr ""
+msgstr "I området <emph>Egenskaper</emph> fjerner du merket for <emph>Skriv ut</emph> og klikker <widget>OK</widget>."
#. 85fLs
#: text_frame.xhp
@@ -17998,7 +17998,7 @@ msgctxt ""
"par_id3150223\n"
"help.text"
msgid "On the <menuitem>Frame</menuitem> bar, click the <menuitem>Link Frames</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3148968\">Link Frames icon</alt></image> icon."
-msgstr ""
+msgstr "På <menuitem>Ramme</menuitem>-linjen klikker du på <menuitem>Koblingsrammer</menuitem> <image id=\"img_id3148968\" src=\"cmd/sc_chainframes.png\" width=\"6mm\" height=\"6mm\"> <alt id=\"alt_id3148968\">Ikon for koblingsrammer</alt></image>."
#. vEBwD
#: text_frame.xhp
@@ -18421,7 +18421,7 @@ msgctxt ""
"bm_id3155911\n"
"help.text"
msgid "<bookmark_value>text;rotating</bookmark_value><bookmark_value>rotating;text</bookmark_value><bookmark_value>rotate text</bookmark_value><bookmark_value>rotating text</bookmark_value><bookmark_value>text rotating</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>tekst;roterende</bookmark_value><bookmark_value>roterende;tekst</bookmark_value><bookmark_value>roter tekst</bookmark_value><bookmark_value>roterende tekst</bookmark_value><bookmark_value>roterende tekst</bookmark_value>"
#. eEvt6
#: text_rotate.xhp
@@ -18439,7 +18439,7 @@ msgctxt ""
"par_id3147410\n"
"help.text"
msgid "You can only rotate text that is contained in a <link href=\"text/shared/02/01140000.xhp\">drawing object</link>."
-msgstr ""
+msgstr "Du kan bare rotere tekst som finnes i et <link href=\"text/shared/02/01140000.xhp\">tegneobjekt</link>."
#. vNTy3
#: text_rotate.xhp
@@ -18448,7 +18448,7 @@ msgctxt ""
"S900001\n"
"help.text"
msgid "To illustrate this functionality we choose a text box in the example below."
-msgstr ""
+msgstr "For å illustrere denne funksjonaliteten velger vi en tekstboks i eksemplet nedenfor."
#. gmY6A
#: text_rotate.xhp
@@ -18457,7 +18457,7 @@ msgctxt ""
"S900002\n"
"help.text"
msgid "You can choose whatever <link href=\"text/shared/02/01140000.xhp\">drawing object</link> fits your need from the <menuitem>Drawing</menuitem> toolbar."
-msgstr ""
+msgstr "Du kan velge hvilket <link href=\"text/shared/02/01140000.xhp\">tegneobjekt</link> som passer ditt behov fra <menuitem>Tegning</menuitem>-verktøylinjen."
#. NAFsL
#: text_rotate.xhp
@@ -18466,7 +18466,7 @@ msgctxt ""
"par_id3153130\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Drawing</menuitem> to open the <menuitem>Drawing</menuitem> toolbar."
-msgstr ""
+msgstr "Velg <menuitem>Vis - Verktøylinjer - Tegning</menuitem> for å åpne <menuitem>Tegning</menuitem>-verktøylinjen."
#. mLEni
#: text_rotate.xhp
@@ -18475,7 +18475,7 @@ msgctxt ""
"par_id3149866\n"
"help.text"
msgid "Select the <menuitem>Insert Text Box</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Icon Insert Text Box</alt></image> icon."
-msgstr ""
+msgstr "Velg <menuitem>Sett inn tekstboks</menuitem> <image id=\"img_id3149600\" src=\"cmd/sc_texttoolbox.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3149600\">Ikon Sett inn tekst Boks</alt></image>-ikon."
#. ov8Th
#: text_rotate.xhp
@@ -18493,7 +18493,7 @@ msgctxt ""
"par_id3154415\n"
"help.text"
msgid "Click outside of the object to close the text box."
-msgstr ""
+msgstr "Klikk utenfor objektet for å lukke tekstboksen."
#. ozxdT
#: text_rotate.xhp
@@ -18502,7 +18502,7 @@ msgctxt ""
"S900003\n"
"help.text"
msgid "Click on the text you entered."
-msgstr ""
+msgstr "Klikk på teksten du skrev inn."
#. csEKP
#: text_rotate.xhp
@@ -18511,7 +18511,7 @@ msgctxt ""
"S900004\n"
"help.text"
msgid "Click the <link href=\"text/shared/02/05090000.xhp\"><menuitem>Rotate</menuitem></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Icon Toggle Object Rotate Mode</alt></image> icon on the <menuitem>Drawing Object Properties</menuitem> toolbar."
-msgstr ""
+msgstr "Klikk <link href=\"text/shared/02/05090000.xhp\"><menuitem>Roter</menuitem></link> <image id=\"img_id3145405\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"6mm\" height=\"6mm\"><alt id=\"alt_id3145405\">Ikon-bytte objektroteringsmodus</alt></image>-ikonet på <menuitem>Tegneobjektegenskaper</menuitem>-verktøylinjen."
#. txAbL
#: text_rotate.xhp
diff --git a/source/nb/officecfg/registry/data/org/openoffice/Office.po b/source/nb/officecfg/registry/data/org/openoffice/Office.po
index 93e23f034a0..86210cc7539 100644
--- a/source/nb/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/nb/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/nb_NO/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1548318870.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Merknader"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstdokumenter"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Regneark"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentasjoner"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tegninger"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Nettsider"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Hoveddokumenter"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formler"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Databasedokumenter"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po b/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po
index 8cb2aefc29c..47ef5e78696 100644
--- a/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/nb/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-21 17:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-22 12:13+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/nb_NO/>\n"
"Language: nb\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565984194.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Data validering..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Slett rader"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Endre hovedlysbilde..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Hovedside …"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Sett inn kolonner"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Slett valgte kolonner"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Slett rader"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Slett rader"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Slett valgte rader"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31376,7 +31366,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Page Break"
-msgstr "Sideskift"
+msgstr "~Sideskift"
#. LRMzC
#: WriterCommands.xcu
@@ -31406,7 +31396,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "Insert ~Table..."
-msgstr "Sett inn tabell"
+msgstr "Sett inn ~tabell …"
#. AAfxZ
#: WriterCommands.xcu
@@ -31426,7 +31416,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Frame Interactively"
-msgstr "Ramme interaktivt"
+msgstr "~Ramme interaktivt"
#. ZAeYC
#: WriterCommands.xcu
@@ -31446,7 +31436,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "F~rame..."
-msgstr "Ramme …"
+msgstr "R~amme …"
#. f6Qqo
#: WriterCommands.xcu
@@ -31476,7 +31466,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Index Entry..."
-msgstr "~Indeksoppføring..."
+msgstr "~Indeksoppføring …"
#. iAFni
#: WriterCommands.xcu
@@ -31526,7 +31516,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "To P~age"
-msgstr "Til side"
+msgstr "Til s~ide"
#. cASxB
#: WriterCommands.xcu
@@ -31546,7 +31536,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "To ~Paragraph"
-msgstr "Til avsnitt"
+msgstr "Til ~avsnitt"
#. VEifD
#: WriterCommands.xcu
@@ -31566,7 +31556,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "All ~Changes Inline"
-msgstr "Alle endringer integrert"
+msgstr "Alle ~endringer integrert"
#. JQmVz
#: WriterCommands.xcu
@@ -31586,7 +31576,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Deletions In Margin"
-msgstr "Slettinger i margen"
+msgstr "~Slettinger i margen"
#. AcF7X
#: WriterCommands.xcu
@@ -31606,7 +31596,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Insertions In Margin"
-msgstr "Innsettinger i margen"
+msgstr "~Innsettinger i margen"
#. 7cFXL
#: WriterCommands.xcu
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Sett inn sidenummer"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Sidetall"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolonner før"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Slett rader"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "Rader"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Slett valgte rader"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/nb/sc/messages.po b/source/nb/sc/messages.po
index cfeba9c781d..34b846c59a2 100644
--- a/source/nb/sc/messages.po
+++ b/source/nb/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-22 03:52+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563900008.000000\n"
#. kBovX
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Når dette valget er slått på, vil Calc beholde innholdet i cellene når det limes inn i tomme celler. Ellers vil Calc slette innholdet i cellene."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Andre valg"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolonnetype:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Velg en kolonne i forhåndsvisingsvinduet og velg datatypen som skal benyttes på de importerte dataene."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst til kolonner"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Felter"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Angi importinnstillingene for oppdelte data."
diff --git a/source/nb/sd/messages.po b/source/nb/sd/messages.po
index 30f9ee2230b..932976bf791 100644
--- a/source/nb/sd/messages.po
+++ b/source/nb/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-21 17:52+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563560561.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Sett inn tekst"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Last hovedlysbilde"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Venstre"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Høyre"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Øverst"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Nederst"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Øverst til venstre?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Nederst til venstre?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Øverst til høyre?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Nederst til høyre?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horisontalt"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertikal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alle?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Denne handlingen kan ikke kjøres i direktemodus."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Tilbake"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Fortsett"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oversikt"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Fargeplukker"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Overgangstoning …"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Utvid lysbilde"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Lysbilde med innholdsliste"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Ingen SANE-kilder er tilgjengelige for øyeblikket."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Ingen TWAIN-kilder er tilgjengelige for øyeblikket."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fast"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (kort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (lang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Filnavn"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Sti/filnavn"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Sti"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Filnavn uten filetternavn"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Ny tilpasset lysbildeframvisning"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopi "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presentasjonsformat (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Tegneformat (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Løs opp metafilgruppe(r) …"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Umulig å løse opp alle objektgruppene."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION-presentasjon"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION-tegning"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Vil du erstatte den?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlenke"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besøkt lenke"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Aktiv lenke"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notater"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Innholdsliste"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klikk her for å starte"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Forfatter"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-post"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Hjemmeside"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Mer informasjon"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Last ned presentasjonen"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Nettleseren din støtter dessverre ikke flytende rammer."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Første side"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Siste side"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Bilde"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Med innhold"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Uten innhold"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Til angitt side"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Konverter punktbilde til strektegning"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klikk for å avslutte presentasjonen …"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause …"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Bruk 3D-favoritt"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Bildefilter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"er ikke en gyldig lydfil."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konverter til en metafil"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konverter til et punktbilde"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Klarte ikke å lage filen $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Klarte ikke åpne filen $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Klarte ikke å kopiere filen $(URL1) til $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Hovedlysbilde navn. Høyreklikk for en liste eller klikk for en dialog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Endre navn på lysbilde"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Gi nytt navn til side"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Dupliserte eller tome navn er ikke mulig"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Navn"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Gi Hovedlysarket nytt navn"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Tittelområde for automatiske oppsett"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektområde for automatiske oppsett"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Bunntekstområde"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Topptekstområde"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datoområde"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Område for lysbildenummer"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Område for sidetall"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<topptekst>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<bunntekst>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dato/klokkeslett>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nummer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<antall>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<lysbildenavn>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<sidenavn>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notatområde"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja-konvertering"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Lysbilder"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Sider"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Forhåndsvisning ikke tilgjengelig"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Forbereder forhåndsvisning"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Oppsett"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Tegnestiler"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Presentasjonsstiler"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Cellestiler"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Form %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Angi Bakgrunnsbilde"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Kommentarer"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Nullstill lysbildeoppsett"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Sett inn tabell"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Sett inn diagram"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Sett inn bilde"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Sett inn audio eller video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Dra og slipp sider"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Dra og slipp lysbilder"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Legg til bilder i albumet."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstlysbilde"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Den lokale målmappen «%FILENAME» er ikke tom. Noen filer kan bli overskrevet. Vil du fortsette?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Bakgrunn"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Bakgrunnsobjekter"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Utforming"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontroller"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Målelinjer"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Lysbilde"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Side"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Lysbilde"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Hovedlysark"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Hovedlysbilde:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Hovedside"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Hovedside:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notater)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Støtteark"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikk for å redigere titteltekstformatet"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikk for å redigere formatet på disposisjonsteksten"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Dobbeltklikk for å redigere titteltekstformatet"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Dobbeltklikk for å redigere disposisjonens tekstformat"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Andre disposisjonsnivå"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tredje disposisjonsnivå"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fjerde disposisjonsnivå"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Femte disposisjonsnivå"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sjette disposisjonsnivå"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sjuende disposisjonsnivå"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikk for å flytte lysbildet"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikk for å redigere notatformatet"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Dobbeltklikk for å flytte lysbildet"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dobbelklikk for å redigere merknadsformatet"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klikk for å legge til tittel"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klikk for å legge til tekst"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klikk for å legge til tekst"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klikk for å legge til notater"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dobbelklikk for å legge til tittel"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dobbelklikk for å legge til Tekst"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dobbelklikk for å legge til Tekst"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Klikk for å redigere teksten"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dobbelklikk for å legge til Merknader"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dobbeltklikk for å legge til et bilde"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dobbeltklikk for å legge til et objekt"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dobbeltklikk for å legge til et diagram"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dobbeltklikk for å legge til et organisasjonskart"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dobbeltklikk for å legge til et regneark"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Tittel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standar tegnestil"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Flytt lysbilder"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Sett inn Sider"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Sett inn Side"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Egenskaper for lysbilder"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt uten fyll"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt uten fyll og linjer"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Tittel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Overskrift A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Tittel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Overskrift A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafikk"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Figurer"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linjer"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pillinjer"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Punktlinjer"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Fylt"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Fylt blå"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Fylt grøn"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Fylt gul"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Fylt rød"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Omriss"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Omriss blått"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Omriss grønt"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Omriss gult"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Omriss rødt"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Tittel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Undertittel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Disposisjon"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Bakgrunnsobjekter"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Bakgrunn"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notater"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-import"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Lagre dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Minsk skriftstørrelse"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Øk skriftstørrelse"
@@ -2431,637 +2467,637 @@ msgstr "Øk skriftstørrelse"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tegnevisning"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tegnevisning"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Disposisjonsvisning"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Lysbildevisning"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Her kan du sortere lysbildene."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notatvisning"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Støttearkvisning"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentasjonstittel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Presentasjonsomriss"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Presentasjonsundertittel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentasjonsside"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentasjonsnotat"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Støtteark"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Ukjent tilgjengelig presentasjonsform"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Presentasjon bunntekst"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentasjon topptekst"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Presentasjonsdato og -klokkeslett"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Presentasjonssidenummer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-presentasjon"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Tittel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Omriss"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Undertittel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Side"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Merknader"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Støtteark"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Ukjent tilgjengelig presentasjonsutforming"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Bunntekst"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Topptekst"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dato"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Tall"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (skrivebeskyttet)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ingen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Fram til neste klikk"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Fram til lysbildet er slutt"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Retning:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Eiker:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Første farge:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Andre farge:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Fyllfarge:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Skrifttype:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Skriftfarge:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Typesnitt:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linjefarge:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Skriftstørrelse:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Størrelse:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Beløp:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Farge:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ingen lyd)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stopp forrige lyd)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Annen lyd …"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Prøve"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Utløs"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Brukerstier"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Inngangsverdi: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Vektlegging: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Utgang:%1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Bevegelser:%1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Div: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ingen"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "I dag,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "I går,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ingen forfatter)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress er kommet til slutten av presentasjonen. Vil du fortsette fra begynnelsen?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME er kommet til begynnelsen av presentasjonen. Vil du fortsette fra slutten?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw er kommet til slutten av dokumentet.Vil du fortsette fra begynnelsen?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw er kommet til begynnelsen av dokumentet.Vil du fortsette fra slutten?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Sett inn kommentar"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Slett kommentar(er)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Flytt kommentar"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Endre kommentar"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Svar til %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Avspilling av media"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabell"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Lysbilder pr side:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Rekkefølge:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Innhold"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Lysbildenavn"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Sidenavn"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Dato og klokkeslett"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Skjulte sider"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Farge"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Størrelse"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjyre"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Sider"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inkluder"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "Bruk kun papirskuff som i skriveroppsettet"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Sider:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Lysbilder:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress har søkt ned til slutten av presentasjonen. Vil du fortsette søket fra begynnelsen av presentasjonen?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress har søkt opp til begynnelsen av presentasjonen. Vil du fortsette søket fra slutten av presentasjonen?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw har søkt ned til slutten av dokumentet.Vil du fortsette søket fra begynnelsen av dokumentet?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress har søkt opp til begynnelsen av dokumentet.Vil du fortsette søket fra slutten av dokumentet?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animasjon"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Lenke"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "Neste"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Forrige"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "Første Lysbilde"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "Siste Lysbilde"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Lukk panelet"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Legg til et nytt design"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/nb/svtools/messages.po b/source/nb/svtools/messages.po
index 0dd9e501de0..c3d07bcbf7a 100644
--- a/source/nb/svtools/messages.po
+++ b/source/nb/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-14 15:33+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/nb_NO/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561029297.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Rull til siste ark"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Legg til ark"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/nb/sw/messages.po b/source/nb/sw/messages.po
index fc493f6dc07..8e0fc679853 100644
--- a/source/nb/sw/messages.po
+++ b/source/nb/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-22 03:52+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-22 11:47+0000\n"
"Last-Translator: Karl Morten Ramberg <karl.m.ramberg@gmail.com>\n"
"Language-Team: Norwegian Bokmål <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/nb_NO/>\n"
"Language: nb\n"
@@ -4729,7 +4729,7 @@ msgstr "Oppdater seksjoner"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Slett seksjoner"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9241,13 +9241,13 @@ msgstr "Rad er slettet"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Innsatt kolonne"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Slettet kolonne"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Sett inn stikkordmarkering"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Sletter den valgte stikkordmarkeringen fra registeret. Stikkordteksten i dokumentet slettes ikke."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Sett inn"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Indeks:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Velg indeksen du vil legge oppføringen til i:"
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nytt selvvalgt register"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Oppføring:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Viser teksten som er valgt i dokumentet. Hvis du vil, kan du skrive inn et annet ord for indeksoppføringen. Den valgte teksten i dokumentet endres ikke."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Oppdater fra utvalget"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Fonetisk lesning:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Skriv inn den fonetiske avlesningen for den tilsvarende oppføringen. For eksempel, hvis et japansk Kanji-ord har mer enn én uttale, skriv inn riktig uttale som et Katakana-ord. Kanji-ordet sorteres deretter i henhold til den fonetiske leseoppføringen."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Fonetisk lesning:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Skriv inn den fonetiske avlesningen for den tilsvarende oppføringen."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Fonetisk lesning:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Skriv inn den fonetiske avlesningen for den tilsvarende oppføringen."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1. nøkkel:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Gjør gjeldende valg til en underoppføring av ordet du skriver inn her. Hvis du for eksempel velger \"kaldt\" og skriver inn \"vær\" som den første tast, vil indeksoppføringen være \"vær, kaldt\"."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2. nøkkel:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Gjør det gjeldende valget til en underoppføring av den første tasten. For eksempel, hvis du velger \"kaldt\" og skriver inn \"vær\" som 1. tast og \"vinter\" som 2. tast, vil indeksoppføringen være \"vær, vinter, kaldt\"."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Indeksnivå:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Angi indeksnivået for oppføringen, som bestemmer utseendet til oppføringen i den genererte indeksen."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Angi indeksnivået for oppføringen. Indeksnivået bestemmer utseendet til oppføringen, i henhold til innstillingene for det nivået i «Oppføringer»-fanen og «Stiler»-fanen i «Innholdsfortegnelse, Indeks eller Bibliografi»-dialogen. Med standardinnstillinger resulterer et høyere indeksnivå i et større innrykk for oppføringen i den genererte indeksen."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hovedoppføring"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Gjør den valgte teksten til hovedoppføringen i en alfabetisk indeks."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Gjelder alle andre hendelser"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Legg til en indeksoppføring til andre forekomster av teksten som er valgt i \"Oppføring\"."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Legg til en indeksoppføring til andre forekomster av teksten som er valgt i \"Oppføring\". For en endret oppføring utføres kampen på det opprinnelige utvalget, men den endrede oppføringen er satt inn og vil vises i indeksen."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Bare hele ord"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Skill mellom store/små bokstaver"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "For valgt oppføring"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Neste oppføring (samme navn)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Går til neste indeksoppføring av samme type og med samme navn i dokumentet."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Forrige oppføring (samme navn)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Hopper til forrige indeksoppføring av samme type og med samme navn i dokumentet."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Forrige oppføring"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Går til det forrige indekselementet av samme type i dokumentet."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Neste oppføring"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Går til det neste indekselementet av samme type i dokumentet"
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Merker den valgte teksten som indeks eller innholdsfortegnelsesoppføring. Redigerer den valgte indeksoppføringen."
diff --git a/source/ne/cui/messages.po b/source/ne/cui/messages.po
index 9bc3395aac5..b720b0d95af 100644
--- a/source/ne/cui/messages.po
+++ b/source/ne/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -16928,74 +16928,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "पाठ कागजात"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML कागजात"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "मुख्य कागजात"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "स्प्रेडसिट"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "प्रस्तुति"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "रेखाचित्र"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "सूत्र"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/ne/helpcontent2/source/text/scalc.po b/source/ne/helpcontent2/source/text/scalc.po
index 5c948c63baf..e78200d478c 100644
--- a/source/ne/helpcontent2/source/text/scalc.po
+++ b/source/ne/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-04-14 03:27+0000\n"
"Last-Translator: Saroj Dhakal <lotusnagarkot@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">सिट मेट्नुहोस्</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "सिट ट्याबको रङ"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/ne/helpcontent2/source/text/scalc/00.po b/source/ne/helpcontent2/source/text/scalc/00.po
index d82f78c993e..7d5cdb7f013 100644
--- a/source/ne/helpcontent2/source/text/scalc/00.po
+++ b/source/ne/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तम्भहरू घुसाउनुहोस्"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/ne/helpcontent2/source/text/scalc/01.po b/source/ne/helpcontent2/source/text/scalc/01.po
index 92023e64150..719d65b8439 100644
--- a/source/ne/helpcontent2/source/text/scalc/01.po
+++ b/source/ne/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 13:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>स्प्रेडसिटहरू;मेट्दा</bookmark_value><bookmark_value>पानाहरू; मेट्दा</bookmark_value><bookmark_value>मेट्दा; स्प्रेडसिटहरू</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "पाना मेट्नुहोस्"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\"></ahelp>क्वेरी यकीन पछि हालको पाना मेटाउँदछ ।</variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "हो"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "सक्रिय पाना स्थायी रूपले मेट्दछ ।"
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id921684957633412\n"
"help.text"
-msgid "No"
-msgstr "होइन"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "संवाद रद्द गर्दछ ।कुनै मेटाइ प्रस्तुत गरिएको छैन."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,13 +2545,13 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>स्प्रेडसिटहरू ; सार्दा</bookmark_value><bookmark_value>स्प्रेडसिटहरू; प्रतिलिपि गर्दा</bookmark_value><bookmark_value>सार्दा; स्प्रेडसिटहरू</bookmark_value><bookmark_value>प्रतिलिपि गर्दा; स्प्रेडसिटहरू</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
msgstr ""
#. Rv8oA
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "पाना घुसाउनुहोस्"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ गणनाहरू</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "पाना घुसाउनुहोस्"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>कार्यपाना नामहरू</bookmark_value><bookmark_value>परिवर्तन;पाना नामहरू</bookmark_value><bookmark_value>पानाहरू; पुन: नामकरण गर्दा</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "पाना पुन: नामकरण गर्नुहोस्"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "पाना देखाउनुहोस्"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>पानाहरू; प्रदर्शन</bookmark_value><bookmark_value>प्रदर्शन; पानाहरू</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "पाना देखाउनुहोस्"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">ले पानाहरू प्रदर्शन गर्दछ जसमा<emph>लुकाउनुहोस्</emph> आदेश सहित अगाडि लुकाइसकेका हुन्छन् ।</ahelp></variable> एउटा पाना कक्ष आदेशमा मात्र चयन गर्नुहोस् । हालको पाना प्राय चयन भइराखेको हुन्छ । यदि पाना हालको पाना भन्दा पछि चयन गरिएको खण्डमा तपाईँं यसलाई सञ्झ्यालको तल अनुरूप पाना ट्याब क्लिक गरेको बेलामा <switchinline select=\"sys\"> <caseinline select=\"MAC\">आदेश</caseinline> <defaultinline>कन्ट्रोल</defaultinline> </switchinline>थिचेर यसलाई चयन नगर्न पनि सक्नुहुन्छ ।."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/ne/helpcontent2/source/text/scalc/guide.po b/source/ne/helpcontent2/source/text/scalc/guide.po
index 3d2c86b03f1..b409af72c3f 100644
--- a/source/ne/helpcontent2/source/text/scalc/guide.po
+++ b/source/ne/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8593,31 +8593,40 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "पाना ट्याबहरू मार्फत नेभिगेट गर्दा"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>पानाहरू; बहुविध प्रदर्शन</bookmark_value><bookmark_value>पाना ट्याबहरू;प्रयोग गर्दा</bookmark_value><bookmark_value>दृश्यहरू;बहुविध पानाहरू</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">पानाहरू ट्याबहरूद्वारा नेभिगेट गर्दा</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
msgstr ""
#. 4KYVc
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr ""
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">प्रतिमा</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "तपाईँको कागजातमा सम्बन्धित सबै पानाहरूलाई प्रदर्शन गर्नका लागि नेभिगेसन बटनहरू प्रयोग गर्नुहोस् । टाढा बायाँ वा टाढा दायाँमा बटनको क्लिक गर्दा प्रदर्शित हुन्छ, अभिव्यक्ति स्वरूप, पहिलो वा अन्तिम पाना ट्याब । बीचका बटनहरूले अगाडि स्क्रोल गर्नका लागि र पछाडि सबै पाना ट्याबहरू हटाउनका लागि प्रयोग कर्ता लाइ अनुमति दिन्छ । पानाहरू आफै प्रदर्शन गर्नका लागि पाना ट्याबमा क्लिक गर्नुहोस् ।"
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "बहुविध पानाहरू लागू गर्दा"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>पानाहरू; घुसाउँदै</bookmark_value> <bookmark_value>घुसाउँदै; पानाहरू</bookmark_value> <bookmark_value>पानाहरू; बहुविध चयन गर्दै</bookmark_value> <bookmark_value>पानाहरू जोड्दै</bookmark_value> <bookmark_value>छान्दै;बहुविध पानाहरू</bookmark_value> <bookmark_value>बहुविध पानाहरू</bookmark_value> <bookmark_value>गणना गर्दै;बहुविध पानाहरू</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\"> बहुविध पानाहरू लागू गर्दा</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "एउटा पाना घुसाउँदा"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "नयाँ पाना वा एउटा अर्को फाइलबाट अवस्थित पानामा घुसाउनका लागि रोज्नुहोस् <item type=\"menuitem\">घुसाउने - पाना</item> रोज्नुहोस् ।"
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">तपाईँले म्याक्रोहरू लेख्न र सम्पादन गर्न सक्ने आधारभूत IDE खोल्दछ ।</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/ne/helpcontent2/source/text/scalc/menu.po b/source/ne/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/ne/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/ne/helpcontent2/source/text/shared/00.po b/source/ne/helpcontent2/source/text/shared/00.po
index c4bf1e05144..ad1ba378037 100644
--- a/source/ne/helpcontent2/source/text/shared/00.po
+++ b/source/ne/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">यो आदेश पहुँच गर्न...</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,13 +6505,13 @@ msgctxt ""
msgid "File Menu"
msgstr "फाइल मेनु"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6469,40 +6523,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "नयाँ"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6631,31 +6694,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "खुला फाइल"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,49 +7189,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7081,13 +7261,40 @@ msgctxt ""
msgid "Save"
msgstr "बचत गर्नुहोस्"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "...रूपमा बचत गर्नुहोस्"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,13 +7432,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,13 +7621,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7369,13 +7666,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7405,13 +7720,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7423,22 +7792,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,31 +7936,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "पृष्ठ पूर्वावलोकन छाप्नुहोस"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,13 +8044,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/ne/helpcontent2/source/text/shared/01.po b/source/ne/helpcontent2/source/text/shared/01.po
index 449c6ba285c..a9c5a614c15 100644
--- a/source/ne/helpcontent2/source/text/shared/01.po
+++ b/source/ne/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-07-28 14:35+0000\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: Nepali <https://weblate.documentfoundation.org/projects/libo_help-master/textshared01/ne/>\n"
@@ -97,13 +97,13 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>प्रकार्य</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
msgstr ""
#. DaHW6
@@ -124,13 +124,13 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr ""
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
msgstr ""
#. gCPqt
@@ -151,13 +151,13 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr ""
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
msgstr ""
#. AQMhm
@@ -178,13 +178,13 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr ""
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
msgstr ""
#. 8vFqa
@@ -205,13 +205,13 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr ""
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
msgstr ""
#. bky4X
@@ -232,13 +232,13 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr ""
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
msgstr ""
#. Qfe7v
@@ -286,13 +286,13 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr ""
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
msgstr ""
#. 77KZQ
@@ -313,13 +313,13 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr ""
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
msgstr ""
#. WdDQu
@@ -340,13 +340,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr ""
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
msgstr ""
#. XTgC3
@@ -367,13 +367,13 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr ""
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
msgstr ""
#. ZrAvP
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr ""
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr ""
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr ""
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr ""
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr ""
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr ""
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr ""
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr ""
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,13 +7756,13 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr ""
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
msgstr ""
#. C8Qow
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr ""
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">घटनाहरू</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">कार्यक्रमहरूमा म्याक्रोहरूलाई असाइन गर्दछ। निर्दिष्ट गरिएको म्याक्रो स्वचालित रूपमा चल्छ जब चयन गरिएको घटना हुन्छ।</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr ""
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/ne/helpcontent2/source/text/swriter/00.po b/source/ne/helpcontent2/source/text/swriter/00.po
index e3bea5bd592..0ac4d5158cc 100644
--- a/source/ne/helpcontent2/source/text/swriter/00.po
+++ b/source/ne/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:06+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2824,85 +2824,85 @@ msgctxt ""
msgid "Mail Merge"
msgstr "पत्र गाभ्ने"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
+msgid "The Content Controls Menu"
msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
msgstr ""
#. pwCa2
diff --git a/source/ne/helpcontent2/source/text/swriter/01.po b/source/ne/helpcontent2/source/text/swriter/01.po
index 19b5903e66f..40d40277756 100644
--- a/source/ne/helpcontent2/source/text/swriter/01.po
+++ b/source/ne/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-10-21 20:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -70,13 +70,13 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr ""
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
msgstr ""
#. KvqYw
@@ -1960,13 +1960,13 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr ""
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
+msgid "Check this box to prevent manual editing of the index content."
msgstr ""
#. X6So9
@@ -13705,13 +13705,13 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "हाइपरलिङ्क (LS र LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
msgstr ""
#. pqV4D
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr ""
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,13 +28375,13 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr ""
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
msgstr ""
#. bZLfz
diff --git a/source/ne/officecfg/registry/data/org/openoffice/Office.po b/source/ne/officecfg/registry/data/org/openoffice/Office.po
index c3d5c985bb6..0e0e172a940 100644
--- a/source/ne/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/ne/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12508,85 +12508,85 @@ msgctxt ""
msgid "Notes"
msgstr "द्रष्टब्यहरू"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "पाठ कागजातहरू"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "स्प्रेडसिटहरू"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "प्रस्तुतिहरू"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "रेखाचित्रहरू"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "वेब पृष्ठहरू"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "मुख्य कागजातहरू"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "सूत्रहरू"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "डाटाबेस कागजातहरू"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po
index abc608d3df5..9cc32722dee 100644
--- a/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ne/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2250,6 +2250,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पङ्क्तिहरू मेट्नुहोस्"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9652,14 +9662,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -10975,6 +10985,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "स्तम्भहरू घुसाउनुहोस्"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26906,36 +26926,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32269,15 +32259,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "पृष्ठ नम्बर"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33461,6 +33471,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "पङ्क्तिहरू मेट्नुहोस्"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "पङ्क्तिहरू"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/ne/sc/messages.po b/source/ne/sc/messages.po
index ad4393739ea..6ab92bc7d52 100644
--- a/source/ne/sc/messages.po
+++ b/source/ne/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33073,39 +33073,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
#, fuzzy
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "स्तम्भ प्रकार"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr " पूर्वावलोकन सञ्झ्यालमा एउटा स्तम्भ रोज्नुहोस र आयातित डेटा लागू गर्नका लागिडेटा प्रकार चयन गर्नुहोस। "
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "पाठलाई स्तम्भ"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "फाँटहरू"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "डेलिमेट गरिएका डेटाहरूका लागि आयात विकल्प सेट गर्दछ।"
diff --git a/source/ne/sd/messages.po b/source/ne/sd/messages.po
index c856e8eb8b5..d230b46e594 100644
--- a/source/ne/sd/messages.po
+++ b/source/ne/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1226,249 +1226,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "पाठ घुसाउनुहोस्"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "स्मार्ट"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "बायाँ"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "दायाँ"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "माथि"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "तल"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "माथि बायाँ ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "तल बायाँ ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "माथि दायाँ ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "तल दायाँ"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "तेर्सो"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "ठाडो"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "सबै ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "लाईभ मोडमा यो कार्य चल्न सक्दैन"
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "पछाडि"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "जारी राख्नुहोस्"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "परिदृश्य"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Color Tolerance"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "क्रस- फेडिङ"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "स्लाइड बढाउनुहोस्"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "सामग्रीहरू स्लाइडको तालिका"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "यो क्षणमा कुनै सेन स्रोत उपलब्ध छैन"
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "वर्तमानमा, कुनै ट्वेन स्रोत उपलब्ध छैन"
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "स्थिर"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "चल"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "मानक"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "मानक (छोटो)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "मानक (लामो)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "फाइल नाम"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "बाटो/फाइल नाम"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "बाटो"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "विस्तार रहित फाइल नाम"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "नयाँ अनुकूलन स्लाइड प्रदर्शन"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "प्रतिलिपि बनाउनुहोस्"
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "मेटाफाइल(हरू)को समूह छुट्ट्याउनुहोस्"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "सबै रेखाचित्र वस्तुहरूको समूह छुट्ट्याउन सम्भव थिएन ।"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1478,157 +1508,157 @@ msgstr ""
"के तपाईँ यसलाई बदल्न चाहनुहुन्छ ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "पाठ"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "हाइपरलिङ्क"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "भ्रमण गरिएको लिङ्क"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "सक्रिय लिङ्क"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "द्रष्टव्य"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "सामग्रीको तालिका"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "सुरु गर्नका लागि यहाँ क्लिक गर्नुहोस्"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "लेखक"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "गृह पृष्ठ"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "अधिक जानकारी"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "प्रस्तुति डाउनलोड गर्नुहोस्"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "दुर्भाग्यवश तपाईँको ब्राउजरले उत्प्लावन गरिरहेका फ्रेमहरूलाई समर्थन गर्दैन ।"
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "पहिलो पृष्ठ"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "अन्तिम पृष्ठ"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "पाठ"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "छवि"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "सामग्रीहरू सहित"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "सामग्रीहरू रहित"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "दिइएको पृष्ठलाई"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "बिटम्यापलाई बहुभुजमा रूपान्तरण गर्नुहोस्"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "प्रस्तुतिबाट निस्कनका लागि क्लिक गर्नुहोस्"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "पज गर्नुहोस्"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "मनपर्ने 3D लागू गर्नुहोस्"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1639,805 +1669,811 @@ msgstr ""
"एउटा मान्य ध्वनि फाइल होइन !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "मेटाफाइलमा रूपान्तरण गर्नुहोस्"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "बिटम्यापमा रूपान्तरण गर्नुहोस्"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "फाइल $(URL1) सिर्जना गर्न सक्दैन"
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "फाइल $(URL1) खोल्न सक्दैन"
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "फाइल $(URL1) लाई $(URL2) मा प्रतिलिपि बनाउन सकिँदैन"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "स्लाइड पुन: नामकरण गर्नुहोस्"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "नाम"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "स्वत: सजावटका लागि शीर्षक क्षेत्र"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "स्वत: सजावटका लागि वस्तु क्षेत्र"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "फुटर क्षेत्र"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "हेडर क्षेत्र"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "मिति क्षेत्र"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "स्लाइड सङ्ख्या क्षेत्र"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "पृष्ठ सङ्ख्या क्षेत्र"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "द्रष्टव्य क्षेत्र"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "हाङ्गुल/हान्जा रूपान्तरण"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "स्लाइड"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "पृष्ठ"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "पूर्वावलोकन उपलब्ध छैन"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "पूर्वावलोकन तयार गर्दै"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "सजावट"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "प्रस्तुति विकल्प"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "कक्ष शैलीहरू"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "आकार %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
#, fuzzy
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "सामग्रीहरू"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "तालिका घुसाउनुहोस्"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "चित्रपट घुसाउनुहोस्"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "पृष्ठ घुसाउनुहोस्"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "अडियो या भिडियो घुसाउनुहोस्"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
#, fuzzy
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "पछिल्लो स्लाईड"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "स्थानिय लक्ष्य डाइरेक्टरी '%FILENAME' खाली छैन । केही फाइलहरू अधिलेखन गरियो । के तपाईँ निरन्तरता दिन चाहनुहुन्छ ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "पृष्ठभूमि"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "पृष्ठभूमि वस्तुहरू"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "सजावट"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "नियन्त्रणहरू"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "आयाम रेखाहरू"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "स्लाईड"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "पृष्ठ"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "स्लाईड"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "मुख्य पृष्ठ"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(द्रष्टव्य)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "ह्यान्डआउटहरू"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "शीर्षक पाठ ढाँचालाई सम्पादन गर्नका लागि क्लिक गर्नुहोस्"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "रूपरेखा पाठ ढाँचालाई सम्पादन गर्नका लागि क्लिक गर्नुहोस्"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "दोस्रो रूपरेखा स्तर"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "तेस्रो रूपरेखा स्तर"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "चौथो रूपरेखा स्तर"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "पाँचौ रूपरेखा स्तर"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "छैठौं रूपरेखा स्तर"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "सातौं रूपरेखा स्तर"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "स्लाईड सार्नका लागि क्लिक गर्नुहोस्"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "द्रष्टव्य ढाँचा सम्पादन गर्नका लागि क्लिक गर्नुहोस्"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "पूर्वनिर्धारित"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "शीर्षक"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "स्लाईडहरू सार्नुहोस्"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "भर्ने बिनाको वस्तु"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "पाठ"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "शीर्षक"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "उप शीर्षक"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "रूपरेखा"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "पृष्ठभूमि वस्तुहरू"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "पृष्ठभूमि"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "द्रष्टव्य"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "पावरप्वाइन्ट आयात"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "कागजात बचत गर्नुहोस्"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2445,666 +2481,666 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "रेखाचित्र दृश्य"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "रेखाचित्र दृश्य"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "रूपरेखा दृश्य"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "स्लाईड दृश्य"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "यो ठाउँ जहाँ तपाईँले स्लाईडहरू क्रमबद्ध गर्नुहुन्छ ।"
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "द्रष्टब्य दृश्य"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "ह्यान्ड आउट दृश्य"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "प्रस्तुति"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "प्रस्तुति"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "प्रस्तुति"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "ह्यान्डआउट"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "प्रस्तुति मोड"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "प्रस्तुति"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME प्रस्तुतीकरण"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "शीर्षक"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "रूपरेखा"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "उप शीर्षक"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "पृष्ठ"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "द्रष्टव्य"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "ह्यान्डआउट"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "फुटर"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "हेडर"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "मिति"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
#, fuzzy
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "नम्बर"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(पढ्ने-मात्र)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "कुनै पनि होइन"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "अर्को पटक क्लिक नगर्दा सम्म"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "स्लाईडको अन्त्य सम्म"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "दिशा"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "जुम"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "स्पोकहरू"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "पहिलो रङ"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "दोस्रो रङ"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "पहिलो रङ"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "फन्ट"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "पहिलो रङ"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "शैली:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "टाइप मोहडा"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "रेखा रङ"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "फन्ट साइज"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "साइज"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "रकम"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "रङ"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(ध्वनि छैन)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(अघिल्लो ध्वनि रोक्नुहोस्)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "अन्य ध्वनि..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "नमूना"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "ट्रिगर"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "कुनै पनि होइन"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "आज"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress प्रस्तुतीकरणको समाप्तिमा पुग्यो। के तपाईँ सुरु देखि जारी राख्न चाहनु हुन्छ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress प्रस्तुतीकरणको सुरुआतमा पुग्यो। के तपाईँ अन्त सम्म जारी राख्न चाहनु हुन्छ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw कागजातको समाप्तिमा पुग्यो। के तपाईँ सुरु देखि जारी राख्न चाहनु हुन्छ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw कागजातको सुरुआतमा पुग्यो। के तपाईँ अन्त सम्म जारी राख्न चाहनु हुन्छ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "टिप्पणी घुसाउनुहोस्"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "टिप्पणी(हरू) मेट्नुहोस्"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "टिप्पणी सार्नुहोस्"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "द्रष्टव्य सम्पादन गर्नुहोस्"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "%1 लाई जवाफ दिनुहोस्"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "मिडिया प्लेब्याक"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "तालिका"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "कागजात"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "सामग्रीहरू"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "स्लाईड फलक"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "पृष्ठ नाम"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "मिति र समय"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "लुकेका पृष्ठहरू"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "रङ"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "साइज"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "ब्राउजर"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "समावेश"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME इम्प्रेसले प्रस्तुतिको अन्त्य सम्म खोजीसकेको छ । के तपाईँ सुरुमा जारी राख्न चाहनुहुन्छ ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME इम्प्रेसले प्रस्तुतिको अन्त्य सम्म खोजीसकेको छ । के तपाईँ अन्त्यमा जारी राख्न चाहनुहुन्छ ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME ड्र ले कागजातको अन्त्य सम्म खोजीसकेको छ । के तपाईँ सुरुमा जारी राख्न चाहनुहुन्छ ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME ड्र ले कागजातको सुरु सम्म खोजीसकेको छ । के तपाईँ अन्त्यमा जारी राख्न चाहनुहुन्छ ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/ne/svtools/messages.po b/source/ne/svtools/messages.po
index 61404e4467f..67e23e34e0a 100644
--- a/source/ne/svtools/messages.po
+++ b/source/ne/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -864,10 +864,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/ne/sw/messages.po b/source/ne/sw/messages.po
index 7c562d3281f..7741fff7008 100644
--- a/source/ne/sw/messages.po
+++ b/source/ne/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17293,231 +17293,237 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "अनुक्रमणिका प्रविष्टि घुसाउँनुहोस्"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "चयन गरिएको प्रविष्टि अनुक्रमणिकाबाट मेटाउँदछ। कागजातमा प्रविष्टि पाठ मेटिने छैन।"
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "घुसाउनुहोस्"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "New User-defined Index"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "मुख्य प्रविष्टि"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "पूरा शब्दहरू मात्र"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "जोडा केस"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/nl/cui/messages.po b/source/nl/cui/messages.po
index 79a52c9629e..c44a5b7632a 100644
--- a/source/nl/cui/messages.po
+++ b/source/nl/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562580142.000000\n"
#. GyY9M
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Altijd op_slaan als:"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstdocument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-document"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Hoofddocument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Werkblad"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentatie"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Tekening"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formule"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Specificeert het documenttype waarvoor u de standaardbestandsindeling wilt definiëren."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Specificeert hoe documenten van het aan de linkerkant geselecteerde type altijd worden opgeslagen als dit bestandstype. U kunt een ander bestandstype selecteren voor het huidige document in het dialoogvenster Opslaan als."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_ocumenttype:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Standaard bestandsindeling en ODF-instellingen"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "In het gedeelte Algemeen kunt u standaardinstellingen selecteren voor het opslaan van documenten en kunt u standaardbestandsindelingen selecteren."
diff --git a/source/nl/helpcontent2/source/text/scalc.po b/source/nl/helpcontent2/source/text/scalc.po
index 5197ae5cd09..3c265d64b66 100644
--- a/source/nl/helpcontent2/source/text/scalc.po
+++ b/source/nl/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-27 14:37+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/nl/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Verwijder blad</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Tabbladkleur"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/nl/helpcontent2/source/text/scalc/00.po b/source/nl/helpcontent2/source/text/scalc/00.po
index 400f8c4a36f..0ba5ea6bf56 100644
--- a/source/nl/helpcontent2/source/text/scalc/00.po
+++ b/source/nl/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-11-25 12:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/nl/>\n"
"Language: nl\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Kies <emph>Blad - Cellen verwijderen</emph>.</variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Kies <emph>Blad - Blad verwijderen</emph>."
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Open het contextmenu van een tabblad."
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Kies <emph>Bewerken - Blad verplaatsen/kopiëren</emph>."
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Open het contextmenu van een tabblad."
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Kolommen invoegen"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Kies <menuitem>Blad - Blad invoegen</menuitem>.</variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Kies <emph>Blad</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Kies <emph>Blad - Bladnaam wijzigen</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Kies <emph>Blad - Blad weergeven</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Deze functie is beschikbaar sinds %PRODUCTNAME 7.3."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Deze functie is beschikbaar sinds %PRODUCTNAME 7.4."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Deze functie is beschikbaar sinds %PRODUCTNAME 7.5."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Menu Blad"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/nl/helpcontent2/source/text/scalc/01.po b/source/nl/helpcontent2/source/text/scalc/01.po
index 8da64dfd3a5..35d3d299242 100644
--- a/source/nl/helpcontent2/source/text/scalc/01.po
+++ b/source/nl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-18 16:35+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565421340.000000\n"
#. sZfWF
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>werkbladen; verwijderen</bookmark_value><bookmark_value>bladen; verwijderen</bookmark_value><bookmark_value>verwijderen; werkbladen</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Bladen verwijderen"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Verwijdert het huidige blad na een vraag om bevestiging.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "U kunt een blad niet verwijderen als <emph>Bewerken - Wijzigingen bijhouden - Wijzigingen bijhouden</emph> is ingeschakeld."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
-"help.text"
-msgid "Deletes the current sheet."
-msgstr "Verwijdert het huidige blad."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Nee"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Klik op deze knop indien u het actieve blad niet wilt verwijderen."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>werkbladen; verplaatsen</bookmark_value><bookmark_value>werkbladen; kopiëren</bookmark_value><bookmark_value>verplaatsen; werkbladen</bookmark_value><bookmark_value>kopiëren; werkbladen</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Blad verplaatsen/kopiëren"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Blad invoegen"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>bladen;maken</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Blad invoegen"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43445,14 +43427,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>werkbladnamen</bookmark_value><bookmark_value>wijzigen; bladnamen</bookmark_value><bookmark_value>bladen; naam wijzigen</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Bladnaam wijzigen"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43508,32 +43490,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Blad weergeven"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>bladen; weergeven</bookmark_value><bookmark_value>weergeven; bladen</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Blad weergeven"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Gebruik deze opdracht om bladen zichtbaar te maken die met de opdracht <emph>Verbergen</emph> werden verborgen.</ahelp></variable> U kunt slechts één blad selecteren om de opdracht aan te roepen. Het actieve blad is altijd geselecteerd. U kunt een ander blad deselecteren door <switchinline select=\"sys\"><caseinline select=\"MAC\">Commando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> in te drukken en tegelijkertijd op de naam van het blad onderaan het venster te klikken."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47594,14 +47585,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>rijen invoegen;beveiligd blad</bookmark_value><bookmark_value>kolommen invoegen;beveiligd blad</bookmark_value><bookmark_value>kolommen verwijderen;beveiligd blad</bookmark_value><bookmark_value>rijen verwijderen;beveiligd blad</bookmark_value><bookmark_value>beveiligd blad;kolommen invoegen</bookmark_value><bookmark_value>beveiligd blad;rijen invoegen</bookmark_value><bookmark_value>beveiligd blad;rijen verwijderen</bookmark_value><bookmark_value>beveiligd blad;kolommen verwijderen</bookmark_value><bookmark_value>beveiligen;blad</bookmark_value><bookmark_value>selectie;in beveiligde cellen</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Blad beveiligen</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55280,6 +55271,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr "<link href=\"text/shared/01/05020300.xhp\">Opmaak - Cellen - Getallen</link>."
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69797,6 +70022,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=JAAR.DEEL(\"01-01-2008\"; \"01-07-2008\";0)</item> geeft 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70103,6 +70391,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "Om alle wijzigingen goed te kunnen vastleggen moet iedereen die toegang heeft, de eigen naam in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Voorkeuren</menuitem></caseinline><defaultinline><menuitem>Extra - Opties</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - Gebruikersgegevens</menuitem>."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/nl/helpcontent2/source/text/scalc/guide.po b/source/nl/helpcontent2/source/text/scalc/guide.po
index 02136bd3aac..fc455a2b073 100644
--- a/source/nl/helpcontent2/source/text/scalc/guide.po
+++ b/source/nl/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-03-18 15:16+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564161225.000000\n"
#. NXy6S
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Meerdere Werkbladen Weergeven"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>bladen; meerdere weergeven</bookmark_value><bookmark_value>tabbladen;gebruiken</bookmark_value><bookmark_value>weergaven;meerdere bladen</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigeren via tabbladen</link></variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Standaard geeft $[officename] in elk nieuw werkblad drie werkbladen weer, \"Blad1\" t/m \"Blad 3\". Met de tabbladen onder aan het scherm kunt u tussen de bladen in een werkblad schakelen."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Tabbladen</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Pictogram</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Gebruik de navigatiebalk om alle bladen van uw document weer te geven. Wanneer u op de knop uiterst links of rechts klikt, wordt respectievelijk de eerste of laatste tabblad weergegeven. Met de middelste knop kunt u door de tabbladen heen en weer gaan. Klik op de tabblad om het blad zelf weer te geven."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Meerdere bladen toepassen"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>bladen; invoegen</bookmark_value> <bookmark_value>invoegen; bladen</bookmark_value> <bookmark_value>bladen; meerdere selecteren</bookmark_value> <bookmark_value>bladen toevoegen</bookmark_value> <bookmark_value>selecteren;meerdere bladen</bookmark_value> <bookmark_value>meerdere bladen</bookmark_value> <bookmark_value>berekenen;meerdere bladen</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Werken met meerdere bladen</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Blad invoegen"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Kies <item type=\"menuitem\">Invoegen - Blad</item> om een nieuw blad of een bestaand blad van een ander bestand in te voegen."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opent een dialoogvenster waar u macro's kunt toewijzen aan gebeurtenissen in het blad.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opent een venster waar u een kleur aan het tabblad kunt toewijzen.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/nl/helpcontent2/source/text/scalc/menu.po b/source/nl/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/nl/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/nl/helpcontent2/source/text/sdraw/00.po b/source/nl/helpcontent2/source/text/sdraw/00.po
index 1cc6f977946..98fd7975cd4 100644
--- a/source/nl/helpcontent2/source/text/sdraw/00.po
+++ b/source/nl/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2021-10-31 12:37+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/nl/>\n"
"Language: nl\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.15.2\n"
"X-POOTLE-MTIME: 1562874692.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Menu Invoegen"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Kies <menuitem>Invoegen- Laag</menuitem>"
#. AUTMW
#: insert_menu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Open het contextmenu van laagtabbladen - kies <menuitem>Laag invoegen</menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/nl/helpcontent2/source/text/shared/00.po b/source/nl/helpcontent2/source/text/shared/00.po
index 93f079670d1..c608d3a5698 100644
--- a/source/nl/helpcontent2/source/text/shared/00.po
+++ b/source/nl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-18 16:35+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565254456.000000\n"
#. 3B8ZN
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Om toegang te krijgen tot deze functie..</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menu Bestand"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Kies <emph>Bestand - Voorbeeld in webbrowser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Kies <menuitem>Bestand - Nieuw</menuitem>."
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Pictogram <emph>Nieuw</emph> op de werkbalk <emph>Standaard</emph> (hiermee wordt het type van het nieuwe document aangegeven)"
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Pictogram Nieuw</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Nieuw"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "Toetscombinatie <switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "KIes <menuitem>Bestand - Openen</menuitem>."
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Klik op de werkbalk <emph>Standaard</emph> op"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Pictogram Openen</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Bestand openen"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Assistent Gegevensbron voor adressen - Veldtoewijzing</emph></variable> (Stap 4)"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Kies <emph>Bestand - Sluiten</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Kies <menuitem>Bestand - Opslaan</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Open de werkbalk <emph>Standaard</emph> of <emph>Gegevenstabel</emph> en klik op"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Kies <menuitem>Bestand - Opslaan</menuitem>."
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Pictogram Opslaan</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Opslaan"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Pictogram Opslaan als</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Opslaan als"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Kies <menuitem>Bestand - Opslaan als</menuitem>.</variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Kies <menuitem>Bestand - Opslaan als</menuitem>.</variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Kies <menuitem>Bestand - Opnieuw laden</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Menu <menuitem>Bestand - Afdrukvoorbeeld</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Pictogram Afdrukvoorbeeld</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Kies <menuitem>Bestand - Printerinstellingen</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Menu <menuitem>Bestand - Verzenden</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "Document als e-mail"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Kies <menuitem>Bestand - Exporteren</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Kies <menuitem>Bestand - Exporteren als - Exporteren als EPUB</menuitem>."
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Pictogram Exporteren als EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Direct exporteren als EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Kies <menuitem>Bestand - Exporteren als - Exporteren als PDF</menuitem>."
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Kies <menuitem>Bestand - Afdrukken</menuitem>."
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "Klik op de werkbalk <emph>Standaard</emph> op"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Commando</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Pictogram Afdrukken</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Afdrukken"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "Klik, op de werkbalk <emph>Afdrukvoorbeeld</emph> van een tekstdocument, op"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Pictogram Afdrukvoorbeeld</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Afdrukvoorbeeld afdrukken"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Kies <menuitem>Bestand - Exporteren</menuitem>, als PBM, PPM of PGM is geselecteerd, opent het dialoogvenster automatisch.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Kies <emph>Bestand - Versies</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/nl/helpcontent2/source/text/shared/01.po b/source/nl/helpcontent2/source/text/shared/01.po
index 19eee73b8e8..e9e840c3525 100644
--- a/source/nl/helpcontent2/source/text/shared/01.po
+++ b/source/nl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-18 16:35+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565254635.000000\n"
#. 3u8hR
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Functie</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Pictogram Tekstdocument</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Maakt een tekstdocument aan in $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Pictogram Werkblad</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Maakt een werkbladdocument aan in $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Pictogram Presentatie</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Maakt een presentatiedocument aan in $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Pictogram Tekening</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Maakt een tekendocument aan in $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Pictogram Formule</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Creëert een formuledocument aan in $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Pictogram Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Maakt een HTML-document aan."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Pictogram XML Form-document</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Maakt een <link href=\"text/shared/guide/xforms.xhp\">XForms</link>-document aan."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Pictogram Labels</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Opent het dialoogvenster <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> waar u de opties voor uw labels kunt instellen en maakt vervolgens een tekstdocument voor de labels in $[officename] Writer."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Pictogram Visitekaartjes</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Opent het dialoogvenster <link href=\"text/shared/01/01010300.xhp\"><emph>Visitekaartjes</emph></link> waar u de opties voor uw visitekaartjes kunt instellen, en maakt vervolgens een tekstdocument aan in $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Pictogram Hoofddocument</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opent een document dat op een externe server staat.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Kies <item type=\"menuitem\">Bestand - Externe verbinding openen</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Klik op de knop <emph>Externe bestanden</emph> in het <emph>Startcentrum</emph>"
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Klik lang op het pictogram <emph>Openen</emph> en selecteer <emph>Externe bestand openen</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Slaat een kopie op van een actueel document, met een andere naam of op een andere locatie.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Kies <item type=\"menuitem\">Bestand - Kopie opslaan</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Exporteer het document naar PDF- of EPUB-indeling.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Kies <emph>Bestand - Exporteren als</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Klik op de knop op de kruising van de kolom- en rijkoppen, linksboven in het blad, om alle cellen op een blad te selecteren.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"> <caseinline select=\"CALC\">Klik met de rechtermuisknop op de naamtab van een blad en kies vervolgens <emph>Alle bladen selecteren</emph> om alle bladen in een werkbladbestand te selecteren. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Hiermee kunt u alle bladen in het huidige werkblad selecteren.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43936,14 +43891,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>aanpassen; gebeurtenissen</bookmark_value> <bookmark_value>gebeurtenissen; aanpassen</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Gebeurtenissen</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43954,15 +43909,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Wijst macro's aan programmagebeurtenissen toe. De toegewezen macro wordt telkens uitgevoerd wanneer de geselecteerde gebeurtenis optreedt.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Het dialoogvenster heeft minder functionaliteit wanneer het wordt geopend in het menu Bewerken - Blad van een werkblad."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/nl/helpcontent2/source/text/simpress/00.po b/source/nl/helpcontent2/source/text/simpress/00.po
index 8ee7e6e93e2..742441ca247 100644
--- a/source/nl/helpcontent2/source/text/simpress/00.po
+++ b/source/nl/helpcontent2/source/text/simpress/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-18 16:35+0000\n"
-"Last-Translator: kees538 <kees538@gmail.com>\n"
+"PO-Revision-Date: 2023-05-31 14:35+0000\n"
+"Last-Translator: vpanter <Leo.Moons@proximus.be>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/nl/>\n"
"Language: nl\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.15.2\n"
"X-POOTLE-MTIME: 1562958767.000000\n"
#. sqmGT
@@ -50,7 +50,7 @@ msgctxt ""
"par_id5316324\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the <menuitem>Custom Animation</menuitem> sidebar deck.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opent het paneel <menuitem>Aangepaste animatie</menuitem> op de Zijbalk.</ahelp>"
#. bAS7D
#: 00000004.xhp
@@ -167,7 +167,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<variable id=\"dtvlc\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dtvlc\">Kies <menuitem>Bestand - Exporteren</menuitem>.</variable>"
#. Cjh6J
#: 00000402.xhp
@@ -194,7 +194,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "Choose <menuitem>Edit - Duplicate</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Bewerken - Dupliceren</menuitem>."
#. iFMuz
#: 00000402.xhp
@@ -212,7 +212,7 @@ msgctxt ""
"par_id3149263\n"
"help.text"
msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (%PRODUCTNAME Draw only).</variable>"
-msgstr ""
+msgstr "<variable id=\"bearbueber\">Kies <emph>Vorm - Vormovergang</emph> (alleen %PRODUCTNAME Draw).</variable>"
#. CSEE8
#: 00000402.xhp
@@ -221,7 +221,7 @@ msgctxt ""
"par_id3149666\n"
"help.text"
msgid "<variable id=\"basl\">Choose <menuitem>Slide - Delete Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"basl\">Kies <menuitem>Dia - Dia verwijderen</menuitem>.</variable>"
#. FXCWY
#: 00000402.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id3147397\n"
"help.text"
msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <menuitem>Delete Layer</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"baebl\">Open het contextmenu van een ingevoegde laag en kies <menuitem>Laag verwijderen</menuitem>.</variable>"
#. nGzts
#: 00000402.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<variable id=\"feldbefehl\">Choose <menuitem>Edit - Fields</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"feldbefehl\">Kies <menuitem>Bewerken - Velden</menuitem>.</variable>"
#. n6xfJ
#: 00000402.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"par_id8695944\n"
"help.text"
msgid "<variable id=\"gluebar\">Click the <emph>Show Gluepoint Functions</emph> icon on the <menuitem>Drawing</menuitem> bar.</variable>"
-msgstr ""
+msgstr "<variable id=\"gluebar\">Klik op het pictogram <emph>Plakpuntfuncties tonen</emph> op de werkbalk <menuitem>Tekening</menuitem> .</variable>"
#. RE44L
#: 00000402.xhp
@@ -293,7 +293,7 @@ msgctxt ""
"par_id3148798\n"
"help.text"
msgid "<variable id=\"aslal\">Choose <menuitem>View - Rulers</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aslal\">Kies <menuitem>Beeld - Linialen</menuitem>.</variable>"
#. PvGBf
#: 00000403.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3153771\n"
"help.text"
msgid "<variable id=\"option\">Choose <menuitem>View - Toolbars - Options</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"option\">Kies <menuitem>Beeld - Werkbalken - Opties</menuitem>.</variable>"
#. ZZCEC
#: 00000403.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Presentation</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Werkbalken - Presentatie</menuitem>."
#. xFTvM
#: 00000403.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "<variable id=\"quali\">Choose <menuitem>View - Color/Grayscale</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"quali\">Kies <menuitem>Beeld - Kleur/Grijstinten</menuitem>.</variable>"
#. nefGE
#: 00000403.xhp
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Diaweergave</menuitem>."
#. 9Wog8
#: 00000403.xhp
@@ -338,7 +338,7 @@ msgctxt ""
"par_id3157982\n"
"help.text"
msgid "Choose <menuitem>View - Outline</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Overzichtsweergave</menuitem>."
#. RtvDG
#: 00000403.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"par_id3149875\n"
"help.text"
msgid "Choose <menuitem>View - Slide Sorter</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Diasorteerder</menuitem>."
#. ZjiEB
#: 00000403.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"par_id3149352\n"
"help.text"
msgid "Choose <menuitem>View - Notes</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Notitiemodel</menuitem>."
#. EmvCe
#: 00000403.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id3155255\n"
"help.text"
msgid "Choose <menuitem>View - Master Handout</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Hand-outmodel</menuitem>."
#. WWEFs
#: 00000403.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id3154328\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Slide Show</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Presentatie - Presentatie</menuitem>."
#. cvTps
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Diaweergave</menuitem>."
#. 8bGaH
#: 00000403.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <menuitem>View - Master Slide</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Beeld - Diamodel</menuitem>."
#. 6FLRL
#: 00000403.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"par_idN10AF7\n"
"help.text"
msgid "<variable id=\"masterlayouts\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"masterlayouts\">Kies <menuitem>Beeld - Diamodel</menuitem>.</variable>"
#. 8irtd
#: 00000403.xhp
@@ -446,7 +446,7 @@ msgctxt ""
"par_idN10B19\n"
"help.text"
msgid "<variable id=\"notesmaster\">Choose <menuitem>View - Master Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"notesmaster\">Kies <menuitem>Beeld - Notitiemodel</menuitem>.</variable>"
#. UJCwj
#: 00000403.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"par_idN10B07\n"
"help.text"
msgid "<variable id=\"master\">Choose <menuitem>Slide - Master Elements</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master\">Kies <menuitem>Dia - Hoofdelementen</menuitem>.</variable>"
#. kt9yt
#: 00000403.xhp
@@ -464,7 +464,7 @@ msgctxt ""
"par_idN10B57\n"
"help.text"
msgid "Choose <menuitem>Insert - Header and Footer</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Invoegen - Koptekst en voettekst</menuitem>."
#. pt9GN
#: 00000403.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_idN10B6E\n"
"help.text"
msgid "Choose <menuitem>Insert - Page number</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Invoegen - Paginanummer</menuitem>."
#. mFj7j
#: 00000403.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"par_idN10B74\n"
"help.text"
msgid "Choose <menuitem>Insert - Date and time</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Invoegen - Datum en tijd</menuitem>."
#. DYHTa
#: 00000403.xhp
@@ -491,7 +491,7 @@ msgctxt ""
"par_id3149286\n"
"help.text"
msgid "<variable id=\"hinterzeichnung\">Choose <menuitem>View - Normal</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinterzeichnung\">Kies <menuitem>Beeld - Diaweergave</menuitem>.</variable>"
#. NLD2D
#: 00000403.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"par_id3153480\n"
"help.text"
msgid "<variable id=\"master_drawing\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master_drawing\">Kies <menuitem>Beeld - Diamodel</menuitem>.</variable>"
#. nAKB2
#: 00000403.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Kies <menuitem>Beeld - Notitieweergave</menuitem>.</variable>"
#. yDXA6
#: 00000404.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3154765\n"
"help.text"
msgid "Select the layer and choose <menuitem>Format - Layer</menuitem>."
-msgstr ""
+msgstr "Selecteer de laag en kies <menuitem>Opmaak - Laag</menuitem>."
#. HEbr2
#: 00000405.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "Open context menu of the layer tab - choose <menuitem>Modify Layer</menuitem>."
-msgstr ""
+msgstr "Open het contextmenu van de lagentab - kies <menuitem>Laag wijzigen</menuitem>."
#. 3ozJT
#: 00000405.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Opmaak - Interactie</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<variable id=\"silbentrennung\">Choose <menuitem>Tools - Language - Hyphenation</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"silbentrennung\">Kies <menuitem>Extra - Taak - Woordafbreking</menuitem>.</variable>"
#. DpRab
#: 00000406.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id3158394\n"
"help.text"
msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"etdaw\">Kies <menuitem>Beeld - Diawissel</menuitem>.</variable>"
#. MFQbE
#: 00000407.xhp
@@ -887,7 +887,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>Insert - Animated Image</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Invoegen - Geanimeerde afbeelding</menuitem>."
#. w3vLq
#: 00000407.xhp
@@ -896,7 +896,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Custom Animation</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Presentatie - Aangepaste animatie</menuitem>."
#. GjRGc
#: 00000407.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Pictogram Aangepaste animatie</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -932,7 +932,7 @@ msgctxt ""
"par_id3152987\n"
"help.text"
msgid "<variable id=\"praesent\">Choose <menuitem>Slide Show - Slide Show Settings</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"praesent\">Kies <menuitem>Presentatie - Instellingen presentatie</menuitem>.</variable>"
#. BWo6W
#: 00000407.xhp
@@ -941,7 +941,7 @@ msgctxt ""
"par_id3155089\n"
"help.text"
msgid "<variable id=\"indipra\">Choose <menuitem>Slide Show - Custom Slide Show</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"indipra\">Kies <menuitem>Presentatie - Aangepaste presentatie</menuitem>.</variable>"
#. 3GUFv
#: 00000413.xhp
@@ -968,7 +968,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Choose <menuitem>Shape - Convert</menuitem> (%PRODUCTNAME Draw only)."
-msgstr ""
+msgstr "Kies <menuitem>Vorm - Converteren</menuitem> (alleen %PRODUCTNAME Draw)."
#. 8sqbB
#: 00000413.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3149124\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Curve</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Converteren - Naar boog</emph> (alleen %PRODUCTNAME Draw)"
#. cjVjh
#: 00000413.xhp
@@ -1004,7 +1004,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Polygon</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Converteren - Naar veelhoek</emph> (alleen %PRODUCTNAME Draw)"
#. vFDG5
#: 00000413.xhp
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_id3147001\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Converteren - Naar 3D</emph> (alleen %PRODUCTNAME Draw)"
#. ZM2qM
#: 00000413.xhp
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3150205\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D Rotation Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Converteren - Naar 3D-draai-object</emph> (alleen %PRODUCTNAME Draw)"
#. 6GqEg
#: 00000413.xhp
@@ -1058,7 +1058,7 @@ msgctxt ""
"par_id3152986\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Bitmap</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Converteren - Naar rasterafbeelding</emph> (alleen %PRODUCTNAME Draw)"
#. zYDUA
#: 00000413.xhp
@@ -1076,7 +1076,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Metafile</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kiers <emph>Vorm - Converteren - Naar metabestand</emph> (alleen %PRODUCTNAME Draw)"
#. FKBs3
#: 00000413.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Contour</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Converteren - Naar contour</emph> (alleen %PRODUCTNAME Draw)"
#. JexGE
#: 00000413.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"par_id3153008\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - In Front of Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Schikken - Vóór het object</emph> (alleen %PRODUCTNAME Draw)"
#. d8mib
#: 00000413.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id3150537\n"
"help.text"
msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Icon In Front of Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Pictogram Voor het object</alt></image>"
#. BEnZu
#: 00000413.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3150654\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Behind Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Schikken - Achter het object</emph> (alleen %PRODUCTNAME Draw)"
#. ECTJD
#: 00000413.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"par_id3149886\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "In de menubalk <menuitem>Tekenen</menuitem>, open de werkbalk <menuitem>Schikken</menuitem> en klik:"
#. HWm5x
#: 00000413.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3150865\n"
"help.text"
msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Icon Behind Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Pictogram Achter object</alt></image>"
#. zJ8mS
#: 00000413.xhp
@@ -1202,7 +1202,7 @@ msgctxt ""
"par_id3150002\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Reverse</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Schikken - Omdraaien</emph> (Alleen %PRODUCTNAME Draw)"
#. kQ8FJ
#: 00000413.xhp
@@ -1220,7 +1220,7 @@ msgctxt ""
"par_id3145164\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "In de menubalk <menuitem>Tekenen</menuitem>, open de werkbalk <menuitem>Schikken</menuitem> en klik:"
#. yLqU3
#: 00000413.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Pictogram Omdraaien</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3145298\n"
"help.text"
msgid "Choose <emph>Shape - Combine</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Combineren</emph> (Alleen %PRODUCTNAME Draw)"
#. PP2FD
#: 00000413.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Splitsen</emph> (Alleen %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id3154872\n"
"help.text"
msgid "Choose <emph>Shape - Connect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Verbinden</emph> (Alleen %PRODUCTNAME Draw)"
#. DNEs5
#: 00000413.xhp
@@ -1301,7 +1301,7 @@ msgctxt ""
"par_id3153920\n"
"help.text"
msgid "Choose <emph>Shape - Break</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Breken</emph> (Alleen %PRODUCTNAME Draw)"
#. EZSR4
#: 00000413.xhp
@@ -1319,7 +1319,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm</emph> (Alleen %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Shape - Merge</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Samenvoegen</emph> (Alleen %PRODUCTNAME Draw)"
#. izMq7
#: 00000413.xhp
@@ -1355,7 +1355,7 @@ msgctxt ""
"par_id3150874\n"
"help.text"
msgid "Choose <emph>Shape - Subtract</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Aftrekken</emph> (Alleen %PRODUCTNAME Draw)"
#. dyi5b
#: 00000413.xhp
@@ -1373,7 +1373,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Kies <emph>Vorm - Doorsnijden</emph> (alleen %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"par_id3155530\n"
"help.text"
msgid "<variable id=\"frtite\">Choose <menuitem>Slide - Slide Properties</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtite\">Kies <menuitem>Dia - Dia-eigenschappen</menuitem>.</variable>"
#. 2zhS7
#: slide_menu.xhp
@@ -1409,7 +1409,7 @@ msgctxt ""
"par_id3145386\n"
"help.text"
msgid "<variable id=\"frtites\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Page</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtites\">Kies <menuitem>Dia - Dia-eigenschappen</menuitem> en klik dan op de tab <menuitem>Pagina</menuitem> .</variable>"
#. zxATD
#: slide_menu.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<variable id=\"frtiteh\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Background</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtiteh\">Kies <menuitem>Dia - Dia-eigenschappen</menuitem> en klik dan op de tab <menuitem>Achtergrond</menuitem> .</variable>"
#. inJ9s
#: slide_menu.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3155266\n"
"help.text"
msgid "<variable id=\"adnsei\">Choose <menuitem>Slide - Layout</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"adnsei\">Kies <menuitem>Dia - Layout</menuitem>.</variable>"
#. hVZ8b
#: slide_menu.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"par_id3153012\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <menuitem>Slide - Change Slide Master</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"seitenvorlage\">Kies <menuitem>Dia - Nieuw diamodel</menuitem>.</variable>"
#. mga5s
#: slide_menu.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"par_id911634055593609\n"
"help.text"
msgid "<variable id=\"loadslidedesign\">Choose <menuitem>Slide - Change Slide Master - Load</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"loadslidedesign\">Kies <menuitem>Dia - Nieuw diamodel - Laden</menuitem>.</variable>"
#. JMpSR
#: slide_menu.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Kies <menuitem>Dia - Nieuwe dia</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/nl/helpcontent2/source/text/smath/01.po b/source/nl/helpcontent2/source/text/smath/01.po
index 151dc6ba077..2a57fdbe2ed 100644
--- a/source/nl/helpcontent2/source/text/smath/01.po
+++ b/source/nl/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-01-12 14:11+0000\n"
+"PO-Revision-Date: 2023-05-23 13:34+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/nl/>\n"
"Language: nl\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.15.2\n"
"X-POOTLE-MTIME: 1564160263.000000\n"
#. QmNGE
@@ -3758,7 +3758,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "Gebruik voor geschaalde haakjes <literal>geen</literal> als naam voor haakjes"
#. Ma9f7
#: 03090500.xhp
@@ -3767,7 +3767,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "De instructie <literal>phantom</literal> zorgt ervoor dat de laatste haak de juiste maat heeft."
#. fpVQw
#: 03090500.xhp
diff --git a/source/nl/helpcontent2/source/text/swriter/00.po b/source/nl/helpcontent2/source/text/swriter/00.po
index 8553d4fabcb..c3212be4a66 100644
--- a/source/nl/helpcontent2/source/text/swriter/00.po
+++ b/source/nl/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-21 07:35+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564160792.000000\n"
#. E9tti
@@ -2824,86 +2824,86 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Standaardbrief"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
-msgstr "Het menu Formulier"
+msgid "The Content Controls Menu"
+msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
-msgstr "<variable id=\"rchtxt\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Rich-Text</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
+msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
-msgstr "<variable id=\"plntxt\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Platte tekst</menuitem></variable>."
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
+msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
-msgstr "<variable id=\"pctr\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Afbeelding</menuitem></variable>."
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
+msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
-msgstr "<variable id=\"chkbx\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Keuzevakje</menuitem></variable>."
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
+msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
-msgstr "<variable id=\"cmbbx\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Keuzelijst met invoervak</menuitem></variable>."
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
+msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
-msgstr "<variable id=\"drpdwn\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Keuzelijst</menuitem></variable>."
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
+msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
-msgstr "<variable id=\"dt\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Datum</menuitem></variable>."
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
+msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
-msgstr "<variable id=\"prop\">Kies <menuitem>Formulier - Inhoudsbesturingselement - Eigenschappen</menuitem></variable>."
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
+msgstr ""
#. pwCa2
#: stylesmenu.xhp
diff --git a/source/nl/helpcontent2/source/text/swriter/01.po b/source/nl/helpcontent2/source/text/swriter/01.po
index 86ee5ebd3b6..c3ce42049b2 100644
--- a/source/nl/helpcontent2/source/text/swriter/01.po
+++ b/source/nl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-18 16:35+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1564344900.000000\n"
#. sZfWF
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "U kunt uw document in het afdrukvoorbeeld niet bewerken."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Klik op de knop <emph>Afdrukvoorbeeld sluiten</emph> om het afdrukvoorbeeld te verlaten.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,14 +1960,14 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Alleen-lezen</link></variable>"
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
-msgstr "Schakel dit selectievakje in om handmatige bewerking van de inhoud van de index te voorkomen."
+msgid "Check this box to prevent manual editing of the index content."
+msgstr ""
#. X6So9
#: 02110000.xhp
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlink (LS en LE)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Maakt een hyperlink voor het deel dat u insluit tussen de hyperlinktag openen (LS) en de hyperlinktag sluiten (LE). Klik in de <emph>Structuur </emph>-regel op het lege vakje voor het deel waarvoor u een hyperlink wilt maken, en klik dan op deze knop. Klik op het lege vakje achter het deel waarvoor u een hyperlink wilt maken, en klik dan nogmaals op deze knop. Alle hyperlinks moeten uniek zijn. Alleen beschikbaar voor een inhoudsopgave.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Voegt kopinformatie in, zoals kopnummer of kopinhoud. Klik op het pictogram <widget>KI</widget> om te selecteren welke informatie u wilt weergeven.</ahelp>"
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr "<bookmark_value>besturingselement;eigenschappen</bookmark_value><bookmark_value>keuzevakje;eigenschappen besturingselementen</bookmark_value><bookmark_value>datum;eigenschappen besturingselementen</bookmark_value><bookmark_value>keuzelijst met invoervak;eigenschappen besturingselementen</bookmark_value><bookmark_value>keuzelijst;eigenschappen besturingselementen</bookmark_value><bookmark_value>tekst;eigenschappen besturingselementen</bookmark_value><bookmark_value>rich text;eigenschappen besturingselementen</bookmark_value>"
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Eigenschappen voor inhoudsbeheer</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/nl/officecfg/registry/data/org/openoffice/Office.po b/source/nl/officecfg/registry/data/org/openoffice/Office.po
index 301011b3b05..a9c672fd329 100644
--- a/source/nl/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/nl/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-12 13:12+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/nl/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547631464.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Notities"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstdocumenten"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Werkbladen"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentaties"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Tekeningen"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Webpagina's"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Hoofddocumenten"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formules"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Databasedocumenten"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po b/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po
index 75854cb0a83..712291ac8dd 100644
--- a/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/nl/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565159640.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Gegevensvalidatie..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Rijen verwijderen"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Diamodel..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Diamodel..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Kolommen invoegen..."
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Geselecteerde kolom(men) verwijderen"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Rijen verwijderen"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "~Rijen verwijderen"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Geselecteerde rij(en) verwijderen"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Paginanummer invoegen"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Paginanummer"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolommen ~voor"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Rijen verwijderen"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rijen"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Geselecteerde rijen verwijderen"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/nl/sc/messages.po b/source/nl/sc/messages.po
index ef205d8bf5e..02b701107db 100644
--- a/source/nl/sc/messages.po
+++ b/source/nl/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-17 13:19+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/nl/>\n"
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Wanneer deze optie is ingeschakeld, bewaart Calc de vorige inhoud van cellen bij het plakken van lege cellen. Anders verwijdert Calc de inhoud van eerdere cellen."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Andere opties"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Kolomt_ype:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Kies een kolom in het voorbeeldvenster en selecteer het gegevenstype dat op de geïmporteerde gegevens moeten worden toegepast."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst naar kolommen"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Velden"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Stelt de importopties voor gegevens met scheidingstekens in."
diff --git a/source/nl/sd/messages.po b/source/nl/sd/messages.po
index bbd8274fbc9..5edbffe44ae 100644
--- a/source/nl/sd/messages.po
+++ b/source/nl/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-11 09:35+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/nl/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1562579951.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Tekst invoegen"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Diamodel laden"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Links"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Rechts"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Boven"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Onder"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Linksboven?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Linksonder?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Rechtsboven?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Rechtsonder?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Horizontaal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Verticaal"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alle?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Deze handeling kan niet live worden uitgevoerd."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Vorige"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Doorgaan"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Overzicht"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Vervanging van kleur"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Vormovergang"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Dia uitbreiden"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Inhoudsopgave"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Helaas is er momenteel geen SANE-bron beschikbaar."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Helaas is er momenteel geen TWAIN-bron beschikbaar."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Vast"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standaard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standaard (kort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standaard (lang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Bestandsnaam"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Pad/Bestandsnaam"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Pad"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Bestandsnaam zonder extensie"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Nieuwe aangepaste presentatie"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopie "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presentatie-indeling (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Tekeningindeling (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Groepering van metabestand(en) opheffen..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Niet alle tekenobjecten kunnen uit de groep worden gehaald."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION presentatie"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION tekening"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Wenst u deze te overschrijven?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlink"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Bezochte koppeling"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Actieve koppeling"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notities"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Inhoudsopgave"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Hier klikken om te starten"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Auteur"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-mail"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Startpagina"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Meer informatie"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Presentatie downloaden"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Uw browser ondersteunt helaas geen zwevende kaders."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Eerste pagina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Laatste pagina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Afbeelding"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Met inhoud"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Zonder inhoud"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Bij opgegeven pagina"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Rasterafbeelding naar veelhoek converteren"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klik om de presentatie af te sluiten..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pauze..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "3D-favoriet toepassen"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Afbeelding filter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"is geen geldig geluidsbestand!"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Converteren naar metabestand"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Converteren naar rasterafbeelding"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Kan bestand $(URL1) niet maken."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Kan bestand $(URL1) niet openen."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Kan bestand $(URL1) niet kopiëren naar $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Naam van diamodel. Klik met rechts voor lijst of klik voor dialoog."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Dianaam wijzigen"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Dianaam wijzigen"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Dubbele of lege namen zijn niet mogelijk"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Naam"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Diamodelnaam wijzigen"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Titelgebied voor automatische lay-outs"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objectgebied voor automatische lay-outs"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Voettekstgebied"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Koptekstgebied"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datumgebied"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Dianummergebied"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Paginanummergebied"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<koptekst>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<voettekst>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<datum/tijd>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nummer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<dia-naam>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<pagina-naam>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Notitiegebied"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja-conversie"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diavenster"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Dia's"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Geen voorbeeld beschikbaar"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Voorbeeld wordt voorbereid"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Lay-outs"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Afbeeldingsopmaakprofielen"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Presentatie-opmaakprofielen"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Celopmaakprofielen"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Vorm %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Achtergrondafbeelding instellen"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Notities"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Dialay-out herstellen"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tabel invoegen"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Diagram invoegen"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Afbeelding invoegen"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Audio of video invoegen"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Slepen en neerzetten van pagina's"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Slepen en neerzetten van dia's"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Voeg afbeeldingen toe aan het album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstdia"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "De lokale doelmap '%FILENAME' is niet leeg. Sommige bestanden worden mogelijk overschreven. Wilt u verdergaan?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Achtergrond"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Achtergrondobjecten"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Lay-out"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Besturingselementen"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Maatlijnen"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Dia"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Dia"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Dia"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diamodel"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diamodel:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Diamodel"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Diamodel:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notities)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Hand-outs"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klik om de opmaak van de titeltekst te bewerken"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klik om de opmaak van de overzichtstekst te bewerken"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Dubbelklik om het titeltekstformaat te bewerken"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Dubbelklik om de indeling van de overzichtstekst te bewerken"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Tweede overzichtsniveau"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Derde overzichtsniveau"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Vierde overzichtsniveau"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Vijfde overzichtsniveau"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Zesde overzichtsniveau"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Zevende overzichtsniveau"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klik om de dia te verplaatsen"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klik om het formaat van de notities te bewerken"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Dubbelklik om de dia te verplaatsen"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dubbelt\\klik om denotitie-opmaak te bewerken"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klik om titel toe te voegen"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klik om tekst toe te voegen"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klik om tekst toe te voegen"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klik om notities toe te voegen"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dubbelklik om titel toe te voegen"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dubbelklik om tekst toe te voegen"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dubbelklik om tekst toe te voegen"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Tik om tekst te bewerken"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dubbelklik om notities toe te voegen"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dubbelklikken om diagram toe te voegen"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dubbelklikken om object toe te voegen"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dubbelklikken om diagram toe te voegen"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dubbelklikken om organigram toe te voegen"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dubbelklikken om werkblad toe te voegen"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standaard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Titel"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standaard"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Dia's verplaatsen"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Dia's invoegen"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Pagina invoegen"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Dia-eigenschappen"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Object zonder vulling"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Object zonder vulling en geen lijn"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Titel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Kop A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Titel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Kop A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Afbeelding"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Vormen"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Lijnen"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pijllijn"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Gestreepte lijn"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Gevuld"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Blauw gevuld"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Groen gevuld"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Geel gevuld"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Rood gevuld"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Omlijnd"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Blauw omlijnd"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Groen omlijnd"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Geel omlijnd"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Rood omlijnd"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Titel"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Subtitel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Overzicht"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Achtergrondobjecten"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Vlak"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notities"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint importeren"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Document opslaan"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Tekengrootte verkleinen"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Tekengrootte vergroten"
@@ -2431,637 +2467,637 @@ msgstr "Tekengrootte vergroten"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekenmodus"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tekenmodus"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Overzichtmodus"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Diamodus"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Hier sorteert u dia's."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notitiemodus"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Hand-out-modus"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentatietitel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PresentatieStructuur"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "PresentatieSubtitel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PresentatiePagina"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentatie-notities"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Hand-out"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "OnbekendeToegankelijkePresentatieVorm"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PresentatieVoettekst"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "PresentatieKoptekst"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "PresentatieDatumEnTijd"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "PresentatiePaginaNummer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME presentatie"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Titel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Overzicht"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Subtitel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pagina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notities"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Hand-out"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Onbekende toegankelijke presentatievorm"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Voettekst"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Koptekst"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Datum"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Aantal"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(alleen-lezen)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "Geen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Tot volgende klik"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Tot einde van dia"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Richting:"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoomen:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spaken:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Eerste kleur:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Tweede kleur:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Vulkleur:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Opmaakprofiel:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Lettertype:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Tekstkleur:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Opmaakprofiel:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Letterbeeld:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Lijnkleur:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Tekengrootte:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Grootte:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Hoeveelheid:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Kleur:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Geen geluid)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Afspelen vorig geluid stoppen)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Ander geluid..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Voorbeeld"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Triggeren"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Gebruikerspaden"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Ingang: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Benadruk: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Uitgang: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Animatiepaden: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Diversen: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Geen"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Vandaag,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Gisteren,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(geen auteur)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress bereikte het einde van de presentatie. Wilt u doorgaan aan het begin?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress bereikte het begin van de presentatie. Wilt u doorgaan aan het einde?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw bereikte het einde van het document. Wilt u doorgaan aan het begin?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw bereikte het begin van het document. Wilt u doorgaan aan het einde?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Notitie invoegen"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Notitie(s) verwijderen"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Notitie verplaatsen"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Notitie bewerken"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Antwoord aan %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Media afspelen"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabel"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Dia's per pagina:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Volgorde:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Inhoud"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Dianaam"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "P~aginanaam"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Datum en tijd"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Verborgen pagina's"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Kleur"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Grootte"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brochure"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Paginazijden"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Insluiten"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Gebruik alleen de papierlade uit de voorkeuren van de printer"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Pagina's:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Dia's:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress heeft tot aan het einde van de presentatie gezocht. Wilt u doorgaan met zoeken vanaf het begin?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress heeft tot aan het begin van de presentatie gezocht. Wilt u doorgaan met zoeken vanaf het einde?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw heeft tot aan het einde van het document gezocht. Wilt u doorgaan met zoeken vanaf het begin?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw heeft tot aan het begin van het document gezocht. Wilt u doorgaan met zoeken vanaf het einde?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animatie"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Koppeling"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Volgende"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "Vo~rige"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Eerste dia"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Laatste dia"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Bereik sluiten"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Een nieuw ontwerp toevoegen"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/nl/svtools/messages.po b/source/nl/svtools/messages.po
index dc6268c70e4..b68c83e9f7c 100644
--- a/source/nl/svtools/messages.po
+++ b/source/nl/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: 2023-04-19 12:24+0200\n"
-"PO-Revision-Date: 2023-04-20 14:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-27 08:34+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/nl/>\n"
"Language: nl\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1559888382.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Blader naar het laatste blad"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Blad toevoegen"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
@@ -5142,7 +5142,7 @@ msgstr "Naam _wijzigen"
#: svtools/uiconfig/ui/graphicexport.ui:51
msgctxt "graphicexport|GraphicExportDialog"
msgid "%1 Options"
-msgstr "%1 Opties"
+msgstr "%1-opties"
#. C3C7t
#: svtools/uiconfig/ui/graphicexport.ui:141
@@ -5328,7 +5328,7 @@ msgstr "Compressie"
#: svtools/uiconfig/ui/graphicexport.ui:567
msgctxt "graphicexport|interlacedcb"
msgid "Interlaced"
-msgstr "Interlaced"
+msgstr "Geïnterlinieerd"
#. cLvu6
#: svtools/uiconfig/ui/graphicexport.ui:578
diff --git a/source/nl/sw/messages.po b/source/nl/sw/messages.po
index 460fdb919a3..2a4f0694c87 100644
--- a/source/nl/sw/messages.po
+++ b/source/nl/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-19 08:08+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-23 10:10+0000\n"
"Last-Translator: kees538 <kees538@gmail.com>\n"
"Language-Team: Dutch <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/nl/>\n"
"Language: nl\n"
@@ -4729,7 +4729,7 @@ msgstr "Secties bijwerken"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Secties verwijderen"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -9241,13 +9241,13 @@ msgstr "Rij verwijderd"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Kolom ingevoegd"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Kolom verwijderd"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Indexitem invoegen"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Verwijdert het geselecteerde item uit de index. De itemtekst in het document wordt niet verwijderd."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Invoegen"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Index:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Selecteer de index waaraan u het item wilt toevoegen."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nieuwe gebruikergedefinieerde index"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Item:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Geeft de tekst weer die in het document is geselecteerd. Als u wilt, kunt u een ander woord invoeren voor de indexvermelding. De geselecteerde tekst in het document is niet gewijzigd."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Item van selectie bijwerken"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Fonetisch lezen:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Voer de fonetische lezing in voor de corresponderende invoer. Als een Japans Kanji-woord bijvoorbeeld meer dan één uitspraak heeft, voert u de juiste uitspraak in als Katakana-woord. Het Kanji-woord wordt vervolgens gesorteerd op basis van de fonetische leesinvoer."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Fonetisch lezen:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Voer de fonetische lezing in voor de corresponderende invoer."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Fonetisch lezen:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Voer de fonetische lezing in voor de corresponderende invoer."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1st sleutel:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Maakt van de huidige selectie een subinvoer van het woord dat u hier invoert. Als u bijvoorbeeld \"koud\" selecteert en \"weer\" als eerste sleutel invoert, is de indexinvoer \"weer, koud\"."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2de sleutel:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Maakt van de huidige selectie een sub-subinvoer van de 1e toets. Als u bijvoorbeeld \"koud\" selecteert en \"weer\" invoert als de 1e sleutel en \"winter\" als de 2e sleutel, is de indexvermelding \"weer, winter, koud\"."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Indexniveau:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Voer het indexniveau voor het item in, dat bepaalt hoe het item in de gegenereerde index wordt weergegeven."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Voer het indexniveau voor het item in. Het indexniveau bepaalt het uiterlijk van het item, volgens de instellingen voor dat niveau op het tabblad \"Inhoud regels\" en het tabblad \"Opmaakprofielen\" in het dialoogvenster \"Inhoudsopgave, Index of Bibliografie\". Met standaardinstellingen resulteert een hoger indexniveau in een grotere inspringing voor het item in de gegenereerde index."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hoofditem"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr "Maakt van de geselecteerde tekst het hoofditem in een alfabetische index."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Op alle andere gebeurtenissen toepassen"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Voeg een indexvermelding toe aan andere exemplaren van de geselecteerde tekst in 'Item'."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Voeg een indexvermelding toe aan andere exemplaren van de geselecteerde tekst in 'Item'. Voor een gewijzigd item wordt de match uitgevoerd op de oorspronkelijke selectie, maar het gewijzigde item wordt ingevoegd en verschijnt in de index."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Alleen hele woorden"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Hoofdletters/kleine letters respecteren"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "Voor geselecteerd item"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Volgend item (dezelfde naam)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Springt naar het volgende indexitem van hetzelfde type en met dezelfde naam in het document."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Vorig item (dezelfde naam)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Springt naar het vorige indexitem van hetzelfde type en met dezelfde naam in het document."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Vorig item"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Springt naar het vorige indexitem van hetzelfde type in het document."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Volgend item"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Springt naar het volgende indexitem van hetzelfde type in het document."
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Markeert de geselecteerde tekst als invoer in de index of inhoudsopgave. Bewerkt het geselecteerde indexitem."
diff --git a/source/nn/cui/messages.po b/source/nn/cui/messages.po
index 9adb4b330ce..49230cf0b34 100644
--- a/source/nn/cui/messages.po
+++ b/source/nn/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-21 10:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-23 10:10+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/nn/>\n"
"Language: nn\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1566134353.000000\n"
#. GyY9M
@@ -3478,7 +3478,7 @@ msgstr "Viss du vil setja inn eit avsnitt som ikkje er ei overskrift i «Innhald
#: cui/inc/tipoftheday.hrc:263
msgctxt "RID_CUI_TIPOFTHEDAY"
msgid "Apart from table of contents, %PRODUCTNAME can create Alphabetical, Illustrations, Tables, Objects, Bibliography, User-Defined indexes."
-msgstr "I tillegg til innhaldslister kan %PRODUCTNAME laga alfabetiske lister, lister over illustrasjonar, tabellar, bibliografiske lister og brukardefinerte lister."
+msgstr "I tillegg til innhaldslister kan %PRODUCTNAME laga stikkordregister, lister over illustrasjonar, tabellar, bibliografiske lister og brukardefinerte lister."
#. 2DrYx
#. https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/indices_toc.html
@@ -16599,74 +16599,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Lagra _alltid som"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tekstdokument"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "HTML-dokument"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Hovuddokument"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Rekneark"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentasjon"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Teikning"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formel"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Spesifiser dokumenttypen du vil definera standardfilformat for."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr "Vel at dokument av typen merkt til venstre, alltid vert lagra i dette formatet. Du kan velja eit anna filformat for dokumentet i dialogvindauget «Lagra som»."
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "D_okumenttype:"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Standard filformat og ODF-innstillingar"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr "I delen «Generelt» kan du velja standardinnstillingar for lagring av dokument og også velja standard filformat."
diff --git a/source/nn/formula/messages.po b/source/nn/formula/messages.po
index d25c1ca4b37..7c438a31962 100644
--- a/source/nn/formula/messages.po
+++ b/source/nn/formula/messages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-11 15:41+0000\n"
+"PO-Revision-Date: 2023-05-31 06:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/formulamessages/nn/>\n"
"Language: nn\n"
@@ -746,7 +746,7 @@ msgstr "LOG"
#: formula/inc/core_resource.hrc:2403
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "POWER"
-msgstr "OPPHØG"
+msgstr "OPPHØGD.I"
#. fNofY
#: formula/inc/core_resource.hrc:2404
@@ -842,13 +842,13 @@ msgstr "MINA"
#: formula/inc/core_resource.hrc:2419
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAX"
-msgstr "MAKS"
+msgstr "STØRST"
#. Y6F2B
#: formula/inc/core_resource.hrc:2420
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXA"
-msgstr "MAKSA"
+msgstr "STØRSTA"
#. CZXHr
#: formula/inc/core_resource.hrc:2421
@@ -1094,7 +1094,7 @@ msgstr "VERDIAVS"
#: formula/inc/core_resource.hrc:2461
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "PDURATION"
-msgstr "PLENGD"
+msgstr "PTIDSLENGD"
#. i6LFt
#: formula/inc/core_resource.hrc:2462
@@ -1244,7 +1244,7 @@ msgstr "DHENT"
#: formula/inc/core_resource.hrc:2486
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "DMAX"
-msgstr "DMAKS"
+msgstr "DSTØRST"
#. AW7vP
#: formula/inc/core_resource.hrc:2487
@@ -1310,7 +1310,7 @@ msgstr "TELBLANKE"
#: formula/inc/core_resource.hrc:2497
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIF"
-msgstr "TEL.VISS"
+msgstr "TAL.PÅ.VISS"
#. DtDEf
#: formula/inc/core_resource.hrc:2498
@@ -1340,7 +1340,7 @@ msgstr "GJENNOMSNITT.VISS.SETT"
#: formula/inc/core_resource.hrc:2502
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "COUNTIFS"
-msgstr "TEL.VISS.SETT"
+msgstr "TAL.PÅ.VISS.SETT"
#. FRVEu
#: formula/inc/core_resource.hrc:2503
@@ -1414,7 +1414,7 @@ msgstr "FINN"
#: formula/inc/core_resource.hrc:2514
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "EXACT"
-msgstr "NØYAKTIG"
+msgstr "EKSAKT"
#. dqyCD
#: formula/inc/core_resource.hrc:2515
@@ -1528,7 +1528,7 @@ msgstr "MINVISS.SANN"
#: formula/inc/core_resource.hrc:2533
msgctxt "RID_STRLIST_FUNCTION_NAMES"
msgid "MAXIFS"
-msgstr "MAKSVISS.SANN"
+msgstr "STØRST.VISS.SETT"
#. 6DKDF
#: formula/inc/core_resource.hrc:2534
diff --git a/source/nn/helpcontent2/source/text/scalc.po b/source/nn/helpcontent2/source/text/scalc.po
index 99f70fd473f..14d9b30224c 100644
--- a/source/nn/helpcontent2/source/text/scalc.po
+++ b/source/nn/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-11-25 12:45+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textscalc/nn/>\n"
@@ -727,15 +727,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02170000.xhp\">Slett ark</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr "Farge på arkfane"
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/nn/helpcontent2/source/text/scalc/00.po b/source/nn/helpcontent2/source/text/scalc/00.po
index 9a82bc479ab..84f01844b75 100644
--- a/source/nn/helpcontent2/source/text/scalc/00.po
+++ b/source/nn/helpcontent2/source/text/scalc/00.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: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-11-25 12:45+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-28 10:36+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textscalc00/nn/>\n"
"Language: nn\n"
@@ -187,42 +187,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr "<variable id=\"bzelo\">Vel <emph>Ark → Slett celler</emph></variable>"
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr "Vel <emph>Ark → Slett ark</emph>"
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Opna sprettoppmenyen for fana til eit ark"
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr "Vel <emph>Ark → Flytt eller kopier ark</emph>"
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr "Opna sprettoppmenyen for fana til eit ark"
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -421,15 +385,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Set inn kolonnar"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr "<variable id=\"eitab\">Vel <menuitem>Ark → Set inn ark</menuitem></variable>"
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -799,24 +754,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr "<variable id=\"fot\">Vel <emph>Ark</emph>.</variable>"
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotu\">Vel <emph>Ark → Endra namn på ark</emph>.</variable>"
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr "<variable id=\"fotenb\">Vel <emph>Ark → Vis ark</emph>.</variable>"
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2219,7 +2156,7 @@ msgctxt ""
"par_id651551401041668\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.3."
-msgstr ""
+msgstr "Denne funksjonen har vore tilgjengeleg sidan %PRODUCTNAME 7.3."
#. GLr9s
#: avail_release.xhp
@@ -2228,7 +2165,7 @@ msgctxt ""
"par_id651551401041669\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.4."
-msgstr ""
+msgstr "Denne funksjonen har vore tilgjengeleg sidan %PRODUCTNAME 7.4."
#. B89AE
#: avail_release.xhp
@@ -2237,7 +2174,7 @@ msgctxt ""
"par_id651551401041670\n"
"help.text"
msgid "This function is available since %PRODUCTNAME 7.5."
-msgstr ""
+msgstr "Denne funksjonen har vore tilgjengeleg sidan %PRODUCTNAME 7.5."
#. LSPBz
#: sheet_menu.xhp
@@ -2257,6 +2194,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr "Arkmeny"
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/nn/helpcontent2/source/text/scalc/01.po b/source/nn/helpcontent2/source/text/scalc/01.po
index bcaee426f90..8b82af7f3f1 100644
--- a/source/nn/helpcontent2/source/text/scalc/01.po
+++ b/source/nn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-22 10:08+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565441848.000000\n"
#. sZfWF
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>rekneark; sletta</bookmark_value><bookmark_value>ark; sletta</bookmark_value><bookmark_value>sletta; rekneark</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Slett ark"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Slettar dette arket etter å ha spurt om stadfesting.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr "Du kan ikkje sletta eit ark når <emph>Rediger → Spor endringar → Registrer</emph> er i bruk."
-#. FDyRG
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Ja"
-
-#. CWWrh
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
-msgstr "Slettar det gjeldande arket."
-
-#. gK53a
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3149412\n"
-"help.text"
-msgid "No"
-msgstr "Nei"
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
+msgstr ""
-#. jKH8F
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154510\n"
+"par_id691684957638352\n"
"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Annullerer dialogvindauget. Inga sletting vert utført."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>rekneark; flytta</bookmark_value><bookmark_value>rekneark; kopiera</bookmark_value><bookmark_value>flytta; rekneark</bookmark_value><bookmark_value>kopiera; rekneark</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Flytte eller kopiera eit ark"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Set inn ark"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>ark; laga</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Set inn ark"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>namn på arbeidsark</bookmark_value> <bookmark_value>endra; arknamn</bookmark_value><bookmark_value>ark; gje nytt namn</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Endra namn på ark"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Vis ark"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; visa</bookmark_value><bookmark_value>visa; ark</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Vis ark"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Viser ark som tidlegare er gøymde med <emph>Gøym</emph>-kommandoen.</ahelp></variable> Vel berre eitt ark for å få fram kommandoen. Gjeldande ark er alltid vald. Om eit anna ark enn det gjeldande er vald, kan du velja det bort med å trykkja <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> medan du klikkar på fana for arket nedst i vindauget."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,14 +47581,14 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr "<bookmark_value>set inn rader;verna ark</bookmark_value><bookmark_value>set inn kolonnar;verna ark</bookmark_value><bookmark_value>slett kolonnar;verna ark</bookmark_value><bookmark_value>slett rader;verna ark</bookmark_value><bookmark_value>verna ark;set inn kolonnar</bookmark_value><bookmark_value>verna ark;set inn rader</bookmark_value><bookmark_value>verna ark;slett rader</bookmark_value><bookmark_value>verna ark;slett kolonnar</bookmark_value><bookmark_value>verna;ark</bookmark_value><bookmark_value>utval;i verna celler</bookmark_value>"
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
-msgstr "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Verne ark</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
+msgstr ""
#. LcpD8
#: 06060100.xhp
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr "<link href=\"text/shared/01/05020300.xhp\">Format → Celler → Tal</link>."
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69796,6 +70021,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr "<item type=\"input\">=ÅRDEL(\"2008-01-01\"; \"2008-07-01\";0)</item> returnerer 0,50."
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70102,6 +70390,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr "For å kunna identifisera endringane rett, må kvar samarbeidspartnar skriva inn namnet sitt i <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME → Preferansar</menuitem></caseinline><defaultinline><menuitem>Verktøy → Innstillingar</menuitem></defaultinline></switchinline><menuitem> → %PRODUCTNAME → Brukardata</menuitem> på menylinja."
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/nn/helpcontent2/source/text/scalc/guide.po b/source/nn/helpcontent2/source/text/scalc/guide.po
index 88ce7a7c191..137cdd72012 100644
--- a/source/nn/helpcontent2/source/text/scalc/guide.po
+++ b/source/nn/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
-"PO-Revision-Date: 2023-04-13 15:34+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-25 19:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textscalcguide/nn/>\n"
"Language: nn\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547757460.000000\n"
#. NXy6S
@@ -6143,7 +6143,7 @@ msgctxt ""
"par_id3144772\n"
"help.text"
msgid "Select the text you want to format."
-msgstr "Vel den teksten du vil formatera."
+msgstr "Merk teksten du vil formatera."
#. dcUPy
#: format_table.xhp
@@ -8593,32 +8593,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Navigera gjennom arkfaner"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; visa fleire</bookmark_value><bookmark_value>faner</bookmark_value><bookmark_value>visingar; fleire ark</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigera gjennom arkfaner</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Som standard viser $[officename] tre ark, «Ark1» til «Ark3», i kvart nye rekneark. Du kan byta mellom arka i reknearket med fanene nedst i vindauget."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8629,14 +8638,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Arkfaner</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Ikon</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8647,6 +8665,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Bruk navigeringsknappane for å visa arka i dokumentet. Trykk på knappen heilt til venstre eller heilt til høgre for å visa fana for det første eller det siste arket. Knappane i midten vert brukte for å rulle framover eller bakover gjennom alle fanene."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8989,14 +9034,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Bruka fleire ark"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>ark; innsetjing</bookmark_value> <bookmark_value>innsetjing; ark</bookmark_value> <bookmark_value>ark; vel fleire</bookmark_value> <bookmark_value>legg til ark</bookmark_value> <bookmark_value>velja;fleire ark</bookmark_value> <bookmark_value>fleire ark</bookmark_value> <bookmark_value>rekna ut;fleire ark</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9007,24 +9052,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Å bruka fleire ark</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Slik set du inn eit ark"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Vel <item type=\"menuitem\">Set inn → Ark</item> for å setja inn eit nytt ark eller eit ark frå ei anna fil."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9034,15 +9061,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opnar eit dialogvindauge der du kan tilordna makroar til arkhendingar.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opnar eit vindauge der du kan gje farge til arkfana.</ahelp></variable>"
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/nn/helpcontent2/source/text/scalc/menu.po b/source/nn/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/nn/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/nn/helpcontent2/source/text/sdraw/00.po b/source/nn/helpcontent2/source/text/sdraw/00.po
index b6b2e16154d..e6d12050e93 100644
--- a/source/nn/helpcontent2/source/text/sdraw/00.po
+++ b/source/nn/helpcontent2/source/text/sdraw/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2022-03-10 16:39+0000\n"
+"PO-Revision-Date: 2023-05-28 10:36+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textsdraw00/nn/>\n"
"Language: nn\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.15.2\n"
"X-POOTLE-MTIME: 1565283934.000000\n"
#. EDSDr
@@ -41,7 +41,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Insert Menu"
-msgstr ""
+msgstr "Set inn meny"
#. UWBZA
#: insert_menu.xhp
@@ -50,7 +50,7 @@ msgctxt ""
"par_id3147002\n"
"help.text"
msgid "Choose <menuitem>Insert - Layer</menuitem>"
-msgstr ""
+msgstr "Vel <menuitem>Set inn → Lag</menuitem>"
#. AUTMW
#: insert_menu.xhp
@@ -59,7 +59,7 @@ msgctxt ""
"par_id3150363\n"
"help.text"
msgid "Open context menu of layer tabs - choose <menuitem>Insert Layer</menuitem>"
-msgstr ""
+msgstr "Opna sprettoppmenyen for lagfaner – vel <menuitem>Set inn lag</menuitem>"
#. FS4FK
#: page_menu.xhp
diff --git a/source/nn/helpcontent2/source/text/shared/00.po b/source/nn/helpcontent2/source/text/shared/00.po
index 1633ce4e03d..27cb00cc9ab 100644
--- a/source/nn/helpcontent2/source/text/shared/00.po
+++ b/source/nn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-18 16:35+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textshared00/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1566334736.000000\n"
#. 3B8ZN
@@ -1591,6 +1591,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">For å bruka denne funksjonen …</variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6451,14 +6505,14 @@ msgctxt ""
msgid "File Menu"
msgstr "Menyen «Fil»"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
-msgstr "<variable id=\"webhtml\">Vel <emph>Fil → Førehandsvis i nettlesar</emph></variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
+msgstr ""
#. iYQ6G
#: 00000401.xhp
@@ -6469,41 +6523,50 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr "Vel <menuitem>Fil → Ny(tt)</menuitem>"
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
-msgstr "Knappen <emph>Ny</emph> på <emph>Standard</emph>-verktøylinja. (Ikonet på knappen viser typen på det nye dokumentet.)"
+msgid "Choose <menuitem>File - New</menuitem>."
+msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
-msgstr "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Ikon Ny(tt)</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Ny"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
+
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
-#. aqshc
+#. fKv9D
#: 00000401.xhp
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 "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + N</keycode>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
+msgstr ""
#. TkkUE
#: 00000401.xhp
@@ -6631,32 +6694,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr "Vel <menuitem>Fil → Opna</menuitem>"
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
+msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "På verktøylinja <emph>Standard</emph>, trykk"
+msgid "<menuitem>Open File</menuitem>."
+msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
-msgstr "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Ikon Opna</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgstr ""
#. GTEAT
#: 00000401.xhp
@@ -6667,6 +6730,105 @@ msgctxt ""
msgid "Open File"
msgstr "Opna fil"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + O</keycode>"
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7027,50 +7189,68 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr "<variable id=\"addressimport5\"><emph>Vegvisar for adressedatakjelde → Tildeling av felt</emph></variable>"
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
-msgstr "<variable id=\"schliessen\">Vel <emph>Fil → Lukk</emph></variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
-msgstr "Vel <menuitem>Fil → Lagra</menuitem>,"
+msgid "Choose <menuitem>File - Close</menuitem>."
+msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
-#. 8UBzJ
+#. GSRTM
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id3156717\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
-msgstr "Opna linja <emph>Standard</emph> eller <emph>Tabelldata</emph>, klikk på"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr "Vel <menuitem>Fil → Lagra</menuitem>,"
-#. rBbzR
+#. kuF7V
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685288178987\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
+msgstr ""
+
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
-msgstr "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Ikon Lagra</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgstr ""
#. aa2WD
#: 00000401.xhp
@@ -7081,14 +7261,41 @@ msgctxt ""
msgid "Save"
msgstr "Lagra"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Cmd</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + S</keycode>"
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
-msgstr "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Ikon Lagra som</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgstr ""
#. AugfN
#: 00000401.xhp
@@ -7099,6 +7306,51 @@ msgctxt ""
msgid "Save As"
msgstr "Lagra som"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7180,14 +7432,23 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr "<variable id=\"saveall\">Vel <menuitem>Fil → Lagra alle</menuitem></variable>"
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
-msgstr "<variable id=\"saveas\">Vel <menuitem>Fil → Lagra som</menuitem></variable>"
+msgid "Save All"
+msgstr ""
#. 7xzGF
#: 00000401.xhp
@@ -7198,6 +7459,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr "Vel <menuitem>Fil → Last på nytt</menuitem>."
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7342,14 +7621,32 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr "Meny <menuitem>Fil → Førehandsvising av utskrift</menuitem>."
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
-msgstr "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Ikon Førehandsvising av utskrift</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgstr ""
#. jR2YD
#: 00000401.xhp
@@ -7369,14 +7666,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr "Vel <menuitem>Fil → Skrivaroppsett</menuitem>."
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
-msgstr "<variable id=\"senden\">Vel <menuitem>Fil → Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
+msgstr ""
#. 9pQyS
#: 00000401.xhp
@@ -7405,14 +7720,68 @@ msgctxt ""
msgid "Email Document"
msgstr "E-postdokument"
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr "<variable id=\"export\">Vel <menuitem>Fil → Eksporter</menuitem></variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
+msgstr ""
#. uGwBS
#: 00000401.xhp
@@ -7423,23 +7792,23 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr "Vel <menuitem>Fil → Eksporter som → Eksporter som EPUB</menuitem>"
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
-msgstr "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Ikon Eksporter som EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
+msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
-msgstr "Eksporter direkte som EPUB"
+msgid "Export as EPUB"
+msgstr ""
#. zoJjj
#: 00000401.xhp
@@ -7504,6 +7873,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr "Vel <menuitem>Fil → Eksporter som → Eksporter som PDF</menuitem>>"
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7549,32 +7936,32 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr "Vel <menuitem>Fil → Skriv ut</menuitem>"
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
+msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
-msgstr "På verktøylinja <emph>Standard</emph>, trykk"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + P</keycode>"
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
-msgstr "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Ikon Skriv ut</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgstr ""
#. bEYHS
#: 00000401.xhp
@@ -7585,33 +7972,6 @@ msgctxt ""
msgid "Print"
msgstr "Skriv ut"
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr "På verktøylinja <emph>Førehandsvising av utskrift</emph> i eit tekstdokument, trykk"
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Ikon Førehandsvising av utskrift</alt></image>"
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Skriv ut førehandsvising"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7684,14 +8044,32 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr "<variable id=\"pbmppmpgm\">Vel <menuitem>Fil → Eksporter</menuitem>. Viss PBM, PPM eller PGM er vald som filtype, vert dette dialogvindauget opna automatisk.</variable>"
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
-msgstr "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Vel <emph>Fil → Versjonar</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
+msgstr ""
#. cjzea
#: 00000403.xhp
diff --git a/source/nn/helpcontent2/source/text/shared/01.po b/source/nn/helpcontent2/source/text/shared/01.po
index e3cf6e25638..60d43dac729 100644
--- a/source/nn/helpcontent2/source/text/shared/01.po
+++ b/source/nn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 17:35+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textshared01/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565284139.000000\n"
#. 3u8hR
@@ -97,14 +97,14 @@ msgctxt ""
msgid "<emph>Function</emph>"
msgstr "<emph>Funksjon</emph>"
-#. gCH5t
+#. KLqpG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145317\n"
"help.text"
-msgid "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
-msgstr "<image id=\"img_id3153821\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Ikon Tekstdokument</alt></image>"
+msgid "<image id=\"img_id3153821\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153821\">Icon Text Document</alt></image>"
+msgstr ""
#. DaHW6
#: 01010000.xhp
@@ -124,14 +124,14 @@ msgctxt ""
msgid "Creates a text document in $[officename] Writer."
msgstr "Opprettar eit tekstdokument i $[officename] Writer."
-#. DavTy
+#. 4rSBG
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3145121\n"
"help.text"
-msgid "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
-msgstr "<image id=\"img_id3150503\" src=\"res/sx03250.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Ikon Rekneark</alt></image>"
+msgid "<image id=\"img_id3150503\" src=\"res/lx03250.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3150503\">Icon Spreadsheet</alt></image>"
+msgstr ""
#. gCPqt
#: 01010000.xhp
@@ -151,14 +151,14 @@ msgctxt ""
msgid "Creates a spreadsheet document in $[officename] Calc."
msgstr "Opprettar eit reknearkdokument i $[officename] Calc."
-#. 3AG5h
+#. yA4GR
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3149456\n"
"help.text"
-msgid "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
-msgstr "<image id=\"img_id3148663\" src=\"res/sx03249.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Ikon Presentasjon</alt></image>"
+msgid "<image id=\"img_id3148663\" src=\"res/lx03249.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3148663\">Icon Presentation</alt></image>"
+msgstr ""
#. AQMhm
#: 01010000.xhp
@@ -178,14 +178,14 @@ msgctxt ""
msgid "Creates a presentation document in $[officename] Impress."
msgstr "Opprettar eit presentasjonsdokument i $[officename] Impress."
-#. FW2CS
+#. 6x5G2
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3150495\n"
"help.text"
-msgid "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
-msgstr "<image id=\"img_id3154329\" src=\"res/sx03246.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Ikon Drawing</alt></image>"
+msgid "<image id=\"img_id3154329\" src=\"res/lx03246.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3154329\">Icon Drawing</alt></image>"
+msgstr ""
#. 8vFqa
#: 01010000.xhp
@@ -205,14 +205,14 @@ msgctxt ""
msgid "Creates a drawing document in $[officename] Draw."
msgstr "Opprettar eit teiknedokument i $[officename] Draw."
-#. GEwEA
+#. 7FrAa
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155854\n"
"help.text"
-msgid "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
-msgstr "<image id=\"img_id3147317\" src=\"res/sx03247.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Ikon Formel</alt></image>"
+msgid "<image id=\"img_id3147317\" src=\"res/lx03247.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3147317\">Icon Formula</alt></image>"
+msgstr ""
#. bky4X
#: 01010000.xhp
@@ -232,14 +232,14 @@ msgctxt ""
msgid "Creates a formula document in $[officename] Math."
msgstr "Opprettar eit formeldokument i $[officename] Math."
-#. ipL2w
+#. A3xAB
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN1089C\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"res/sx03245.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Ikon Database</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/lx03245.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon Database</alt></image>"
+msgstr ""
#. Qfe7v
#: 01010000.xhp
@@ -286,14 +286,14 @@ msgctxt ""
msgid "Creates a HTML document."
msgstr "Opprettar eit HTML-dokument."
-#. heJts
+#. PVCck
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_idN107BF\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Ikon XML Skjemadokument</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_\">Icon XML Form Document</alt></image>"
+msgstr ""
#. 77KZQ
#: 01010000.xhp
@@ -313,14 +313,14 @@ msgctxt ""
msgid "Creates a <link href=\"text/shared/guide/xforms.xhp\">XForms</link> document."
msgstr "Opprettar eit <link href=\"text/shared/guide/xforms.xhp\">XForms</link>-dokument."
-#. pC65M
+#. HBsHL
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3154145\n"
"help.text"
-msgid "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
-msgstr "<image id=\"img_id3083443\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Ikon Etikettar</alt></image>"
+msgid "<image id=\"img_id3083443\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3083443\">Icon Labels</alt></image>"
+msgstr ""
#. WdDQu
#: 01010000.xhp
@@ -340,14 +340,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010200.xhp\"><emph>Labels</emph></link> dialog where you can set the options for your labels, and then creates a text document for the labels in $[officename] Writer."
msgstr "Opnar dialogvindauget <link href=\"text/shared/01/01010200.xhp\"><emph>Etikettar</emph></link> der du kan velja innstillingar for etikettar og deretter laga eit nytt tekstdokument i $[officename] Writer for etikettane."
-#. 6Gs6J
+#. zAFEM
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3155415\n"
"help.text"
-msgid "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
-msgstr "<image id=\"img_id3156283\" src=\"res/sx03255.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Ikon Forretningskort</alt></image>"
+msgid "<image id=\"img_id3156283\" src=\"res/lx03255.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156283\">Icon Business Cards</alt></image>"
+msgstr ""
#. XTgC3
#: 01010000.xhp
@@ -367,14 +367,14 @@ msgctxt ""
msgid "Opens the <link href=\"text/shared/01/01010300.xhp\"><emph>Business Cards</emph></link> dialog where you can set the options for your business cards, and then creates a text document in $[officename] Writer."
msgstr "Opnar dialogvindauget <link href=\"text/shared/01/01010300.xhp\"><emph>Visittkort</emph></link> der du kan velja innstillingar for visittkort og så oppretta eit nytt tekstdokument i $[officename] Writer."
-#. BRwML
+#. 2N3rj
#: 01010000.xhp
msgctxt ""
"01010000.xhp\n"
"par_id3147426\n"
"help.text"
-msgid "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
-msgstr "<image id=\"img_id3163710\" src=\"res/sx03248.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Ikon Hovuddokument</alt></image>"
+msgid "<image id=\"img_id3163710\" src=\"res/lx03248.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3163710\">Icon Master Document</alt></image>"
+msgstr ""
#. ZrAvP
#: 01010000.xhp
@@ -2239,33 +2239,6 @@ msgctxt ""
msgid "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opens a document located in a remote file service.</ahelp></variable>"
msgstr "<variable id=\"openremote1\"><ahelp hid=\".uno:OpenRemote\">Opnar eit dokument som ligg på ein ekstern filtenar.</ahelp></variable>"
-#. HDqBq
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id611513629210220\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Open Remote</item>."
-msgstr "Vel <item type=\"menuitem\">Fil → Opna ekstern</item>."
-
-#. GqJTN
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id151513629855154\n"
-"help.text"
-msgid "Click the <emph>Remote Files</emph> button in the <emph>Start Center</emph>."
-msgstr "Trykk på knappen <emph>Eksterne filer</emph> i <emph>startsenteret</emph>."
-
-#. HP9o5
-#: 01020001.xhp
-msgctxt ""
-"01020001.xhp\n"
-"par_id431513629862558\n"
-"help.text"
-msgid "Long-click the <emph>Open</emph> icon and select <emph>Open Remote File</emph>."
-msgstr "Langt klikk på symbolet <emph>Opna</emph> og vel <emph>Opna eksterne filer</emph>."
-
#. 8aZPe
#: 01020001.xhp
msgctxt ""
@@ -2662,15 +2635,6 @@ msgctxt ""
msgid "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Saves a copy of the actual document with another name or location.</ahelp></variable>"
msgstr "<variable id=\"saveacopy1\"><ahelp hid=\".uno:SaveACopy\">Lagra ein kopi av det gjeldande dokumentet med eit anna namn eller ei anna plasering.</ahelp></variable>"
-#. QnPgR
-#: 01060002.xhp
-msgctxt ""
-"01060002.xhp\n"
-"par_id701513472080716\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">File - Save a Copy</item>."
-msgstr "Vel <item type=\"menuitem\">Fil → Lagra ein kopi</item>."
-
#. Eq5QD
#: 01060002.xhp
msgctxt ""
@@ -3085,15 +3049,6 @@ msgctxt ""
msgid "<variable id=\"exportas1\"><ahelp hid=\".\">Export the document in PDF or EPUB formats.</ahelp></variable>"
msgstr "<variable id=\"exportas1\"><ahelp hid=\".\">Eksporterer dokumentet i PDF- eller EPUB-format.</ahelp></variable>"
-#. MhcED
-#: 01070002.xhp
-msgctxt ""
-"01070002.xhp\n"
-"par_id971513634212601\n"
-"help.text"
-msgid "Choose <emph>File - Export As</emph>."
-msgstr "Vel <emph>Fil → Eksporter som</emph>."
-
#. 5EMoa
#: 01070002.xhp
msgctxt ""
@@ -7801,14 +7756,14 @@ msgctxt ""
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the cells on a sheet, click the button at the intersection of the column and row header in the top left corner of the sheet.</caseinline><defaultinline/></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Trykk på feltet øvst til venstre, der kolonne- og radhovuda møtast, for å merkja alle cellene i arket.</caseinline><defaultinline/></switchinline>"
-#. b9EJG
+#. JWfov
#: 02090000.xhp
msgctxt ""
"02090000.xhp\n"
"par_id3154046\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Selects all of the sheets in the current spreadsheet.</ahelp></caseinline><defaultinline/></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">For å merkja alle arka i reknearket, kan du høgreklikka på namnefana til eit ark og så velja <emph>Vel alle ark</emph>. <ahelp hid=\".uno:TableSelectAll\" visibility=\"hidden\">Vel alle arka i reknearket.</ahelp></caseinline><defaultinline/></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To select all of the sheets in a spreadsheet file, right-click the name tab of a sheet, and then choose <emph>Select All Sheets</emph>.</caseinline><defaultinline/></switchinline>"
+msgstr ""
#. C8Qow
#: 02100000.xhp
@@ -43938,14 +43893,14 @@ msgctxt ""
msgid "<bookmark_value>customizing; events</bookmark_value> <bookmark_value>events; customizing</bookmark_value>"
msgstr "<bookmark_value>tilpassing; hendingar</bookmark_value> <bookmark_value>hendingar; tilpassing</bookmark_value>"
-#. eCUWQ
+#. Aa42F
#: 06140500.xhp
msgctxt ""
"06140500.xhp\n"
"hd_id3152427\n"
"help.text"
-msgid "<link href=\"text/shared/01/06140500.xhp\">Events</link>"
-msgstr "<link href=\"text/shared/01/06140500.xhp\">Hendingar</link>"
+msgid "<variable id=\"h1\"><link href=\"text/shared/01/06140500.xhp\">Events</link></variable>"
+msgstr ""
#. LtwjV
#: 06140500.xhp
@@ -43956,15 +43911,6 @@ msgctxt ""
msgid "<variable id=\"assignaction\"><ahelp hid=\".\">Assigns macros to program events. The assigned macro runs automatically every time the selected event occurs.</ahelp></variable>"
msgstr "<variable id=\"assignaction\"><ahelp hid=\".\">Knyter makroar til programhendingar. Desse makroane køyrer automatisk kvar gong den valde hendinga vert brukt.</ahelp></variable>"
-#. micMb
-#: 06140500.xhp
-msgctxt ""
-"06140500.xhp\n"
-"par_id317748820\n"
-"help.text"
-msgid "The dialog box has reduced functionality when called from the Edit-Sheet menu of a spreadsheet."
-msgstr "Dialogfeltet har redusert funksjonalitet når det vert kalla frå menyen Rediger → Ark i eit rekneark."
-
#. jN5RR
#: 06140500.xhp
msgctxt ""
diff --git a/source/nn/helpcontent2/source/text/shared/guide.po b/source/nn/helpcontent2/source/text/shared/guide.po
index 04e8bfee751..72b2a804638 100644
--- a/source/nn/helpcontent2/source/text/shared/guide.po
+++ b/source/nn/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-19 17:35+0000\n"
+"PO-Revision-Date: 2023-05-25 19:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textsharedguide/nn/>\n"
"Language: nn\n"
@@ -15613,7 +15613,7 @@ msgctxt ""
"par_id3163808\n"
"help.text"
msgid "Select the object."
-msgstr "Vel objektet."
+msgstr "Merk objektet."
#. B5tPs
#: keyboard.xhp
diff --git a/source/nn/helpcontent2/source/text/simpress/00.po b/source/nn/helpcontent2/source/text/simpress/00.po
index 273aca95f4e..eafb70e2721 100644
--- a/source/nn/helpcontent2/source/text/simpress/00.po
+++ b/source/nn/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-05-18 16:35+0000\n"
+"PO-Revision-Date: 2023-05-28 10:36+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress00/nn/>\n"
"Language: nn\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.15.2\n"
"X-POOTLE-MTIME: 1565209236.000000\n"
#. sqmGT
@@ -50,7 +50,7 @@ msgctxt ""
"par_id5316324\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the <menuitem>Custom Animation</menuitem> sidebar deck.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Opnar vindauget <menuitem>Tilpassa animasjon</menuitem> i sidepanelet.</ahelp>"
#. bAS7D
#: 00000004.xhp
@@ -167,7 +167,7 @@ msgctxt ""
"par_id3146974\n"
"help.text"
msgid "<variable id=\"dtvlc\">Choose <menuitem>File - Export</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"dtvlc\">Vel <menuitem>Fil → Eksporter</menuitem></variable>"
#. Cjh6J
#: 00000402.xhp
@@ -194,7 +194,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "Choose <menuitem>Edit - Duplicate</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Rediger → Dupliser</menuitem>."
#. iFMuz
#: 00000402.xhp
@@ -212,7 +212,7 @@ msgctxt ""
"par_id3149263\n"
"help.text"
msgid "<variable id=\"bearbueber\">Choose <emph>Shape - Cross-fading</emph> (%PRODUCTNAME Draw only).</variable>"
-msgstr ""
+msgstr "<variable id=\"bearbueber\">Vel <emph>Rediger → Overgangstoning</emph> (gjeld berre i %PRODUCTNAME Draw)</variable>"
#. CSEE8
#: 00000402.xhp
@@ -221,7 +221,7 @@ msgctxt ""
"par_id3149666\n"
"help.text"
msgid "<variable id=\"basl\">Choose <menuitem>Slide - Delete Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"basl\">Vel <menuitem>Lysbilete → Slett lysbilete</menuitem></variable>"
#. FXCWY
#: 00000402.xhp
@@ -230,7 +230,7 @@ msgctxt ""
"par_id3147397\n"
"help.text"
msgid "<variable id=\"baebl\">Open the context menu of an inserted layer, then choose <menuitem>Delete Layer</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"baebl\">Opna sprettoppmenyen til eit lag som er sett inn, og vel <menuitem>Slett lag</menuitem></variable>"
#. nGzts
#: 00000402.xhp
@@ -239,7 +239,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<variable id=\"feldbefehl\">Choose <menuitem>Edit - Fields</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"feldbefehl\">Vel <menuitem>Rediger → Felt</menuitem>.</variable>"
#. n6xfJ
#: 00000402.xhp
@@ -248,7 +248,7 @@ msgctxt ""
"par_id8695944\n"
"help.text"
msgid "<variable id=\"gluebar\">Click the <emph>Show Gluepoint Functions</emph> icon on the <menuitem>Drawing</menuitem> bar.</variable>"
-msgstr ""
+msgstr "<variable id=\"gluebar\">Trykk på ikonet<emph>Vis festepunktfunksjonar</emph> på <menuitem>teiknelinja</menuitem></variable>"
#. RE44L
#: 00000402.xhp
@@ -293,7 +293,7 @@ msgctxt ""
"par_id3148798\n"
"help.text"
msgid "<variable id=\"aslal\">Choose <menuitem>View - Rulers</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"aslal\">Vel <menuitem>Vis → Linjalar</menuitem></variable>"
#. PvGBf
#: 00000403.xhp
@@ -302,7 +302,7 @@ msgctxt ""
"par_id3153771\n"
"help.text"
msgid "<variable id=\"option\">Choose <menuitem>View - Toolbars - Options</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"option\">Vel <menuitem>Vis → Verktøylinjer → Innstillingar</menuitem></variable>"
#. ZZCEC
#: 00000403.xhp
@@ -311,7 +311,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>View - Toolbars - Presentation</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Verktøylinjer → Presentasjon</menuitem>."
#. xFTvM
#: 00000403.xhp
@@ -320,7 +320,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "<variable id=\"quali\">Choose <menuitem>View - Color/Grayscale</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"quali\">Vel <menuitem>Vis → Fargar/gråtoner</menuitem></variable>"
#. nefGE
#: 00000403.xhp
@@ -329,7 +329,7 @@ msgctxt ""
"par_id3166426\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Normal</menuitem>"
#. 9Wog8
#: 00000403.xhp
@@ -338,7 +338,7 @@ msgctxt ""
"par_id3157982\n"
"help.text"
msgid "Choose <menuitem>View - Outline</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Disposisjon</menuitem>."
#. RtvDG
#: 00000403.xhp
@@ -347,7 +347,7 @@ msgctxt ""
"par_id3149875\n"
"help.text"
msgid "Choose <menuitem>View - Slide Sorter</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Lysbiletesortering</menuitem>."
#. ZjiEB
#: 00000403.xhp
@@ -356,7 +356,7 @@ msgctxt ""
"par_id3149352\n"
"help.text"
msgid "Choose <menuitem>View - Notes</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Notat</menuitem>."
#. EmvCe
#: 00000403.xhp
@@ -365,7 +365,7 @@ msgctxt ""
"par_id3155255\n"
"help.text"
msgid "Choose <menuitem>View - Master Handout</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Hovudstøtteark</menuitem>."
#. WWEFs
#: 00000403.xhp
@@ -374,7 +374,7 @@ msgctxt ""
"par_id3154328\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Slide Show</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Lysbiletframvising</menuitem>."
#. cvTps
#: 00000403.xhp
@@ -419,7 +419,7 @@ msgctxt ""
"par_id3153719\n"
"help.text"
msgid "Choose <menuitem>View - Normal</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Normal</menuitem>"
#. 8bGaH
#: 00000403.xhp
@@ -428,7 +428,7 @@ msgctxt ""
"par_id3151264\n"
"help.text"
msgid "Choose <menuitem>View - Master Slide</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Vis → Hovudlysbilete</menuitem>."
#. 6FLRL
#: 00000403.xhp
@@ -437,7 +437,7 @@ msgctxt ""
"par_idN10AF7\n"
"help.text"
msgid "<variable id=\"masterlayouts\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"masterlayouts\">Vel <menuitem>Vis → Hovudlysbilete</menuitem></variable>"
#. 8irtd
#: 00000403.xhp
@@ -446,7 +446,7 @@ msgctxt ""
"par_idN10B19\n"
"help.text"
msgid "<variable id=\"notesmaster\">Choose <menuitem>View - Master Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"notesmaster\">Vel <menuitem>Vis → Hovudnotat</menuitem></variable>"
#. UJCwj
#: 00000403.xhp
@@ -455,7 +455,7 @@ msgctxt ""
"par_idN10B07\n"
"help.text"
msgid "<variable id=\"master\">Choose <menuitem>Slide - Master Elements</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master\">Vel <menuitem>Vis → Hovudelementa</menuitem></variable>"
#. kt9yt
#: 00000403.xhp
@@ -464,7 +464,7 @@ msgctxt ""
"par_idN10B57\n"
"help.text"
msgid "Choose <menuitem>Insert - Header and Footer</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Set inn → Topptekst og botntekst</menuitem>."
#. pt9GN
#: 00000403.xhp
@@ -473,7 +473,7 @@ msgctxt ""
"par_idN10B6E\n"
"help.text"
msgid "Choose <menuitem>Insert - Page number</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Set inn → Sidenummer</menuitem>."
#. mFj7j
#: 00000403.xhp
@@ -482,7 +482,7 @@ msgctxt ""
"par_idN10B74\n"
"help.text"
msgid "Choose <menuitem>Insert - Date and time</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Set inn → Dato og klokkeslett</menuitem>."
#. DYHTa
#: 00000403.xhp
@@ -491,7 +491,7 @@ msgctxt ""
"par_id3149286\n"
"help.text"
msgid "<variable id=\"hinterzeichnung\">Choose <menuitem>View - Normal</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinterzeichnung\">Vel <menuitem>Vis → Normal</menuitem></variable>"
#. NLD2D
#: 00000403.xhp
@@ -500,7 +500,7 @@ msgctxt ""
"par_id3153480\n"
"help.text"
msgid "<variable id=\"master_drawing\">Choose <menuitem>View - Master Slide</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"master_drawing\">Vel <menuitem>Vis → Hovudlysbilete</menuitem></variable>"
#. nAKB2
#: 00000403.xhp
@@ -509,7 +509,7 @@ msgctxt ""
"par_id3147254\n"
"help.text"
msgid "<variable id=\"hinternotizen\">Choose <menuitem>View - Notes</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"hinternotizen\">Vel <menuitem>Vis → Notat</menuitem></variable>"
#. yDXA6
#: 00000404.xhp
@@ -770,7 +770,7 @@ msgctxt ""
"par_id3154765\n"
"help.text"
msgid "Select the layer and choose <menuitem>Format - Layer</menuitem>."
-msgstr ""
+msgstr "Merk laget og vel <menuitem>Format → Lag</menuitem>"
#. HEbr2
#: 00000405.xhp
@@ -779,7 +779,7 @@ msgctxt ""
"par_id3152874\n"
"help.text"
msgid "Open context menu of the layer tab - choose <menuitem>Modify Layer</menuitem>."
-msgstr ""
+msgstr "Opna sprettoppmenyen for lagfana – vel <menuitem>Endra lag</menuitem>"
#. 3ozJT
#: 00000405.xhp
@@ -788,7 +788,7 @@ msgctxt ""
"par_id3146316\n"
"help.text"
msgid "Choose <menuitem>Format - Interaction</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Format → Samhandling</menuitem>."
#. Gfjf3
#: 00000405.xhp
@@ -842,7 +842,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "<variable id=\"silbentrennung\">Choose <menuitem>Tools - Language - Hyphenation</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"silbentrennung\">Vel <menuitem>Verktøy → Språk → Orddeling</menuitem></variable>"
#. DpRab
#: 00000406.xhp
@@ -878,7 +878,7 @@ msgctxt ""
"par_id3158394\n"
"help.text"
msgid "<variable id=\"etdaw\">Choose <menuitem>View - Slide Transition</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"etdaw\">Vel <menuitem>Vis → Lysbiletovergang</menuitem></variable>"
#. MFQbE
#: 00000407.xhp
@@ -887,7 +887,7 @@ msgctxt ""
"par_id3152576\n"
"help.text"
msgid "Choose <menuitem>Insert - Animated Image</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Set inn → Animert bilete</menuitem>."
#. w3vLq
#: 00000407.xhp
@@ -896,7 +896,7 @@ msgctxt ""
"par_id3149262\n"
"help.text"
msgid "Choose <menuitem>Slide Show - Custom Animation</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Lysbiletframvising → Tilpassa animasjon</menuitem>."
#. GjRGc
#: 00000407.xhp
@@ -914,7 +914,7 @@ msgctxt ""
"par_id3155603\n"
"help.text"
msgid "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Icon Custom Animation</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149400\" src=\"cmd/sc_customanimation.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149400\">Ikon Tilpassa animasjon</alt></image>"
#. HAFtd
#: 00000407.xhp
@@ -932,7 +932,7 @@ msgctxt ""
"par_id3152987\n"
"help.text"
msgid "<variable id=\"praesent\">Choose <menuitem>Slide Show - Slide Show Settings</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"praesent\">Vel <menuitem>Lysbiletframvising → Innstillingar for lysbiletframvising</menuitem></variable>"
#. BWo6W
#: 00000407.xhp
@@ -941,7 +941,7 @@ msgctxt ""
"par_id3155089\n"
"help.text"
msgid "<variable id=\"indipra\">Choose <menuitem>Slide Show - Custom Slide Show</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"indipra\">Vel <menuitem>Lysbiletframvising → Tilpassa lysbiletframvising</menuitem></variable>"
#. 3GUFv
#: 00000413.xhp
@@ -968,7 +968,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "Choose <menuitem>Shape - Convert</menuitem> (%PRODUCTNAME Draw only)."
-msgstr ""
+msgstr "Vel <menuitem>Form → Gjer om</menuitem> (berre i %PRODUCTNAME Draw)."
#. 8sqbB
#: 00000413.xhp
@@ -986,7 +986,7 @@ msgctxt ""
"par_id3149124\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Curve</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til kurve</emph> (berre i %PRODUCTNAME Draw)"
#. cjVjh
#: 00000413.xhp
@@ -1004,7 +1004,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Polygon</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til mangekant</emph> (berre i %PRODUCTNAME Draw)"
#. vFDG5
#: 00000413.xhp
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_id3147001\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til 3D</emph> (berre i %PRODUCTNAME Draw)"
#. ZM2qM
#: 00000413.xhp
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3150205\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To 3D Rotation Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til 3D dreieobjekt</emph> (berre i %PRODUCTNAME Draw)"
#. 6GqEg
#: 00000413.xhp
@@ -1058,7 +1058,7 @@ msgctxt ""
"par_id3152986\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Bitmap</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til bilete</emph> (berre i %PRODUCTNAME Draw)"
#. zYDUA
#: 00000413.xhp
@@ -1076,7 +1076,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Metafile</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til metafil</emph> (berre i %PRODUCTNAME Draw)"
#. FKBs3
#: 00000413.xhp
@@ -1094,7 +1094,7 @@ msgctxt ""
"par_id3153246\n"
"help.text"
msgid "Choose <emph>Shape - Convert - To Contour</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Gjer om → Til omriss</emph> (berre i %PRODUCTNAME Draw)"
#. JexGE
#: 00000413.xhp
@@ -1112,7 +1112,7 @@ msgctxt ""
"par_id3153008\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - In Front of Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Still opp → Framfor objektet</emph> (berre i %PRODUCTNAME Draw)"
#. d8mib
#: 00000413.xhp
@@ -1139,7 +1139,7 @@ msgctxt ""
"par_id3150537\n"
"help.text"
msgid "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Icon In Front of Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145233\" src=\"cmd/sc_beforeobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145233\">Ikon Framfor objektet</alt></image>"
#. BEnZu
#: 00000413.xhp
@@ -1157,7 +1157,7 @@ msgctxt ""
"par_id3150654\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Behind Object</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Still opp → Bak objektet</emph> (berre i %PRODUCTNAME Draw)"
#. ECTJD
#: 00000413.xhp
@@ -1175,7 +1175,7 @@ msgctxt ""
"par_id3149886\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "Opna verktøylinja <menuitem>Still opp</menuitem> på linja <menuitem>Teikning</menuitem> og klikk:"
#. HWm5x
#: 00000413.xhp
@@ -1184,7 +1184,7 @@ msgctxt ""
"par_id3150865\n"
"help.text"
msgid "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Icon Behind Object</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145597\" src=\"cmd/sc_behindobject.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3145597\">Ikon Bak objektet</alt></image>"
#. zJ8mS
#: 00000413.xhp
@@ -1202,7 +1202,7 @@ msgctxt ""
"par_id3150002\n"
"help.text"
msgid "Choose <emph>Shape - Arrange - Reverse</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Still opp → Snu</emph> (berre i %PRODUCTNAME Draw)"
#. kQ8FJ
#: 00000413.xhp
@@ -1220,7 +1220,7 @@ msgctxt ""
"par_id3145164\n"
"help.text"
msgid "On the <menuitem>Drawing</menuitem> bar, open the <menuitem>Arrange</menuitem> toolbar and click:"
-msgstr ""
+msgstr "Opna verktøylinja <menuitem>Still opp</menuitem> på linja <menuitem>Teikning</menuitem> og klikk:"
#. yLqU3
#: 00000413.xhp
@@ -1229,7 +1229,7 @@ msgctxt ""
"par_id3154327\n"
"help.text"
msgid "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Icon Reverse</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155439\" src=\"cmd/sc_reverseorder.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155439\">Ikon Snu</alt></image>"
#. 3TrJC
#: 00000413.xhp
@@ -1247,7 +1247,7 @@ msgctxt ""
"par_id3145298\n"
"help.text"
msgid "Choose <emph>Shape - Combine</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Kombiner</emph> (berre i %PRODUCTNAME Draw)"
#. PP2FD
#: 00000413.xhp
@@ -1265,7 +1265,7 @@ msgctxt ""
"par_id3150930\n"
"help.text"
msgid "Choose <emph>Shape - Split</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Del</emph> (berre i %PRODUCTNAME Draw)"
#. ncA47
#: 00000413.xhp
@@ -1283,7 +1283,7 @@ msgctxt ""
"par_id3154872\n"
"help.text"
msgid "Choose <emph>Shape - Connect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Kopla til</emph> (berre i %PRODUCTNAME Draw)"
#. DNEs5
#: 00000413.xhp
@@ -1301,7 +1301,7 @@ msgctxt ""
"par_id3153920\n"
"help.text"
msgid "Choose <emph>Shape - Break</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Kopla frå</emph> (berre i %PRODUCTNAME Draw)"
#. EZSR4
#: 00000413.xhp
@@ -1319,7 +1319,7 @@ msgctxt ""
"par_id3155408\n"
"help.text"
msgid "Choose <emph>Shape</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form</emph> (berre i %PRODUCTNAME Draw)"
#. CT5rY
#: 00000413.xhp
@@ -1337,7 +1337,7 @@ msgctxt ""
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Shape - Merge</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Flett saman</emph> (berre i %PRODUCTNAME Draw)"
#. izMq7
#: 00000413.xhp
@@ -1355,7 +1355,7 @@ msgctxt ""
"par_id3150874\n"
"help.text"
msgid "Choose <emph>Shape - Subtract</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Trekk frå</emph> (berre i %PRODUCTNAME Draw)"
#. dyi5b
#: 00000413.xhp
@@ -1373,7 +1373,7 @@ msgctxt ""
"par_id3145204\n"
"help.text"
msgid "Choose <emph>Shape - Intersect</emph> (%PRODUCTNAME Draw only)"
-msgstr ""
+msgstr "Vel <emph>Form → Snitt</emph> (berre i %PRODUCTNAME Draw)"
#. LqCnD
#: 00000413.xhp
@@ -1400,7 +1400,7 @@ msgctxt ""
"par_id3155530\n"
"help.text"
msgid "<variable id=\"frtite\">Choose <menuitem>Slide - Slide Properties</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtite\">Vel <menuitem>Lysbilete → Lysbileteigenskapar</menuitem></variable>"
#. 2zhS7
#: slide_menu.xhp
@@ -1409,7 +1409,7 @@ msgctxt ""
"par_id3145386\n"
"help.text"
msgid "<variable id=\"frtites\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Page</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtites\">Vel <menuitem>Lysbilete → Lysbileteigenskapar</menuitem> og deretter fana <menuitem>Side</menuitem></variable>"
#. zxATD
#: slide_menu.xhp
@@ -1418,7 +1418,7 @@ msgctxt ""
"par_id3148866\n"
"help.text"
msgid "<variable id=\"frtiteh\">Choose <menuitem>Slide - Slide Properties</menuitem> and then click the <menuitem>Background</menuitem> tab.</variable>"
-msgstr ""
+msgstr "<variable id=\"frtites\">Vel <menuitem>Lysbilete → Lysbileteigenskapar</menuitem> og deretter fana <menuitem>Bakgrunn</menuitem>.</variable>"
#. inJ9s
#: slide_menu.xhp
@@ -1427,7 +1427,7 @@ msgctxt ""
"par_id3155266\n"
"help.text"
msgid "<variable id=\"adnsei\">Choose <menuitem>Slide - Layout</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"adnsei\">Vel <menuitem>Lysbilete → Utdorming</menuitem></variable>"
#. hVZ8b
#: slide_menu.xhp
@@ -1436,7 +1436,7 @@ msgctxt ""
"par_id3153012\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <menuitem>Slide - Change Slide Master</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"seitenvorlage\">Vel <menuitem>Lysbilete → Endra hovudlysbilete</menuitem></variable>"
#. mga5s
#: slide_menu.xhp
@@ -1445,7 +1445,7 @@ msgctxt ""
"par_id911634055593609\n"
"help.text"
msgid "<variable id=\"loadslidedesign\">Choose <menuitem>Slide - Change Slide Master - Load</menuitem>.</variable>"
-msgstr ""
+msgstr "<variable id=\"loadslidedesign\">Vel <menuitem>Lysbilete → Endra hovudlysbilete → Last inn</menuitem>.</variable>"
#. JMpSR
#: slide_menu.xhp
@@ -1454,7 +1454,7 @@ msgctxt ""
"par_id3134264\n"
"help.text"
msgid "Choose <menuitem>Slide - New Slide</menuitem>."
-msgstr ""
+msgstr "Vel <menuitem>Lysbilete → Nytt lysbilete</menuitem>."
#. 7tbCN
#: slide_menu.xhp
diff --git a/source/nn/helpcontent2/source/text/simpress/02.po b/source/nn/helpcontent2/source/text/simpress/02.po
index 63af7d64714..78e5abb5fd4 100644
--- a/source/nn/helpcontent2/source/text/simpress/02.po
+++ b/source/nn/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-10 12:32+0200\n"
-"PO-Revision-Date: 2023-05-17 11:33+0000\n"
+"PO-Revision-Date: 2023-05-25 19:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textsimpress02/nn/>\n"
"Language: nn\n"
@@ -4901,7 +4901,7 @@ msgctxt ""
"par_id3148407\n"
"help.text"
msgid "If you want the dimension line to be the same length as the side of a nearby object, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while dragging. To constrain the dimension line to 45 degrees, hold down the Shift key while dragging."
-msgstr "Dersom du ønskjer at målelinja skal ha same lengda som sida i eit nærligjande objekt, held du nede tasten <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> medan du drar linja. For å halda linja på 45 grader, held du nede tasten Shift medan du drar linja."
+msgstr "Dersom du ønskjer at målelinja skal ha same lengda som sida i eit nærliggjande objekt, held du nede tasten <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> medan du dreg linja. For å halda linja på 45 grader, held du nede tasten Shift medan du dreg linja."
#. GfFUQ
#: 10120000.xhp
diff --git a/source/nn/helpcontent2/source/text/smath/01.po b/source/nn/helpcontent2/source/text/smath/01.po
index 518529ecf07..e46f4f75999 100644
--- a/source/nn/helpcontent2/source/text/smath/01.po
+++ b/source/nn/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-22 12:01+0200\n"
-"PO-Revision-Date: 2023-04-29 15:34+0000\n"
+"PO-Revision-Date: 2023-05-28 10:36+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textsmath01/nn/>\n"
"Language: nn\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.15.2\n"
"X-POOTLE-MTIME: 1547660934.000000\n"
#. QmNGE
@@ -3758,7 +3758,7 @@ msgctxt ""
"par_idN113F3\n"
"help.text"
msgid "For scaled brackets use <literal>none</literal> as the bracket name"
-msgstr ""
+msgstr "For skalerte parentesar kan du bruka <literal>none</literal> som namn på parentesen."
#. Ma9f7
#: 03090500.xhp
@@ -3767,7 +3767,7 @@ msgctxt ""
"par_idN11404\n"
"help.text"
msgid "The <literal>phantom</literal> statement ensures that the last bracket is the correct size."
-msgstr ""
+msgstr "Uttrykket <literal>phantom</literal> syter for at den siste parentesen får korrekt storleik."
#. fpVQw
#: 03090500.xhp
diff --git a/source/nn/helpcontent2/source/text/swriter/00.po b/source/nn/helpcontent2/source/text/swriter/00.po
index afc385c8371..66eab691fa3 100644
--- a/source/nn/helpcontent2/source/text/swriter/00.po
+++ b/source/nn/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-24 17:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textswriter00/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1557262553.000000\n"
#. E9tti
@@ -2824,86 +2824,86 @@ msgctxt ""
msgid "Mail Merge"
msgstr "Brevfletting"
-#. hQVA5
+#. GXEM4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"tit\n"
"help.text"
-msgid "The Form Menu"
-msgstr "Skjemamenyen"
+msgid "The Content Controls Menu"
+msgstr ""
-#. 52SXK
+#. eaFCB
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id941529884998705\n"
"help.text"
-msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Control - Insert Rich Text</menuitem></variable>."
-msgstr "<variable id=\"rchtxt\">Vel <menuitem>Skjema → Innhaldskontrollar → Sett inn innhaldskontroll for rik tekst</menuitem></variable>."
+msgid "<variable id=\"rchtxt\">Choose <menuitem>Form - Content Controls - Rich Text</menuitem></variable>."
+msgstr ""
-#. xSACq
+#. Aqnpu
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id181672746735191\n"
"help.text"
-msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Control - Insert Plain Text</menuitem>.</variable>"
-msgstr "<variable id=\"plntxt\">Vel <menuitem>Skjema → Innhaldskontrollar → Sett inn innhaldskontroll for rein tekst</menuitem></variable>."
+msgid "<variable id=\"plntxt\">Choose <menuitem>Form - Content Controls - Plain Text</menuitem>.</variable>"
+msgstr ""
-#. 5mw3D
+#. BUuQH
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id661672746740280\n"
"help.text"
-msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Control - Insert Picture</menuitem>.</variable>"
-msgstr "<variable id=\"pctr\">Vel <menuitem>Skjema → Innhaldskontrollar → Sett inn innhaldskontroll for bilete</menuitem></variable>."
+msgid "<variable id=\"pctr\">Choose <menuitem>Form - Content Controls - Picture</menuitem>.</variable>"
+msgstr ""
-#. sfJmP
+#. pbtHP
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id311672746743964\n"
"help.text"
-msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Control - Insert Check Box</menuitem>.</variable>"
-msgstr "<variable id=\"chkbx\">Vel <menuitem>Skjema → Innhaldskontrollar → Sett inn innhaldskontroll for avkryssingsboks</menuitem></variable>."
+msgid "<variable id=\"chkbx\">Choose <menuitem>Form - Content Controls - Check Box</menuitem>.</variable>"
+msgstr ""
-#. ezkAu
+#. nwq2D
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id301672746748847\n"
"help.text"
-msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Control - Insert Combo Box</menuitem>.</variable>"
-msgstr "<variable id=\"cmbbx\">Vel <menuitem>Skjema → Innhaldskontrollar → Sett inn innhaldskontroll for kombinasjonsboks</menuitem></variable>."
+msgid "<variable id=\"cmbbx\">Choose <menuitem>Form - Content Controls - Combo Box</menuitem>.</variable>"
+msgstr ""
-#. bt3Fv
+#. KCUg4
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id981672746753368\n"
"help.text"
-msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Control - Insert Drop-down List</menuitem>.</variable>"
-msgstr "<variable id=\"drpdwn\">Vel <menuitem>Skjema → Innhaldskontrollar → Sett inn innhaldskontroll for nedtrekksliste</menuitem></variable>."
+msgid "<variable id=\"drpdwn\">Choose <menuitem>Form - Content Controls - Drop-down List</menuitem>.</variable>"
+msgstr ""
-#. 98HMd
+#. x33JT
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id71672746757270\n"
"help.text"
-msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Control - Insert Date</menuitem>.</variable>"
-msgstr "<variable id=\"dt\">Vel <menuitem>Skjema → Innhaldskontrollar → Set inn dato</menuitem></variable>."
+msgid "<variable id=\"dt\">Choose <menuitem>Form - Content Controls - Date</menuitem>.</variable>"
+msgstr ""
-#. YeGcf
+#. yDj8K
#: formmenu.xhp
msgctxt ""
"formmenu.xhp\n"
"par_id121672746761166\n"
"help.text"
-msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Control - Content Control Properties</menuitem>.</variable>"
-msgstr "<variable id=\"prop\">Vel <menuitem>Skjema → Innhaldskontrollar → Eigenskapar for kontroll av innhald</menuitem></variable>."
+msgid "<variable id=\"prop\">Choose <menuitem>Form - Content Controls - Properties</menuitem>.</variable>"
+msgstr ""
#. pwCa2
#: stylesmenu.xhp
diff --git a/source/nn/helpcontent2/source/text/swriter/01.po b/source/nn/helpcontent2/source/text/swriter/01.po
index 3101717ca66..b358d4ae126 100644
--- a/source/nn/helpcontent2/source/text/swriter/01.po
+++ b/source/nn/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: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-18 16:35+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-25 19:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textswriter01/nn/>\n"
"Language: nn\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1565256689.000000\n"
#. sZfWF
@@ -70,14 +70,14 @@ msgctxt ""
msgid "You cannot edit your document while you are in the print preview."
msgstr "Du kan ikkje redigera i dokumentet medan du førehandsviser ei side."
-#. rDvDH
+#. xZ9EX
#: 01120000.xhp
msgctxt ""
"01120000.xhp\n"
"par_id5027008\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Trykk på <emph>Lukk førehandsvisinga</emph> for å avslutta førehandsvisinga.</ahelp>"
+msgid "<ahelp hid=\".\">To exit the print preview, click the <emph>Close Preview</emph> button.</ahelp>"
+msgstr ""
#. KvqYw
#: 01150000.xhp
@@ -1960,14 +1960,14 @@ msgctxt ""
msgid "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Read only</link></variable>"
msgstr "<variable id=\"readonly\"><link href=\"text/swriter/01/02110000.xhp#readonly\">Skriveverna</link></variable>"
-#. paepm
+#. WsCWD
#: 02110000.xhp
msgctxt ""
"02110000.xhp\n"
"par_id581683981540942\n"
"help.text"
-msgid "Mark this checkbox to prevent manual edition of contents of the index."
-msgstr "Merk av for denne for å hindra manuell redigering av indeksen."
+msgid "Check this box to prevent manual editing of the index content."
+msgstr ""
#. X6So9
#: 02110000.xhp
@@ -13705,14 +13705,14 @@ msgctxt ""
msgid "Hyperlink (LS and LE)"
msgstr "Hyperlenkje (LS og LA)"
-#. CbWAi
+#. o7wWk
#: 04120221.xhp
msgctxt ""
"04120221.xhp\n"
"par_id3153631\n"
"help.text"
-msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique. Available only for a table of contents.</ahelp>"
-msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Lagar ei hyperlenkje for den delen av oppføringa som er omslutta av hyperlenkjetaggane LS og LE. Klikk på den tome ruta på <emph>struktur</emph>-linja framføre den delen du vil laga hyperlenkje for og trykk deretter på denne knappen. Alle hyperlenkjene må vera unike. Dette valet er berre tilgjengeleg for innhaldslister.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/hyperlink\">Creates a hyperlink for the part of the entry that you enclose by the opening (LS) and the closing (LE) hyperlink tags. On the <emph>Structure </emph>line, click in the empty box in front of the part that you want to create a hyperlink for, and then click this button. Click in the empty box after the part that you want to hyperlink, and then click this button again. All hyperlinks must be unique.</ahelp>"
+msgstr ""
#. pqV4D
#: 04120221.xhp
@@ -13939,6 +13939,15 @@ msgctxt ""
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Inserts heading information such as heading number or heading contents. Click on the <widget>HI</widget> icon to select what information to display.</ahelp>"
msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/chapterinfo\">Set inn overskriftsinformasjon som overskriftsnummer eller overskriftsinnhald. Klikk på <widget>HI</widget>-ikonet for å velja kva informasjon som skal visast.</ahelp>"
+#. 2pAeH
+#: 04120222.xhp
+msgctxt ""
+"04120222.xhp\n"
+"par_id881684793913171\n"
+"help.text"
+msgid "The next two options are available when the <widget>HI</widget> icon is selected."
+msgstr ""
+
#. AGtoC
#: 04120222.xhp
msgctxt ""
@@ -17168,7 +17177,7 @@ msgctxt ""
"par_id3145206\n"
"help.text"
msgid "Displays the column number, as well as width and distance to the adjacent columns."
-msgstr "Viser spaltenummeret og breidda og avstanden til nærligjande kolonnar."
+msgstr "Viser spaltenummeret og breidda og avstanden til spaltene ved sida."
#. D3PKF
#: 05040500.xhp
@@ -28366,14 +28375,14 @@ msgctxt ""
msgid "<bookmark_value>content control;properties</bookmark_value><bookmark_value>checkbox;content control properties</bookmark_value><bookmark_value>date;content control properties</bookmark_value><bookmark_value>combo box;content control properties</bookmark_value><bookmark_value>drop-down list;content control properties</bookmark_value><bookmark_value>text;content control properties</bookmark_value><bookmark_value>rich text;content control properties</bookmark_value>"
msgstr "<bookmark_value>innhaldskontroll;eigenskapar</bookmark_value><bookmark_value>avkryssingsboks;innhaldskontroll</bookmark_value><bookmark_value>dato;innhaldskontrolleigenskapar</bookmark_value><bookmark_value>kombinasjonsboks;innhaldskontrolleigenskapar</bookmark_value><bookmark_value>nedtrekksliste;innhaldskontrolleigenskapar</bookmark_value><bookmark_value>tekst;innhaldskontrolleigenskapar</bookmark_value><bookmark_value>rik tekst;innhaldskontrolleigenskapar</bookmark_value>"
-#. CFqNk
+#. CQ5W5
#: contentcontrol00.xhp
msgctxt ""
"contentcontrol00.xhp\n"
"par_idN10549\n"
"help.text"
-msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Content Control Properties</link>"
-msgstr "<link href=\"text/swriter/01/contentcontrol00.xhp\">Eigenskapar for kontroll av innhald</link>"
+msgid "<link href=\"text/swriter/01/contentcontrol00.xhp\">Properties</link>"
+msgstr ""
#. bZLfz
#: contentcontrol00.xhp
diff --git a/source/nn/helpcontent2/source/text/swriter/guide.po b/source/nn/helpcontent2/source/text/swriter/guide.po
index 24caaf6c649..4a84fba02e0 100644
--- a/source/nn/helpcontent2/source/text/swriter/guide.po
+++ b/source/nn/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2023-05-17 15:14+0200\n"
-"PO-Revision-Date: 2023-05-18 16:35+0000\n"
+"PO-Revision-Date: 2023-05-25 19:34+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_help-master/textswriterguide/nn/>\n"
"Language: nn\n"
@@ -12319,7 +12319,7 @@ msgctxt ""
"par_id31633462305839\n"
"help.text"
msgid "Choose the option <emph>Page break</emph> and in the <emph>Page Style</emph> drop-down list choose the page style to be applied to the page after the break (Default Page Style, Landscape, etc)."
-msgstr "Vel alternativet <emph>Sideskift</emph> og i nedtrekkslista <emph>Sidestil</emph> vel du sidestilen som skal brukast på sida som kjem etter sideskiftet (Standard sidestil, Ligjande osv.) ."
+msgstr "Vel alternativet <emph>Sideskift</emph> og i nedtrekkslista <emph>Sidestil</emph> vel du sidestilen som skal brukast på sida som kjem etter sideskiftet (Standard sidestil, Liggjande osv.)."
#. z3nCn
#: pageorientation.xhp
@@ -15469,7 +15469,7 @@ msgctxt ""
"par_id3155861\n"
"help.text"
msgid "Select the text that you want to format."
-msgstr "Vel den teksten du vil formatera."
+msgstr "Merk teksten du vil formatera."
#. A2boq
#: shortcut_writing.xhp
@@ -15505,7 +15505,7 @@ msgctxt ""
"par_id3151861\n"
"help.text"
msgid "Select the text that you want to format."
-msgstr "Vel den teksten du vil formatera."
+msgstr "Merk teksten du vil formatera."
#. mWPau
#: shortcut_writing.xhp
@@ -15541,7 +15541,7 @@ msgctxt ""
"par_id3152861\n"
"help.text"
msgid "Select the text that you want to underline."
-msgstr "Merk den teksten du vil endra til store bokstavar."
+msgstr "Merk teksten du vil understreka."
#. BAEPD
#: shortcut_writing.xhp
@@ -15784,7 +15784,7 @@ msgctxt ""
"par_id3155859\n"
"help.text"
msgid "Click in the document, or select the text that you want to check."
-msgstr "Trykk ein stad i dokumentet eller merk den teksten du vil kontrollera."
+msgstr "Trykk ein stad i dokumentet eller merk teksten du vil kontrollera."
#. ffPQA
#: spellcheck_dialog.xhp
@@ -17440,7 +17440,7 @@ msgctxt ""
"par_id3147420\n"
"help.text"
msgid "Select the text that you want to capitalize."
-msgstr "Merk den teksten du vil endra til store bokstavar."
+msgstr "Merk teksten du vil endra til store bokstavar."
#. 5v5Ei
#: text_capital.xhp
@@ -17485,7 +17485,7 @@ msgctxt ""
"par_id3149964\n"
"help.text"
msgid "Select the text that you want to change to lowercase."
-msgstr "Merk den teksten du vil endra til små bokstavar."
+msgstr "Merk teksten du vil endra til små bokstavar."
#. Huhh3
#: text_capital.xhp
@@ -17872,7 +17872,7 @@ msgctxt ""
"par_id3149961\n"
"help.text"
msgid "Select the text that you want to include in the frame."
-msgstr "Merk den teksten du vil skal vera med i ramma."
+msgstr "Merk teksten du vil skal vera med i ramma."
#. DBHM9
#: text_frame.xhp
@@ -18457,7 +18457,7 @@ msgctxt ""
"S900002\n"
"help.text"
msgid "You can choose whatever <link href=\"text/shared/02/01140000.xhp\">drawing object</link> fits your need from the <menuitem>Drawing</menuitem> toolbar."
-msgstr "Du kan velja kva <link href='text/shared\\/02\\/01140000.xhp'>teikneobjekt</link> som helst som passar for deg frå <menuitem>teikneverktøylinja<\\/menuitem>."
+msgstr "Du kan velja kva <link href=\"text/shared/02/01140000.xhp\">teikneobjekt</link> som helst som passar for deg frå <menuitem>teikneverktøylinja</menuitem>."
#. NAFsL
#: text_rotate.xhp
@@ -19924,7 +19924,7 @@ msgctxt ""
"par_idN106D1\n"
"help.text"
msgid "If you want to count only some text of your document, select the text."
-msgstr "Dersom du berre vil telja noko av teksten i dokumentet, merkar du denne teksten."
+msgstr "Viss du vil telja ord berre i eit bestemt område av dokumentet, må du merkja det ønskte tekstområdet."
#. BCdSa
#: words_count.xhp
@@ -20041,7 +20041,7 @@ msgctxt ""
"par_id3149696\n"
"help.text"
msgid "Select the object."
-msgstr "Vel objektet."
+msgstr "Merk objektet."
#. HfbpK
#: wrap.xhp
@@ -20077,7 +20077,7 @@ msgctxt ""
"par_id3154079\n"
"help.text"
msgid "Select the object."
-msgstr "Vel objektet."
+msgstr "Merk objektet."
#. BWoyy
#: wrap.xhp
diff --git a/source/nn/officecfg/registry/data/org/openoffice/Office.po b/source/nn/officecfg/registry/data/org/openoffice/Office.po
index 22365251ad4..cd090f0848a 100644
--- a/source/nn/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/nn/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2022-12-19 14:09+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/nn/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1547917098.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Merknadar"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Tekstdokument"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Rekneark"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentasjonar"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Teikningar"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Nettside"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Hovuddokument"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formlar"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Databasedokument"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po
index bfba5fbc83a..7d9f2fabbba 100644
--- a/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/nn/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1566133413.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "Data~validering..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Slett rader"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Endra hovudlysbilete …"
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Hovudutforming …"
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Set inn kolonnar"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26638,36 +26658,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Slett dei merkte kolonnane"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Slett rader"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Slett ~rader"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Slett dei merkte radene"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31918,15 +31908,35 @@ msgctxt ""
msgid "Insert page number"
msgstr "Set inn sidenummer"
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Sidenummer"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33098,6 +33108,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Kolonnar ~framføre"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Slett rader"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rader"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Slett dei merkte radene"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/nn/sc/messages.po b/source/nn/sc/messages.po
index 7761345e35f..44c87b3fd4c 100644
--- a/source/nn/sc/messages.po
+++ b/source/nn/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1563564342.000000\n"
#. kBovX
@@ -32435,38 +32435,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr "Når dette valet er slått på, vil Calc behalda innhaldet i cellene når det vert limt inn tomme celler i dei. Elles vil Calc sletta innhaldet i cellene."
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Andre innstillingar"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "_Kolonnetype:"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr "Vel ein kolonne i førehandsvisingsvindauget og vel kva datatype som skal brukast på dei importerte dataa."
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tekst til kolonnar"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Felt"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr "Set innstillingane for oppdeling av data, slik dei skal brukast ved import."
diff --git a/source/nn/sd/messages.po b/source/nn/sd/messages.po
index 8f1fbd14064..56e81d51af4 100644
--- a/source/nn/sd/messages.po
+++ b/source/nn/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-05-19 08:08+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1566133701.000000\n"
#. WDjkB
@@ -1219,249 +1219,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Set inn tekst"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Last inn hovudlysbilete"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Smart"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Venstre"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Høgre"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Øvst"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Nedst"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Øvst til venstre?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Nedst til venstre?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Øvst til høgre?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Nedst til høgre?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Vassrett"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Loddrett"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Alle?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Denne handlinga kan ikkje køyrast i direktemodus."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Tilbake"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Hald fram"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Oversikt"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Fargebytar"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Overgangstoning"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Utvid lysbilete"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Lysbilete med innhaldsliste"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Ingen SANE-kjelder er tilgjengelege nett no."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Ingen TWAIN-kjelder er tilgjengelege nett no."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fast"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variabel"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Standard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Standard (kort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Standard (lang)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Filnamn"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Sti/filnamn"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Sti"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Filnamn utan filutviding"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Ny tilpassa lysbiletframvising"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopi "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "%PRODUCTNAME Presentasjonsformat (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "%PRODUCTNAME Teikneformat (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Løys opp metafilgruppe(r) …"
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Umogleg å løysa opp alle objektgruppene."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTVERSION-presentasjon"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTVERSION-teikning"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1471,157 +1501,157 @@ msgstr ""
"Vil du byta ho ut?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tekst"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Hyperlenkje"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Besøkt lenkje"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Lenkje i bruk"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Notat"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Innhaldsliste"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Klikk her for å starta"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Forfattar"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "E-post"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Heimeside"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Meir informasjon"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Last ned presentasjonen"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Nettlesaren din støttar diverre ikkje flytande rammer."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Første side"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Siste side"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tekst"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Bilete"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Med innhald"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Utan innhald"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Til oppgjeve side"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Gjer bilete om til strekteikning"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Klikk for å avslutta presentasjonen …"
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pause …"
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Bruk 3D-favoritt"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Biletfilter"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1631,799 +1661,805 @@ msgstr ""
"er ikkje ei gyldig lydfil."
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Konverter til metafil"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Konverter til bilete"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Klarte ikkje laga fila $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Klarte ikkje opna fila $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Klarte ikkje kopiera fila $(URL1) til $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr "Namn på hovudlysbiletet. Høgreklikk for å opna lista eller klikk for å opna dialogvindauget."
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Endra namn på lysbilete"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Endra namn på sida"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr "Det er ikkje mogleg å bruka duplikatnamn eller blanke namn"
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Skriv inn eit namn for objektet"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Gje hovudlysbiletet nytt namn"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Tittelområde for automatiske oppsett"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Objektområde for automatiske oppsett"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Botntekstområde"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Topptekstområde"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Datoområde"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Område for lysbiletnummer"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Område for sidenummer"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<topptekst>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<botntekst>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<dato/klokkeslett>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nummer>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<tal>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<lysbiletnamn>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<sidenamn>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Merknadsområde"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Hangul/Hanja-konvertering"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Lysbilete"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Sider"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Førehandsvising ikkje tilgjengeleg"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Førebur førehandsvising"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Oppsett"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Teiknestilar"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Presentasjonsstilar"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Cellestilar"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Form %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Set bakgrunnsbilete"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Merknadar"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "Nullstill lysbiletoppsettet"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Set inn tabell"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Set inn diagram"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Set inn bilete"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Set inn lyd eller video"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Dra og slepp sider"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Dra og slepp lysbilete"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Legg inn bilete i albumet."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Tekstlysbilete"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Den lokale målmappa «%FILENAME» er ikkje tom. Nokre filer kan verta skrivne over. Vil du halda fram?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Bakgrunn"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Bakgrunnsobjekt"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Utforming"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Kontrollelement"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Målelinjer"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Lysbilete"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Side"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Lysbilete"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Hovudlysbilete"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Hovudlysbilete:"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Hovudside"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Hovudutformingar:"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Notat)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Støtteark"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Klikk for å redigera titteltekstformatet"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Klikk for å redigera formatet på disposisjonsteksten"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr "Dobbeltklikk for å redigera formatet for tittelteksten"
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr "Dobbeltklikk for å endra formatet for disposisjonsteksten"
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Andre disposisjonsnivå"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tredje disposisjonsnivå"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Fjerde disposisjonsnivå"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Femte disposisjonsnivå"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sjette disposisjonsnivå"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Sjuande disposisjonsnivå"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Klikk for å flytta lysbiletet"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Klikk for å redigera notatformatet"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr "Dobbeltklikk for å flytta lysbiletet"
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr "Dobbeltklikk for å redigera formatet for notata"
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Klikk for å leggja til tittel"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Klikk for å leggja til tekst"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Klikk for å leggja til tekst"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Klikk for å leggja til notat"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr "Dobbeltklikk for å leggja til ein tittel"
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dobbeltklikk for å leggja til tekst"
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr "Dobbeltklikk for å leggja til tekst"
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr "Dobbeltklikk for å redigera teksten"
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr "Dobbeltklikk for å leggja til notat"
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Dobbeltklikk for å leggja til eit bilete"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Dobbeltklikk for å leggja til eit objekt"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Dobbeltklikk for å leggja til eit diagram"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Dobbeltklikk for å leggja til eit organisasjonskart"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Dobbeltklikk for å leggja til eit rekneark"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Standard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Overskrift"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr "Standard teiknestil"
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Flytt lysbilete"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Set inn sider"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Set inn side"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Lysbileteeigenskapar"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objekt utan fyll"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objekt utan fyll og utan linjer"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tekst"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Tittel A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Overskrift A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tekst A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Tittel A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Overskrift A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tekst A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Grafikk"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Former"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linjer"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Pillinjer"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Streka linjer"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Fylt"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Fylt blå"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Fylt grøn"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Fylt gul"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Fylt raud"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Med omriss"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Omriss blått"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Omriss grønt"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Omriss gult"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Omriss raudt"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Overskrift"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Undertittel"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Disposisjon"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Bakgrunnsobjekt"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Bakgrunn"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Notat"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "PowerPoint-import"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Lagra dokument"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Minsk skrifttypen"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Auk skrifttypen"
@@ -2431,637 +2467,637 @@ msgstr "Auk skrifttypen"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Teiknevising"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Teiknevising"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Disposisjonsvising"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Lysbiletvising"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Her kan du sortera lysbileta."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Notatvising"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Støttearkvising"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Presentasjonstittel"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "Presentasjonsomriss"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "Presentasjonsundertittel"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Presentasjonsside"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Presentasjonsnotat"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Støtteark"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "Ukjend tilgjengeleg presentasjonsform"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Presentasjon botntekst"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Presentasjon topptekst"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "Presentasjonsdato og -klokkeslett"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "Presentasjonssidenummer"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "%PRODUCTNAME-presentasjon"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Tittel"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Disposisjon"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Undertittel"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Side"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Notat"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Støtteark"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Ukjend tilgjengeleg presentasjonsutforming"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Botntekst"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Topptekst"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Dato"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Tal på"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(skriveverna)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ingen"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Fram til neste klikk"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Fram til lysbiletet er slutt"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Retning"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Forstørring:"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Spiler:"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Første farge:"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Andre farge:"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Fyllfarge:"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Skrifttype:"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Skriftfarge:"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Stil:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Skriftsnitt:"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Linjefarge:"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Skriftstorleik:"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Storleik:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Mengd:"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Farge:"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ingen lyd)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Stopp førre lyd)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Annan lyd …"
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Prøve"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Utløys"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Brukarstiar"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Inngangsverdi: %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Vektlegging: %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Utgang: %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Rørsler: %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Ymse: %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Ingen"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "I dag,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "I går,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ingen forfattar)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress har kome til slutten av presentasjonen. Vil du halda fram frå byrjinga?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress har kome til byrjinga av presentasjonen. Vil du halda fram frå slutten?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw har kome til slutten av dokumentet.Vil du halda fram frå byrjinga?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw har kome til byrjinga av dokumentet.Vil du halda fram frå slutten?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Set inn merknad"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Slett merknad(ar)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Flytt merknad"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Rediger merknad"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Svar til %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Avspeling av media"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tabell"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Dokument"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Lysbilete per side:"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Rekkjefølgje:"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Innhald"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Lysbiletnamn"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Sidenamn"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Dato og klokkeslett"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Gøymde sider"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Farge"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Storleik"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Brosjyre"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Sider"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inkluder"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Bruk berre papirskuff frå skrivaroppsettet"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Sider:"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Lysbilete:"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress har søkt ned til slutten av presentasjonen. Vil du halda fram med søket frå byrjinga av presentasjonen?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress har søkt opp til byrjinga av presentasjonen. Vil du halda fram med søket frå slutten av presentasjonen?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw har søkt ned til slutten av dokumentet. Vil du halda fram med søket frå byrjinga av dokumentet?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw har søkt opp til byrjinga av dokumentet. Vil du halda fram med søket frå slutten av dokumentet?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animasjon"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Lenkje"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Neste"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Førre"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Første lysbilete"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Siste lysbilete"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr "Lukk panelet"
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr "Legg til ei ny utforming"
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/nn/svtools/messages.po b/source/nn/svtools/messages.po
index 211f58785c8..5cb889adf7f 100644
--- a/source/nn/svtools/messages.po
+++ b/source/nn/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-04-29 13:33+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/nn/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1561144643.000000\n"
#. fLdeV
@@ -863,11 +863,11 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr "Rull til det siste arket"
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
-msgstr "Legg til ark"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
+msgstr ""
#. 4K4AF
#: include/svtools/strings.hrc:192
diff --git a/source/nn/sw/messages.po b/source/nn/sw/messages.po
index 4bb245641f8..9581d67a096 100644
--- a/source/nn/sw/messages.po
+++ b/source/nn/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-21 10:36+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-28 17:36+0000\n"
"Last-Translator: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>\n"
"Language-Team: Norwegian Nynorsk <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/nn/>\n"
"Language: nn\n"
@@ -4729,7 +4729,7 @@ msgstr "Oppdater bolkar"
#: sw/inc/strings.hrc:448
msgctxt "STR_DELETE_SECTIONS"
msgid "Delete sections"
-msgstr ""
+msgstr "Slett bolkar"
#. XHkEY
#: sw/inc/strings.hrc:449
@@ -6477,7 +6477,7 @@ msgstr " Å: %1 M: %2 D: %3 T: %4 M: %5 S: %6"
#: sw/inc/strings.hrc:753
msgctxt "STR_TOI"
msgid "Alphabetical Index"
-msgstr "Alfabetisk register"
+msgstr "Stikkordregister"
#. GDCRF
#: sw/inc/strings.hrc:754
@@ -9241,13 +9241,13 @@ msgstr "Rad sletta"
#: sw/inc/strings.hrc:1271
msgctxt "STR_REDLINE_TABLE_COLUMN_INSERT"
msgid "Column Inserted"
-msgstr ""
+msgstr "Kolonne sett inn"
#. FqpCw
#: sw/inc/strings.hrc:1272
msgctxt "STR_REDLINE_TABLE_COLUMN_DELETE"
msgid "Column Deleted"
-msgstr ""
+msgstr "Kolonne sletta"
#. i5ZJt
#: sw/inc/strings.hrc:1273
@@ -9681,7 +9681,7 @@ msgstr "#"
#: sw/inc/strings.hrc:1351
msgctxt "STR_TOKEN_CHAPTER_INFO"
msgid "HI"
-msgstr ""
+msgstr "KI"
#. XWaFn
#: sw/inc/strings.hrc:1352
@@ -9789,7 +9789,7 @@ msgstr "Trykk Ctrl + Alt + B for å flytta fokus tilbake til den gjeldande struk
#: sw/inc/strings.hrc:1369
msgctxt "STR_AUTOMARK_TYPE"
msgid "Selection file for the alphabetical index (*.sdi)"
-msgstr "Utvalsfil for alfabetisk register. (*.sdi)"
+msgstr "Utvalsfil for stikkordregister. (*.sdi)"
#. Rvcdk
#. -----------------------------------------------------------------------
@@ -13382,7 +13382,7 @@ msgstr "Oppføringar"
#: sw/uiconfig/swriter/ui/createautomarkdialog.ui:123
msgctxt "createautomarkdialog|extended_tip|CreateAutomarkDialog"
msgid "Create or edit a list of words to include in an Alphabetical Index."
-msgstr "Lag eller rediger ei liste med ord som skal vera med i ei alfabetisk innhaldsliste."
+msgstr "Lag eller rediger ei liste med ord som skal vera med i eit stikkordregister."
#. 7dr3i
#: sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui:26
@@ -16935,230 +16935,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Set inn stikkordmarkering"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr "Fjernar det valde stikkordet frå registeret. Stikkordteksten i dokumentet vert ikkje sletta."
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Set inn"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr "Indeks:"
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr "Vel indeksen du vil leggja til oppføringa i."
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Nytt brukardefinert register"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr "Oppføring:"
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr "Viser teksten som er merkt i dokumentet. Viss du vil, kan du skriva inn eit anna ord for stikkordregisteret. Den merkte teksten i dokumentet vet ikkje endra."
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr "Oppdater oppføringa frå utvalet"
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr "Fonetisk lesing:"
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr "Skriv inn den fonetiske avlesinga for den tilsvarande oppføringa. For eksempel viss eit japansk kanji-ord har meir enn éin uttale, skriv inn korrekt uttale som et katakana-ord. Kanji-ordet vert deretter sortert etter den fonetisk leste oppføringa."
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr "Fonetisk lesing:"
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Skriv inn den fonetiske lesinga for den tilsvarande oppføringa."
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr "Fonetisk lesing:"
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr "Skriv inn den fonetiske lesinga for den tilsvarande oppføringa."
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr "1. nøkkel:"
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr "Gjer det gjeldande utvalet til ei underoppføring av ordet du skriv inn her. For eksempel, viss du vel «kaldt» og skriv inn «vêr» som den første nøkkelen, vert indeksoppføringa «vêr, kaldt»."
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr "2. nøkkel:"
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr "Gjer den gjeldande markeringa til ei underoppføring av den første nøkkelen. For eksempel, viss du vel «kaldt» og skriv inn «vêr» som den første nøkkelen og «vinter» som den andre nøkkelen, vert indeksoppføringa «vêr, vinter, kaldt»."
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr "Indeksnivå:"
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr "Skriv inn indeksnivået for oppføringa som bestemmer korleis oppføringa vert vist i den genererte katalogen."
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr "Skriv inn indeksnivået for oppføringa. Indeksnivået bestemmer korleis oppføringa skal sjå ut i høve til innstillingane for det nivået i kategoriane «Oppføringar» og «Malar» i dialogvindauget «Innhaldsliste, Indeks eller Bibliografi». Med standardinnstillingane fører et høgare disposisjonsnivå til at oppføringa i den genererte indeksen vert meir innrykk."
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Hovudoppføring"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
-msgstr "Gjer den merkte teksten til ei hovudoppføring i ei alfabetisk innhaldsliste."
+msgstr "Gjer den merkte teksten til ei hovudoppføring i eit alfabetisk stikkordregister."
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr "Bruk på alle andre førekomstar"
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr "Legg til ei indeksoppføring til alle andre førekomstar av den valde teksten merkt i «Oppføring»."
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr "Legg til ei indeksoppføring i andre førekomstar av teksten som er vald i «Oppføring». For ei endra oppføring vert det eventuelt treff på det opphavlege utvalet, men den endra oppføringa vert sett inn og vert vist i indeksen."
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Berre heile ord"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Skil mellom små/store bokstavar"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr "For den valde oppføringa"
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr "Neste oppføring (same namn)"
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr "Går til den neste indeksoppføringa av same type og med same namn i dokumentet."
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr "Førre oppføring (same namn)"
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr "Går til den førre indeksoppføringa av same type og med same namn i dokumentet."
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr "Førre oppføring"
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr "Går til det førre indekselementet av same type i dokumentet."
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr "Neste oppføring"
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr "Går til det neste indekselementet av same type i dokumentet"
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr "Gjer den merkte teksten til ein indeks- eller innhaldslisteoppføring. Redigerer den merkte indeksoppføringa."
@@ -29366,13 +29372,13 @@ msgstr "Vel fyllteikn her."
#: sw/uiconfig/swriter/ui/tocentriespage.ui:342
msgctxt "tocentriespage|chapterentryft"
msgid "Heading _info:"
-msgstr "Kapittel_info:"
+msgstr "Overskrifts_info:"
#. 6sVHf
#: sw/uiconfig/swriter/ui/tocentriespage.ui:356
msgctxt "tocentriespage|tooltip_text|chapterentry"
msgid "Select the heading information to include in the index entry."
-msgstr "Vel kapittelinformasjonen som skal visast i indeksoppføringa."
+msgstr "Vel overskriftsinformasjonen som skal visast i indeksoppføringa."
#. D8Gmo
#: sw/uiconfig/swriter/ui/tocentriespage.ui:360
@@ -29396,7 +29402,7 @@ msgstr "Nummer og innhald"
#: sw/uiconfig/swriter/ui/tocentriespage.ui:366
msgctxt "tocentriespage|extended_tip|chapterentry"
msgid "Select the heading information to include in the index entry."
-msgstr "Vel kapittelinformasjonen som skal visast i indeksoppføringa."
+msgstr "Vel overskriftsinformasjonen som skal visast i indeksoppføringa."
#. ZYqdq
#: sw/uiconfig/swriter/ui/tocentriespage.ui:379
@@ -29546,7 +29552,7 @@ msgstr "Set inn eit tabulatormerke. For å setja punkt framføre tabulatormerke,
#: sw/uiconfig/swriter/ui/tocentriespage.ui:660
msgctxt "tocentriespage|chapterinfo"
msgid "_Heading Info"
-msgstr "_Kapittelinfo"
+msgstr "_Overskriftsinfo"
#. iz2AU
#: sw/uiconfig/swriter/ui/tocentriespage.ui:664
@@ -29636,7 +29642,7 @@ msgstr "Teiknstil for hovudoppføringar:"
#: sw/uiconfig/swriter/ui/tocentriespage.ui:846
msgctxt "tocentriespage|extended_tip|mainstyle"
msgid "Specify the character style for the main entries in the alphabetical index. To convert an index entry into a main entry, click in front of the index field in the document and then choose Edit - Index Entry."
-msgstr "Vel teiknstilen for hovudoppføringane i det alfabetiske registeret. Du kan gjera ei registeroppføring om til ei hovudoppføring ved å trykkja framføre indeksfeltet i dokumentet og velja «Rediger → Stikkord»."
+msgstr "Vel teiknstilen for hovudoppføringane i stikkordregisteret. Du kan gjera ei registeroppføring om til ei hovudoppføring ved å trykkja framføre indeksfeltet i dokumentet og velja «Rediger → Stikkord»."
#. r33aA
#: sw/uiconfig/swriter/ui/tocentriespage.ui:861
@@ -29840,7 +29846,7 @@ msgstr "Innhaldsliste"
#: sw/uiconfig/swriter/ui/tocindexpage.ui:142
msgctxt "tocindexpage|liststore1"
msgid "Alphabetical Index"
-msgstr "Alfabetisk register"
+msgstr "Stikkordregister"
#. uL3jM
#: sw/uiconfig/swriter/ui/tocindexpage.ui:143
diff --git a/source/nr/cui/messages.po b/source/nr/cui/messages.po
index 9f258d0b8a4..995f7e3bbd5 100644
--- a/source/nr/cui/messages.po
+++ b/source/nr/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17074,78 +17074,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Umtlolo Omutjha"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Umtlolo we-HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Umtlolo omkhulu"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Ispredtjhiti"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Isethulo"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Umgwalo"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Ifomula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/nr/officecfg/registry/data/org/openoffice/Office.po b/source/nr/officecfg/registry/data/org/openoffice/Office.po
index e5719cc484c..d3398310cf6 100644
--- a/source/nr/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/nr/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12840,86 +12840,85 @@ msgctxt ""
msgid "Notes"
msgstr "~Amanothi"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Imitlolo yetheksti"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Amaspredtjhiti"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Amaphrizentheyitjhini"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Imigwalo"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Amakhasi we-Web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "UmTlolo omKhulu"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Amafomula"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Imitlolo yebuthelelo"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po b/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po
index bfe3a2896ed..b821ef40c04 100644
--- a/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/nr/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2278,6 +2278,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Cima Amarhemo"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9789,14 +9799,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11122,6 +11132,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Faka Am~akholomu"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -27246,36 +27266,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32653,16 +32643,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Inomboro yekhasi"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33859,6 +33868,37 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Cima Amarhemo"
+
+#. DDmHu
+#: WriterCommands.xcu
+#, fuzzy
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Rhemo"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/nr/sc/messages.po b/source/nr/sc/messages.po
index 50bb9629cf3..3091ffea467 100644
--- a/source/nr/sc/messages.po
+++ b/source/nr/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33634,39 +33634,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr ""
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
#, fuzzy
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Amasimu"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/nr/sd/messages.po b/source/nr/sd/messages.po
index 4cb65cead67..1282fb8c02e 100644
--- a/source/nr/sd/messages.po
+++ b/source/nr/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1228,250 +1228,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Faka Itheksithi"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Karisa"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "Ngesinqeleni"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "Ngesidleni"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Phezulu"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Phasi"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Phezulu Ngesinqeleni?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Phasi Ngesinqeleni?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Phezulu Ngesidleni?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Phasi Ngesidleni?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Buthabalala"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Jame rwe"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Koke?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Isenzo lesi angekhe sakhanjiswa kumowudi ophilako."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Emuva"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Ragela phambili"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Isendlalo"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Ukubekezelelana Kwemibala"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Ukufiphala buvundla"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Nabisa Isilayidi"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Isilayidi Sokungaphakathi"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Akunamthombo we-SANE okhna okwanje."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Okwanje, akunamthombo we-TWAIN okhona."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Ngatjhugulukiko"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Ihlukano-gama"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Istandadi"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Istandadi (ubufitjhani)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Istandadi (ubude)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Ibizo lefayili"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Indlela/Ibizo lefayili"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Indlela"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Ibizo lefayili ngaphandle kokwelulwa"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Khomba Isilayidi Sekhastomu Esitjha"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Ikhophi "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Amamethafayili ahlukanisiweko..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Bekungasilula ukuhlukanisa woke ama-obhjekthi wokugwala."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1479,160 +1509,160 @@ msgid ""
msgstr ""
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
#, fuzzy
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Itheksithi:"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Ihayiphalinki"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Ihlanganiso Evakatjhelweko"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Ihlanganiso emajadu"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
#, fuzzy
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "~Amanothi"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Okungaphakathi"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Gandelela lapha ukuze uthome"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Umtloli"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Ikhasi elimumethe koke okungaphakathi"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Ilwazi elinabileko"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Layitjhulula iphrezenthetjhini"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Ngetjhudu elimbi ibhrawuza yakho ayisekeli amafremu athayako."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Ikhasi lokuthoma"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Ikhasi lokugcina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
#, fuzzy
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Itheksithi:"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Isitjengiso"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Nokumumethweko"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Ngaphandle kokumumethweko"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Ekhasini elinikelweko"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Tjhugululela ibhidimebhu kupholigoni"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Gandelela ukuphuma kuphrezenthetjhini..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Phumula..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Sebenzisa isithandwa se-3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1640,810 +1670,816 @@ msgid ""
msgstr ""
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Tjhugululela kumethafayili"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Tjhugululela kubhidimebhu"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Azange ikghone ukwakha ifayili $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Azange ikghone ukuvula ifayili $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Ifayili $(URL1) azange ikghoneke ukukopekela ku-$(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Thiya kabutjha Isilayidi"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
#, fuzzy
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Amagama"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "I-eriya Yesihloko Yokuhleleka Kokuzenzakalela"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "I-eriya Ye-Obhjekthi Yokuhleleka Kokuzenzakalela"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Indawo Yefutha"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Indawo Yeheda"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Indawo Yadaduma"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Indawo Yenomboro Yesilayidi"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Indawo Yenomboro Yekhasi"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<iheda>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<ifutha>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<idaduma/isikhathi>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<inomboro>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr ""
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "I-eriya Yamanothi"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Ukutjhuguluka kwe-Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Amasilayidi"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Amakhasi"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Ukuqalela ngaphambili akukho"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Lungiselela ukuqalela ngaphambili"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Ukuhleleka"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "UkuKhetha kwamaPhrizentheyitjhini"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Iindlela Zamaseli"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr ""
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Imibono"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Faka iThebula"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Faka Itjhati"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Faka ikhasi"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Irhemo lendawo lokunqotjhiweko '%FILENAME' linento. Amanye amafayili kungatlolwa phezu kwawo. Ufuna ukuragela phambili?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Isendlalelo"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr ""
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Ukuhleleka"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Indlela yokulawula"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Imida Yobungako"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
#, fuzzy
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Amasilayidi"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Ikhasi"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
#, fuzzy
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Amasilayidi"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Amakhasi Okugadangiswa ngawo amanye"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Amanothi)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Okunikelwako"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Gandelela uku-editha ifomethi yesihloko setheksithi"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Gandelela uku-editha ifomethi yokuhleleka kwetheksithi"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Ileveli Yesibili Yokuhleleka"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Ileveli Yesithathu Yokuhleleka"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Ileveli Yesine Yokuhleleka"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Ileveli Yesihlanu Yokuhleleka"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Ileveli Yesithandathu Yokuhleleka"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Ileveli Yekhomba Yokuhleleka"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Gandelela ukukhambisa isilayidi"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Gandelela uku-editha ifomethi yamanothi"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Ok~onakeleko"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
#, fuzzy
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Isihloko1"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Khambisa amasilayidi"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "I-obhjekthi ngaphandle kokuzaliswa"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Itheksithi"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
#, fuzzy
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Isihloko1"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Isihloko esiyingcenye"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Ukuhleleka"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr ""
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Isendlalelo"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Amanothi"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Ingeniso le-PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Bulunga Idokhumente"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2451,677 +2487,677 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
#, fuzzy
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Ukuqaleka Komgwalo"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
#, fuzzy
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Ukuqaleka Komgwalo"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Ukuqaleka Komtlamo"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Ukuqaleka Kwesilayidi"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Lapha kulapho uhlela khona amaslayidi."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Ukuqaleka Kwamanothi"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Ukubona Okunikelwako"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "~Iphrezenthetjhini"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "~Iphrezenthetjhini"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "~Iphrezenthetjhini"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Okunikelwako"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Imowudu yephrezenthetjhini"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "~Iphrezenthetjhini"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Iphrizentheyitjhini ye-%PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Isihloko1"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Umtlamo"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Isihloko esiyingcenye"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Ikhasi"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "~Amanothi"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Okunikelwako"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Ifuta"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Iheda"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Ilanga"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Inomboro"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (funda kuphela)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "akunalitho"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Kufikela ugandelele okulandelako"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Kufikela ekugineni kwesilayidi"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Komba"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Khulisa"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Amaspoku"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Umbala wokuthoma"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Umbala wesibili"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Umbala wokuthoma"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Indlela:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Ifonti"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Umbala wokuthoma"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Indlela:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Isayizi nestayela samaledere aphrinthwako"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Umbala womuda"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Ubukhulu befonti"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Ubukhulu:"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Inani"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Umbala"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Akunamdumo)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Jamisa umdumo wangaphambilini)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Umdumo omunye..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Isampula"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr ""
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "akunalitho"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
#, fuzzy
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Namhlanjesi"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr ""
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr ""
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress izume kufikela ekugcineni kwephrezenthetjhini. Ingabe ufuna ukuragela phambili uye ekuthomeni?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress izume kufikela ekuthomeni kwephrezenthetjhini. Ingabe ufuna ukuragela phambili uye ekugcineni?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw izume kufikela ekugcineni kwedokhumente. Ingabe ufuna ukuragela phambili uye ekuthomeni?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
#, fuzzy
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw izume kufikela ekuthomeni kwedokhumente. Ingabe ufuna ukuragela phambili uye ekugcineni?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Faka Umbono"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
#, fuzzy
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Cima okuNgaphakathi"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr ""
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editha umbono"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr ""
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "IMidiya yokuDlala okuRekhodiweko"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Ithebula"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME Umsebenzana"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Idokhumente"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Okungaphakathi"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr ""
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Ibizo lekhasi"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Ilanga nesikhathi"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Amakhasi a~fihlekileko"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Umbala"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Ubukhulu:"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Amabhrotjha"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Faka"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress izume kufikela ekugcineni kwephrezenthetjhini. Ingabe ufuna ukuragela phambili uye ekuthomeni?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress izume kufikela ekuthomeni kwephrezenthetjhini. Ingabe ufuna ukuragela phambili uye ekugcineni?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw izume kufikela ekugcineni kwedokhumente. Ingabe ufuna ukuragela phambili uye ekuthomeni?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw izume kufikela ekuthomeni kwedokhumente. Ingabe ufuna ukuragela phambili uye ekugcineni?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/nr/svtools/messages.po b/source/nr/svtools/messages.po
index 470cbfa8088..1e62d2c25d1 100644
--- a/source/nr/svtools/messages.po
+++ b/source/nr/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -870,10 +870,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/nr/sw/messages.po b/source/nr/sw/messages.po
index dcb85f29dd6..1e988fb133c 100644
--- a/source/nr/sw/messages.po
+++ b/source/nr/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17531,232 +17531,238 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Faka Ikomba ye-Enthri"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Faka"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Ikomba yomsebenzisi etja ehlathululiweko"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "I-enthri e~kulu"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr ""
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "~Linganisa imihlobo emibili yeledere"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/nso/cui/messages.po b/source/nso/cui/messages.po
index 3ec8942c89d..c19dd43d07e 100644
--- a/source/nso/cui/messages.po
+++ b/source/nso/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Pedi <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/nso/>\n"
@@ -17031,75 +17031,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Tokumente e mpsha"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Tokumente ya HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Tokumente e kgolo"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Letlakala-kalo"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Tlhagišo"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Sethalwa"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Fomula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/nso/officecfg/registry/data/org/openoffice/Office.po b/source/nso/officecfg/registry/data/org/openoffice/Office.po
index 8fe4553ed76..17c2c57d79f 100644
--- a/source/nso/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/nso/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12514,86 +12514,85 @@ msgctxt ""
msgid "Notes"
msgstr "Ditshwaotshwao"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Ditokumente tša sengwalwa"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Matlakala-kalo"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Ditlhagišo"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dithalwa"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Matlakala a wepe"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Ditokumente tše kgolo"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
-#, fuzzy
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Difomula"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Ditokumente tša dathapeisi"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po b/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po
index e5710be1d58..18d1efbb76e 100644
--- a/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/nso/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2258,6 +2258,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr ""
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Phumola methalo"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9678,14 +9688,14 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr ""
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
+msgid "Change Master Page..."
msgstr ""
#. RxHFo
@@ -11003,6 +11013,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Tsenya dikho~lomo"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26949,36 +26969,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr ""
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr ""
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr ""
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr ""
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -32323,15 +32313,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "~Nomoro ya letlakala"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33517,6 +33527,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr ""
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Phumola methalo"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Methalo"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr ""
+
#. RxF66
#: WriterCommands.xcu
#, fuzzy
diff --git a/source/nso/sc/messages.po b/source/nso/sc/messages.po
index 3ce547b4665..40b61c2c0a0 100644
--- a/source/nso/sc/messages.po
+++ b/source/nso/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -33516,39 +33516,51 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr ""
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr ""
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
#, fuzzy
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Seng~walwa sa dikholomo..."
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Mafelo"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/nso/sd/messages.po b/source/nso/sd/messages.po
index b821678c1a4..b051be8b017 100644
--- a/source/nso/sd/messages.po
+++ b/source/nso/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2018-11-12 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1228,250 +1228,280 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Tsenya sengwalwa"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr ""
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Semate"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "La nngele"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "La go ja"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Godimo"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "Tlase"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Godimo go la nngele?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Tlase go la nngele?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Godimo go la go ja?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Tlase go la go ja?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Rapamego"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Tsepamego"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Tšohle?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Mogato wo o ka se dirwe ka moutu wa thwii."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Morago"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Tšwela pele"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Kakaretšo"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
#, fuzzy
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Kgotlelelo ya mmala"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Go galoga mo go fapanago"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Katološa seswantšho"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Selaete sa lenaneo la dikagare"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Ga go na mothopo wa SANE wo o lego gona lebakeng le."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Gona bjale, ga go na mothopo wa TWAIN wo o lego gona."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Beilwego"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Lefapantšhi"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Motheo"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Motheo (kopana)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Motheo (telele)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Leina la faele"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Leina la tsejana/faele"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Tsejana"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Leina la faele leo le se nago koketšo"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Pontšho e mpsha ya seswantšho sa setlwaedi"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Kopiša "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr ""
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr ""
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Hlopholla dimethafaele..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Go be go sa kgonege go hlopholla didirišwa ka moka tša go thala."
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr ""
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr ""
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1481,157 +1511,157 @@ msgstr ""
"Na o nyaka go bo tšeela legato?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Sengwalwa"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Lomaganyo-kgolo"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Lomaganyo e etetšwego"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Lomaganyo e šomago"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Ditshwaotshwao"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Lenaneo la dikagare"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Kgotla mo gore o thome"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Mongwadi"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr ""
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Letlakala la gae"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Tshedimošo e oketšegilego"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Tsenya tlhagišo"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Ka manyami praosara ya gago ga e thekge diforeime tše phaphametšego."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Letlakala la pele"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Letlakala la mafelelo"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Sengwalwa"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Seswantšho"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Le dikagare"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Ka ntle le dikagare"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "Go letlakala le neilwego"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Fetolela bitimmapa gore e be pholikone"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Kgotla bakeng sa go tšwa go tlhagišo..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Emiša ganyenyane..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Diriša mamoratwa wa 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr ""
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
#, fuzzy
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
@@ -1642,804 +1672,810 @@ msgstr ""
"ga se faele e šomago ya modumo !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Fetošetša go methafaele"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Fetošetša go bitimmapa"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "E ka se hlame faele ya $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "E ka se bule faele ya $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Faele ya $(URL1) e ka se kopišwe go $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Thea selaete ka leswa"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr ""
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Leina"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
msgstr ""
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
+
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Lefelo la sehlogo bakeng sa Ditlhamego tša boitirišo"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Lefelo la sedirišwa bakeng sa Ditlhamego tša boitirišo"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Lefelo la hlogwana ya tlase"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Lefelo la hlogwana ya godimo"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Lefelo la letšatšikgwedi"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Lefelo la nomoro ya selaete"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Lefelo la nomoro ya letlakala"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<hlogwana ya godimo>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<hlogwana ya tlase>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<letšatšikgwedi/nako>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<nomoro>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<balela>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr ""
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr ""
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Lefelo la ditshwaotshwao"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Phethošo ya Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diselaete"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Matlakala"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Ponelopele ga e hwetšagale"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Go lokišeletša ponelopele"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Ditlhamego"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr ""
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
#, fuzzy
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Dikgetho tša tlhagišo"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Ditaele tša sele"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Sebopego sa %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr ""
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Ditshwaotshwao"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr ""
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Tsenya lenaneo"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Lokela tšhate"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
#, fuzzy
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Tsenya letlakala"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr ""
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr ""
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr ""
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr ""
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr ""
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
#, fuzzy
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Tšhupetšo e lebantšwego ya mo lapeng ya '%FILENAME' e na le selo. Difaele tše dingwe go ka ba go ngwadilwe godimo ga tšona. Na o nyaka go tšwela pele?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Bokamorago"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Didirišwa tše bokamorago"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
#, fuzzy
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Tlhamego"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Dilaodi"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Methaladi ya selekanyo"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Selaete"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Letlakala"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Selaete"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr ""
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr ""
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
#, fuzzy
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Matlakala a mastara"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr ""
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Ditshwaotshwao)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Difiwa"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Kgotla bakeng sa go lokiša fomate ya sehlogo sa sengwalwa"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Kgotla bakeng sa go lokiša fomate ya kakaretšo ya sengwalwa"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Kgato ya kakaretšo ya bobedi"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Kgato ya kakaretšo ya boraro"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Kgato ya kakaretšo ya bone"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Kgato ya kakaretšo ya bohlano"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Kgato ya kakaretšo ya boselela"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Kgato ya kakaretšo ya bošupa"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Kgotla bakeng sa go šuthiša selaete"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Kgotla bakeng sa go lokiša fomate ya ditshwaotshwao"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr ""
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr ""
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr ""
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr ""
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr ""
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr ""
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr ""
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr ""
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr ""
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Tirelwa"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Thaetlele"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Šuthiša diselaete"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr ""
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr ""
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr ""
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Sedirišwa seo se sa tlatšwago"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr ""
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Sengwalwa"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr ""
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr ""
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr ""
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr ""
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr ""
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr ""
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr ""
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr ""
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr ""
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr ""
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr ""
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr ""
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr ""
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr ""
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr ""
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr ""
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr ""
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr ""
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr ""
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr ""
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr ""
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr ""
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr ""
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Thaetlele"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sehlogwana"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Kakaretšo"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Didirišwa tša bokamorago"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Bokamorago"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Ditshwaotshwao"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Kamogelo ya PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Boloka tokumente"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr ""
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr ""
@@ -2447,670 +2483,670 @@ msgstr ""
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tebelelo ya go thala"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Tebelelo ya go thala"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Tebelelo ya kakaretšo"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Tebelelo ya diselaete"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Moo ke mo o beakanyago diselaete."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Tebelelo ya ditshwaotshwao"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Tebelelo ya difiwa"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
#, fuzzy
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "Tlhagišo"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr ""
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr ""
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
#, fuzzy
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "Tlhagišo"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
#, fuzzy
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "Tlhagišo"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Sefiwa"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr ""
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
#, fuzzy
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "Moutu wa tlhagišo"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
#, fuzzy
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "Tlhagišo"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr ""
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr ""
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Tlhagišo ya %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Thaetlele"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
#, fuzzy
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Kakaretšo"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sehlogwana"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Letlakala"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Ditshwaotshwao"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
#, fuzzy
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Sefiwa"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr ""
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Hlogwana ya tlase"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Hlogwana ya godimo"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
#, fuzzy
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Letšatšikgwedi"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nomoro"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
#, fuzzy
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr " (bala feela)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "ga go na selo"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Go fihla go kgotleng go latelago"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Go fihla mafelelong a selaete"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Tšhupetšo"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Kgodišo"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Dipeke"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Kholomo ya pele"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Mmala wa bobedi"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Kholomo ya pele"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Setaele:"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Fonte"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Kholomo ya pele"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Setaele:"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Setaele sa tlhaka"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Mmala wa mothaladi"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Bogolo bja fonte"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Bogolo"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Tekanyo"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
#, fuzzy
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Mmala"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Ga go modumo)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Emiša modumo o fetilego)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Modumo o mongwe..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Sampole"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Setsošološi"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr ""
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr ""
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr ""
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr ""
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr ""
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr ""
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
#, fuzzy
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "ga go na selo"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Lehono,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Maabane,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(ga go mongwadi)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "Impress ya %PRODUCTNAME e fihlile mafelelong a tlhagišo. Na o nyaka go tšwela pele go ya mathomong?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "Impress ya %PRODUCTNAME e fihlile mathomong a tlhagišo. Na o nyaka go tšwela pele go ya mafelelong?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "Draw ya %PRODUCTNAME e fihlile mafelelong a tokumente. Na o nyaka go tšwela pele go ya mathomong?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "Draw ya %PRODUCTNAME e fihlile mathomong a tokumente. Na o nyaka go tšwela pele go ya mafelelong?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Tsenya tshwaotshwao"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Phumola ditshwaotshwao"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Tloša tshwaotshwao"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Lokiša tshwaotshwao"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Araba %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Go bapalwa ga mmediya"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Lenaneo"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "Motheo wa %PRODUCTNAME"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Tokumente"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr ""
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr ""
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "Dikagare"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "Karolo ya selaete"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
#, fuzzy
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "~Leina la letlakala"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "Letšatšikgwedi le nako"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Matlakala a f~ihlilwego"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Mmala"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "Bogolo"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
#, fuzzy
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Diporoutšhara"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr ""
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Akaretša"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr ""
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr ""
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr ""
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "Impress ya %PRODUCTNAME e nyakile go fihla mafelelong a tlhagišo. Na o nyaka go tšwela pele go ya mathomong?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "Impress ya %PRODUCTNAME e nyakile go fihla mathomong a tlhagišo. Na o nyaka go tšwela pele go ya mafelelong?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "Draw ya %PRODUCTNAME e nyakile go fihla mafelelong a tokumente. Na o nyaka go tšwela pele go ya mathomong?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "Draw ya %PRODUCTNAME e nyakile go fihla mathomong a tokumente. Na o nyaka go tšwela pele go ya mafelelong?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr ""
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr ""
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr ""
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr ""
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr ""
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr ""
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/nso/svtools/messages.po b/source/nso/svtools/messages.po
index a40d25fc674..fbfe7c9e98f 100644
--- a/source/nso/svtools/messages.po
+++ b/source/nso/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 11:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -867,10 +867,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/nso/sw/messages.po b/source/nso/sw/messages.po
index 08d87a24d7b..d1e7f84c40a 100644
--- a/source/nso/sw/messages.po
+++ b/source/nso/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: 2023-05-22 12:02+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2019-07-11 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17425,233 +17425,239 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Tsenya tsenyo ya tšhupane"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Tsenya"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Tšhupane e mpsha e hlathollotšwego ke modiriši"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
#, fuzzy
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Tsenyo e ~kgolo"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
#, fuzzy
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Mantšu a ~feletšego feela"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
#, fuzzy
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Swantšha ditlhaka"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/oc/cui/messages.po b/source/oc/cui/messages.po
index 05990300122..eb0ee8d6ca5 100644
--- a/source/oc/cui/messages.po
+++ b/source/oc/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: 2023-05-17 15:13+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/cuimessages/oc/>\n"
"Language: oc\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1556857952.000000\n"
#. GyY9M
@@ -15713,7 +15713,7 @@ msgstr "Unicament pel document actiu"
#: cui/uiconfig/ui/optlanguagespage.ui:231
msgctxt "extended_tip|currentdoc"
msgid "Specifies that the settings for default languages are valid only for the current document."
-msgstr ""
+msgstr "Indica que lo paramètre de las lengas per defaut s’aplica sonque al document actual."
#. zeaKX
#: cui/uiconfig/ui/optlanguagespage.ui:242
@@ -16598,74 +16598,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr "Enregistrar sistematicament jos :"
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Document tèxte"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Document HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Document mèstre"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Classador"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Presentacion"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Dessenh"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Formula"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr "Indica lo tipe de document per lo qual volètz definir lo format de fichièr predeterminat."
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr "_Tipe de document"
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr "Format de fichièr per defaut e parametratges ODF"
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/oc/officecfg/registry/data/org/openoffice/Office.po b/source/oc/officecfg/registry/data/org/openoffice/Office.po
index 8e15addfbb5..b5cf56c2232 100644
--- a/source/oc/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/oc/officecfg/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2022-12-08 19:47+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeoffice/oc/>\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.12.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1543410536.000000\n"
#. HhMVS
@@ -12506,85 +12506,85 @@ msgctxt ""
msgid "Notes"
msgstr "Nòtas"
-#. yTC5S
+#. UFMvH
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.TextDocument\n"
"DisplayName\n"
"value.text"
-msgid "Text documents"
-msgstr "Documents tèxte"
+msgid "Text documents (Writer)"
+msgstr ""
-#. kbKMe
+#. HxKwB
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sheet.SpreadsheetDocument\n"
"DisplayName\n"
"value.text"
-msgid "Spreadsheets"
-msgstr "Classadors"
+msgid "Spreadsheets (Calc)"
+msgstr ""
-#. MUhBD
+#. c3GeA
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.presentation.PresentationDocument\n"
"DisplayName\n"
"value.text"
-msgid "Presentations"
-msgstr "Presentacions"
+msgid "Presentations (Impress)"
+msgstr ""
-#. JRCUA
+#. CihR3
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.drawing.DrawingDocument\n"
"DisplayName\n"
"value.text"
-msgid "Drawings"
-msgstr "Dessenhs"
+msgid "Drawings (Draw)"
+msgstr ""
-#. 3ZArq
+#. AwUgD
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.WebDocument\n"
"DisplayName\n"
"value.text"
-msgid "Web pages"
-msgstr "Paginas web"
+msgid "Web pages (Writer)"
+msgstr ""
-#. sCUFD
+#. hvLLP
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.text.GlobalDocument\n"
"DisplayName\n"
"value.text"
-msgid "Master documents"
-msgstr "Documents mèstres"
+msgid "Master documents (Writer)"
+msgstr ""
-#. AhpLM
+#. bzq3F
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.formula.FormulaProperties\n"
"DisplayName\n"
"value.text"
-msgid "Formulas"
-msgstr "Formulas"
+msgid "Formulas (Math)"
+msgstr ""
-#. aNApB
+#. 2RAkk
#: UI.xcu
msgctxt ""
"UI.xcu\n"
"..UI.FilterClassification.GlobalFilters.Classes.com.sun.star.sdb.OfficeDatabaseDocument\n"
"DisplayName\n"
"value.text"
-msgid "Database documents"
-msgstr "Documents de basa de donadas"
+msgid "Database documents (Base)"
+msgstr ""
#. v4FZa
#: UI.xcu
diff --git a/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po b/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po
index b144b1adcdf..885b67615ab 100644
--- a/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/oc/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-21 14:51+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/officecfgregistrydataorgopenofficeofficeui/oc/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1556858113.000000\n"
#. W5ukN
@@ -2226,6 +2226,16 @@ msgctxt ""
msgid "Data ~Validation..."
msgstr "~Validacion de las donadas..."
+#. xxDxd
+#: CalcCommands.xcu
+msgctxt ""
+"CalcCommands.xcu\n"
+"..CalcCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Suprimir de linhas"
+
#. wZAYL
#: CalcCommands.xcu
msgctxt ""
@@ -9556,15 +9566,15 @@ msgctxt ""
msgid "Change Slide Master..."
msgstr "Modificar la masqueta..."
-#. 7AUwW
+#. i57fG
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:DrawingLayout\n"
"Label\n"
"value.text"
-msgid "Master Page..."
-msgstr "Pagina mèstra..."
+msgid "Change Master Page..."
+msgstr ""
#. RxHFo
#: DrawImpressCommands.xcu
@@ -10866,6 +10876,16 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Inserir de colomnas"
+#. momxn
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Popups..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Row"
+msgstr ""
+
#. yTCcA
#: DrawImpressCommands.xcu
msgctxt ""
@@ -26639,36 +26659,6 @@ msgctxt ""
msgid "Delete selected columns"
msgstr "Suprimir las colomnas seleccionadas"
-#. VL8Wa
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"Label\n"
-"value.text"
-msgid "Delete Rows"
-msgstr "Suprimir de linhas"
-
-#. uAPr9
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"ContextLabel\n"
-"value.text"
-msgid "Delete ~Rows"
-msgstr "Suprimir las ~linhas"
-
-#. wjm8K
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Popups..uno:DeleteRows\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Delete selected rows"
-msgstr "Suprimir las linhas seleccionadas"
-
#. poXFa
#: GenericCommands.xcu
msgctxt ""
@@ -31919,15 +31909,35 @@ msgctxt ""
msgid "Insert page number"
msgstr ""
-#. AKBJc
+#. fLiHh
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
"Label\n"
"value.text"
+msgid "~Page Number Field"
+msgstr ""
+
+#. VTfnW
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"ContextLabel\n"
+"value.text"
msgid "~Page Number"
-msgstr "Numèro de ~pagina"
+msgstr ""
+
+#. Poz7e
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertPageNumberField\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Insert Page Number"
+msgstr ""
#. Z7Y7v
#: WriterCommands.xcu
@@ -33099,6 +33109,36 @@ msgctxt ""
msgid "Columns ~Before"
msgstr "Colomnas a~bans"
+#. rzDZU
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"Label\n"
+"value.text"
+msgid "Delete Rows"
+msgstr "Suprimir de linhas"
+
+#. DDmHu
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"ContextLabel\n"
+"value.text"
+msgid "~Rows"
+msgstr "~Linhas"
+
+#. mBMTr
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:DeleteRows\n"
+"TooltipLabel\n"
+"value.text"
+msgid "Delete selected rows"
+msgstr "Suprimir las linhas seleccionadas"
+
#. RxF66
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/oc/sc/messages.po b/source/oc/sc/messages.po
index 157cc665907..a5f1b8834b4 100644
--- a/source/oc/sc/messages.po
+++ b/source/oc/sc/messages.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-02-01 09:33+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/scmessages/oc/>\n"
@@ -32419,38 +32419,50 @@ msgctxt "textimportcsv|extended_tip|skipemptycells"
msgid "When this option is enabled, Calc preserves previous content of cells when pasting empty ones. Otherwise, Calc deletes content of previous cells."
msgstr ""
+#. wSGdV
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:668
+msgctxt "textimportcsv|detectspecialnumbers"
+msgid "Detect scientific num_bers"
+msgstr ""
+
+#. EGAn7
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:676
+msgctxt "textimportcsv|extended_tip|detectscientificnumbers"
+msgid "When this option is enabled, Calc will automatically detect numbers in scientific notation in addition to basic decimal numbers."
+msgstr ""
+
#. PBycV
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:679
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:698
msgctxt "textimportcsv|label3"
msgid "Other Options"
msgstr "Autras opcions"
#. 6FhCS
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:717
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:736
msgctxt "textimportcsv|textcolumntype"
msgid "Column t_ype:"
msgstr "Tipe de _colomna :"
#. XDFnr
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:733
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:752
msgctxt "textimportcsv|extended_tip|columntype"
msgid "Choose a column in the preview window and select the data type to be applied the imported data."
msgstr ""
#. A79gL
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:812
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:831
msgctxt "textimportcsv|textalttitle"
msgid "Text to Columns"
msgstr "Tèxte en colomnas"
#. XjAZq
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:826
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:845
msgctxt "textimportcsv|label4"
msgid "Fields"
msgstr "Camps"
#. t6zdn
-#: sc/uiconfig/scalc/ui/textimportcsv.ui:855
+#: sc/uiconfig/scalc/ui/textimportcsv.ui:874
msgctxt "textimportcsv|extended_tip|TextImportCsvDialog"
msgid "Sets the import options for delimited data."
msgstr ""
diff --git a/source/oc/sd/messages.po b/source/oc/sd/messages.po
index 97145aa4771..c7e3cbcc705 100644
--- a/source/oc/sd/messages.po
+++ b/source/oc/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: 2023-05-10 12:32+0200\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
"PO-Revision-Date: 2023-02-03 15:34+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/sdmessages/oc/>\n"
@@ -1217,249 +1217,279 @@ msgctxt "STR_INSERT_TEXT"
msgid "Insert Text"
msgstr "Inserir un tèxte"
-#. kz9AV
+#. hDtuW
#: sd/inc/strings.hrc:162
+msgctxt "STR_AVAILABLE_MASTERSLIDE"
+msgid "Available Master Slides"
+msgstr ""
+
+#. pPzCP
+#: sd/inc/strings.hrc:163
+msgctxt "STR_AVAILABLE_MASTERPAGE"
+msgid "Available Master Pages"
+msgstr ""
+
+#. PEzLG
+#: sd/inc/strings.hrc:164
+msgctxt "STR_SELECT_SLIDE"
+msgid "Select a Slide Design"
+msgstr ""
+
+#. oTDcL
+#: sd/inc/strings.hrc:165
+msgctxt "STR_SELECT_PAGE"
+msgid "Select a Page Design"
+msgstr ""
+
+#. kz9AV
+#: sd/inc/strings.hrc:166
msgctxt "STR_LOAD_PRESENTATION_LAYOUT"
msgid "Load Master Slide"
msgstr "Cargar la diapositiva mèstra"
+#. zqDKm
+#: sd/inc/strings.hrc:167
+msgctxt "STR_LOAD_DRAWING_LAYOUT"
+msgid "Load Master Page"
+msgstr ""
+
#. HxEp8
-#: sd/inc/strings.hrc:163
+#: sd/inc/strings.hrc:168
msgctxt "STR_GLUE_ESCDIR_SMART"
msgid "Smart"
msgstr "Elegant"
#. XUxUz
-#: sd/inc/strings.hrc:164
+#: sd/inc/strings.hrc:169
msgctxt "STR_GLUE_ESCDIR_LEFT"
msgid "Left"
msgstr "A esquèrra"
#. cmeRq
-#: sd/inc/strings.hrc:165
+#: sd/inc/strings.hrc:170
msgctxt "STR_GLUE_ESCDIR_RIGHT"
msgid "Right"
msgstr "A dreita"
#. LRG3Z
-#: sd/inc/strings.hrc:166
+#: sd/inc/strings.hrc:171
msgctxt "STR_GLUE_ESCDIR_TOP"
msgid "Top"
msgstr "Amont"
#. VP34S
-#: sd/inc/strings.hrc:167
+#: sd/inc/strings.hrc:172
msgctxt "STR_GLUE_ESCDIR_BOTTOM"
msgid "Bottom"
msgstr "En bas"
#. bVVKo
-#: sd/inc/strings.hrc:168
+#: sd/inc/strings.hrc:173
msgctxt "STR_GLUE_ESCDIR_LO"
msgid "Top Left?"
msgstr "Amont a esquèrra ?"
#. vc2Yo
-#: sd/inc/strings.hrc:169
+#: sd/inc/strings.hrc:174
msgctxt "STR_GLUE_ESCDIR_LU"
msgid "Bottom Left?"
msgstr "Aval a esquèrra ?"
#. MMimZ
-#: sd/inc/strings.hrc:170
+#: sd/inc/strings.hrc:175
msgctxt "STR_GLUE_ESCDIR_RO"
msgid "Top Right?"
msgstr "Amont a dreita ?"
#. FvbbG
-#: sd/inc/strings.hrc:171
+#: sd/inc/strings.hrc:176
msgctxt "STR_GLUE_ESCDIR_RU"
msgid "Bottom Right?"
msgstr "Aval a dreita ?"
#. G6VnG
-#: sd/inc/strings.hrc:172
+#: sd/inc/strings.hrc:177
msgctxt "STR_GLUE_ESCDIR_HORZ"
msgid "Horizontal"
msgstr "Orizontal"
#. dREDm
-#: sd/inc/strings.hrc:173
+#: sd/inc/strings.hrc:178
msgctxt "STR_GLUE_ESCDIR_VERT"
msgid "Vertical"
msgstr "Vertical"
#. pM95w
-#: sd/inc/strings.hrc:174
+#: sd/inc/strings.hrc:179
msgctxt "STR_GLUE_ESCDIR_ALL"
msgid "All?"
msgstr "Totes ?"
#. iFawt
-#: sd/inc/strings.hrc:175
+#: sd/inc/strings.hrc:180
msgctxt "STR_CANT_PERFORM_IN_LIVEMODE"
msgid "This action can't be run in the live mode."
msgstr "Impossible d'executar aquesta operacion en mòde Live."
#. oLTpq
-#: sd/inc/strings.hrc:176
+#: sd/inc/strings.hrc:181
msgctxt "STR_PUBLISH_BACK"
msgid "Back"
msgstr "Precedent"
#. tDRYt
-#: sd/inc/strings.hrc:177
+#: sd/inc/strings.hrc:182
msgctxt "STR_PUBLISH_NEXT"
msgid "Continue"
msgstr "Seguent"
#. zh6Ad
-#: sd/inc/strings.hrc:178
+#: sd/inc/strings.hrc:183
msgctxt "STR_PUBLISH_OUTLINE"
msgid "Overview"
msgstr "Resumit"
#. B6jDL
-#: sd/inc/strings.hrc:179
+#: sd/inc/strings.hrc:184
msgctxt "STR_EYEDROPPER"
msgid "Color Replacer"
msgstr "Tolerància cromatica"
#. 9SRMu
-#: sd/inc/strings.hrc:180
+#: sd/inc/strings.hrc:185
msgctxt "STR_UNDO_MORPHING"
msgid "Cross-fading"
msgstr "Fondut encadenat"
#. PaTdN
-#: sd/inc/strings.hrc:181
+#: sd/inc/strings.hrc:186
msgctxt "STR_UNDO_EXPAND_PAGE"
msgid "Expand Slide"
msgstr "Agrandir la diapositiva"
#. kmkAp
-#: sd/inc/strings.hrc:182
+#: sd/inc/strings.hrc:187
msgctxt "STR_UNDO_SUMMARY_PAGE"
msgid "Table of Contents Slide"
msgstr "Diapositiva d'ensenhador"
#. m5tvp
-#: sd/inc/strings.hrc:183
+#: sd/inc/strings.hrc:188
msgctxt "STR_TWAIN_NO_SOURCE_UNX"
msgid "No SANE source is available at the moment."
msgstr "Cap de font SANE pas disponibla pel moment."
#. EW8j8
-#: sd/inc/strings.hrc:184
+#: sd/inc/strings.hrc:189
msgctxt "STR_TWAIN_NO_SOURCE"
msgid "At present, no TWAIN source is available."
msgstr "Cap de font TWAIN pas disponibla pel moment."
#. nsjMC
-#: sd/inc/strings.hrc:185
+#: sd/inc/strings.hrc:190
msgctxt "STR_FIX"
msgid "Fixed"
msgstr "Fix"
#. m94yg
-#: sd/inc/strings.hrc:186
+#: sd/inc/strings.hrc:191
msgctxt "STR_VAR"
msgid "Variable"
msgstr "Variable"
#. eDfmL
-#: sd/inc/strings.hrc:187
+#: sd/inc/strings.hrc:192
msgctxt "STR_STANDARD_NORMAL"
msgid "Standard"
msgstr "Estandard"
#. iPFdc
-#: sd/inc/strings.hrc:188
+#: sd/inc/strings.hrc:193
msgctxt "STR_STANDARD_SMALL"
msgid "Standard (short)"
msgstr "Estandard (cort)"
#. f5DSg
-#: sd/inc/strings.hrc:189
+#: sd/inc/strings.hrc:194
msgctxt "STR_STANDARD_BIG"
msgid "Standard (long)"
msgstr "Estandard (long)"
#. 8d95x
-#: sd/inc/strings.hrc:190
+#: sd/inc/strings.hrc:195
msgctxt "STR_FILEFORMAT_NAME_EXT"
msgid "File name"
msgstr "Nom de fichièr"
#. uguk9
-#: sd/inc/strings.hrc:191
+#: sd/inc/strings.hrc:196
msgctxt "STR_FILEFORMAT_FULLPATH"
msgid "Path/File name"
msgstr "Camin/Nom de fichièr"
#. cZzcW
-#: sd/inc/strings.hrc:192
+#: sd/inc/strings.hrc:197
msgctxt "STR_FILEFORMAT_PATH"
msgid "Path"
msgstr "Camin"
#. spGHx
-#: sd/inc/strings.hrc:193
+#: sd/inc/strings.hrc:198
msgctxt "STR_FILEFORMAT_NAME"
msgid "File name without extension"
msgstr "Nom de fichièr sens extension"
#. M4uEt
-#: sd/inc/strings.hrc:194
+#: sd/inc/strings.hrc:199
msgctxt "STR_NEW_CUSTOMSHOW"
msgid "New Custom Slide Show"
msgstr "Diaporama personalizat novèl"
#. FDwKp
-#: sd/inc/strings.hrc:195
+#: sd/inc/strings.hrc:200
msgctxt "STR_COPY_CUSTOMSHOW"
msgid "Copy "
msgstr "Còpia "
#. G4C8x
-#: sd/inc/strings.hrc:196
+#: sd/inc/strings.hrc:201
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Presentation format (Impress 6)"
msgstr "Format de presentacion %PRODUCTNAME (Impress 6)"
#. rxDQB
-#: sd/inc/strings.hrc:197
+#: sd/inc/strings.hrc:202
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_60"
msgid "%PRODUCTNAME Drawing format (Draw 6)"
msgstr "Format de dessenh %PRODUCTNAME (Draw 6)"
#. 9G2Ea
-#: sd/inc/strings.hrc:198
+#: sd/inc/strings.hrc:203
msgctxt "STR_BREAK_METAFILE"
msgid "Ungroup Metafile(s)..."
msgstr "Fraccionar lo(s) metafichièr(s)..."
#. hACxz
-#: sd/inc/strings.hrc:199
+#: sd/inc/strings.hrc:204
msgctxt "STR_BREAK_FAIL"
msgid "It was not possible to ungroup all drawing objects."
msgstr "Impossible de dissociar totes los objèctes de dessenh !"
#. zjsSM
-#: sd/inc/strings.hrc:200
+#: sd/inc/strings.hrc:205
msgctxt "STR_IMPRESS_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
msgstr "Presentacion %PRODUCTNAME %PRODUCTVERSION"
#. BJiWE
-#: sd/inc/strings.hrc:201
+#: sd/inc/strings.hrc:206
msgctxt "STR_GRAPHIC_DOCUMENT_FULLTYPE_80"
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
msgstr "Dessenh %PRODUCTNAME %PRODUCTVERSION"
#. GhvSg
#. HtmlExport
-#: sd/inc/strings.hrc:204
+#: sd/inc/strings.hrc:209
msgctxt "STR_PUBDLG_SAMENAME"
msgid ""
"A design already exists with this name.\n"
@@ -1469,157 +1499,157 @@ msgstr ""
"La desiratz remplaçar ?"
#. bnA2v
-#: sd/inc/strings.hrc:205
+#: sd/inc/strings.hrc:210
msgctxt "STR_HTMLATTR_TEXT"
msgid "Text"
msgstr "Tèxte"
#. AyWNY
-#: sd/inc/strings.hrc:206
+#: sd/inc/strings.hrc:211
msgctxt "STR_HTMLATTR_LINK"
msgid "Hyperlink"
msgstr "Iperligam"
#. GAFdD
-#: sd/inc/strings.hrc:207
+#: sd/inc/strings.hrc:212
msgctxt "STR_HTMLATTR_VLINK"
msgid "Visited link"
msgstr "Ligam visitat"
#. TceZ2
-#: sd/inc/strings.hrc:208
+#: sd/inc/strings.hrc:213
msgctxt "STR_HTMLATTR_ALINK"
msgid "Active link"
msgstr "Ligam actiu"
#. XULM8
-#: sd/inc/strings.hrc:209
+#: sd/inc/strings.hrc:214
msgctxt "STR_HTMLEXP_NOTES"
msgid "Notes"
msgstr "Nòtas"
#. XFffn
-#: sd/inc/strings.hrc:210
+#: sd/inc/strings.hrc:215
msgctxt "STR_HTMLEXP_CONTENTS"
msgid "Table of contents"
msgstr "Ensenhador"
#. TBLHL
-#: sd/inc/strings.hrc:211
+#: sd/inc/strings.hrc:216
msgctxt "STR_HTMLEXP_CLICKSTART"
msgid "Click here to start"
msgstr "Un clic sus aqueste boton dobrís lo menú del meteis nom"
#. BVDhX
-#: sd/inc/strings.hrc:212
+#: sd/inc/strings.hrc:217
msgctxt "STR_HTMLEXP_AUTHOR"
msgid "Author"
msgstr "Autor"
#. CfEHY
-#: sd/inc/strings.hrc:213
+#: sd/inc/strings.hrc:218
msgctxt "STR_HTMLEXP_EMAIL"
msgid "Email"
msgstr "Corrièr electronic"
#. pArSC
-#: sd/inc/strings.hrc:214
+#: sd/inc/strings.hrc:219
msgctxt "STR_HTMLEXP_HOMEPAGE"
msgid "Homepage"
msgstr "Pagina Web"
#. ohEA7
-#: sd/inc/strings.hrc:215
+#: sd/inc/strings.hrc:220
msgctxt "STR_HTMLEXP_INFO"
msgid "Further information"
msgstr "Complement d'informacion"
#. AeG6C
-#: sd/inc/strings.hrc:216
+#: sd/inc/strings.hrc:221
msgctxt "STR_HTMLEXP_DOWNLOAD"
msgid "Download presentation"
msgstr "Telecargar la font de la presentacion"
#. 22D9n
-#: sd/inc/strings.hrc:217
+#: sd/inc/strings.hrc:222
msgctxt "STR_HTMLEXP_NOFRAMES"
msgid "Unfortunately your browser does not support floating frames."
msgstr "Vòstre navigador supòrtq pas los quadres flotants."
#. x7CBF
-#: sd/inc/strings.hrc:218
+#: sd/inc/strings.hrc:223
msgctxt "STR_HTMLEXP_FIRSTPAGE"
msgid "First page"
msgstr "Primièra pagina"
#. 8tJHf
-#: sd/inc/strings.hrc:219
+#: sd/inc/strings.hrc:224
msgctxt "STR_HTMLEXP_LASTPAGE"
msgid "Last page"
msgstr "Darrièra pagina"
#. czpEK
-#: sd/inc/strings.hrc:220
+#: sd/inc/strings.hrc:225
msgctxt "STR_HTMLEXP_SETTEXT"
msgid "Text"
msgstr "Tèxte"
#. ULfrK
-#: sd/inc/strings.hrc:221
+#: sd/inc/strings.hrc:226
msgctxt "STR_HTMLEXP_SETGRAPHIC"
msgid "Image"
msgstr "Imatge"
#. KC9RC
-#: sd/inc/strings.hrc:222
+#: sd/inc/strings.hrc:227
msgctxt "STR_HTMLEXP_OUTLINE"
msgid "With contents"
msgstr "Amb lo contengut"
#. 6bNhQ
-#: sd/inc/strings.hrc:223
+#: sd/inc/strings.hrc:228
msgctxt "STR_HTMLEXP_NOOUTLINE"
msgid "Without contents"
msgstr "Sens lo contengut"
#. cWcCG
-#: sd/inc/strings.hrc:224
+#: sd/inc/strings.hrc:229
msgctxt "STR_WEBVIEW_SAVE"
msgid "To given page"
msgstr "A la pagina indicada"
#. xG6qd
-#: sd/inc/strings.hrc:225
+#: sd/inc/strings.hrc:230
msgctxt "STR_UNDO_VECTORIZE"
msgid "Convert bitmap to polygon"
msgstr "Convertir lo bitmap en poligòn"
#. ENANv
-#: sd/inc/strings.hrc:226
+#: sd/inc/strings.hrc:231
msgctxt "STR_PRES_SOFTEND"
msgid "Click to exit presentation..."
msgstr "Clicatz per quitar la presentacion..."
#. EzUVJ
-#: sd/inc/strings.hrc:227
+#: sd/inc/strings.hrc:232
msgctxt "STR_PRES_PAUSE"
msgid "Pause..."
msgstr "Pausa..."
#. wXCu2
-#: sd/inc/strings.hrc:228
+#: sd/inc/strings.hrc:233
msgctxt "STR_UNDO_APPLY_3D_FAVOURITE"
msgid "Apply 3D favorite"
msgstr "Assignar lo favorit 3D"
#. bACAt
-#: sd/inc/strings.hrc:229
+#: sd/inc/strings.hrc:234
msgctxt "STR_UNDO_GRAFFILTER"
msgid "Image filter"
msgstr "Filtre d'imatges"
#. AGE8e
-#: sd/inc/strings.hrc:230
+#: sd/inc/strings.hrc:235
msgctxt "STR_WARNING_NOSOUNDFILE"
msgid ""
"The file %\n"
@@ -1629,799 +1659,805 @@ msgstr ""
"es pas un fichièr de son valid !"
#. SRWpo
-#: sd/inc/strings.hrc:231
+#: sd/inc/strings.hrc:236
msgctxt "STR_UNDO_CONVERT_TO_METAFILE"
msgid "Convert to metafile"
msgstr "Convertir en metafichièr"
#. BqqGF
-#: sd/inc/strings.hrc:232
+#: sd/inc/strings.hrc:237
msgctxt "STR_UNDO_CONVERT_TO_BITMAP"
msgid "Convert to bitmap"
msgstr "Convertir en bitmap"
#. Fs7id
-#: sd/inc/strings.hrc:233
+#: sd/inc/strings.hrc:238
msgctxt "STR_HTMLEXP_ERROR_CREATE_FILE"
msgid "Cannot create the file $(URL1)."
msgstr "Impossible de crear lo fichièr $(URL1)."
#. ZF3X5
-#: sd/inc/strings.hrc:234
+#: sd/inc/strings.hrc:239
msgctxt "STR_HTMLEXP_ERROR_OPEN_FILE"
msgid "Could not open the file $(URL1)."
msgstr "Impossible de dobrir lo fichièr $(URL1)."
#. rEAXk
-#: sd/inc/strings.hrc:235
+#: sd/inc/strings.hrc:240
msgctxt "STR_HTMLEXP_ERROR_COPY_FILE"
msgid "The file $(URL1) could not be copied to $(URL2)"
msgstr "Impossible de copiar lo fichièr $(URL1) cap a $(URL2)"
#. DEEG3
-#: sd/inc/strings.hrc:236
+#: sd/inc/strings.hrc:241
msgctxt "STR_STATUSBAR_MASTERPAGE"
msgid "Slide Master name. Right-click for list or click for dialog."
msgstr ""
#. HcDvJ
-#: sd/inc/strings.hrc:237
+#: sd/inc/strings.hrc:242
msgctxt "STR_TITLE_RENAMESLIDE"
msgid "Rename Slide"
msgstr "Renomenar la diapositiva"
#. KEEy2
-#: sd/inc/strings.hrc:238
+#: sd/inc/strings.hrc:243
msgctxt "STR_TITLE_RENAMEPAGE"
msgid "Rename Page"
msgstr "Renomenar la pagina"
#. rBmcL
-#: sd/inc/strings.hrc:239
+#: sd/inc/strings.hrc:244
msgctxt "STR_TOOLTIP_RENAME"
msgid "Duplicate or empty names are not possible"
msgstr ""
#. FUm5F
-#: sd/inc/strings.hrc:240
+#: sd/inc/strings.hrc:245
msgctxt "STR_DESC_RENAMESLIDE"
msgid "Name"
msgstr "Nom"
-#. VSdio
-#: sd/inc/strings.hrc:241
-msgctxt "STR_TITLE_RENAMEMASTER"
+#. jT7iq
+#: sd/inc/strings.hrc:246
+msgctxt "STR_TITLE_RENAMEMASTERSLIDE"
msgid "Rename Master Slide"
-msgstr "Renomenar la diapositiva mèstra"
+msgstr ""
+
+#. fWDxT
+#: sd/inc/strings.hrc:247
+msgctxt "STR_TITLE_RENAMEMASTERPAGE"
+msgid "Rename Master Page"
+msgstr ""
#. rWiXQ
-#: sd/inc/strings.hrc:242
+#: sd/inc/strings.hrc:248
msgctxt "STR_PLACEHOLDER_DESCRIPTION_TITLE"
msgid "Title Area for AutoLayouts"
msgstr "Airal de títol per las mesas en pagina automaticas"
#. i4T9w
-#: sd/inc/strings.hrc:243
+#: sd/inc/strings.hrc:249
msgctxt "STR_PLACEHOLDER_DESCRIPTION_OUTLINE"
msgid "Object Area for AutoLayouts"
msgstr "Airal d'objècte per las mesas en pagina automaticas"
#. vS6wi
-#: sd/inc/strings.hrc:244
+#: sd/inc/strings.hrc:250
msgctxt "STR_PLACEHOLDER_DESCRIPTION_FOOTER"
msgid "Footer Area"
msgstr "Airal de pè de pagina"
#. xFBgg
-#: sd/inc/strings.hrc:245
+#: sd/inc/strings.hrc:251
msgctxt "STR_PLACEHOLDER_DESCRIPTION_HEADER"
msgid "Header Area"
msgstr "Airal d'entèsta"
#. 8JGJD
-#: sd/inc/strings.hrc:246
+#: sd/inc/strings.hrc:252
msgctxt "STR_PLACEHOLDER_DESCRIPTION_DATETIME"
msgid "Date Area"
msgstr "Airal per la data"
#. oNFN3
-#: sd/inc/strings.hrc:247
+#: sd/inc/strings.hrc:253
msgctxt "STR_PLACEHOLDER_DESCRIPTION_SLIDE"
msgid "Slide Number Area"
msgstr "Airal pel numèro de diapositiva"
#. GisCz
-#: sd/inc/strings.hrc:248
+#: sd/inc/strings.hrc:254
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NUMBER"
msgid "Page Number Area"
msgstr "Airal pel numèro de pagina"
#. rvtjX
-#: sd/inc/strings.hrc:249
+#: sd/inc/strings.hrc:255
msgctxt "STR_FIELD_PLACEHOLDER_HEADER"
msgid "<header>"
msgstr "<header>"
#. RoVvC
-#: sd/inc/strings.hrc:250
+#: sd/inc/strings.hrc:256
msgctxt "STR_FIELD_PLACEHOLDER_FOOTER"
msgid "<footer>"
msgstr "<footer>"
#. RXzA4
-#: sd/inc/strings.hrc:251
+#: sd/inc/strings.hrc:257
msgctxt "STR_FIELD_PLACEHOLDER_DATETIME"
msgid "<date/time>"
msgstr "<date/time>"
#. TuP6n
-#: sd/inc/strings.hrc:252
+#: sd/inc/strings.hrc:258
msgctxt "STR_FIELD_PLACEHOLDER_NUMBER"
msgid "<number>"
msgstr "<number>"
#. CCuCb
-#: sd/inc/strings.hrc:253
+#: sd/inc/strings.hrc:259
msgctxt "STR_FIELD_PLACEHOLDER_COUNT"
msgid "<count>"
msgstr "<count>"
#. TDgFU
-#: sd/inc/strings.hrc:254
+#: sd/inc/strings.hrc:260
msgctxt "STR_FIELD_PLACEHOLDER_SLIDENAME"
msgid "<slide-name>"
msgstr "<nom-de-diapositiva>"
#. j8btB
-#: sd/inc/strings.hrc:255
+#: sd/inc/strings.hrc:261
msgctxt "STR_FIELD_PLACEHOLDER_PAGENAME"
msgid "<page-name>"
msgstr "<nom-de-pagina>"
#. ao6iR
-#: sd/inc/strings.hrc:256
+#: sd/inc/strings.hrc:262
msgctxt "STR_PLACEHOLDER_DESCRIPTION_NOTES"
msgid "Notes Area"
msgstr "Airal per las nòtas"
#. EEf4k
-#: sd/inc/strings.hrc:257
+#: sd/inc/strings.hrc:263
msgctxt "STR_UNDO_HANGULHANJACONVERSION"
msgid "Hangul/Hanja Conversion"
msgstr "Conversion Hangul/Hanja"
#. RDARn
-#: sd/inc/strings.hrc:258
+#: sd/inc/strings.hrc:264
msgctxt "STR_LEFT_PANE_IMPRESS_TITLE"
msgid "Slides"
msgstr "Diapositivas"
#. CU9DK
-#: sd/inc/strings.hrc:259
+#: sd/inc/strings.hrc:265
msgctxt "STR_LEFT_PANE_DRAW_TITLE"
msgid "Pages"
msgstr "Paginas"
#. C7hf2
-#: sd/inc/strings.hrc:260
+#: sd/inc/strings.hrc:266
msgctxt "STR_TASKPANEL_NOT_AVAILABLE_SUBSTITUTION"
msgid "Preview not available"
msgstr "Afichatge indisponible"
#. bAJoa
-#: sd/inc/strings.hrc:261
+#: sd/inc/strings.hrc:267
msgctxt "STR_TASKPANEL_PREPARING_PREVIEW_SUBSTITUTION"
msgid "Preparing preview"
msgstr "Preparacion de l'afichatge"
#. nDrpm
-#: sd/inc/strings.hrc:262
+#: sd/inc/strings.hrc:268
msgctxt "STR_TASKPANEL_LAYOUT_MENU_TITLE"
msgid "Layouts"
msgstr "Mesas en pagina"
#. peCQY
-#: sd/inc/strings.hrc:263
+#: sd/inc/strings.hrc:269
msgctxt "STR_GRAPHICS_STYLE_FAMILY"
msgid "Drawing Styles"
msgstr "Estils de dessenh"
#. tR4CL
-#: sd/inc/strings.hrc:264
+#: sd/inc/strings.hrc:270
msgctxt "STR_PRESENTATIONS_STYLE_FAMILY"
msgid "Presentation Styles"
msgstr "Estils de presentacion"
#. oyUYa
-#: sd/inc/strings.hrc:265
+#: sd/inc/strings.hrc:271
msgctxt "STR_CELL_STYLE_FAMILY"
msgid "Cell Styles"
msgstr "Estils de cellula"
#. BQmNo
-#: sd/inc/strings.hrc:266
+#: sd/inc/strings.hrc:272
msgctxt "STR_NAVIGATOR_SHAPE_BASE_NAME"
msgid "Shape %1"
msgstr "Fòrma %1"
#. 94JFw
-#: sd/inc/strings.hrc:267
+#: sd/inc/strings.hrc:273
msgctxt "STR_SET_BACKGROUND_PICTURE"
msgid "Set Background Image"
msgstr "Definir l'imatge de rèireplan"
#. ibpDR
-#: sd/inc/strings.hrc:268
+#: sd/inc/strings.hrc:274
msgctxt "RID_ANNOTATIONS_START"
msgid "Comments"
msgstr "Comentaris"
#. 76dF3
-#: sd/inc/strings.hrc:269
+#: sd/inc/strings.hrc:275
msgctxt "STR_RESET_LAYOUT"
msgid "Reset Slide Layout"
msgstr "restablir la mesa en pagina de la diapo"
#. EB6XY
-#: sd/inc/strings.hrc:270
+#: sd/inc/strings.hrc:276
msgctxt "STR_INSERT_TABLE"
msgid "Insert Table"
msgstr "Inserir un fichièr"
#. koDfS
-#: sd/inc/strings.hrc:271
+#: sd/inc/strings.hrc:277
msgctxt "STR_INSERT_CHART"
msgid "Insert Chart"
msgstr "Inserir un diagrama"
#. re2hh
-#: sd/inc/strings.hrc:272
+#: sd/inc/strings.hrc:278
msgctxt "STR_INSERT_PICTURE"
msgid "Insert Image"
msgstr "Inserir un imatge"
#. iBBLh
-#: sd/inc/strings.hrc:273
+#: sd/inc/strings.hrc:279
msgctxt "STR_INSERT_MOVIE"
msgid "Insert Audio or Video"
msgstr "Inserir un fichièr àudio o vidèo"
#. m8crC
-#: sd/inc/strings.hrc:274
+#: sd/inc/strings.hrc:280
msgctxt "STRING_DRAG_AND_DROP_PAGES"
msgid "Drag and Drop Pages"
msgstr "Lisar e depausar las paginas"
#. CAGzA
-#: sd/inc/strings.hrc:275
+#: sd/inc/strings.hrc:281
msgctxt "STRING_DRAG_AND_DROP_SLIDES"
msgid "Drag and Drop Slides"
msgstr "Lisar e depausar las dispositivas"
#. 2mDn4
-#: sd/inc/strings.hrc:276
+#: sd/inc/strings.hrc:282
msgctxt "STR_PHOTO_ALBUM_EMPTY_WARNING"
msgid "Please add Images to the Album."
msgstr "Apondètz d'imatges a l'album."
#. jbPEH
-#: sd/inc/strings.hrc:277
+#: sd/inc/strings.hrc:283
msgctxt "STR_PHOTO_ALBUM_TEXTBOX"
msgid "Text Slide"
msgstr "Diapositiva de tèxte"
#. 5FSEq
-#: sd/inc/strings.hrc:278
+#: sd/inc/strings.hrc:284
msgctxt "STR_OVERWRITE_WARNING"
msgid "The local target directory '%FILENAME' is not empty. Some files might be overwritten. Do you want to continue?"
msgstr "Lo repertòri de la cibla locala «%FILENAME» es pas void. Se pòdon remplaçar certans fichièrs. Volètz contunhar ?"
#. DKw6n
-#: sd/inc/strings.hrc:280
+#: sd/inc/strings.hrc:286
msgctxt "STR_LAYER_BCKGRND"
msgid "Background"
msgstr "Rèireplan"
#. qGFWm
-#: sd/inc/strings.hrc:281
+#: sd/inc/strings.hrc:287
msgctxt "STR_LAYER_BCKGRNDOBJ"
msgid "Background objects"
msgstr "Objèctes de rèireplan"
#. j9GG4
-#: sd/inc/strings.hrc:282
+#: sd/inc/strings.hrc:288
msgctxt "STR_LAYER_LAYOUT"
msgid "Layout"
msgstr "Mesa en pagina"
#. nU2g2
-#: sd/inc/strings.hrc:283
+#: sd/inc/strings.hrc:289
msgctxt "STR_LAYER_CONTROLS"
msgid "Controls"
msgstr "Contraròtles"
#. zQSpC
-#: sd/inc/strings.hrc:284
+#: sd/inc/strings.hrc:290
msgctxt "STR_LAYER_MEASURELINES"
msgid "Dimension Lines"
msgstr "Linhas de còsta"
#. z4wq5
-#: sd/inc/strings.hrc:285
+#: sd/inc/strings.hrc:291
msgctxt "STR_PAGE"
msgid "Slide"
msgstr "Diapositiva"
#. TTD8A
-#: sd/inc/strings.hrc:286
+#: sd/inc/strings.hrc:292
msgctxt "STR_PAGE_NAME"
msgid "Page"
msgstr "Pagina"
#. p8GEE
-#: sd/inc/strings.hrc:287
+#: sd/inc/strings.hrc:293
msgctxt "STR_SLIDE_NAME"
msgid "Slide"
msgstr "Diapositiva"
#. r3w8y
-#: sd/inc/strings.hrc:288
+#: sd/inc/strings.hrc:294
msgctxt "STR_MASTERSLIDE_NAME"
msgid "Master Slide"
msgstr "Diapositiva mèstra"
#. 8WvYc
-#: sd/inc/strings.hrc:289
+#: sd/inc/strings.hrc:295
msgctxt "STR_MASTERSLIDE_LABEL"
msgid "Master Slide:"
msgstr "Diapositiva mèstra :"
#. C3zZM
-#: sd/inc/strings.hrc:290
+#: sd/inc/strings.hrc:296
msgctxt "STR_MASTERPAGE_NAME"
msgid "Master Page"
msgstr "Pagina mèstra"
#. nTgKn
-#: sd/inc/strings.hrc:291
+#: sd/inc/strings.hrc:297
msgctxt "STR_MASTERPAGE_LABEL"
msgid "Master Page:"
msgstr "Pagina mèstra :"
#. PacSi
-#: sd/inc/strings.hrc:292
+#: sd/inc/strings.hrc:298
msgctxt "STR_NOTES"
msgid "(Notes)"
msgstr "(Nòtas)"
#. hBB6T
-#: sd/inc/strings.hrc:293
+#: sd/inc/strings.hrc:299
msgctxt "STR_HANDOUT"
msgid "Handouts"
msgstr "Prospectus"
#. ZC2XQ
-#: sd/inc/strings.hrc:294
+#: sd/inc/strings.hrc:300
msgctxt "STR_PRESOBJ_MPTITLE"
msgid "Click to edit the title text format"
msgstr "Clicatz per editar lo format del tèxte-títol"
#. bekYz
-#: sd/inc/strings.hrc:295
+#: sd/inc/strings.hrc:301
msgctxt "STR_PRESOBJ_MPOUTLINE"
msgid "Click to edit the outline text format"
msgstr "Clicatz per editar lo format del plan de tèxte"
#. MhEh8
-#: sd/inc/strings.hrc:296
+#: sd/inc/strings.hrc:302
msgctxt "STR_PRESOBJ_MPTITLE_MOBILE"
msgid "Double-tap to edit the title text format"
msgstr ""
#. eMDBG
-#: sd/inc/strings.hrc:297
+#: sd/inc/strings.hrc:303
msgctxt "STR_PRESOBJ_MPOUTLINE_MOBILE"
msgid "Double-tap to edit the outline text format"
msgstr ""
#. QHBwE
-#: sd/inc/strings.hrc:298
+#: sd/inc/strings.hrc:304
msgctxt "STR_PRESOBJ_MPOUTLLAYER2"
msgid "Second Outline Level"
msgstr "Segond nivèl de plan"
#. Lf8oo
-#: sd/inc/strings.hrc:299
+#: sd/inc/strings.hrc:305
msgctxt "STR_PRESOBJ_MPOUTLLAYER3"
msgid "Third Outline Level"
msgstr "Tresen nivèl de plan"
#. n3fVM
-#: sd/inc/strings.hrc:300
+#: sd/inc/strings.hrc:306
msgctxt "STR_PRESOBJ_MPOUTLLAYER4"
msgid "Fourth Outline Level"
msgstr "Quatren nivèl de plan"
#. DsABM
-#: sd/inc/strings.hrc:301
+#: sd/inc/strings.hrc:307
msgctxt "STR_PRESOBJ_MPOUTLLAYER5"
msgid "Fifth Outline Level"
msgstr "Cinquen nivèl de plan"
#. CG6UM
-#: sd/inc/strings.hrc:302
+#: sd/inc/strings.hrc:308
msgctxt "STR_PRESOBJ_MPOUTLLAYER6"
msgid "Sixth Outline Level"
msgstr "Sisen nivèl de plan"
#. 45DF3
-#: sd/inc/strings.hrc:303
+#: sd/inc/strings.hrc:309
msgctxt "STR_PRESOBJ_MPOUTLLAYER7"
msgid "Seventh Outline Level"
msgstr "Seten nivèl de plan"
#. msbUt
-#: sd/inc/strings.hrc:304
+#: sd/inc/strings.hrc:310
msgctxt "STR_PRESOBJ_MPNOTESTITLE"
msgid "Click to move the slide"
msgstr "Clicatz per desplaçar la diapositiva"
#. CuXWS
-#: sd/inc/strings.hrc:305
+#: sd/inc/strings.hrc:311
msgctxt "STR_PRESOBJ_MPNOTESTEXT"
msgid "Click to edit the notes format"
msgstr "Clicatz per modificar lo format de las nòtas"
#. Qxj2R
-#: sd/inc/strings.hrc:306
+#: sd/inc/strings.hrc:312
msgctxt "STR_PRESOBJ_MPNOTESTITLE_MOBILE"
msgid "Double-tap to move the slide"
msgstr ""
#. iibds
-#: sd/inc/strings.hrc:307
+#: sd/inc/strings.hrc:313
msgctxt "STR_PRESOBJ_MPNOTESTEXT_MOBILE"
msgid "Double-tap to edit the notes format"
msgstr ""
#. oBXBx
-#: sd/inc/strings.hrc:308
+#: sd/inc/strings.hrc:314
msgctxt "STR_PRESOBJ_TITLE"
msgid "Click to add Title"
msgstr "Clicatz per apondre un títol"
#. HVQNr
-#: sd/inc/strings.hrc:309
+#: sd/inc/strings.hrc:315
msgctxt "STR_PRESOBJ_OUTLINE"
msgid "Click to add Text"
msgstr "Clicatz per apondre un tèxte"
#. NUirL
-#: sd/inc/strings.hrc:310
+#: sd/inc/strings.hrc:316
msgctxt "STR_PRESOBJ_TEXT"
msgid "Click to add Text"
msgstr "Clicatz per apondre un tèxte"
#. 2u7FR
-#: sd/inc/strings.hrc:311
+#: sd/inc/strings.hrc:317
msgctxt "STR_PRESOBJ_NOTESTEXT"
msgid "Click to add Notes"
msgstr "Clicatz per apondre de nòtas"
#. js2X9
-#: sd/inc/strings.hrc:312
+#: sd/inc/strings.hrc:318
msgctxt "STR_PRESOBJ_TITLE_MOBILE"
msgid "Double-tap to add Title"
msgstr ""
#. jLtyS
-#: sd/inc/strings.hrc:313
+#: sd/inc/strings.hrc:319
msgctxt "STR_PRESOBJ_OUTLINE_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. KAFJh
-#: sd/inc/strings.hrc:314
+#: sd/inc/strings.hrc:320
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Double-tap to add Text"
msgstr ""
#. ksTwQ
-#: sd/inc/strings.hrc:315
+#: sd/inc/strings.hrc:321
msgctxt "STR_PRESOBJ_TEXT_MOBILE"
msgid "Tap to edit text"
msgstr ""
#. bRhRR
-#: sd/inc/strings.hrc:316
+#: sd/inc/strings.hrc:322
msgctxt "STR_PRESOBJ_NOTESTEXT_MOBILE"
msgid "Double-tap to add Notes"
msgstr ""
#. ZqPtT
-#: sd/inc/strings.hrc:317
+#: sd/inc/strings.hrc:323
msgctxt "STR_PRESOBJ_GRAPHIC"
msgid "Double-click to add an Image"
msgstr "Doble-clicatz per inserir un diagrama"
#. HGVA3
-#: sd/inc/strings.hrc:318
+#: sd/inc/strings.hrc:324
msgctxt "STR_PRESOBJ_OBJECT"
msgid "Double-click to add an Object"
msgstr "Doble-clicatz per inserir un objècte"
#. XjW6w
-#: sd/inc/strings.hrc:319
+#: sd/inc/strings.hrc:325
msgctxt "STR_PRESOBJ_CHART"
msgid "Double-click to add a Chart"
msgstr "Doble-clicatz per inserir un diagrama"
#. eKgCA
-#: sd/inc/strings.hrc:320
+#: sd/inc/strings.hrc:326
msgctxt "STR_PRESOBJ_ORGCHART"
msgid "Double-click to add an Organization Chart"
msgstr "Doble-clicatz per inserir un organigrama"
#. wW4E4
-#: sd/inc/strings.hrc:321
+#: sd/inc/strings.hrc:327
msgctxt "STR_PRESOBJ_TABLE"
msgid "Double-click to add a Spreadsheet"
msgstr "Doble-clicatz per inserir un fuèlh de calcul"
#. nBtJo
-#: sd/inc/strings.hrc:322
+#: sd/inc/strings.hrc:328
msgctxt "STR_LAYOUT_DEFAULT_NAME"
msgid "Default"
msgstr "Estandard"
#. rEPYV
-#: sd/inc/strings.hrc:323
+#: sd/inc/strings.hrc:329
msgctxt "STR_LAYOUT_DEFAULT_TITLE_NAME"
msgid "Title"
msgstr "Títol"
#. zT4rH
-#: sd/inc/strings.hrc:324
+#: sd/inc/strings.hrc:330
msgctxt "STR_STANDARD_STYLESHEET_NAME"
msgid "Default Drawing Style"
msgstr ""
#. pxfDw
-#: sd/inc/strings.hrc:325
+#: sd/inc/strings.hrc:331
msgctxt "STR_UNDO_MOVEPAGES"
msgid "Move slides"
msgstr "Desplaçar de diapositivas"
#. uDXFb
-#: sd/inc/strings.hrc:326
+#: sd/inc/strings.hrc:332
msgctxt "STR_INSERT_PAGES"
msgid "Insert Pages"
msgstr "Inserir de paginas"
#. 7Z6kC
-#: sd/inc/strings.hrc:327
+#: sd/inc/strings.hrc:333
msgctxt "STR_INSERT_PAGE_DRAW"
msgid "Insert Page"
msgstr "Inserir una pagina"
#. CMhGm
-#: sd/inc/strings.hrc:328
+#: sd/inc/strings.hrc:334
msgctxt "STR_SLIDE_SETUP_TITLE"
msgid "Slide Properties"
msgstr "Proprietats de la diapositiva"
#. pA7rP
-#: sd/inc/strings.hrc:330
+#: sd/inc/strings.hrc:336
msgctxt "STR_POOLSHEET_OBJWITHOUTFILL"
msgid "Object without fill"
msgstr "Objècte sens emplenatge"
#. btJeg
-#: sd/inc/strings.hrc:331
+#: sd/inc/strings.hrc:337
msgctxt "STR_POOLSHEET_OBJNOLINENOFILL"
msgid "Object with no fill and no line"
msgstr "Objècte sens emplenatge e sens linha"
#. YCmiq
-#: sd/inc/strings.hrc:332
+#: sd/inc/strings.hrc:338
msgctxt "STR_POOLSHEET_TEXT"
msgid "Text"
msgstr "Tèxte"
#. v7u2t
-#: sd/inc/strings.hrc:333
+#: sd/inc/strings.hrc:339
msgctxt "STR_POOLSHEET_A4"
msgid "A4"
msgstr "A4"
#. EEK5c
-#: sd/inc/strings.hrc:334
+#: sd/inc/strings.hrc:340
msgctxt "STR_POOLSHEET_A4_TITLE"
msgid "Title A4"
msgstr "Títol A4"
#. ZCLYo
-#: sd/inc/strings.hrc:335
+#: sd/inc/strings.hrc:341
msgctxt "STR_POOLSHEET_A4_HEADLINE"
msgid "Heading A4"
msgstr "Entèsta A4"
#. epKM4
-#: sd/inc/strings.hrc:336
+#: sd/inc/strings.hrc:342
msgctxt "STR_POOLSHEET_A4_TEXT"
msgid "Text A4"
msgstr "Tèxte A4"
#. kCg3k
-#: sd/inc/strings.hrc:337
+#: sd/inc/strings.hrc:343
msgctxt "STR_POOLSHEET_A0"
msgid "A0"
msgstr "A0"
#. mhBmK
-#: sd/inc/strings.hrc:338
+#: sd/inc/strings.hrc:344
msgctxt "STR_POOLSHEET_A0_TITLE"
msgid "Title A0"
msgstr "Títol A0"
#. 6AG4z
-#: sd/inc/strings.hrc:339
+#: sd/inc/strings.hrc:345
msgctxt "STR_POOLSHEET_A0_HEADLINE"
msgid "Heading A0"
msgstr "Entèsta A0"
#. gLfCw
-#: sd/inc/strings.hrc:340
+#: sd/inc/strings.hrc:346
msgctxt "STR_POOLSHEET_A0_TEXT"
msgid "Text A0"
msgstr "Tèxte A0"
#. eDG7h
-#: sd/inc/strings.hrc:341
+#: sd/inc/strings.hrc:347
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Graphic"
msgstr "Imatge"
#. o4g3u
-#: sd/inc/strings.hrc:342
+#: sd/inc/strings.hrc:348
msgctxt "STR_POOLSHEET_GRAPHIC"
msgid "Shapes"
msgstr "Fòrmas"
#. i6AnZ
-#: sd/inc/strings.hrc:343
+#: sd/inc/strings.hrc:349
msgctxt "STR_POOLSHEET_LINES"
msgid "Lines"
msgstr "Linhas"
#. 2ohzZ
-#: sd/inc/strings.hrc:344
+#: sd/inc/strings.hrc:350
msgctxt "STR_POOLSHEET_MEASURE"
msgid "Arrow Line"
msgstr "Linha amb flècha"
#. mLCYV
-#: sd/inc/strings.hrc:345
+#: sd/inc/strings.hrc:351
msgctxt "STR_POOLSHEET_LINES_DASHED"
msgid "Dashed Line"
msgstr "Linha en puntilhat"
#. xtD8b
-#: sd/inc/strings.hrc:347
+#: sd/inc/strings.hrc:353
msgctxt "STR_POOLSHEET_FILLED"
msgid "Filled"
msgstr "Emplenat"
#. BGGf5
-#: sd/inc/strings.hrc:348
+#: sd/inc/strings.hrc:354
msgctxt "STR_POOLSHEET_FILLED_BLUE"
msgid "Filled Blue"
msgstr "Emplenat blau"
#. sGCBw
-#: sd/inc/strings.hrc:349
+#: sd/inc/strings.hrc:355
msgctxt "STR_POOLSHEET_FILLED_GREEN"
msgid "Filled Green"
msgstr "Emplenat verd"
#. xfoEY
-#: sd/inc/strings.hrc:350
+#: sd/inc/strings.hrc:356
msgctxt "STR_POOLSHEET_FILLED_YELLOW"
msgid "Filled Yellow"
msgstr "Emplenat jaune"
#. eEKGF
-#: sd/inc/strings.hrc:351
+#: sd/inc/strings.hrc:357
msgctxt "STR_POOLSHEET_FILLED_RED"
msgid "Filled Red"
msgstr "Emplenat roge"
#. uHgQH
-#: sd/inc/strings.hrc:353
+#: sd/inc/strings.hrc:359
msgctxt "STR_POOLSHEET_OUTLINE"
msgid "Outlined"
msgstr "Contorn"
#. 2eHMC
-#: sd/inc/strings.hrc:354
+#: sd/inc/strings.hrc:360
msgctxt "STR_POOLSHEET_OUTLINE_BLUE"
msgid "Outlined Blue"
msgstr "Contorn blau"
#. 8FRxG
-#: sd/inc/strings.hrc:355
+#: sd/inc/strings.hrc:361
msgctxt "STR_POOLSHEET_OUTLINE_GREEN"
msgid "Outlined Green"
msgstr "Contorn verd"
#. CEJ3Z
-#: sd/inc/strings.hrc:356
+#: sd/inc/strings.hrc:362
msgctxt "STR_POOLSHEET_OUTLINE_YELLOW"
msgid "Outlined Yellow"
msgstr "Contorn jaune"
#. LARUM
-#: sd/inc/strings.hrc:357
+#: sd/inc/strings.hrc:363
msgctxt "STR_POOLSHEET_OUTLINE_RED"
msgid "Outlined Red"
msgstr "Contorn roge"
#. 5dvZu
-#: sd/inc/strings.hrc:359
+#: sd/inc/strings.hrc:365
msgctxt "STR_PSEUDOSHEET_TITLE"
msgid "Title"
msgstr "Títol"
#. zn6qa
-#: sd/inc/strings.hrc:360
+#: sd/inc/strings.hrc:366
msgctxt "STR_PSEUDOSHEET_SUBTITLE"
msgid "Subtitle"
msgstr "Sostítol"
#. JVyHE
-#: sd/inc/strings.hrc:361
+#: sd/inc/strings.hrc:367
msgctxt "STR_PSEUDOSHEET_OUTLINE"
msgid "Outline"
msgstr "Plan"
#. riaKo
-#: sd/inc/strings.hrc:362
+#: sd/inc/strings.hrc:368
msgctxt "STR_PSEUDOSHEET_BACKGROUNDOBJECTS"
msgid "Background objects"
msgstr "Objèctes de rèireplan"
#. EEEk3
-#: sd/inc/strings.hrc:363
+#: sd/inc/strings.hrc:369
msgctxt "STR_PSEUDOSHEET_BACKGROUND"
msgid "Background"
msgstr "Rèireplan"
#. EdWfd
-#: sd/inc/strings.hrc:364
+#: sd/inc/strings.hrc:370
msgctxt "STR_PSEUDOSHEET_NOTES"
msgid "Notes"
msgstr "Nòtas"
#. FQqif
-#: sd/inc/strings.hrc:365
+#: sd/inc/strings.hrc:371
msgctxt "STR_POWERPOINT_IMPORT"
msgid "PowerPoint Import"
msgstr "Impòrt PowerPoint"
#. kjKWf
-#: sd/inc/strings.hrc:366
+#: sd/inc/strings.hrc:372
msgctxt "STR_SAVE_DOC"
msgid "Save Document"
msgstr "Enregistrar lo document"
#. HAeDt
-#: sd/inc/strings.hrc:367
+#: sd/inc/strings.hrc:373
msgctxt "STR_SHRINK_FONT_SIZE"
msgid "Shrink font size"
msgstr "Reduire la talha de la polissa"
#. 7uDfu
-#: sd/inc/strings.hrc:368
+#: sd/inc/strings.hrc:374
msgctxt "STR_GROW_FONT_SIZE"
msgid "Grow font size"
msgstr "Aumentar la talha de la polissa"
@@ -2429,637 +2465,637 @@ msgstr "Aumentar la talha de la polissa"
#. E9zvq
#. Names and descriptions of the Draw/Impress accessibility views
#. ==============================================================
-#: sd/inc/strings.hrc:373
+#: sd/inc/strings.hrc:379
msgctxt "SID_SD_A11Y_D_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mòde Dessenh"
#. GfnmX
-#: sd/inc/strings.hrc:374
+#: sd/inc/strings.hrc:380
msgctxt "SID_SD_A11Y_I_DRAWVIEW_N"
msgid "Drawing View"
msgstr "Mòde Dessenh"
#. YCVqM
-#: sd/inc/strings.hrc:375
+#: sd/inc/strings.hrc:381
msgctxt "SID_SD_A11Y_I_OUTLINEVIEW_N"
msgid "Outline View"
msgstr "Mòde Plan"
#. k2hXi
-#: sd/inc/strings.hrc:376
+#: sd/inc/strings.hrc:382
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_N"
msgid "Slides View"
msgstr "Mòde diapositiva"
#. A22hR
-#: sd/inc/strings.hrc:377
+#: sd/inc/strings.hrc:383
msgctxt "SID_SD_A11Y_I_SLIDEVIEW_D"
msgid "This is where you sort slides."
msgstr "Triada de las diapositivas."
#. vyX8L
-#: sd/inc/strings.hrc:378
+#: sd/inc/strings.hrc:384
msgctxt "SID_SD_A11Y_I_NOTESVIEW_N"
msgid "Notes View"
msgstr "Mòde Nòta"
#. qr5ov
-#: sd/inc/strings.hrc:379
+#: sd/inc/strings.hrc:385
msgctxt "SID_SD_A11Y_I_HANDOUTVIEW_N"
msgid "Handout View"
msgstr "Mòde Prospectus"
#. Ycpb4
-#: sd/inc/strings.hrc:380
+#: sd/inc/strings.hrc:386
msgctxt "SID_SD_A11Y_P_TITLE_N"
msgid "PresentationTitle"
msgstr "TítolPresentacion"
#. 4WCzf
-#: sd/inc/strings.hrc:381
+#: sd/inc/strings.hrc:387
msgctxt "SID_SD_A11Y_P_OUTLINER_N"
msgid "PresentationOutliner"
msgstr "PlanPresentacion"
#. cBoMF
-#: sd/inc/strings.hrc:382
+#: sd/inc/strings.hrc:388
msgctxt "SID_SD_A11Y_P_SUBTITLE_N"
msgid "PresentationSubtitle"
msgstr "SostítolPresentacion"
#. 8KV99
-#: sd/inc/strings.hrc:383
+#: sd/inc/strings.hrc:389
msgctxt "SID_SD_A11Y_P_PAGE_N"
msgid "PresentationPage"
msgstr "PaginaPresentacion"
#. R6kyg
-#: sd/inc/strings.hrc:384
+#: sd/inc/strings.hrc:390
msgctxt "SID_SD_A11Y_P_NOTES_N"
msgid "PresentationNotes"
msgstr "NòtasPresentacion"
#. X8c9Z
-#: sd/inc/strings.hrc:385
+#: sd/inc/strings.hrc:391
msgctxt "SID_SD_A11Y_P_HANDOUT_N"
msgid "Handout"
msgstr "Prospectus"
#. FeAdu
-#: sd/inc/strings.hrc:386
+#: sd/inc/strings.hrc:392
msgctxt "SID_SD_A11Y_P_UNKNOWN_N"
msgid "UnknownAccessiblePresentationShape"
msgstr "FormaPresentacionAccessibleDesconeguda"
#. sA8of
-#: sd/inc/strings.hrc:387
+#: sd/inc/strings.hrc:393
msgctxt "SID_SD_A11Y_P_FOOTER_N"
msgid "PresentationFooter"
msgstr "PèPaginaPresentacion"
#. KAC6Z
-#: sd/inc/strings.hrc:388
+#: sd/inc/strings.hrc:394
msgctxt "SID_SD_A11Y_P_HEADER_N"
msgid "PresentationHeader"
msgstr "EntèstaPresentacion"
#. EfHeH
-#: sd/inc/strings.hrc:389
+#: sd/inc/strings.hrc:395
msgctxt "SID_SD_A11Y_P_DATE_N"
msgid "PresentationDateAndTime"
msgstr "DataEOraPresentacion"
#. WosPZ
-#: sd/inc/strings.hrc:390
+#: sd/inc/strings.hrc:396
msgctxt "SID_SD_A11Y_P_NUMBER_N"
msgid "PresentationPageNumber"
msgstr "NumèroPaginaPresentacion"
#. kCGsH
-#: sd/inc/strings.hrc:391
+#: sd/inc/strings.hrc:397
msgctxt "SID_SD_A11Y_D_PRESENTATION"
msgid "%PRODUCTNAME Presentation"
msgstr "Presentacion %PRODUCTNAME"
#. ubJop
-#: sd/inc/strings.hrc:392
+#: sd/inc/strings.hrc:398
msgctxt "SID_SD_A11Y_P_TITLE_N_STYLE"
msgid "Title"
msgstr "Títol"
#. Va4KF
-#: sd/inc/strings.hrc:393
+#: sd/inc/strings.hrc:399
msgctxt "SID_SD_A11Y_P_OUTLINER_N_STYLE"
msgid "Outliner"
msgstr "Plan"
#. 6FKRE
-#: sd/inc/strings.hrc:394
+#: sd/inc/strings.hrc:400
msgctxt "SID_SD_A11Y_P_SUBTITLE_N_STYLE"
msgid "Subtitle"
msgstr "Sostítol"
#. eSBEi
-#: sd/inc/strings.hrc:395
+#: sd/inc/strings.hrc:401
msgctxt "SID_SD_A11Y_P_PAGE_N_STYLE"
msgid "Page"
msgstr "Pagina"
#. WEaeZ
-#: sd/inc/strings.hrc:396
+#: sd/inc/strings.hrc:402
msgctxt "SID_SD_A11Y_P_NOTES_N_STYLE"
msgid "Notes"
msgstr "Nòtas"
#. buhox
-#: sd/inc/strings.hrc:397
+#: sd/inc/strings.hrc:403
msgctxt "SID_SD_A11Y_P_HANDOUT_N_STYLE"
msgid "Handout"
msgstr "Prospectus"
#. 4xBQg
-#: sd/inc/strings.hrc:398
+#: sd/inc/strings.hrc:404
msgctxt "SID_SD_A11Y_P_UNKNOWN_N_STYLE"
msgid "Unknown Accessible Presentation Shape"
msgstr "Forma de presentacion accessibla desconeguda"
#. CGegB
-#: sd/inc/strings.hrc:399
+#: sd/inc/strings.hrc:405
msgctxt "SID_SD_A11Y_P_FOOTER_N_STYLE"
msgid "Footer"
msgstr "Pè de pagina"
#. SrrR4
-#: sd/inc/strings.hrc:400
+#: sd/inc/strings.hrc:406
msgctxt "SID_SD_A11Y_P_HEADER_N_STYLE"
msgid "Header"
msgstr "Entèsta"
#. CCwKy
-#: sd/inc/strings.hrc:401
+#: sd/inc/strings.hrc:407
msgctxt "SID_SD_A11Y_P_DATE_N_STYLE"
msgid "Date"
msgstr "Data"
#. EFmn4
-#: sd/inc/strings.hrc:402
+#: sd/inc/strings.hrc:408
msgctxt "SID_SD_A11Y_P_NUMBER_N_STYLE"
msgid "Number"
msgstr "Nombre"
#. wFpMQ
-#: sd/inc/strings.hrc:403
+#: sd/inc/strings.hrc:409
msgctxt "SID_SD_A11Y_D_PRESENTATION_READONLY"
msgid "(read-only)"
msgstr "(lectura sola)"
#. EV4W5
-#: sd/inc/strings.hrc:405
+#: sd/inc/strings.hrc:411
msgctxt "STR_CUSTOMANIMATION_REPEAT_NONE"
msgid "none"
msgstr "pas cap"
#. 9izAz
-#: sd/inc/strings.hrc:406
+#: sd/inc/strings.hrc:412
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK"
msgid "Until next click"
msgstr "Fins al clic venent"
#. oEQ7B
-#: sd/inc/strings.hrc:407
+#: sd/inc/strings.hrc:413
msgctxt "STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE"
msgid "Until end of slide"
msgstr "Fins a la fin de la diapositiva"
#. Lf9gB
-#: sd/inc/strings.hrc:408
+#: sd/inc/strings.hrc:414
msgctxt "STR_CUSTOMANIMATION_DIRECTION_PROPERTY"
msgid "Direction:"
msgstr "Direccion :"
#. xxDXG
-#: sd/inc/strings.hrc:409
+#: sd/inc/strings.hrc:415
msgctxt "STR_CUSTOMANIMATION_ZOOM_PROPERTY"
msgid "Zoom:"
msgstr "Zoom :"
#. SvBeK
-#: sd/inc/strings.hrc:410
+#: sd/inc/strings.hrc:416
msgctxt "STR_CUSTOMANIMATION_SPOKES_PROPERTY"
msgid "Spokes:"
msgstr "Rais :"
#. eJ4qZ
-#: sd/inc/strings.hrc:411
+#: sd/inc/strings.hrc:417
msgctxt "STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY"
msgid "First color:"
msgstr "Primièra color :"
#. CSbCE
-#: sd/inc/strings.hrc:412
+#: sd/inc/strings.hrc:418
msgctxt "STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY"
msgid "Second color:"
msgstr "Segonda color :"
#. cZUiD
-#: sd/inc/strings.hrc:413
+#: sd/inc/strings.hrc:419
msgctxt "STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY"
msgid "Fill color:"
msgstr "Color d'emplenament :"
#. U5ZDL
-#: sd/inc/strings.hrc:414
+#: sd/inc/strings.hrc:420
msgctxt "STR_CUSTOMANIMATION_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estil :"
#. vKLER
-#: sd/inc/strings.hrc:415
+#: sd/inc/strings.hrc:421
msgctxt "STR_CUSTOMANIMATION_FONT_PROPERTY"
msgid "Font:"
msgstr "Polissa :"
#. Fdsks
-#: sd/inc/strings.hrc:416
+#: sd/inc/strings.hrc:422
msgctxt "STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY"
msgid "Font color:"
msgstr "Color de polissa :"
#. nT7dm
-#: sd/inc/strings.hrc:417
+#: sd/inc/strings.hrc:423
msgctxt "STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY"
msgid "Style:"
msgstr "Estil :"
#. q24Fe
-#: sd/inc/strings.hrc:418
+#: sd/inc/strings.hrc:424
msgctxt "STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY"
msgid "Typeface:"
msgstr "Estil :"
#. nAqeR
-#: sd/inc/strings.hrc:419
+#: sd/inc/strings.hrc:425
msgctxt "STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY"
msgid "Line color:"
msgstr "Color de linha :"
#. w7G4Q
-#: sd/inc/strings.hrc:420
+#: sd/inc/strings.hrc:426
msgctxt "STR_CUSTOMANIMATION_SIZE_PROPERTY"
msgid "Font size:"
msgstr "Talha de la polissa :"
#. R3GgU
-#: sd/inc/strings.hrc:421
+#: sd/inc/strings.hrc:427
msgctxt "STR_CUSTOMANIMATION_SCALE_PROPERTY"
msgid "Size:"
msgstr "Talha :"
#. YEwoz
-#: sd/inc/strings.hrc:422
+#: sd/inc/strings.hrc:428
msgctxt "STR_CUSTOMANIMATION_AMOUNT_PROPERTY"
msgid "Amount:"
msgstr "Valor :"
#. wiQPZ
-#: sd/inc/strings.hrc:423
+#: sd/inc/strings.hrc:429
msgctxt "STR_CUSTOMANIMATION_COLOR_PROPERTY"
msgid "Color:"
msgstr "Color :"
#. f5u6C
-#: sd/inc/strings.hrc:424
+#: sd/inc/strings.hrc:430
msgctxt "STR_CUSTOMANIMATION_NO_SOUND"
msgid "(No sound)"
msgstr "(Cap de son)"
#. N7jGX
-#: sd/inc/strings.hrc:425
+#: sd/inc/strings.hrc:431
msgctxt "STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND"
msgid "(Stop previous sound)"
msgstr "(Arrestar lo son precedent)"
#. vasqr
-#: sd/inc/strings.hrc:426
+#: sd/inc/strings.hrc:432
msgctxt "STR_CUSTOMANIMATION_BROWSE_SOUND"
msgid "Other sound..."
msgstr "Autre son..."
#. CjvLY
-#: sd/inc/strings.hrc:427
+#: sd/inc/strings.hrc:433
msgctxt "STR_CUSTOMANIMATION_SAMPLE"
msgid "Sample"
msgstr "Exemple"
#. CdYt2
-#: sd/inc/strings.hrc:428
+#: sd/inc/strings.hrc:434
msgctxt "STR_CUSTOMANIMATION_TRIGGER"
msgid "Trigger"
msgstr "Desenclavador"
#. Evkrq
-#: sd/inc/strings.hrc:429
+#: sd/inc/strings.hrc:435
msgctxt "STR_CUSTOMANIMATION_USERPATH"
msgid "User paths"
msgstr "Camins de l'utilizaire"
#. EcciE
-#: sd/inc/strings.hrc:430
+#: sd/inc/strings.hrc:436
msgctxt "STR_CUSTOMANIMATION_ENTRANCE"
msgid "Entrance: %1"
msgstr "Entrada : %1"
#. Zydrz
-#: sd/inc/strings.hrc:431
+#: sd/inc/strings.hrc:437
msgctxt "STR_CUSTOMANIMATION_EMPHASIS"
msgid "Emphasis: %1"
msgstr "Enfasi : %1"
#. kW2DL
-#: sd/inc/strings.hrc:432
+#: sd/inc/strings.hrc:438
msgctxt "STR_CUSTOMANIMATION_EXIT"
msgid "Exit: %1"
msgstr "Sortida : %1"
#. iKFbF
-#: sd/inc/strings.hrc:433
+#: sd/inc/strings.hrc:439
msgctxt "STR_CUSTOMANIMATION_MOTION_PATHS"
msgid "Motion Paths: %1"
msgstr "Trajectòria : %1"
#. kg9Yv
-#: sd/inc/strings.hrc:434
+#: sd/inc/strings.hrc:440
msgctxt "STR_CUSTOMANIMATION_MISC"
msgid "Misc: %1"
msgstr "Divèrs : %1"
#. Ep4QY
-#: sd/inc/strings.hrc:435
+#: sd/inc/strings.hrc:441
msgctxt "STR_SLIDETRANSITION_NONE"
msgid "None"
msgstr "Pas cap"
#. KAsTD
-#: sd/inc/strings.hrc:437
+#: sd/inc/strings.hrc:443
msgctxt "STR_ANNOTATION_TODAY"
msgid "Today,"
msgstr "Uèi,"
#. DEYnN
-#: sd/inc/strings.hrc:438
+#: sd/inc/strings.hrc:444
msgctxt "STR_ANNOTATION_YESTERDAY"
msgid "Yesterday,"
msgstr "Ièr,"
#. bh3FZ
-#: sd/inc/strings.hrc:439
+#: sd/inc/strings.hrc:445
msgctxt "STR_ANNOTATION_NOAUTHOR"
msgid "(no author)"
msgstr "(pas d'autor)"
#. AvNV8
-#: sd/inc/strings.hrc:440
+#: sd/inc/strings.hrc:446
msgctxt "STR_ANNOTATION_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress a atench la fin de la presentacion. Volètz contunhar dempuèi lo començament ?"
#. P5gKe
-#: sd/inc/strings.hrc:441
+#: sd/inc/strings.hrc:447
msgctxt "STR_ANNOTATION_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress a tench lo començament de la presentacion. Volètz contunhar dempuèi la fin ?"
#. KGmdL
-#: sd/inc/strings.hrc:442
+#: sd/inc/strings.hrc:448
msgctxt "STR_ANNOTATION_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw a atench la fin del document. Volètz contunhar dempuèi lo començament ?"
#. oEn6r
-#: sd/inc/strings.hrc:443
+#: sd/inc/strings.hrc:449
msgctxt "STR_ANNOTATION_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw a atench lo començament del document. Volètz contunhar dempuèi la fin ?"
#. eP7Vm
-#: sd/inc/strings.hrc:444
+#: sd/inc/strings.hrc:450
msgctxt "STR_ANNOTATION_UNDO_INSERT"
msgid "Insert Comment"
msgstr "Inserir un comentari"
#. s4c9W
-#: sd/inc/strings.hrc:445
+#: sd/inc/strings.hrc:451
msgctxt "STR_ANNOTATION_UNDO_DELETE"
msgid "Delete Comment(s)"
msgstr "Escafar lo(s) comentari(s)"
#. bxiPE
-#: sd/inc/strings.hrc:446
+#: sd/inc/strings.hrc:452
msgctxt "STR_ANNOTATION_UNDO_MOVE"
msgid "Move Comment"
msgstr "Desplaçar lo comentari"
#. hQbpd
-#: sd/inc/strings.hrc:447
+#: sd/inc/strings.hrc:453
msgctxt "STR_ANNOTATION_UNDO_EDIT"
msgid "Edit Comment"
msgstr "Editar lo comentari"
#. g6k7E
-#: sd/inc/strings.hrc:448
+#: sd/inc/strings.hrc:454
msgctxt "STR_ANNOTATION_REPLY"
msgid "Reply to %1"
msgstr "Respondre a %1"
#. NMTpu
-#: sd/inc/strings.hrc:450
+#: sd/inc/strings.hrc:456
msgctxt "RID_DRAW_MEDIA_TOOLBOX"
msgid "Media Playback"
msgstr "Lectura de mèdia"
#. Q76cw
-#: sd/inc/strings.hrc:451
+#: sd/inc/strings.hrc:457
msgctxt "RID_DRAW_TABLE_TOOLBOX"
msgid "Table"
msgstr "Tablèu"
#. xCRmu
-#: sd/inc/strings.hrc:453
+#: sd/inc/strings.hrc:459
msgctxt "STR_IMPRESS_PRINT_UI_GROUP_NAME"
msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#. 6KbnP
-#: sd/inc/strings.hrc:454
+#: sd/inc/strings.hrc:460
msgctxt "STR_IMPRESS_PRINT_UI_CONTENT"
msgid "Document"
msgstr "Document"
#. uBxPs
-#: sd/inc/strings.hrc:455
+#: sd/inc/strings.hrc:461
msgctxt "STR_IMPRESS_PRINT_UI_SLIDESPERPAGE"
msgid "Slides per page:"
msgstr "Diapositivas per pagina :"
#. EPBUK
-#: sd/inc/strings.hrc:456
+#: sd/inc/strings.hrc:462
msgctxt "STR_IMPRESS_PRINT_UI_ORDER"
msgid "Order:"
msgstr "Òrdre :"
#. BFEFJ
-#: sd/inc/strings.hrc:457
+#: sd/inc/strings.hrc:463
msgctxt "STR_IMPRESS_PRINT_UI_INCLUDE_CONTENT"
msgid "~Contents"
msgstr "~Contengut"
#. AdWKp
-#: sd/inc/strings.hrc:458
+#: sd/inc/strings.hrc:464
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_NAME"
msgid "~Slide name"
msgstr "~Nom de la diaposiva"
#. GkLky
-#: sd/inc/strings.hrc:459
+#: sd/inc/strings.hrc:465
msgctxt "STR_DRAW_PRINT_UI_IS_PRINT_NAME"
msgid "P~age name"
msgstr "Nom de la p~agina"
#. EFkVE
-#: sd/inc/strings.hrc:460
+#: sd/inc/strings.hrc:466
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_DATE"
msgid "~Date and time"
msgstr "~Data e ora"
#. ZcDFL
-#: sd/inc/strings.hrc:461
+#: sd/inc/strings.hrc:467
msgctxt "STR_IMPRESS_PRINT_UI_IS_PRINT_HIDDEN"
msgid "Hidden pages"
msgstr "Paginas amagadas"
#. CSUbC
-#: sd/inc/strings.hrc:462
+#: sd/inc/strings.hrc:468
msgctxt "STR_IMPRESS_PRINT_UI_QUALITY"
msgid "Color"
msgstr "Color"
#. WmYKp
-#: sd/inc/strings.hrc:463
+#: sd/inc/strings.hrc:469
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_OPTIONS"
msgid "~Size"
msgstr "~Talha"
#. qDGVE
-#: sd/inc/strings.hrc:464
+#: sd/inc/strings.hrc:470
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE"
msgid "Brochure"
msgstr "Libret"
#. K7m8L
-#: sd/inc/strings.hrc:465
+#: sd/inc/strings.hrc:471
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_SIDES"
msgid "Page sides"
msgstr "Costats de las paginas"
#. 8AzJi
-#: sd/inc/strings.hrc:466
+#: sd/inc/strings.hrc:472
msgctxt "STR_IMPRESS_PRINT_UI_BROCHURE_INCLUDE"
msgid "Include"
msgstr "Inclure"
#. AEeCf
-#: sd/inc/strings.hrc:467
+#: sd/inc/strings.hrc:473
msgctxt "STR_IMPRESS_PRINT_UI_PAPER_TRAY"
msgid "~Use only paper tray from printer preferences"
msgstr "~Utilizar sonque lo nauc d'alimentacion segon las preferéncias de l'imprimenta"
#. jBxbU
-#: sd/inc/strings.hrc:468
+#: sd/inc/strings.hrc:474
msgctxt "STR_IMPRESS_PRINT_UI_PAGE_RANGE"
msgid "Pages:"
msgstr "Paginas :"
#. a3tSp
-#: sd/inc/strings.hrc:469
+#: sd/inc/strings.hrc:475
msgctxt "STR_IMPRESS_PRINT_UI_SLIDE_RANGE"
msgid "Slides:"
msgstr "Diapositivas :"
#. pPiWM
-#: sd/inc/strings.hrc:471
+#: sd/inc/strings.hrc:477
msgctxt "STR_SAR_WRAP_FORWARD"
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Impress a atench la fin de la presentacion. Volètz tornar prene la recèrca al començament de la presentacion ?"
#. buKAC
-#: sd/inc/strings.hrc:472
+#: sd/inc/strings.hrc:478
msgctxt "STR_SAR_WRAP_BACKWARD"
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Impress a atench lo començament de la presentacion. Volètz tornar prene la recèrca a la fin de la presentacion ?"
#. iiE2i
-#: sd/inc/strings.hrc:473
+#: sd/inc/strings.hrc:479
msgctxt "STR_SAR_WRAP_FORWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
msgstr "%PRODUCTNAME Draw a atench la fin de la presentacion. Volètz tornar prene la recèrca al començament de la presentacion ?"
#. RAhiP
-#: sd/inc/strings.hrc:474
+#: sd/inc/strings.hrc:480
msgctxt "STR_SAR_WRAP_BACKWARD_DRAW"
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
msgstr "%PRODUCTNAME Draw a atench lo començament de la presentacion. Volètz tornar prene la recèrca a la fin de la presentacion ?"
#. 6GhtE
-#: sd/inc/strings.hrc:476
+#: sd/inc/strings.hrc:482
msgctxt "STR_ANIMATION_DIALOG_TITLE"
msgid "Animation"
msgstr "Animacion"
#. X9CWA
-#: sd/inc/strings.hrc:478
+#: sd/inc/strings.hrc:484
msgctxt "RID_SVXSTR_EDIT_GRAPHIC"
msgid "Link"
msgstr "Ligam"
#. yYhnC
-#: sd/inc/strings.hrc:480
+#: sd/inc/strings.hrc:486
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Next"
msgstr "~Seguenta"
#. YG7NQ
-#: sd/inc/strings.hrc:481
+#: sd/inc/strings.hrc:487
msgctxt "RID_SVXSTR_MENU_NEXT"
msgid "~Previous"
msgstr "~Precedenta"
#. A9eJu
-#: sd/inc/strings.hrc:482
+#: sd/inc/strings.hrc:488
msgctxt "RID_SVXSTR_MENU_FIRST"
msgid "~First Slide"
msgstr "~Primièra diapositiva"
#. CVatA
-#: sd/inc/strings.hrc:483
+#: sd/inc/strings.hrc:489
msgctxt "RID_SVXSTR_MENU_LAST"
msgid "~Last Slide"
msgstr "~Darrièra diapositiva"
#. Wkvpi
-#: sd/inc/strings.hrc:485
+#: sd/inc/strings.hrc:491
msgctxt "STR_CLOSE_PANE"
msgid "Close Pane"
msgstr ""
#. KfamK
-#: sd/inc/strings.hrc:486
+#: sd/inc/strings.hrc:492
msgctxt "STR_INSERT_TABLESTYLE"
msgid "Add a new design"
msgstr ""
#. a9JBA
-#: sd/inc/strings.hrc:487
+#: sd/inc/strings.hrc:493
msgctxt "STR_REMOVE_TABLESTYLE"
msgid ""
"The selected style is in use in this document.\n"
diff --git a/source/oc/svtools/messages.po b/source/oc/svtools/messages.po
index 9583a7fc44d..43e0c6c8544 100644
--- a/source/oc/svtools/messages.po
+++ b/source/oc/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: 2023-04-19 12:24+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2023-05-21 14:51+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/svtoolsmessages/oc/>\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.15.2\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1556858270.000000\n"
#. fLdeV
@@ -863,10 +863,10 @@ msgctxt "STR_TABBAR_HINT_MOVETOEND_SHEETS"
msgid "Scroll to last sheet"
msgstr ""
-#. 8E5Gc
+#. ynngC
#: include/svtools/strings.hrc:190
msgctxt "STR_TABBAR_HINT_ADDTAB_SHEETS"
-msgid "Add sheet"
+msgid "Add new sheet (right click to see all non-hidden sheets)"
msgstr ""
#. 4K4AF
diff --git a/source/oc/sw/messages.po b/source/oc/sw/messages.po
index b5f3d34ced8..7afddc4cb78 100644
--- a/source/oc/sw/messages.po
+++ b/source/oc/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: 2023-05-22 12:02+0200\n"
-"PO-Revision-Date: 2023-05-21 14:51+0000\n"
+"POT-Creation-Date: 2023-05-31 16:29+0200\n"
+"PO-Revision-Date: 2023-05-26 07:34+0000\n"
"Last-Translator: Quentin PAGÈS <quentinantonin@free.fr>\n"
"Language-Team: Occitan <https://translations.documentfoundation.org/projects/libo_ui-master/swmessages/oc/>\n"
"Language: oc\n"
@@ -10747,7 +10747,7 @@ msgstr ""
#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:272
msgctxt "asciifilterdialog|extended_tip|language"
msgid "Specifies the language of the text, if this has not already been defined. This setting is only available when importing."
-msgstr ""
+msgstr "Indica la lenga del tèxte se non èra pas definida anteriorament. Aquete paramètre es sonque disponible en important."
#. BMvpA
#: sw/uiconfig/swriter/ui/asciifilterdialog.ui:283
@@ -16930,230 +16930,236 @@ msgctxt "indexentry|IndexEntryDialog"
msgid "Insert Index Entry"
msgstr "Inserir una entrada d'indèx"
+#. bjWdX
+#: sw/uiconfig/swriter/ui/indexentry.ui:63
+msgctxt "indexentry|tooltip_text|close"
+msgid "Close dialog without saving non-applied changes."
+msgstr ""
+
#. 8dTXx
-#: sw/uiconfig/swriter/ui/indexentry.ui:80
+#: sw/uiconfig/swriter/ui/indexentry.ui:81
msgctxt "indexentry|extended_tip|delete"
msgid "Deletes the selected entry from the index. The entry text in the document is not deleted."
msgstr ""
#. UAN8C
-#: sw/uiconfig/swriter/ui/indexentry.ui:92
+#: sw/uiconfig/swriter/ui/indexentry.ui:93
msgctxt "indexentry|insert"
msgid "Insert"
msgstr "Inserir"
#. CMKGH
-#: sw/uiconfig/swriter/ui/indexentry.ui:158
+#: sw/uiconfig/swriter/ui/indexentry.ui:159
msgctxt "indexentry|typeft"
msgid "Index:"
msgstr ""
#. RvGJB
-#: sw/uiconfig/swriter/ui/indexentry.ui:175
+#: sw/uiconfig/swriter/ui/indexentry.ui:176
msgctxt "indexentry|extended_tip|typecb"
msgid "Select the index that you want to add the entry to."
msgstr ""
#. goQoK
-#: sw/uiconfig/swriter/ui/indexentry.ui:189
+#: sw/uiconfig/swriter/ui/indexentry.ui:190
msgctxt "indexentry|new|tooltip_text"
msgid "New User-defined Index"
msgstr "Novèl indèx personalizat"
#. HPXtE
-#: sw/uiconfig/swriter/ui/indexentry.ui:203
+#: sw/uiconfig/swriter/ui/indexentry.ui:204
msgctxt "indexentry|label3"
msgid "Entry:"
msgstr ""
#. fQv56
-#: sw/uiconfig/swriter/ui/indexentry.ui:221
+#: sw/uiconfig/swriter/ui/indexentry.ui:222
msgctxt "indexentry|extended_tip|entryed"
msgid "Displays the text that is selected in the document. If you want, you can enter a different word for the index entry. The selected text in the document is not changed."
msgstr ""
#. JbXGT
-#: sw/uiconfig/swriter/ui/indexentry.ui:234
+#: sw/uiconfig/swriter/ui/indexentry.ui:235
msgctxt "indexentry|sync|tooltip_text"
msgid "Update entry from selection"
msgstr ""
#. VzkGr
-#: sw/uiconfig/swriter/ui/indexentry.ui:249
+#: sw/uiconfig/swriter/ui/indexentry.ui:250
msgctxt "indexentry|phonetic0ft"
msgid "Phonetic reading:"
msgstr ""
#. DnAcC
-#: sw/uiconfig/swriter/ui/indexentry.ui:267
+#: sw/uiconfig/swriter/ui/indexentry.ui:268
msgctxt "indexentry|extended_tip|phonetic0ed"
msgid "Enter the phonetic reading for the corresponding entry. For example, if a Japanese Kanji word has more than one pronunciation, enter the correct pronunciation as a Katakana word. The Kanji word is then sorted according to the phonetic reading entry."
msgstr ""
#. PFLz8
-#: sw/uiconfig/swriter/ui/indexentry.ui:282
+#: sw/uiconfig/swriter/ui/indexentry.ui:283
msgctxt "indexentry|phonetic1ft"
msgid "Phonetic reading:"
msgstr ""
#. DGXEy
-#: sw/uiconfig/swriter/ui/indexentry.ui:300
+#: sw/uiconfig/swriter/ui/indexentry.ui:301
msgctxt "indexentry|extended_tip|phonetic1ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. x6k8N
-#: sw/uiconfig/swriter/ui/indexentry.ui:315
+#: sw/uiconfig/swriter/ui/indexentry.ui:316
msgctxt "indexentry|phonetic2ft"
msgid "Phonetic reading:"
msgstr ""
#. yHXJW
-#: sw/uiconfig/swriter/ui/indexentry.ui:333
+#: sw/uiconfig/swriter/ui/indexentry.ui:334
msgctxt "indexentry|extended_tip|phonetic2ed"
msgid "Enter the phonetic reading for the corresponding entry."
msgstr ""
#. ZDUo6
-#: sw/uiconfig/swriter/ui/indexentry.ui:348
+#: sw/uiconfig/swriter/ui/indexentry.ui:349
msgctxt "indexentry|key1ft"
msgid "1st key:"
msgstr ""
#. L5evA
-#: sw/uiconfig/swriter/ui/indexentry.ui:373
+#: sw/uiconfig/swriter/ui/indexentry.ui:374
msgctxt "indexentry|extended_tip|key1cb"
msgid "Makes the current selection a subentry of the word that you enter here. For example, if you select “cold”, and enter “weather” as the 1st key, the index entry will be “weather, cold”."
msgstr ""
#. TszYK
-#: sw/uiconfig/swriter/ui/indexentry.ui:389
+#: sw/uiconfig/swriter/ui/indexentry.ui:390
msgctxt "indexentry|key2ft"
msgid "2nd key:"
msgstr ""
#. QF3du
-#: sw/uiconfig/swriter/ui/indexentry.ui:414
+#: sw/uiconfig/swriter/ui/indexentry.ui:415
msgctxt "indexentry|extended_tip|key2cb"
msgid "Makes the current selection a sub-subentry of the 1st key. For example, if you select “cold”, and enter “weather” as the 1st key and “winter” as the 2nd key, the index entry will be “weather, winter, cold”."
msgstr ""
#. bgwC9
-#: sw/uiconfig/swriter/ui/indexentry.ui:429
+#: sw/uiconfig/swriter/ui/indexentry.ui:430
msgctxt "indexentry|levelft"
msgid "Index level:"
msgstr ""
#. EjGCB
-#: sw/uiconfig/swriter/ui/indexentry.ui:443
+#: sw/uiconfig/swriter/ui/indexentry.ui:444
msgctxt "indexentry|levelnf"
msgid "Enter the index level for the entry, which determines the appearance of the entry in the generated index."
msgstr ""
#. MWuGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:450
+#: sw/uiconfig/swriter/ui/indexentry.ui:451
msgctxt "indexentry|extended_tip|levelnf"
msgid "Enter the index level for the entry. The index level determines the appearance of the entry, according to the settings for that level in the “Entries” tab and the “Styles” tab in the “Table of Contents, Index, or Bibliography” dialog. With default settings, a higher index level results in a greater indent for the entry in the generated index."
msgstr ""
#. B5PWe
-#: sw/uiconfig/swriter/ui/indexentry.ui:462
+#: sw/uiconfig/swriter/ui/indexentry.ui:463
msgctxt "indexentry|mainentrycb"
msgid "Main entry"
msgstr "Entrada principala"
#. GKoEt
-#: sw/uiconfig/swriter/ui/indexentry.ui:471
+#: sw/uiconfig/swriter/ui/indexentry.ui:472
msgctxt "indexentry|extended_tip|mainentrycb"
msgid "Makes the selected text the main entry in an alphabetical index."
msgstr ""
#. 5gcLy
-#: sw/uiconfig/swriter/ui/indexentry.ui:528
+#: sw/uiconfig/swriter/ui/indexentry.ui:529
msgctxt "indexentry|applytoallcb"
msgid "Apply to all other occurrences"
msgstr ""
#. MBayS
-#: sw/uiconfig/swriter/ui/indexentry.ui:532
+#: sw/uiconfig/swriter/ui/indexentry.ui:533
msgctxt "indexentry|applytoallcb|tooltip_text"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”."
msgstr ""
#. fLgBF
-#: sw/uiconfig/swriter/ui/indexentry.ui:538
+#: sw/uiconfig/swriter/ui/indexentry.ui:539
msgctxt "indexentry|extended_tip|applytoallcb"
msgid "Add an index entry to any other occurrences of the text selected into “Entry”. For a modified entry, the match is conducted on the original selection, but the modified entry is inserted, and will appear in the index."
msgstr ""
#. 8Q9RW
-#: sw/uiconfig/swriter/ui/indexentry.ui:549
+#: sw/uiconfig/swriter/ui/indexentry.ui:550
msgctxt "indexentry|searchcasewordonlycb"
msgid "Whole words only"
msgstr "Unicament los mots entièrs"
#. ZdMSz
-#: sw/uiconfig/swriter/ui/indexentry.ui:565
+#: sw/uiconfig/swriter/ui/indexentry.ui:566
msgctxt "indexentry|searchcasesensitivecb"
msgid "Match case"
msgstr "Respectar la cassa"
#. 3FCGF
-#: sw/uiconfig/swriter/ui/indexentry.ui:587
+#: sw/uiconfig/swriter/ui/indexentry.ui:588
msgctxt "indexentry|selectedentrytitle"
msgid "For Selected Entry"
msgstr ""
#. 2mkMr
-#: sw/uiconfig/swriter/ui/indexentry.ui:614
+#: sw/uiconfig/swriter/ui/indexentry.ui:615
msgctxt "indexentry|last|tooltip_text"
msgid "Next entry (same name)"
msgstr ""
#. gYHoh
-#: sw/uiconfig/swriter/ui/indexentry.ui:622
+#: sw/uiconfig/swriter/ui/indexentry.ui:623
msgctxt "indexentry|extended_tip|last"
msgid "Jumps to the next index entry of the same type and with the same name in the document."
msgstr ""
#. KnhCr
-#: sw/uiconfig/swriter/ui/indexentry.ui:636
+#: sw/uiconfig/swriter/ui/indexentry.ui:637
msgctxt "indexentry|first|tooltip_text"
msgid "Previous entry (same name)"
msgstr ""
#. 3dGEa
-#: sw/uiconfig/swriter/ui/indexentry.ui:644
+#: sw/uiconfig/swriter/ui/indexentry.ui:645
msgctxt "indexentry|extended_tip|first"
msgid "Jumps to the previous index entry of the same type and with the same name in the document."
msgstr ""
#. 62yyk
-#: sw/uiconfig/swriter/ui/indexentry.ui:658
+#: sw/uiconfig/swriter/ui/indexentry.ui:659
msgctxt "indexentry|previous|tooltip_text"
msgid "Previous entry"
msgstr ""
#. Vd86J
-#: sw/uiconfig/swriter/ui/indexentry.ui:666
+#: sw/uiconfig/swriter/ui/indexentry.ui:667
msgctxt "indexentry|extended_tip|previous"
msgid "Jumps to the previous index entry of the same type in the document."
msgstr ""
#. VsuQU
-#: sw/uiconfig/swriter/ui/indexentry.ui:680
+#: sw/uiconfig/swriter/ui/indexentry.ui:681
msgctxt "indexentry|next|tooltip_text"
msgid "Next entry"
msgstr ""
#. WsgJC
-#: sw/uiconfig/swriter/ui/indexentry.ui:688
+#: sw/uiconfig/swriter/ui/indexentry.ui:689
msgctxt "indexentry|extended_tip|next"
msgid "Jumps to the next index entry of the same type in the document."
msgstr ""
#. XzwGW
-#: sw/uiconfig/swriter/ui/indexentry.ui:733
+#: sw/uiconfig/swriter/ui/indexentry.ui:734
msgctxt "indexentry|extended_tip|IndexEntryDialog"
msgid "Marks the selected text as index or table of contents entry. Edits the selected index entry."
msgstr ""
diff --git a/source/om/cui/messages.po b/source/om/cui/messages.po
index f3f49c29d27..092fe5a1432 100644
--- a/source/om/cui/messages.po
+++ b/source/om/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: 2023-05-17 15:13+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-10-31 11:35+0000\n"
"Last-Translator: Christian Lohmaier <cloph@documentfoundation.org>\n"
"Language-Team: Oromo <https://weblate.documentfoundation.org/projects/libo_ui-master/cuimessages/om/>\n"
@@ -17083,77 +17083,32 @@ msgctxt "optsavepage|saveas_label"
msgid "Always sa_ve as:"
msgstr ""
-#. p3xHz
-#: cui/uiconfig/ui/optsavepage.ui:422
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Text document"
-msgstr "Galmee Haaraa"
-
-#. F2tP4
-#: cui/uiconfig/ui/optsavepage.ui:423
-msgctxt "optsavepage|doctype"
-msgid "HTML document"
-msgstr "Galmee HTML"
-
-#. hA5Di
-#: cui/uiconfig/ui/optsavepage.ui:424
-msgctxt "optsavepage|doctype"
-msgid "Master document"
-msgstr "Galmee hundataa"
-
-#. Dfgxy
-#: cui/uiconfig/ui/optsavepage.ui:425
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Spreadsheet"
-msgstr "Wardii"
-
-#. EEvDc
-#: cui/uiconfig/ui/optsavepage.ui:426
-msgctxt "optsavepage|doctype"
-msgid "Presentation"
-msgstr "Dhiheessa"
-
-#. XgyzS
-#: cui/uiconfig/ui/optsavepage.ui:427
-#, fuzzy
-msgctxt "optsavepage|doctype"
-msgid "Drawing"
-msgstr "Fakkasa"
-
-#. 4DDpx
-#: cui/uiconfig/ui/optsavepage.ui:428
-msgctxt "optsavepage|doctype"
-msgid "Formula"
-msgstr "Foormulaa"
-
#. iCZX2
-#: cui/uiconfig/ui/optsavepage.ui:432
+#: cui/uiconfig/ui/optsavepage.ui:423
msgctxt "doctype"
msgid "Specifies the document type for which you want to define the default file format."
msgstr ""
#. 69GMF
-#: cui/uiconfig/ui/optsavepage.ui:447
+#: cui/uiconfig/ui/optsavepage.ui:438
msgctxt "saveas"
msgid "Specifies how documents of the type selected on the left will always be saved as this file type. You may select another file type for the current document in the Save as dialog."
msgstr ""
#. 29FUf
-#: cui/uiconfig/ui/optsavepage.ui:460
+#: cui/uiconfig/ui/optsavepage.ui:451
msgctxt "optsavepage|label6"
msgid "D_ocument type:"
msgstr ""
#. CgCxr
-#: cui/uiconfig/ui/optsavepage.ui:476
+#: cui/uiconfig/ui/optsavepage.ui:467
msgctxt "optsavepage|label3"
msgid "Default File Format and ODF Settings"
msgstr ""
#. G7BAM
-#: cui/uiconfig/ui/optsavepage.ui:490
+#: cui/uiconfig/ui/optsavepage.ui:481
msgctxt "OptSavePage"
msgid "In the General section, you can select default settings for saving documents, and can select default file formats."
msgstr ""
diff --git a/source/om/helpcontent2/source/text/scalc.po b/source/om/helpcontent2/source/text/scalc.po
index 1ad63c8baea..8823ba80595 100644
--- a/source/om/helpcontent2/source/text/scalc.po
+++ b/source/om/helpcontent2/source/text/scalc.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2017-05-10 06:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -726,15 +726,6 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/02170000.xhp\">Delete Sheet</link>"
msgstr "<link href=\"text/scalc/01/02160000.xhp\">Man'eewwan Haqi</link>"
-#. wbNHt
-#: main0116.xhp
-msgctxt ""
-"main0116.xhp\n"
-"hd_id3163735308\n"
-"help.text"
-msgid "Sheet Tab Color"
-msgstr ""
-
#. g7DYi
#: main0116.xhp
msgctxt ""
diff --git a/source/om/helpcontent2/source/text/scalc/00.po b/source/om/helpcontent2/source/text/scalc/00.po
index 9215c37eaff..152863efeb5 100644
--- a/source/om/helpcontent2/source/text/scalc/00.po
+++ b/source/om/helpcontent2/source/text/scalc/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: 2023-05-22 12:01+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -186,42 +186,6 @@ msgctxt ""
msgid "<variable id=\"bzelo\">Choose <emph>Sheet - Delete Cells</emph>.</variable>"
msgstr ""
-#. DAEkd
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
-"help.text"
-msgid "Choose <emph>Sheet - Delete Sheet</emph>."
-msgstr ""
-
-#. yzwWD
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
-#. GcsVC
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
-"help.text"
-msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
-msgstr ""
-
-#. 6KzK9
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
-"help.text"
-msgid "Open context menu for a sheet tab."
-msgstr ""
-
#. tVKSX
#: 00000402.xhp
msgctxt ""
@@ -420,15 +384,6 @@ msgctxt ""
msgid "Insert Columns"
msgstr "Tarjoota Saagi"
-#. A8jev
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149033\n"
-"help.text"
-msgid "<variable id=\"eitab\">Choose <menuitem>Sheet - Insert Sheet</menuitem>.</variable>"
-msgstr ""
-
#. HjKoP
#: 00000404.xhp
msgctxt ""
@@ -798,24 +753,6 @@ msgctxt ""
msgid "<variable id=\"fot\">Choose <emph>Sheet</emph>.</variable>"
msgstr ""
-#. LBhtC
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3163805\n"
-"help.text"
-msgid "<variable id=\"fotu\">Choose <emph>Sheet - Rename Sheet</emph>.</variable>"
-msgstr ""
-
-#. dCE4r
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3155333\n"
-"help.text"
-msgid "<variable id=\"fotenb\">Choose <emph>Sheet - Show Sheet</emph>.</variable>"
-msgstr ""
-
#. MwZaB
#: 00000405.xhp
msgctxt ""
@@ -2256,6 +2193,429 @@ msgctxt ""
msgid "Sheet Menu"
msgstr ""
+#. kstiu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Hide Sheet</menuitem>."
+msgstr ""
+
+#. Ewj9e
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684935639912\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Hide Sheet</menuitem>."
+msgstr ""
+
+#. B2Rga
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id301684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Hide Sheet</menuitem>."
+msgstr ""
+
+#. S2b9t
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id751684936323402\n"
+"help.text"
+msgid "<image src=\"cmd/lc_hide.svg\" id=\"img_id811684936323403\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id991684936323404\">Icon Hide Sheet</alt></image>"
+msgstr ""
+
+#. XVhHY
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684936323406\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. Ye6YE
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id451634778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Show Sheet</menuitem>."
+msgstr ""
+
+#. 8c64c
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id411684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Show Sheet</menuitem>."
+msgstr ""
+
+#. BeoyP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id305684935381277\n"
+"help.text"
+msgid "Choose <menuitem>Show Sheet</menuitem>."
+msgstr ""
+
+#. krZMU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684944751987\n"
+"help.text"
+msgid "<image src=\"cmd/lc_show.svg\" id=\"img_id611684944751988\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id131684944751989\">Icon Show Sheet</alt></image>"
+msgstr ""
+
+#. BrEra
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id391684944751991\n"
+"help.text"
+msgid "Show Sheet"
+msgstr ""
+
+#. xSd8m
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id541684770785578\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Duplicate Sheet</menuitem>."
+msgstr ""
+
+#. sjnSa
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id211684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Duplicate Sheet</menuitem>"
+msgstr ""
+
+#. uz5iU
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id961684946262279\n"
+"help.text"
+msgid "<image src=\"cmd/lc_duplicatesheet.svg\" id=\"img_id881684946262280\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271684946262282\">Icon Duplicate Sheet</alt></image>"
+msgstr ""
+
+#. G7JEf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id201684946262283\n"
+"help.text"
+msgid "Duplicate Sheet"
+msgstr ""
+
+#. vfT2V
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id261684778277541\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Tab Color</menuitem>."
+msgstr ""
+
+#. sY2oy
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id111684946822769\n"
+"help.text"
+msgid "Choose <menuitem>Tab Color</menuitem>"
+msgstr ""
+
+#. Gg5aL
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id21684946976192\n"
+"help.text"
+msgid "<image src=\"cmd/lc_backgroundcolor.svg\" id=\"img_id441684946976193\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id191684946976194\">Icon Sheet Tab Color</alt></image>"
+msgstr ""
+
+#. ewFSj
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684946976196\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. qEEBh
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3163805\n"
+"help.text"
+msgid "Choose <emph>Sheet - Rename Sheet</emph>."
+msgstr ""
+
+#. Byrnu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684944573183\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Rename Sheet</menuitem>."
+msgstr ""
+
+#. 8E9L4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id911684946107120\n"
+"help.text"
+msgid "Choose <menuitem>Rename Sheet</menuitem>"
+msgstr ""
+
+#. nRMSC
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id661684949102501\n"
+"help.text"
+msgid "<image src=\"cmd/lc_name.svg\" id=\"img_id71684949102502\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id11684949102503\">Icon Rename Sheet</alt></image>"
+msgstr ""
+
+#. eDyGD
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id931684949102505\n"
+"help.text"
+msgid "Rename Sheet"
+msgstr ""
+
+#. pZv8T
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3153951\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Delete Sheet</menuitem>."
+msgstr ""
+
+#. iQFcu
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3155306\n"
+"help.text"
+msgid "Choose <menuitem>Delete Sheet</menuitem>"
+msgstr ""
+
+#. Vd6C4
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id41684956263162\n"
+"help.text"
+msgid "<image src=\"cmd/lc_remove.svg\" id=\"img_id191684956263163\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id931684956263164\">Icon Delete Sheet</alt></image>"
+msgstr ""
+
+#. 2BztQ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id491684956263166\n"
+"help.text"
+msgid "Delete Sheet"
+msgstr ""
+
+#. oCWFr
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149033\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Insert Sheet</menuitem>."
+msgstr ""
+
+#. 6zqCd
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427498\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Insert Sheet</menuitem>."
+msgstr ""
+
+#. m4EzR
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958427400\n"
+"help.text"
+msgid "Choose <menuitem>Insert - Insert Sheet</menuitem>."
+msgstr ""
+
+#. dZe78
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id501684958243009\n"
+"help.text"
+msgid "Choose <menuitem>Insert Sheet</menuitem>"
+msgstr ""
+
+#. i6Cdx
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id691684958301648\n"
+"help.text"
+msgid "<image src=\"cmd/lc_insert.svg\" id=\"img_id61684958301649\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id961684958301649\">Icon Insert Sheet</alt></image>"
+msgstr ""
+
+#. 4Q6CT
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id131684958301651\n"
+"help.text"
+msgid "Insert Sheet"
+msgstr ""
+
+#. naE2B
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3146119\n"
+"help.text"
+msgid "Choose <emph>Sheet - Move or Copy Sheet</emph>."
+msgstr ""
+
+#. Dc64J
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3148645\n"
+"help.text"
+msgid "Choose <menuitem>Move or Copy Sheet</menuitem>."
+msgstr ""
+
+#. 7XraB
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id481684960629381\n"
+"help.text"
+msgid "<image src=\"cmd/lc_move.svg\" id=\"img_id641684960629382\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id481684960629383\">Icon Move or Copy Sheet</alt></image>"
+msgstr ""
+
+#. weVwf
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684960629385\n"
+"help.text"
+msgid "Move or Copy Sheet"
+msgstr ""
+
+#. G5WJX
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id3149020\n"
+"help.text"
+msgid "Choose <menuitem>Tools - Protect Sheet</menuitem>."
+msgstr ""
+
+#. sBA56
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id561684962038778\n"
+"help.text"
+msgid "Choose <menuitem>Review - Cell Protection</menuitem>"
+msgstr ""
+
+#. Fg4o9
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id191684962104122\n"
+"help.text"
+msgid "Choose <menuitem>Protect Sheet</menuitem>."
+msgstr ""
+
+#. gSkGN
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461684962135185\n"
+"help.text"
+msgid "<image src=\"cmd/lc_protect.svg\" id=\"img_id891684962135186\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291684962135187\">Icon Protect Sheet</alt></image>"
+msgstr ""
+
+#. FZA7j
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id611684962135188\n"
+"help.text"
+msgid "Protect Sheet"
+msgstr ""
+
+#. xQnd2
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id621685036766205\n"
+"help.text"
+msgid "Choose <menuitem>Sheet - Sheet Events</menuitem>"
+msgstr ""
+
+#. FJ7Wz
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id681685036795260\n"
+"help.text"
+msgid "Choose <menuitem>Layout - Sheet Events</menuitem>"
+msgstr ""
+
+#. ih6da
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id631685036821963\n"
+"help.text"
+msgid "Choose <menuitem>Sheet Events</menuitem>"
+msgstr ""
+
+#. X8iJZ
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id461685036844841\n"
+"help.text"
+msgid "<image src=\"cmd/lc_animationeffects.svg\" id=\"img_id221685036844842\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id271685036844843\">Icon Sheet Events</alt></image>"
+msgstr ""
+
+#. SAtBP
+#: sheet_menu.xhp
+msgctxt ""
+"sheet_menu.xhp\n"
+"par_id421685036844845\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
#. 6Xr4C
#: sheet_menu.xhp
msgctxt ""
diff --git a/source/om/helpcontent2/source/text/scalc/01.po b/source/om/helpcontent2/source/text/scalc/01.po
index ed643c778b5..6b3b34da2ef 100644
--- a/source/om/helpcontent2/source/text/scalc/01.po
+++ b/source/om/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2020-12-31 12:36+0000\n"
"Last-Translator: serval2412 <serval2412@yahoo.fr>\n"
"Language-Team: Oromo <https://translations.documentfoundation.org/projects/libo_help-master/textscalc01/om/>\n"
@@ -2482,23 +2482,23 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>wardii qajjoojjii; haquu</bookmark_value><bookmark_value>wardiiwwan; haquu</bookmark_value><bookmark_value>haquu; wardiiqajjoojjii</bookmark_value>"
-#. RtFfG
+#. LUaVy
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
"help.text"
-msgid "Delete Sheet"
-msgstr "Wardii haquu"
+msgid "<variable id=\"delete_sheet\"><link href=\"text/scalc/01/02170000.xhp#deletesheet\">Delete Sheet</link></variable>"
+msgstr ""
-#. ngEG2
+#. b3pJB
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
"par_id3153193\n"
"help.text"
-msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet after query confirmation.</ahelp></variable>"
-msgstr "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Dhugoomsi edda gaafatameen booda wardii ammee haqa.</ahelp></variable>"
+msgid "<variable id=\"tabelleloeschentext\"><ahelp hid=\".uno:Remove\">Deletes the current sheet or selected sheets.</ahelp></variable>"
+msgstr ""
#. 6JJp6
#: 02170000.xhp
@@ -2509,41 +2509,23 @@ msgctxt ""
msgid "You cannot delete a sheet while <emph>Edit - Track Changes - Record</emph> is activated."
msgstr ""
-#. FDyRG
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"hd_id3147124\n"
-"help.text"
-msgid "Yes"
-msgstr "Eeyyeen"
-
-#. CWWrh
+#. 3NVjP
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"par_id3154943\n"
+"par_id921684957633412\n"
"help.text"
-msgid "Deletes the current sheet."
+msgid "You cannot delete all the sheets of the document. The document must have at least one sheet."
msgstr ""
-#. gK53a
+#. TfEAD
#: 02170000.xhp
msgctxt ""
"02170000.xhp\n"
-"hd_id3149412\n"
+"par_id691684957638352\n"
"help.text"
-msgid "No"
-msgstr "Lakki"
-
-#. jKH8F
-#: 02170000.xhp
-msgctxt ""
-"02170000.xhp\n"
-"par_id3154510\n"
-"help.text"
-msgid "Cancels the dialog. No delete is performed."
-msgstr "Qaaqee balleessi.Haquun hin danda'amu."
+msgid "A dialog prompts to confirm deletion."
+msgstr ""
#. k9Be9
#: 02180000.xhp
@@ -2563,14 +2545,14 @@ msgctxt ""
msgid "<bookmark_value>spreadsheets; moving</bookmark_value><bookmark_value>spreadsheets; copying</bookmark_value><bookmark_value>moving; spreadsheets</bookmark_value><bookmark_value>copying; spreadsheets</bookmark_value>"
msgstr "<bookmark_value>Wardii qajjoojjii; sochoosuu</bookmark_value><bookmark_value>Wardii qajjoojjii; garagalchuu</bookmark_value><bookmark_value>sochoosuu;Wardii qajjoojjii</bookmark_value><bookmark_value>garagalchuu; Wardii qajjoojjii</bookmark_value>"
-#. BoDsa
+#. w7TEG
#: 02180000.xhp
msgctxt ""
"02180000.xhp\n"
"hd_id3153360\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "Wardii sochoosuu ykn garagalchuu"
+msgid "<variable id=\"movecopy_sheet\"><link href=\"text/scalc/01/02180000.xhp#movecopysheet\">Move or Copy a Sheet</link></variable>"
+msgstr ""
#. Rv8oA
#: 02180000.xhp
@@ -3589,23 +3571,23 @@ msgctxt ""
msgid "Insert Sheet"
msgstr "Wardii Saagi"
-#. sYYNV
+#. c4DGU
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>wardiiwwan;uumuu</bookmark_value>"
+msgid "<bookmark_value>sheets;creating</bookmark_value><bookmark_value>sheets; inserting</bookmark_value><bookmark_value>inserting; sheets</bookmark_value>"
+msgstr ""
-#. FtKbJ
+#. CNR4a
#: 04050000.xhp
msgctxt ""
"04050000.xhp\n"
"hd_id3155629\n"
"help.text"
-msgid "Insert Sheet"
-msgstr "Wardii Saagi"
+msgid "<variable id=\"insert_sheet\"><link href=\"text/scalc/01/04050000.xhp#insertsheet\">Insert Sheet</link></variable>"
+msgstr ""
#. TDcPV
#: 04050000.xhp
@@ -43441,14 +43423,14 @@ msgctxt ""
msgid "<bookmark_value>worksheet names</bookmark_value><bookmark_value>changing; sheet names</bookmark_value><bookmark_value>sheets; renaming</bookmark_value>"
msgstr "<bookmark_value>maqaa wardii hojii</bookmark_value><bookmark_value>jijjiiruun; maqoota wardii</bookmark_value><bookmark_value>wardiiwwan; maqaa jijjiiruu</bookmark_value>"
-#. esFGF
+#. 5DuVS
#: 05050100.xhp
msgctxt ""
"05050100.xhp\n"
"hd_id3147336\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "Maqaa Waardii Jijjiiri"
+msgid "<variable id=\"rename_sheet\"><link href=\"text/scalc/01/05050100.xhp#renamesheet\">Rename Sheet</link></variable>"
+msgstr ""
#. RDpzd
#: 05050100.xhp
@@ -43504,32 +43486,41 @@ msgctxt ""
msgid "Show Sheet"
msgstr "Wardii Agarsiisi"
-#. DU2mg
+#. SKiST
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value>"
-msgstr "<bookmark_value>barruuwwan; agarsiisun</bookmark_value><bookmark_value>agarsiisuun; barruuwwan</bookmark_value>"
+msgid "<bookmark_value>sheets; displaying</bookmark_value><bookmark_value>displaying; sheets</bookmark_value><bookmark_value>show; hidden sheets</bookmark_value>"
+msgstr ""
-#. EG8KY
+#. Js8Jr
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"hd_id3148946\n"
"help.text"
-msgid "Show Sheet"
-msgstr "Wardii Agarsiisi"
+msgid "<variable id=\"showsheet\"><link href=\"text/scalc/01/05050300.xhp\">Show Sheet</link></variable>"
+msgstr ""
-#. cs7PB
+#. ZMCPC
#: 05050300.xhp
msgctxt ""
"05050300.xhp\n"
"par_id3148799\n"
"help.text"
-msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable> Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\">Command</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
-msgstr "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Barruuwwan duraa ajaja <emph>Dhoksi</emph> dhokatan agarsiisa.</ahelp></variable> Ajaja waamuuf wardii tokko qofa fili.Wardii ammee yeroo hundaa filama.yoo wardii ammeen ala filattee ta'ee,yommuu caancala wardii foddaa gadiitti argamu cuqaastu, <switchinline select=\"sys\"> <caseinline select=\"MAC\">Ajaja</caseinline> <defaultinline>Ctrl</defaultinline> </switchinline> dhiibuun filachuu gadhisisuu dandeessa."
+msgid "<variable id=\"tabeintext\"><ahelp visibility=\"visible\" hid=\".uno:Show\">Displays sheets that were previously hidden with the <emph>Hide Sheets</emph> command.</ahelp></variable>"
+msgstr ""
+
+#. 7cfCr
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"par_id261684779287732\n"
+"help.text"
+msgid "Select one sheet only to call the command. The current sheet is always selected. If a sheet other than the current sheet is selected, you can deselect it by pressing <switchinline select=\"sys\"> <caseinline select=\"MAC\"><keycode>Command</keycode></caseinline> <defaultinline><keycode>Ctrl</keycode></defaultinline> </switchinline> while clicking the corresponding sheet tab at the bottom of the window."
+msgstr ""
#. fbAv3
#: 05050300.xhp
@@ -47590,13 +47581,13 @@ msgctxt ""
msgid "<bookmark_value>insert rows;protected sheet</bookmark_value><bookmark_value>insert columns;protected sheet</bookmark_value><bookmark_value>delete columns;protected sheet</bookmark_value><bookmark_value>delete rows;protected sheet</bookmark_value><bookmark_value>protected sheet;insert columns</bookmark_value><bookmark_value>protected sheet;insert rows</bookmark_value><bookmark_value>protected sheet;delete rows</bookmark_value><bookmark_value>protected sheet;delete columns</bookmark_value><bookmark_value>protect;sheet</bookmark_value><bookmark_value>selection;in protected cells</bookmark_value>"
msgstr ""
-#. 6MFWC
+#. Yrjkt
#: 06060100.xhp
msgctxt ""
"06060100.xhp\n"
"hd_id3153087\n"
"help.text"
-msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protecting Sheet</link></variable>"
+msgid "<variable id=\"ProtectingSheeth1\"><link href=\"text/scalc/01/06060100.xhp\">Protect Sheet</link></variable>"
msgstr ""
#. LcpD8
@@ -55276,6 +55267,240 @@ msgctxt ""
msgid "<link href=\"text/shared/01/05020300.xhp\">Format - Cells - Numbers</link>."
msgstr ""
+#. CWEjJ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicate sheet"
+msgstr ""
+
+#. SDA2b
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"bm_id781684770157606\n"
+"help.text"
+msgid "<bookmark_value>sheet;duplicate</bookmark_value><bookmark_value>duplicate;sheet</bookmark_value>"
+msgstr ""
+
+#. xAMZt
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"hd_id441684769648615\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/duplicate_sheet.xhp\">Duplicate Sheet</link></variable>"
+msgstr ""
+
+#. jotos
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id211684769648616\n"
+"help.text"
+msgid "Duplicates the selected sheet assigning a new name."
+msgstr ""
+
+#. 45xtZ
+#: duplicate_sheet.xhp
+msgctxt ""
+"duplicate_sheet.xhp\n"
+"par_id871684769820620\n"
+"help.text"
+msgid "The duplicated sheet inherits the name of the source sheet followed by an underscore character (_) and a number. The new name is unique within the spreadsheet document."
+msgstr ""
+
+#. CCCPS
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Events"
+msgstr ""
+
+#. DGqMr
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"bm_id81685035133668\n"
+"help.text"
+msgid "<bookmark_value>sheet;events</bookmark_value> <bookmark_value>events;sheet only</bookmark_value>"
+msgstr ""
+
+#. gkh4B
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"hd_id841685031890653\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/events_sheet.xhp\">Sheet Events</link></variable>"
+msgstr ""
+
+#. kB82Y
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id671685031890655\n"
+"help.text"
+msgid "%PRODUCTNAME Calc specific sheet events. You can assign a macro to each sheet event."
+msgstr ""
+
+#. xEZBw
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id451685032666328\n"
+"help.text"
+msgid "The following table describes the events available in %PRODUCTNAME spreadsheets."
+msgstr ""
+
+#. LLmiR
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id961685032748193\n"
+"help.text"
+msgid "Event"
+msgstr ""
+
+#. HH9Dc
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id731685032748193\n"
+"help.text"
+msgid "Description"
+msgstr ""
+
+#. pGPD6
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id531685032748194\n"
+"help.text"
+msgid "Activate Document"
+msgstr ""
+
+#. EYWd4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id51685032748194\n"
+"help.text"
+msgid "Worksheet has been activated (made visible)."
+msgstr ""
+
+#. TbemK
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id641685032856321\n"
+"help.text"
+msgid "Deactivate Document"
+msgstr ""
+
+#. xZDWU
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id121685032856321\n"
+"help.text"
+msgid "Worksheet has been deactivated (made not visible)."
+msgstr ""
+
+#. xvuTq
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id501685032920132\n"
+"help.text"
+msgid "Selection changed"
+msgstr ""
+
+#. XNUSY
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id261685032920133\n"
+"help.text"
+msgid "Selection in sheet has been changed."
+msgstr ""
+
+#. pGRCd
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id91685032963484\n"
+"help.text"
+msgid "Double click"
+msgstr ""
+
+#. 2A7s4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id281685032963485\n"
+"help.text"
+msgid "Double click in the sheet."
+msgstr ""
+
+#. gcQ7R
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id871685033010062\n"
+"help.text"
+msgid "Right Click"
+msgstr ""
+
+#. L9hW4
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id131685033010062\n"
+"help.text"
+msgid "Right click in the sheet."
+msgstr ""
+
+#. daRGZ
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id331685033039088\n"
+"help.text"
+msgid "Formulas calculated"
+msgstr ""
+
+#. YSgbM
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id161685033039088\n"
+"help.text"
+msgid "Cells in sheet have been recalculated."
+msgstr ""
+
+#. FpyAG
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id521685033082599\n"
+"help.text"
+msgid "Contents changed"
+msgstr ""
+
+#. 9MX6g
+#: events_sheet.xhp
+msgctxt ""
+"events_sheet.xhp\n"
+"par_id21685033082599\n"
+"help.text"
+msgid "Cells in sheet have been changed."
+msgstr ""
+
#. UiW5C
#: ex_data_stat_func.xhp
msgctxt ""
@@ -69793,6 +70018,69 @@ msgctxt ""
msgid "<item type=\"input\">=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0)</item> returns 0.50."
msgstr ""
+#. FcqNK
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"tit\n"
+"help.text"
+msgid "Hide Sheet"
+msgstr ""
+
+#. UENNz
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"bm_id571684781225345\n"
+"help.text"
+msgid "<bookmark_value>sheet;hiding</bookmark_value><bookmark_value>hidden;sheet</bookmark_value>"
+msgstr ""
+
+#. 6aLW3
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"hd_id71684779805305\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/hide_sheet.xhp\">Hide Sheet</link></variable>"
+msgstr ""
+
+#. 9Kftu
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id911684779805308\n"
+"help.text"
+msgid "Hides the sheet."
+msgstr ""
+
+#. CeubC
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id531684935240299\n"
+"help.text"
+msgid "At least one sheet remains visible. You cannot hide all the sheets in the document."
+msgstr ""
+
+#. RnFZd
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id651684780971395\n"
+"help.text"
+msgid "The sheet is not visible in the workspace but it is still in the document. All references to hidden sheet contents are valid."
+msgstr ""
+
+#. BZ2QV
+#: hide_sheet.xhp
+msgctxt ""
+"hide_sheet.xhp\n"
+"par_id781684780979739\n"
+"help.text"
+msgid "The hidden sheet does not show in the sheet navigation bar on the bottom of the screen. However the hidden sheets are listed in the Navigator sidebar under <emph>Sheets</emph> category. Double clicking on a hidden sheet from the Navigator sidebar position the viewing on the first sheet visible on the right."
+msgstr ""
+
#. keAF3
#: live_data_stream.xhp
msgctxt ""
@@ -70099,6 +70387,33 @@ msgctxt ""
msgid "In order to correctly identify the changes, each collaborator should enter their name in <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME - User Data</menuitem> on the Menu bar."
msgstr ""
+#. Fjipz
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Color"
+msgstr ""
+
+#. uRFek
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"hd_id481684777219483\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/01/sheet_tab_color.xhp\">Sheet Tab Color</link></variable>"
+msgstr ""
+
+#. BEcBk
+#: sheet_tab_color.xhp
+msgctxt ""
+"sheet_tab_color.xhp\n"
+"par_id05092009140203523\n"
+"help.text"
+msgid "Opens a color selector window where you can assign a color to the sheet tab."
+msgstr ""
+
#. k7H5Y
#: solver.xhp
msgctxt ""
diff --git a/source/om/helpcontent2/source/text/scalc/guide.po b/source/om/helpcontent2/source/text/scalc/guide.po
index 082ebabe8fe..6345ae546cd 100644
--- a/source/om/helpcontent2/source/text/scalc/guide.po
+++ b/source/om/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: 2023-03-02 11:50+0100\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -8592,32 +8592,41 @@ msgctxt ""
msgid "Navigating Through Sheets Tabs"
msgstr "Caancaloota Wardiilee keessa Daddarbuu"
-#. Dtosi
+#. wwnBU
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"bm_id3150769\n"
"help.text"
-msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>wardiilee; baay'ee arguu</bookmark_value><bookmark_value>caancaloota wardii;fayyadamuu</bookmark_value><bookmark_value>argiiwwan;wardiilee baay'ee</bookmark_value>"
+msgid "<bookmark_value>sheets; showing multiple</bookmark_value><bookmark_value>sheet tabs;using</bookmark_value><bookmark_value>views;multiple sheets</bookmark_value><bookmark_value>sheet navigation bar</bookmark_value><bookmark_value>sheets; jump to</bookmark_value>"
+msgstr ""
-#. WcDqZ
+#. ce3en
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"hd_id3150769\n"
"help.text"
-msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link> </variable>"
-msgstr "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Caancaloota Wardiilee Keessa Naanna'uu</link> </variable>"
+msgid "<variable id=\"multi_tables\"><link href=\"text/scalc/guide/multi_tables.xhp\">Navigating Through Sheet Tabs</link></variable>"
+msgstr ""
-#. Fpcz8
+#. BYxDG
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153771\n"
"help.text"
-msgid "By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in each new spreadsheet. You can switch between sheets in a spreadsheet using the sheet tabs at the bottom of the screen."
-msgstr "Durtiidhaan $[officename] wardiilee sadii \"Wardii1\" hanga \"Wardii3\", tokkoon tokkoo wardii haaraa keessatti agarsiisa. Caancaloota wardii jala argii irra jiru fayyadamuudhaan wardiilee tokko irraa gara biraatti taruu dandeessa."
+msgid "By default %PRODUCTNAME displays one sheet \"Sheet1\" in each new spreadsheet document. You can add sheets using the (+) button at the bottom of the screen and switch between sheets in a spreadsheet using the sheet tabs."
+msgstr ""
+
+#. SgcCe
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id301684765313669\n"
+"help.text"
+msgid "If the sheet tabs are not visible, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><menuitem>%PRODUCTNAME - Preferences</menuitem></caseinline><defaultinline><menuitem>Tools - Options</menuitem></defaultinline></switchinline><menuitem> - %PRODUCTNAME Calc - View - Sheet tabs</menuitem> to display them at the bottom of the screen."
+msgstr ""
#. 4KYVc
#: multi_tables.xhp
@@ -8628,14 +8637,23 @@ msgctxt ""
msgid "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Sheet Tabs</alt></image>"
msgstr "<image id=\"img_id4829822\" src=\"media/helpimg/sheettabs.png\" width=\"3.3335inch\" height=\"0.7638inch\" localize=\"true\"><alt id=\"alt_id4829822\">Caancaloota Wardii</alt></image>"
-#. XGC9c
+#. J4qkw
#: multi_tables.xhp
msgctxt ""
"multi_tables.xhp\n"
"par_id3153144\n"
"help.text"
-msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sajoo</alt></image>"
+msgid "<image id=\"img_id3156441\" src=\"media/helpimg/calcnav.png\" width=\"0.6563inch\" height=\"0.1457inch\"><alt id=\"alt_id3156441\">Sheet navigation buttons</alt></image>"
+msgstr ""
+
+#. ctQ7p
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id51684763810316\n"
+"help.text"
+msgid "The navigation buttons are enabled when the number of sheets in the document is greater that the number of sheets displayed in the sheet navigation bar."
+msgstr ""
#. cF9mG
#: multi_tables.xhp
@@ -8646,6 +8664,33 @@ msgctxt ""
msgid "Use the navigation buttons to display all the sheets belonging to your document. Clicking the button on the far left or the far right displays, respectively, the first or last sheet tab. The middle buttons allow the user to scroll forward and backward through all sheet tabs. To display the sheet itself click on the sheet tab."
msgstr "Wardiilee galmeen kee qabu mara mul'isuuf qabduuwwan naannessaatti fayyadami. Qabduu qarqara bitaa ykn mirgaa irratti cuqaasuun, duraaduubaan, caancala wardii jalqabaa ykn dhumaa mul'isa. Qabduuwwan jidduu fayyadamaa akka fuulduraa fi duubatti caancaloota wardii hunda keessa marfatu dandeessisu."
+#. TksBR
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id61684763266822\n"
+"help.text"
+msgid "<image src=\"res/plus.svg\" id=\"img_id11684763266823\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id361684763266824\">Icon New Sheet</alt></image>"
+msgstr ""
+
+#. d9kqg
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id551684763266826\n"
+"help.text"
+msgid "Left click: Adds a new empty sheet to the right of the current sheet."
+msgstr ""
+
+#. 9PtEo
+#: multi_tables.xhp
+msgctxt ""
+"multi_tables.xhp\n"
+"par_id731684763833940\n"
+"help.text"
+msgid "Right click: Opens a sub menu with all sheets not marked hidden. Click on a sheet name to jump to it. Hidden sheets are not listed in the sub menu."
+msgstr ""
+
#. c6FGv
#: multioperation.xhp
msgctxt ""
@@ -8988,14 +9033,14 @@ msgctxt ""
msgid "Applying Multiple Sheets"
msgstr "Wardiilee Baay'ee Raawwachuu"
-#. eVtFk
+#. uemED
#: multitables.xhp
msgctxt ""
"multitables.xhp\n"
"bm_id3154759\n"
"help.text"
-msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>inserting; sheets</bookmark_value> <bookmark_value>sheets; selecting multiple</bookmark_value> <bookmark_value>appending sheets</bookmark_value> <bookmark_value>selecting;multiple sheets</bookmark_value> <bookmark_value>multiple sheets</bookmark_value> <bookmark_value>calculating;multiple sheets</bookmark_value>"
-msgstr "<bookmark_value>wardiilee; saaguu</bookmark_value> <bookmark_value>saaguu; wardiilee</bookmark_value> <bookmark_value>wardiilee; baay'ee filachuu</bookmark_value> <bookmark_value>ardiilee itti maxxansuu</bookmark_value> <bookmark_value>filachuu;wardiilee hedduu</bookmark_value> <bookmark_value>wardiilee hedduu</bookmark_value> <bookmark_value>shallaguu;wardiilee hedduu</bookmark_value>"
+msgid "<bookmark_value>sheets; selecting multiple</bookmark_value><bookmark_value>appending sheets</bookmark_value><bookmark_value>selecting;multiple sheets</bookmark_value><bookmark_value>multiple sheets</bookmark_value><bookmark_value>calculating;multiple sheets</bookmark_value>"
+msgstr ""
#. EaKEB
#: multitables.xhp
@@ -9006,24 +9051,6 @@ msgctxt ""
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Applying Multiple Sheets</link></variable>"
msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\">Wardiilee Baay'ee Raawwachuu</link></variable>"
-#. VB2mS
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr "Waardii Saaguu"
-
-#. 2Ej8G
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id3154731\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
-msgstr "Wardii haaraa ykn faayilii biraa irraa saaguuf <item type=\"menuitem\">Saagi - Wardii</item> filadhu."
-
#. 6pGCA
#: multitables.xhp
msgctxt ""
@@ -9033,15 +9060,6 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog box where you can assign macros to sheet events.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Qaaqaa, tarree keessatti bakka ati afaan tokko ida'uu dandeessuu bana.</ahelp>"
-#. 66AKV
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"par_id05092009140203523\n"
-"help.text"
-msgid "<variable id=\"sheettabcolor\"><ahelp hid=\".\" visibility=\"hidden\">Opens a window where you can assign a color to the sheet tab.</ahelp></variable>"
-msgstr ""
-
#. eBdGF
#: multitables.xhp
msgctxt ""
diff --git a/source/om/helpcontent2/source/text/scalc/menu.po b/source/om/helpcontent2/source/text/scalc/menu.po
new file mode 100644
index 00000000000..42c0623c14d
--- /dev/null
+++ b/source/om/helpcontent2/source/text/scalc/menu.po
@@ -0,0 +1,86 @@
+#. extracted from helpcontent2/source/text/scalc/menu
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2023-05-31 16:28+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#. wBy8B
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"tit\n"
+"help.text"
+msgid "Sheet Tab Menu"
+msgstr ""
+
+#. e6WT4
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"bm_id401684768427884\n"
+"help.text"
+msgid "<bookmark_value>sheet tab submenu</bookmark_value>"
+msgstr ""
+
+#. oAwAz
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id291684767634321\n"
+"help.text"
+msgid "<variable id=\"h1\"><link href=\"text/scalc/menu/sheet_tab_menu.xhp\">Sheet Tab Context Menu</link></variable>"
+msgstr ""
+
+#. 6BgSn
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id631684767634324\n"
+"help.text"
+msgid "The sub menu contains command that applies directly to the selected sheet."
+msgstr ""
+
+#. EAKaW
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id111684768211784\n"
+"help.text"
+msgid "Right-click on the sheet tab in the sheet navigation bar."
+msgstr ""
+
+#. PWaZD
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id871684772491816\n"
+"help.text"
+msgid "Select all sheets"
+msgstr ""
+
+#. 3re7Q
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"par_id321684772518367\n"
+"help.text"
+msgid "Selects all of the sheets in the current spreadsheet."
+msgstr ""
+
+#. g95pA
+#: sheet_tab_menu.xhp
+msgctxt ""
+"sheet_tab_menu.xhp\n"
+"hd_id3163733308\n"
+"help.text"
+msgid "<link href=\"text/shared/01/06140500.xhp\">Sheet Events</link>"
+msgstr ""
diff --git a/source/om/helpcontent2/source/text/shared/00.po b/source/om/helpcontent2/source/text/shared/00.po
index 003b8faa07a..8cf6b603dfc 100644
--- a/source/om/helpcontent2/source/text/shared/00.po
+++ b/source/om/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: 2023-05-17 15:14+0200\n"
+"POT-Creation-Date: 2023-05-31 16:28+0200\n"
"PO-Revision-Date: 2018-11-14 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1590,6 +1590,60 @@ msgctxt ""
msgid "<variable id=\"wie\">To access this command...</variable>"
msgstr "<variable id=\"wie\">Ajaja kana bira gahuuf... </variable>"
+#. GVU5D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id441684934473786\n"
+"help.text"
+msgid "From the Menu bar:"
+msgstr ""
+
+#. 6QF4D
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id681684934479758\n"
+"help.text"
+msgid "From the Sheet Navigation bar:"
+msgstr ""
+
+#. f2tk2
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id711684934483926\n"
+"help.text"
+msgid "From the Tabbed interface:"
+msgstr ""
+
+#. sXy2C
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101684936253402\n"
+"help.text"
+msgid "From toolbars:"
+msgstr ""
+
+#. rHWHc
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id101544936253402\n"
+"help.text"
+msgid "From the keyboard, press"
+msgstr ""
+
+#. 5GVPj
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"hd_id931685300557948\n"
+"help.text"
+msgid "From the Start Center, click"
+msgstr ""
+
#. viRG4
#: 00000004.xhp
msgctxt ""
@@ -6450,13 +6504,13 @@ msgctxt ""
msgid "File Menu"
msgstr "Baafata Faayilii"
-#. xGmAn
+#. WNbkB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id389416\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph>.</variable>"
+msgid "Choose <menuitem>File - Preview in Web Browser</menuitem>."
msgstr ""
#. iYQ6G
@@ -6468,40 +6522,49 @@ msgctxt ""
msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. 4rLdL
+#. qJaGc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153070\n"
+"par_id231685288647753\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> bar (the icon shows the type of the new document)."
+msgid "Choose <menuitem>File - New</menuitem>."
msgstr ""
-#. BpbTC
+#. ZPFVB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3150127\n"
"help.text"
-msgid "<image id=\"img_id3156053\" src=\"res/sx03251.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
+msgid "<image id=\"img_id3156053\" src=\"res/lx03251.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3156053\">Icon New</alt></image>"
msgstr ""
-#. ED9Aa
+#. FmiQG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3154232\n"
"help.text"
-msgid "New"
-msgstr "Haaraa"
+msgid "New (the icon shows the type of the new document)."
+msgstr ""
-#. aqshc
+#. ExUFh
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id181685301914520\n"
+"help.text"
+msgid "Click on the corresponding document type icon."
+msgstr ""
+
+#. fKv9D
#: 00000401.xhp
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>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+N</keycode>"
msgstr ""
#. TkkUE
@@ -6630,31 +6693,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. L593b
+#. 44AuB
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152944\n"
+"par_id111685287307185\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgid "Choose <menuitem>File - Open</menuitem>."
msgstr ""
-#. 8MEFY
+#. i6ish
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155341\n"
+"par_id301685301348275\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<menuitem>Open File</menuitem>."
msgstr ""
-#. gGuuM
+#. 6HeZn
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155419\n"
"help.text"
-msgid "<image id=\"img_id3149415\" src=\"cmd/sc_open.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
+msgid "<image id=\"img_id3149415\" src=\"cmd/lc_open.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3149415\">Icon Open</alt></image>"
msgstr ""
#. GTEAT
@@ -6666,6 +6729,105 @@ msgctxt ""
msgid "Open File"
msgstr "Faayilii Bani"
+#. L593b
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152944\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+O</keycode>"
+msgstr ""
+
+#. fPspB
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id611513629210220\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. QFJ6k
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id131685300899494\n"
+"help.text"
+msgid "Choose <menuitem>File - Open Remote</menuitem>."
+msgstr ""
+
+#. wFa5K
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id301685300960344\n"
+"help.text"
+msgid "<image src=\"cmd/lc_openremote.svg\" id=\"img_id281685300960345\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id511685300960346\">Icon Open Remote</alt></image>"
+msgstr ""
+
+#. hMtqj
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id1001685300960348\n"
+"help.text"
+msgid "Open Remote"
+msgstr ""
+
+#. yhZ5B
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685301050091\n"
+"help.text"
+msgid "<menuitem>Remote Files</menuitem>."
+msgstr ""
+
+#. DNqok
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685302818286\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. ADkH2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id241685302835857\n"
+"help.text"
+msgid "Choose <menuitem>File - Recent Documents</menuitem>."
+msgstr ""
+
+#. GtpgD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id771685302920064\n"
+"help.text"
+msgid "<image src=\"cmd/lc_recentfilelist.svg\" id=\"img_id101685302920065\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id601685302920066\">Icon Recent Documents</alt></image>"
+msgstr ""
+
+#. a65bA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id801685302920068\n"
+"help.text"
+msgid "Recent Documents"
+msgstr ""
+
+#. 5Exx6
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id41685303016725\n"
+"help.text"
+msgid "<menuitem>Recent Documents</menuitem>."
+msgstr ""
+
#. gGKrD
#: 00000401.xhp
msgctxt ""
@@ -7026,49 +7188,67 @@ msgctxt ""
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards - Field assignment</emph></variable>"
msgstr ""
-#. 5BLCQ
+#. cuatj
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3147338\n"
"help.text"
-msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph>.</variable>"
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. GSRTM
+#. EbgGi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3156717\n"
+"par_id11685310541040\n"
"help.text"
-msgid "Choose <menuitem>File - Save</menuitem>."
+msgid "Choose <menuitem>File - Close</menuitem>."
msgstr ""
-#. BiNBE
+#. j2bbo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3147533\n"
+"par_id131685310572300\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgid "<image src=\"cmd/lc_closedoc.svg\" id=\"img_id461685310572301\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685310572302\">Icon Close</alt></image>"
+msgstr ""
+
+#. qk3st
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685310572304\n"
+"help.text"
+msgid "Close"
+msgstr ""
+
+#. GSRTM
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3156717\n"
+"help.text"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. 8UBzJ
+#. kuF7V
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3148930\n"
+"par_id241685288178987\n"
"help.text"
-msgid "Open <emph>Standard</emph> or <emph>Table Data</emph> bar, click"
+msgid "Choose <menuitem>File - Save</menuitem>."
msgstr ""
-#. rBbzR
+#. DCxNi
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3156712\n"
"help.text"
-msgid "<image id=\"img_id3155939\" src=\"cmd/sc_save.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
+msgid "<image id=\"img_id3155939\" src=\"cmd/lc_save.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155939\">Icon Save</alt></image>"
msgstr ""
#. aa2WD
@@ -7080,13 +7260,40 @@ msgctxt ""
msgid "Save"
msgstr "Olkaa'i"
-#. 2vdrS
+#. BiNBE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3147533\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+S</keycode>"
+msgstr ""
+
+#. oA3WJ
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id3152479\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. CchD2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id921685290226058\n"
+"help.text"
+msgid "Choose <menuitem>File - Save As</menuitem>."
+msgstr ""
+
+#. ssLr9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN10F11\n"
"help.text"
-msgid "<image id=\"img_id8276619\" src=\"cmd/sc_saveas.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
+msgid "<image id=\"img_id8276619\" src=\"cmd/lc_saveas.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id8276619\">Icon Save as</alt></image>"
msgstr ""
#. AugfN
@@ -7098,6 +7305,51 @@ msgctxt ""
msgid "Save As"
msgstr "Akka ….olkaa'i"
+#. D9BUA
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id671685290327197\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+S."
+msgstr ""
+
+#. XHjuV
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id701513472080716\n"
+"help.text"
+msgid "Choose <menuitem>File - Save a Copy</menuitem>."
+msgstr ""
+
+#. 5GfAw
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id271685315422253\n"
+"help.text"
+msgid "Choose <menuitem>File</menuitem>, long click on <menuitem>Save</menuitem> then choose <menuitem>Save a Copy</menuitem>."
+msgstr ""
+
+#. ZSnRN
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685315253495\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveacopy.svg\" id=\"img_id301685315253496\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id291685315253497\">Icon Save a Copy</alt></image>"
+msgstr ""
+
+#. LqBTH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id711685315253499\n"
+"help.text"
+msgid "Save a Copy"
+msgstr ""
+
#. BUs9P
#: 00000401.xhp
msgctxt ""
@@ -7179,13 +7431,22 @@ msgctxt ""
msgid "<variable id=\"saveall\">Choose <menuitem>File - Save All</menuitem>.</variable>"
msgstr ""
-#. 73K3b
+#. DHen9
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3152479\n"
+"par_id351685311203820\n"
+"help.text"
+msgid "<image src=\"cmd/lc_saveall.svg\" id=\"img_id671685311203821\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id161685311203822\">Icon Save All</alt></image>"
+msgstr ""
+
+#. u9UmL
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id621685311203823\n"
"help.text"
-msgid "<variable id=\"saveas\">Choose <menuitem>File - Save As</menuitem>.</variable>"
+msgid "Save All"
msgstr ""
#. 7xzGF
@@ -7197,6 +7458,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Reload</menuitem>."
msgstr ""
+#. XYQks
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id811685315949461\n"
+"help.text"
+msgid "<image src=\"cmd/lc_reload.svg\" id=\"img_id621685315949462\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id871685315949463\">Icon Reload</alt></image>"
+msgstr ""
+
+#. 5LGET
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id461685315949465\n"
+"help.text"
+msgid "Reload"
+msgstr ""
+
#. qdS25
#: 00000401.xhp
msgctxt ""
@@ -7341,13 +7620,31 @@ msgctxt ""
msgid "Menu <menuitem>File - Print Preview</menuitem>."
msgstr ""
-#. 9y98N
+#. GpBxH
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id851685378189711\n"
+"help.text"
+msgid "Choose <menuitem>File - Print Preview</menuitem>"
+msgstr ""
+
+#. Ugj3n
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685378796714\n"
+"help.text"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + Shift + O</keycode>"
+msgstr ""
+
+#. Q4CYr
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_idN11366\n"
"help.text"
-msgid "<image id=\"img_id2603534\" src=\"cmd/sc_printpreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
+msgid "<image id=\"img_id2603534\" src=\"cmd/lc_printpreview.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id2603534\">Icon Print preview</alt></image>"
msgstr ""
#. jR2YD
@@ -7368,13 +7665,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Printer Settings</menuitem>."
msgstr ""
-#. Dpv6i
+#. VRq5F
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id361685380106233\n"
+"help.text"
+msgid "<image src=\"cmd/lc_printersetup.svg\" id=\"img_id761685380106234\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id541685380106235\">Icon Printer Settings</alt></image>"
+msgstr ""
+
+#. EXbFn
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id901685380106237\n"
+"help.text"
+msgid "Printer Settings"
+msgstr ""
+
+#. jouCe
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155529\n"
"help.text"
-msgid "<variable id=\"senden\">Menu <menuitem>File - Send</menuitem>.</variable>"
+msgid "Menu <menuitem>File - Send</menuitem>."
msgstr ""
#. 9pQyS
@@ -7404,13 +7719,67 @@ msgctxt ""
msgid "Email Document"
msgstr ""
-#. 6wXER
+#. FmjeZ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145269\n"
"help.text"
-msgid "<variable id=\"export\">Choose <menuitem>File - Export</menuitem>.</variable>"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. oBCg5
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id541685311732981\n"
+"help.text"
+msgid "Choose <menuitem>File - Export</menuitem>."
+msgstr ""
+
+#. uZJpS
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id211685311794936\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id31685311794937\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id301685311794938\">Icon Export</alt></image>"
+msgstr ""
+
+#. U3bAC
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id411685311794940\n"
+"help.text"
+msgid "Export"
+msgstr ""
+
+#. xHdw2
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id971513634212601\n"
+"help.text"
+msgid "Choose <menuitem>File - Export As</menuitem>."
+msgstr ""
+
+#. AiS26
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id641685314803590\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportto.svg\" id=\"img_id851685314803591\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id781685314803592\">Icon Export As</alt></image>"
+msgstr ""
+
+#. em7QE
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id551685314803593\n"
+"help.text"
+msgid "Export As"
msgstr ""
#. uGwBS
@@ -7422,22 +7791,22 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as EPUB</menuitem>."
msgstr ""
-#. eA3gr
+#. y27dc
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id121525017890767\n"
"help.text"
-msgid "<image src=\"cmd/sc_exportdirecttoepub.png\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\"> Icon Export as EPUB</alt></image>"
+msgid "<image src=\"cmd/lc_exportdirecttoepub.svg\" id=\"img_id291525017890767\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id51525017890767\">Icon Export as EPUB</alt></image>"
msgstr ""
-#. tGZDr
+#. AuwiQ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id421525017874627\n"
"help.text"
-msgid "Export Directly as EPUB"
+msgid "Export as EPUB"
msgstr ""
#. zoJjj
@@ -7503,6 +7872,24 @@ msgctxt ""
msgid "Choose <menuitem>File - Export As - Export as PDF</menuitem>."
msgstr ""
+#. mUp42
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id341685312843540\n"
+"help.text"
+msgid "<image src=\"cmd/lc_exportdirecttopdf.svg\" id=\"img_id821685312843541\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id941685312843542\">Icon Export as PDF</alt></image>"
+msgstr ""
+
+#. JYfTy
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id11685312843543\n"
+"help.text"
+msgid "Export as PDF"
+msgstr ""
+
#. JCWGU
#: 00000401.xhp
msgctxt ""
@@ -7548,31 +7935,31 @@ msgctxt ""
msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. mXCMo
+#. 4RC6q
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3155259\n"
+"par_id621685379245660\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
+msgid "Choose <menuitem>File - Print</menuitem>."
msgstr ""
-#. DAFSE
+#. mXCMo
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
-"par_id3153830\n"
+"par_id3155259\n"
"help.text"
-msgid "On the <emph>Standard</emph> bar, click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+P</keycode>"
msgstr ""
-#. 2aCPD
+#. G7AWJ
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3155187\n"
"help.text"
-msgid "<image id=\"img_id3153318\" src=\"cmd/sc_print.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
+msgid "<image id=\"img_id3153318\" src=\"cmd/lc_print.svg\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3153318\">Print Icon</alt></image>"
msgstr ""
#. bEYHS
@@ -7584,33 +7971,6 @@ msgctxt ""
msgid "Print"
msgstr ""
-#. DPC7e
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"help.text"
-msgid "On the <emph>Print Preview</emph> bar of a text document, click"
-msgstr ""
-
-#. 9bKE7
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
-"help.text"
-msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id3155362\">Icon Print Page Preview</alt></image>"
-msgstr ""
-
-#. veMRC
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"help.text"
-msgid "Print Page Preview"
-msgstr "Fuula durargii maxxansi"
-
#. tWQsB
#: 00000401.xhp
msgctxt ""
@@ -7683,13 +8043,31 @@ msgctxt ""
msgid "<variable id=\"pbmppmpgm\">Choose <menuitem>File - Export</menuitem>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically.</variable>"
msgstr ""
-#. eu9SA
+#. DDzhG
#: 00000401.xhp
msgctxt ""
"00000401.xhp\n"
"par_id3145305\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph>.</variable></variable>"
+msgid "Choose <menuitem>File - Versions</menuitem>."
+msgstr ""
+
+#. P7a2m
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id601685316828253\n"
+"help.text"
+msgid "<image src=\"cmd/lc_versiondialog.svg\" id=\"img_id571685316828254\" width=\"1cm\" height=\"1cm\"><alt id=\"alt_id231685316828255\">Icon Versions</alt></image>"
+msgstr ""
+
+#. 2VyHD
+#: 00000401.xhp
+msgctxt ""
+"00000401.xhp\n"
+"par_id821685316828257\n"
+"help.text"
+msgid "Versions"
msgstr ""
#. cjzea
diff --git a/source/om/helpcontent2/source/text/shared/01.po b/source/om/helpcontent2/source/text/shared/01.po
index ebdc6d94660..41082f301f1 100644
--- a/source/om/helpcontent2/source/text/shared/01.po
+++ b/source/om/helpcontent2/source/text/shared/01.po